ds005256-mriqc/sub-0043_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 73e9b2cec3 [DATALAD RUNCMD] Compute MRIQC for sub-0043
=== 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-0043 --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-0043",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:14 +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-0043_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0043_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0043_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-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-04/func/sub-0043_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ddbf54d566d968ff2b81d42a2358e92e</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:24:51.860000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.982625, 0.173567, 0.0657492, -0.175209, 0.984327, 0.020044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0920852</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7769, -7307, 654, -41, -329, -58, 52]</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>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>402d3c83-24ec-4383-8f3e-b9650ea6eddc||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.636310577392578, -0.4700731635093689, 0.16534732282161713, 125.123291015625], [-0.46566808223724365, 2.6408779621124268, 0.08428217470645905, -82.27832794189453], [0.1764003336429596, -0.05377667024731636, 2.6936140060424805, -95.20442199707031], [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': ['152451.860000', '152452.320000', '152452.780000', '152453.240000', '152453.700000', '152454.160000', '152454.620000', '152455.080000', '152455.540000', '152456.000000', '152456.460000', '152456.920000', '152457.380000', '152457.840000', '152458.300000', '152458.760000', '152459.220000', '152459.680000', '152500.140000', '152500.600000', '152501.060000', '152501.520000', '152501.980000', '152502.440000', '152502.900000', '152503.360000', '152503.820000', '152504.280000', '152504.740000', '152505.200000', '152505.660000', '152506.120000', '152506.580000', '152507.040000', '152507.500000', '152507.960000', '152508.420000', '152508.880000', '152509.340000', '152509.800000', '152510.260000', '152510.720000', '152511.180000', '152511.640000', '152512.100000', '152512.560000', '152513.020000', '152513.480000', '152513.940000', '152514.400000', '152514.860000', '152515.320000', '152515.780000', '152516.240000', '152516.700000', '152517.160000', '152517.620000', '152518.080000', '152518.540000', '152519.000000', '152519.460000', '152519.920000', '152520.380000', '152520.840000', '152521.300000', '152521.760000', '152522.220000', '152522.680000', '152523.140000', '152523.600000', '152524.060000', '152524.520000', '152524.980000', '152525.440000', '152525.900000', '152526.360000', '152526.820000', '152527.280000', '152527.740000', '152528.200000', '152528.660000', '152529.120000', '152529.580000', '152530.040000', '152530.500000', '152530.960000', '152531.420000', '152531.880000', '152532.340000', '152532.800000', '152533.260000', '152533.720000', '152534.180000', '152534.640000', '152535.100000', '152535.560000', '152536.020000', '152536.480000', '152536.940000', '152537.400000', '152537.860000', '152538.320000', '152538.780000', '152539.240000', '152539.700000', '152540.160000', '152540.620000', '152541.080000', '152541.540000', '152542.000000', '152542.460000', '152542.920000', '152543.380000', '152543.840000', '152544.300000', '152544.760000', '152545.220000', '152545.680000', '152546.140000', '152546.600000', '152547.060000', '152547.520000', '152547.980000', '152548.440000', '152548.900000', '152549.360000', '152549.820000', '152550.280000', '152550.740000', '152551.200000', '152551.660000', '152552.120000', '152552.580000', '152553.040000', '152553.500000', '152553.960000', '152554.420000', '152554.880000', '152555.340000', '152555.800000', '152556.260000', '152556.720000', '152557.180000', '152557.640000', '152558.100000', '152558.560000', '152559.020000', '152559.480000', '152559.940000', '152600.400000', '152600.860000', '152601.320000', '152601.780000', '152602.240000', '152602.700000', '152603.160000', '152603.620000', '152604.080000', '152604.540000', '152605.000000', '152605.460000', '152605.920000', '152606.380000', '152606.840000', '152607.300000', '152607.760000', '152608.220000', '152608.680000', '152609.140000', '152609.600000', '152610.060000', '152610.520000', '152610.980000', '152611.440000', '152611.900000', '152612.360000', '152612.820000', '152613.280000', '152613.740000', '152614.200000', '152614.660000', '152615.120000', '152615.580000', '152616.040000', '152616.500000', '152616.960000', '152617.420000', '152617.880000', '152618.340000', '152618.800000', '152619.260000', '152619.720000', '152620.180000', '152620.640000', '152621.100000', '152621.560000', '152622.020000', '152622.480000', '152622.940000', '152623.400000', '152623.860000', '152624.320000', '152624.780000', '152625.240000', '152625.700000', '152626.160000', '152626.620000', '152627.080000', '152627.540000', '152628.000000', '152628.460000', '152628.920000', '152629.380000', '152629.840000', '152630.300000', '152630.760000', '152631.220000', '152631.680000', '152632.140000', '152632.600000', '152633.060000', '152633.520000', '152633.980000', '152634.440000', '152634.900000', '152635.360000', '152635.820000', '152636.280000', '152636.740000', '152637.200000', '152637.660000', '152638.120000', '152638.580000', '152639.040000', '152639.500000', '152639.960000', '152640.420000', '152640.880000', '152641.340000', '152641.800000', '152642.260000', '152642.720000', '152643.180000', '152643.640000', '152644.100000', '152644.560000', '152645.020000', '152645.480000', '152645.940000', '152646.400000', '152646.860000', '152647.320000', '152647.780000', '152648.240000', '152648.700000', '152649.160000', '152649.620000', '152650.080000', '152650.540000', '152651.000000', '152651.460000', '152651.920000', '152652.380000', '152652.840000', '152653.300000', '152653.760000', '152654.220000', '152654.680000', '152655.140000', '152655.600000', '152656.060000', '152656.520000', '152656.980000', '152657.440000', '152657.900000', '152658.360000', '152658.820000', '152659.280000', '152659.740000', '152700.200000', '152700.660000', '152701.120000', '152701.580000', '152702.040000', '152702.500000', '152702.960000', '152703.420000', '152703.880000', '152704.340000', '152704.800000', '152705.260000', '152705.720000', '152706.180000', '152706.640000', '152707.100000', '152707.560000', '152708.020000', '152708.480000', '152708.940000', '152709.400000', '152709.860000', '152710.320000', '152710.780000', '152711.240000', '152711.700000', '152712.160000', '152712.620000', '152713.080000', '152713.540000', '152714.000000', '152714.460000', '152714.920000', '152715.380000', '152715.840000', '152716.300000', '152716.760000', '152717.220000', '152717.680000', '152718.140000', '152718.600000', '152719.060000', '152719.520000', '152719.980000', '152720.440000', '152720.900000', '152721.360000', '152721.820000', '152722.280000', '152722.740000', '152723.200000', '152723.660000', '152724.120000', '152724.580000', '152725.040000', '152725.500000', '152725.960000', '152726.420000', '152726.880000', '152727.340000', '152727.800000', '152728.260000', '152728.720000', '152729.180000', '152729.640000', '152730.100000', '152730.560000', '152731.020000', '152731.480000', '152731.940000', '152732.400000', '152732.860000', '152733.320000', '152733.780000', '152734.240000', '152734.700000', '152735.160000', '152735.620000', '152736.080000', '152736.540000', '152737.000000', '152737.460000', '152737.920000', '152738.380000', '152738.840000', '152739.300000', '152739.760000', '152740.220000', '152740.680000', '152741.140000', '152741.600000', '152742.060000', '152742.520000', '152742.980000', '152743.440000', '152743.900000', '152744.360000', '152744.820000', '152745.280000', '152745.740000', '152746.200000', '152746.660000', '152747.120000', '152747.580000', '152748.040000', '152748.500000', '152748.960000', '152749.420000', '152749.880000', '152750.340000', '152750.800000', '152751.260000', '152751.720000', '152752.180000', '152752.640000', '152753.100000', '152753.560000', '152754.020000', '152754.480000', '152754.940000', '152755.400000', '152755.860000', '152756.320000', '152756.780000', '152757.240000', '152757.700000', '152758.160000', '152758.620000', '152759.080000', '152759.540000', '152800.000000', '152800.460000', '152800.920000', '152801.380000', '152801.840000', '152802.300000', '152802.760000', '152803.220000', '152803.680000', '152804.140000', '152804.600000', '152805.060000', '152805.520000', '152805.980000', '152806.440000', '152806.900000', '152807.360000', '152807.820000', '152808.280000', '152808.740000', '152809.200000', '152809.660000', '152810.120000', '152810.580000', '152811.040000', '152811.500000', '152811.960000', '152812.420000', '152812.880000', '152813.340000', '152813.800000', '152814.260000', '152814.720000', '152815.180000', '152815.640000', '152816.100000', '152816.560000', '152817.020000', '152817.480000', '152817.940000', '152818.400000', '152818.860000', '152819.320000', '152819.780000', '152820.240000', '152820.700000', '152821.160000', '152821.620000', '152822.080000', '152822.540000', '152823.000000', '152823.460000', '152823.920000', '152824.380000', '152824.840000', '152825.300000', '152825.760000', '152826.220000', '152826.680000', '152827.140000', '152827.600000', '152828.060000', '152828.520000', '152828.980000', '152829.440000', '152829.900000', '152830.360000', '152830.820000', '152831.280000', '152831.740000', '152832.200000', '152832.660000', '152833.120000', '152833.580000', '152834.040000', '152834.500000', '152834.960000', '152835.420000', '152835.880000', '152836.340000', '152836.800000', '152837.260000', '152837.720000', '152838.180000', '152838.640000', '152839.100000', '152839.560000', '152840.020000', '152840.480000', '152840.940000', '152841.400000', '152841.860000', '152842.320000', '152842.780000', '152843.240000', '152843.700000', '152844.160000', '152844.620000', '152845.080000', '152845.540000', '152846.000000', '152846.460000', '152846.920000', '152847.380000', '152847.840000', '152848.300000', '152848.760000', '152849.220000', '152849.680000', '152850.140000', '152850.600000', '152851.060000', '152851.520000', '152851.980000', '152852.440000', '152852.900000', '152853.360000', '152853.820000', '152854.280000', '152854.740000', '152855.200000', '152855.660000', '152856.120000', '152856.580000', '152857.040000', '152857.500000', '152857.960000', '152858.420000', '152858.880000', '152859.340000', '152859.800000', '152900.260000', '152900.720000', '152901.180000', '152901.640000', '152902.100000', '152902.560000', '152903.020000', '152903.480000', '152903.940000', '152904.400000', '152904.860000', '152905.320000', '152905.780000', '152906.240000', '152906.700000', '152907.160000', '152907.620000', '152908.080000', '152908.540000', '152909.000000', '152909.460000', '152909.920000', '152910.380000', '152910.840000', '152911.300000', '152911.760000', '152912.220000', '152912.680000', '152913.140000', '152913.600000', '152914.060000', '152914.520000', '152914.980000', '152915.440000', '152915.900000', '152916.360000', '152916.820000', '152917.280000', '152917.740000', '152918.200000', '152918.660000', '152919.120000', '152919.580000', '152920.040000', '152920.500000', '152920.960000', '152921.420000', '152921.880000', '152922.340000', '152922.800000', '152923.260000', '152923.720000', '152924.180000', '152924.640000', '152925.100000', '152925.560000', '152926.020000', '152926.480000', '152926.940000', '152927.400000', '152927.860000', '152928.320000', '152928.780000', '152929.240000', '152929.700000', '152930.160000', '152930.620000', '152931.080000', '152931.540000', '152932.000000', '152932.460000', '152932.920000', '152933.380000', '152933.840000', '152934.300000', '152934.760000', '152935.220000', '152935.680000', '152936.140000', '152936.600000', '152937.060000', '152937.520000', '152937.980000', '152938.440000', '152938.900000', '152939.360000', '152939.820000', '152940.280000', '152940.740000', '152941.200000', '152941.660000', '152942.120000', '152942.580000', '152943.040000', '152943.500000', '152943.960000', '152944.420000', '152944.880000', '152945.340000', '152945.800000', '152946.260000', '152946.720000', '152947.180000', '152947.640000', '152948.100000', '152948.560000', '152949.020000', '152949.480000', '152949.940000', '152950.400000', '152950.860000', '152951.320000', '152951.780000', '152952.240000', '152952.700000', '152953.160000', '152953.620000', '152954.080000', '152954.540000', '152955.000000', '152955.460000', '152955.920000', '152956.380000', '152956.840000', '152957.300000', '152957.760000', '152958.220000', '152958.680000', '152959.140000', '152959.600000', '153000.060000', '153000.520000', '153000.980000', '153001.440000', '153001.900000', '153002.360000', '153002.820000', '153003.280000', '153003.740000', '153004.200000', '153004.660000', '153005.120000', '153005.580000', '153006.040000', '153006.500000', '153006.960000', '153007.420000', '153007.880000', '153008.340000', '153008.800000', '153009.260000', '153009.720000', '153010.180000', '153010.640000', '153011.100000', '153011.560000', '153012.020000', '153012.480000', '153012.940000', '153013.400000', '153013.860000', '153014.320000', '153014.780000', '153015.240000', '153015.700000', '153016.160000', '153016.620000', '153017.080000', '153017.540000', '153018.000000', '153018.460000', '153018.920000', '153019.380000', '153019.840000', '153020.300000', '153020.760000', '153021.220000', '153021.680000', '153022.140000', '153022.600000', '153023.060000', '153023.520000', '153023.980000', '153024.440000', '153024.900000', '153025.360000', '153025.820000', '153026.280000', '153026.740000', '153027.200000', '153027.660000', '153028.120000', '153028.580000', '153029.040000', '153029.500000', '153029.960000', '153030.420000', '153030.880000', '153031.340000', '153031.800000', '153032.260000', '153032.720000', '153033.180000', '153033.640000', '153034.100000', '153034.560000', '153035.020000', '153035.480000', '153035.940000', '153036.400000', '153036.860000', '153037.320000', '153037.780000', '153038.240000', '153038.700000', '153039.160000', '153039.620000', '153040.080000', '153040.540000', '153041.000000', '153041.460000', '153041.920000', '153042.380000', '153042.840000', '153043.300000', '153043.760000', '153044.220000', '153044.680000', '153045.140000', '153045.600000', '153046.060000', '153046.520000', '153046.980000', '153047.440000', '153047.900000', '153048.360000', '153048.820000', '153049.280000', '153049.740000', '153050.200000', '153050.660000', '153051.120000', '153051.580000', '153052.040000', '153052.500000', '153052.960000', '153053.420000', '153053.880000', '153054.340000', '153054.800000', '153055.260000', '153055.720000', '153056.180000', '153056.640000', '153057.100000', '153057.560000', '153058.020000', '153058.480000', '153058.940000', '153059.400000', '153059.860000', '153100.320000', '153100.780000', '153101.240000', '153101.700000', '153102.160000', '153102.620000', '153103.080000', '153103.540000', '153104.000000', '153104.460000', '153104.920000', '153105.380000', '153105.840000', '153106.300000', '153106.760000', '153107.220000', '153107.680000', '153108.140000', '153108.600000', '153109.060000', '153109.520000', '153109.980000', '153110.440000', '153110.900000', '153111.360000', '153111.820000', '153112.280000', '153112.740000', '153113.200000', '153113.660000', '153114.120000', '153114.580000', '153115.040000', '153115.500000', '153115.960000', '153116.420000', '153116.880000', '153117.340000', '153117.800000', '153118.260000', '153118.720000', '153119.180000', '153119.640000', '153120.100000', '153120.560000', '153121.020000', '153121.480000', '153121.940000', '153122.400000', '153122.860000', '153123.320000', '153123.780000', '153124.240000', '153124.700000', '153125.160000', '153125.620000', '153126.080000', '153126.540000', '153127.000000', '153127.460000', '153127.920000', '153128.380000', '153128.840000', '153129.300000', '153129.760000', '153130.220000', '153130.680000', '153131.140000', '153131.600000', '153132.060000', '153132.520000'], 'ContentTime': ['152509.323000', '152509.326000', '152509.329000', '152509.331000', '152509.341000', '152509.343000', '152509.346000', '152509.349000', '152509.351000', '152509.354000', '152509.356000', '152509.359000', '152509.361000', '152509.364000', '152509.367000', '152509.369000', '152509.372000', '152509.374000', '152509.377000', '152509.379000', '152509.382000', '152509.385000', '152509.387000', '152509.390000', '152509.392000', '152509.395000', '152509.398000', '152509.400000', '152509.403000', '152509.405000', '152509.408000', '152509.410000', '152509.413000', '152509.415000', '152509.418000', '152509.421000', '152529.295000', '152529.298000', '152529.301000', '152529.304000', '152529.306000', '152529.309000', '152529.311000', '152529.314000', '152529.316000', '152529.319000', '152529.322000', '152529.324000', '152529.327000', '152529.329000', '152529.332000', '152529.334000', '152529.337000', '152529.339000', '152529.342000', '152529.345000', '152529.347000', '152529.350000', '152529.352000', '152529.355000', '152529.357000', '152529.360000', '152529.362000', '152529.365000', '152529.367000', '152529.370000', '152529.373000', '152529.375000', '152529.378000', '152529.380000', '152529.383000', '152529.385000', '152529.388000', '152529.391000', '152529.393000', '152529.396000', '152529.398000', '152529.401000', '152529.403000', '152549.295000', '152549.298000', '152549.301000', '152549.303000', '152549.306000', '152549.309000', '152549.311000', '152549.314000', '152549.317000', '152549.319000', '152549.322000', '152549.324000', '152549.327000', '152549.330000', '152549.332000', '152549.335000', '152549.337000', '152549.340000', '152549.342000', '152549.345000', '152549.348000', '152549.350000', '152549.353000', '152549.355000', '152549.358000', '152549.360000', '152549.363000', '152549.366000', '152549.368000', '152549.371000', '152549.373000', '152549.376000', '152549.378000', '152549.381000', '152549.384000', '152549.386000', '152549.389000', '152549.391000', '152549.394000', '152549.396000', '152549.399000', '152549.408000', '152549.410000', '152549.413000', '152609.296000', '152609.299000', '152609.302000', '152609.304000', '152609.307000', '152609.310000', '152609.312000', '152609.315000', '152609.318000', '152609.320000', '152609.323000', '152609.325000', '152609.328000', '152609.331000', '152609.333000', '152609.336000', '152609.338000', '152609.341000', '152609.343000', '152609.346000', '152609.349000', '152609.351000', '152609.354000', '152609.356000', '152609.359000', '152609.362000', '152609.364000', '152609.367000', '152609.369000', '152609.372000', '152609.374000', '152609.377000', '152609.379000', '152609.382000', '152609.384000', '152609.387000', '152609.390000', '152609.392000', '152609.395000', '152609.397000', '152609.400000', '152609.402000', '152609.405000', '152629.295000', '152629.298000', '152629.301000', '152629.303000', '152629.306000', '152629.308000', '152629.311000', '152629.314000', '152629.316000', '152629.319000', '152629.321000', '152629.324000', '152629.327000', '152629.330000', '152629.332000', '152629.336000', '152629.338000', '152629.350000', '152629.353000', '152629.355000', '152629.358000', '152629.361000', '152629.363000', '152629.366000', '152629.368000', '152629.371000', '152629.374000', '152629.376000', '152629.379000', '152629.381000', '152629.384000', '152629.387000', '152629.389000', '152629.392000', '152629.394000', '152629.397000', '152629.399000', '152629.402000', '152629.404000', '152629.407000', '152629.410000', '152629.412000', '152629.415000', '152629.417000', '152649.295000', '152649.298000', '152649.301000', '152649.303000', '152649.306000', '152649.309000', '152649.311000', '152649.314000', '152649.316000', '152649.319000', '152649.321000', '152649.324000', '152649.327000', '152649.329000', '152649.332000', '152649.334000', '152649.337000', '152649.340000', '152649.342000', '152649.345000', '152649.347000', '152649.350000', '152649.353000', '152649.355000', '152649.358000', '152649.360000', '152649.363000', '152649.365000', '152649.368000', '152649.370000', '152649.373000', '152649.376000', '152649.378000', '152649.381000', '152649.383000', '152649.386000', '152649.388000', '152649.391000', '152649.393000', '152649.396000', '152649.398000', '152649.401000', '152649.403000', '152709.295000', '152709.298000', '152709.301000', '152709.303000', '152709.306000', '152709.308000', '152709.311000', '152709.313000', '152709.316000', '152709.319000', '152709.321000', '152709.324000', '152709.326000', '152709.329000', '152709.331000', '152709.334000', '152709.337000', '152709.339000', '152709.342000', '152709.344000', '152709.347000', '152709.349000', '152709.352000', '152709.355000', '152709.357000', '152709.360000', '152709.362000', '152709.365000', '152709.368000', '152709.370000', '152709.373000', '152709.375000', '152709.378000', '152709.381000', '152709.383000', '152709.386000', '152709.388000', '152709.391000', '152709.394000', '152709.396000', '152709.399000', '152709.401000', '152709.404000', '152709.406000', '152729.295000', '152729.298000', '152729.301000', '152729.303000', '152729.306000', '152729.309000', '152729.311000', '152729.314000', '152729.316000', '152729.319000', '152729.321000', '152729.324000', '152729.327000', '152729.329000', '152729.332000', '152729.334000', '152729.337000', '152729.340000', '152729.342000', '152729.345000', '152729.347000', '152729.350000', '152729.353000', '152729.355000', '152729.358000', '152729.360000', '152729.363000', '152729.366000', '152729.368000', '152729.371000', '152729.373000', '152729.376000', '152729.379000', '152729.381000', '152729.384000', '152729.386000', '152729.389000', '152729.391000', '152729.394000', '152729.397000', '152729.399000', '152729.402000', '152729.404000', '152749.295000', '152749.298000', '152749.301000', '152749.303000', '152749.306000', '152749.308000', '152749.311000', '152749.315000', '152749.318000', '152749.321000', '152749.323000', '152749.326000', '152749.329000', '152749.331000', '152749.334000', '152749.336000', '152749.339000', '152749.341000', '152749.344000', '152749.347000', '152749.350000', '152749.352000', '152749.355000', '152749.358000', '152749.360000', '152749.363000', '152749.366000', '152749.369000', '152749.372000', '152749.374000', '152749.377000', '152749.380000', '152749.383000', '152749.385000', '152749.388000', '152749.390000', '152749.393000', '152749.395000', '152749.398000', '152749.401000', '152749.403000', '152749.406000', '152749.408000', '152809.295000', '152809.298000', '152809.301000', '152809.303000', '152809.306000', '152809.309000', '152809.311000', '152809.314000', '152809.316000', '152809.319000', '152809.322000', '152809.324000', '152809.327000', '152809.341000', '152809.344000', '152809.346000', '152809.349000', '152809.351000', '152809.354000', '152809.356000', '152809.359000', '152809.362000', '152809.364000', '152809.367000', '152809.370000', '152809.372000', '152809.375000', '152809.377000', '152809.380000', '152809.383000', '152809.385000', '152809.388000', '152809.390000', '152809.393000', '152809.395000', '152809.398000', '152809.400000', '152809.403000', '152809.405000', '152809.408000', '152809.411000', '152809.413000', '152809.416000', '152809.418000', '152829.296000', '152829.299000', '152829.302000', '152829.304000', '152829.307000', '152829.310000', '152829.312000', '152829.315000', '152829.317000', '152829.320000', '152829.322000', '152829.325000', '152829.328000', '152829.330000', '152829.333000', '152829.335000', '152829.338000', '152829.340000', '152829.343000', '152829.346000', '152829.348000', '152829.351000', '152829.353000', '152829.356000', '152829.358000', '152829.361000', '152829.364000', '152829.367000', '152829.369000', '152829.372000', '152829.374000', '152829.377000', '152829.380000', '152829.382000', '152829.385000', '152829.388000', '152829.390000', '152829.393000', '152829.395000', '152829.398000', '152829.401000', '152829.403000', '152829.406000', '152829.408000', '152849.296000', '152849.298000', '152849.301000', '152849.304000', '152849.306000', '152849.309000', '152849.311000', '152849.314000', '152849.317000', '152849.319000', '152849.322000', '152849.324000', '152849.327000', '152849.330000', '152849.332000', '152849.335000', '152849.337000', '152849.340000', '152849.343000', '152849.345000', '152849.348000', '152849.350000', '152849.353000', '152849.355000', '152849.358000', '152849.361000', '152849.363000', '152849.366000', '152849.368000', '152849.371000', '152849.374000', '152849.376000', '152849.379000', '152849.382000', '152849.384000', '152849.387000', '152849.389000', '152849.392000', '152849.394000', '152849.397000', '152849.400000', '152849.403000', '152849.405000', '152909.295000', '152909.298000', '152909.301000', '152909.303000', '152909.306000', '152909.309000', '152909.311000', '152909.314000', '152909.316000', '152909.319000', '152909.322000', '152909.325000', '152909.328000', '152909.331000', '152909.333000', '152909.336000', '152909.339000', '152909.341000', '152909.344000', '152909.346000', '152909.349000', '152909.352000', '152909.355000', '152909.358000', '152909.361000', '152909.363000', '152909.366000', '152909.369000', '152909.371000', '152909.374000', '152909.376000', '152909.379000', '152909.382000', '152909.384000', '152909.387000', '152909.389000', '152909.392000', '152909.394000', '152909.397000', '152909.400000', '152909.403000', '152909.405000', '152909.409000', '152929.295000', '152929.298000', '152929.301000', '152929.304000', '152929.307000', '152929.309000', '152929.312000', '152929.315000', '152929.317000', '152929.320000', '152929.322000', '152929.325000', '152929.328000', '152929.330000', '152929.333000', '152929.335000', '152929.338000', '152929.340000', '152929.343000', '152929.346000', '152929.348000', '152929.351000', '152929.353000', '152929.356000', '152929.358000', '152929.361000', '152929.364000', '152929.366000', '152929.369000', '152929.371000', '152929.374000', '152929.376000', '152929.379000', '152929.381000', '152929.384000', '152929.387000', '152929.389000', '152929.392000', '152929.402000', '152929.405000', '152929.407000', '152929.410000', '152929.413000', '152929.415000', '152949.295000', '152949.298000', '152949.301000', '152949.304000', '152949.306000', '152949.309000', '152949.311000', '152949.314000', '152949.317000', '152949.319000', '152949.322000', '152949.324000', '152949.327000', '152949.329000', '152949.332000', '152949.335000', '152949.337000', '152949.340000', '152949.342000', '152949.345000', '152949.347000', '152949.350000', '152949.353000', '152949.355000', '152949.358000', '152949.360000', '152949.363000', '152949.366000', '152949.369000', '152949.372000', '152949.374000', '152949.377000', '152949.380000', '152949.383000', '152949.385000', '152949.388000', '152949.391000', '152949.394000', '152949.397000', '152949.400000', '152949.402000', '152949.405000', '152949.407000', '153009.295000', '153009.298000', '153009.301000', '153009.303000', '153009.306000', '153009.309000', '153009.312000', '153009.314000', '153009.317000', '153009.320000', '153009.322000', '153009.325000', '153009.327000', '153009.330000', '153009.332000', '153009.335000', '153009.338000', '153009.340000', '153009.343000', '153009.346000', '153009.348000', '153009.351000', '153009.353000', '153009.356000', '153009.359000', '153009.361000', '153009.364000', '153009.367000', '153009.369000', '153009.372000', '153009.374000', '153009.377000', '153009.380000', '153009.382000', '153009.385000', '153009.387000', '153009.390000', '153009.393000', '153009.395000', '153009.398000', '153009.400000', '153009.403000', '153009.406000', '153009.408000', '153029.295000', '153029.298000', '153029.301000', '153029.303000', '153029.312000', '153029.315000', '153029.318000', '153029.320000', '153029.323000', '153029.326000', '153029.328000', '153029.331000', '153029.334000', '153029.336000', '153029.339000', '153029.341000', '153029.344000', '153029.346000', '153029.349000', '153029.352000', '153029.354000', '153029.357000', '153029.359000', '153029.362000', '153029.364000', '153029.367000', '153029.370000', '153029.372000', '153029.375000', '153029.377000', '153029.380000', '153029.382000', '153029.385000', '153029.387000', '153029.390000', '153029.394000', '153029.396000', '153029.399000', '153029.401000', '153029.404000', '153029.407000', '153029.409000', '153029.412000', '153049.297000', '153049.300000', '153049.302000', '153049.305000', '153049.307000', '153049.310000', '153049.313000', '153049.316000', '153049.318000', '153049.321000', '153049.325000', '153049.328000', '153049.330000', '153049.333000', '153049.336000', '153049.338000', '153049.341000', '153049.343000', '153049.346000', '153049.348000', '153049.351000', '153049.354000', '153049.356000', '153049.359000', '153049.361000', '153049.364000', '153049.367000', '153049.369000', '153049.372000', '153049.374000', '153049.377000', '153049.380000', '153049.382000', '153049.385000', '153049.387000', '153049.390000', '153049.392000', '153049.395000', '153049.398000', '153049.400000', '153049.403000', '153049.405000', '153049.408000', '153049.410000', '153109.295000', '153109.298000', '153109.301000', '153109.304000', '153109.306000', '153109.309000', '153109.312000', '153109.315000', '153109.317000', '153109.320000', '153109.322000', '153109.325000', '153109.328000', '153109.330000', '153109.333000', '153109.335000', '153109.338000', '153109.340000', '153109.343000', '153109.346000', '153109.349000', '153109.352000', '153109.355000', '153109.358000', '153109.361000', '153109.363000', '153109.366000', '153109.368000', '153109.371000', '153109.373000', '153109.376000', '153109.378000', '153109.381000', '153109.384000', '153109.386000', '153109.389000', '153109.391000', '153109.394000', '153109.397000', '153109.399000', '153109.402000', '153109.404000', '153109.407000', '153129.295000', '153129.298000', '153129.301000', '153129.303000', '153129.306000', '153129.309000', '153129.311000', '153129.314000', '153129.317000', '153129.319000', '153129.322000', '153129.324000', '153129.327000', '153129.329000', '153129.332000', '153129.335000', '153129.337000', '153129.340000', '153129.342000', '153129.345000', '153129.348000', '153129.350000', '153129.353000', '153129.355000', '153129.358000', '153129.361000', '153129.363000', '153129.366000', '153129.368000', '153129.371000', '153129.374000', '153129.376000', '153129.379000', '153129.381000', '153129.384000', '153129.386000', '153129.389000', '153129.392000', '153129.394000', '153129.397000', '153129.399000', '153129.402000', '153129.404000', '153129.407000', '153133.782000', '153133.786000', '153133.789000', '153133.792000', '153133.794000', '153133.797000', '153133.800000', '153133.803000', '153133.805000', '153133.808000'], 'InstanceCreationTime': ['152509.323000', '152509.326000', '152509.329000', '152509.331000', '152509.341000', '152509.343000', '152509.346000', '152509.349000', '152509.351000', '152509.354000', '152509.356000', '152509.359000', '152509.361000', '152509.364000', '152509.367000', '152509.369000', '152509.372000', '152509.374000', '152509.377000', '152509.379000', '152509.382000', '152509.385000', '152509.387000', '152509.390000', '152509.392000', '152509.395000', '152509.398000', '152509.400000', '152509.403000', '152509.405000', '152509.408000', '152509.410000', '152509.413000', '152509.415000', '152509.418000', '152509.421000', '152529.295000', '152529.298000', '152529.301000', '152529.304000', '152529.306000', '152529.309000', '152529.311000', '152529.314000', '152529.316000', '152529.319000', '152529.322000', '152529.324000', '152529.327000', '152529.329000', '152529.332000', '152529.334000', '152529.337000', '152529.339000', '152529.342000', '152529.345000', '152529.347000', '152529.350000', '152529.352000', '152529.355000', '152529.357000', '152529.360000', '152529.362000', '152529.365000', '152529.367000', '152529.370000', '152529.373000', '152529.375000', '152529.378000', '152529.380000', '152529.383000', '152529.385000', '152529.388000', '152529.391000', '152529.393000', '152529.396000', '152529.398000', '152529.401000', '152529.403000', '152549.295000', '152549.298000', '152549.301000', '152549.303000', '152549.306000', '152549.309000', '152549.311000', '152549.314000', '152549.317000', '152549.319000', '152549.322000', '152549.324000', '152549.327000', '152549.330000', '152549.332000', '152549.335000', '152549.337000', '152549.340000', '152549.342000', '152549.345000', '152549.348000', '152549.350000', '152549.353000', '152549.355000', '152549.358000', '152549.360000', '152549.363000', '152549.366000', '152549.368000', '152549.371000', '152549.373000', '152549.376000', '152549.378000', '152549.381000', '152549.384000', '152549.386000', '152549.389000', '152549.391000', '152549.394000', '152549.396000', '152549.399000', '152549.408000', '152549.410000', '152549.413000', '152609.296000', '152609.299000', '152609.302000', '152609.304000', '152609.307000', '152609.310000', '152609.312000', '152609.315000', '152609.318000', '152609.320000', '152609.323000', '152609.325000', '152609.328000', '152609.331000', '152609.333000', '152609.336000', '152609.338000', '152609.341000', '152609.343000', '152609.346000', '152609.349000', '152609.351000', '152609.354000', '152609.356000', '152609.359000', '152609.362000', '152609.364000', '152609.367000', '152609.369000', '152609.372000', '152609.374000', '152609.377000', '152609.379000', '152609.382000', '152609.384000', '152609.387000', '152609.390000', '152609.392000', '152609.395000', '152609.397000', '152609.400000', '152609.402000', '152609.405000', '152629.295000', '152629.298000', '152629.301000', '152629.303000', '152629.306000', '152629.308000', '152629.311000', '152629.314000', '152629.316000', '152629.319000', '152629.321000', '152629.324000', '152629.327000', '152629.330000', '152629.332000', '152629.336000', '152629.338000', '152629.350000', '152629.353000', '152629.355000', '152629.358000', '152629.361000', '152629.363000', '152629.366000', '152629.368000', '152629.371000', '152629.374000', '152629.376000', '152629.379000', '152629.381000', '152629.384000', '152629.387000', '152629.389000', '152629.392000', '152629.394000', '152629.397000', '152629.399000', '152629.402000', '152629.404000', '152629.407000', '152629.410000', '152629.412000', '152629.415000', '152629.417000', '152649.295000', '152649.298000', '152649.301000', '152649.303000', '152649.306000', '152649.309000', '152649.311000', '152649.314000', '152649.316000', '152649.319000', '152649.321000', '152649.324000', '152649.327000', '152649.329000', '152649.332000', '152649.334000', '152649.337000', '152649.340000', '152649.342000', '152649.345000', '152649.347000', '152649.350000', '152649.353000', '152649.355000', '152649.358000', '152649.360000', '152649.363000', '152649.365000', '152649.368000', '152649.370000', '152649.373000', '152649.376000', '152649.378000', '152649.381000', '152649.383000', '152649.386000', '152649.388000', '152649.391000', '152649.393000', '152649.396000', '152649.398000', '152649.401000', '152649.403000', '152709.295000', '152709.298000', '152709.301000', '152709.303000', '152709.306000', '152709.308000', '152709.311000', '152709.313000', '152709.316000', '152709.319000', '152709.321000', '152709.324000', '152709.326000', '152709.329000', '152709.331000', '152709.334000', '152709.337000', '152709.339000', '152709.342000', '152709.344000', '152709.347000', '152709.349000', '152709.352000', '152709.355000', '152709.357000', '152709.360000', '152709.362000', '152709.365000', '152709.368000', '152709.370000', '152709.373000', '152709.375000', '152709.378000', '152709.381000', '152709.383000', '152709.386000', '152709.388000', '152709.391000', '152709.394000', '152709.396000', '152709.399000', '152709.401000', '152709.404000', '152709.406000', '152729.295000', '152729.298000', '152729.301000', '152729.303000', '152729.306000', '152729.309000', '152729.311000', '152729.314000', '152729.316000', '152729.319000', '152729.321000', '152729.324000', '152729.327000', '152729.329000', '152729.332000', '152729.334000', '152729.337000', '152729.340000', '152729.342000', '152729.345000', '152729.347000', '152729.350000', '152729.353000', '152729.355000', '152729.358000', '152729.360000', '152729.363000', '152729.366000', '152729.368000', '152729.371000', '152729.373000', '152729.376000', '152729.379000', '152729.381000', '152729.384000', '152729.386000', '152729.389000', '152729.391000', '152729.394000', '152729.397000', '152729.399000', '152729.402000', '152729.404000', '152749.295000', '152749.298000', '152749.301000', '152749.303000', '152749.306000', '152749.308000', '152749.311000', '152749.315000', '152749.318000', '152749.321000', '152749.323000', '152749.326000', '152749.329000', '152749.331000', '152749.334000', '152749.336000', '152749.339000', '152749.341000', '152749.344000', '152749.347000', '152749.350000', '152749.352000', '152749.355000', '152749.358000', '152749.360000', '152749.363000', '152749.366000', '152749.369000', '152749.372000', '152749.374000', '152749.377000', '152749.380000', '152749.383000', '152749.385000', '152749.388000', '152749.390000', '152749.393000', '152749.395000', '152749.398000', '152749.401000', '152749.403000', '152749.406000', '152749.408000', '152809.295000', '152809.298000', '152809.301000', '152809.303000', '152809.306000', '152809.309000', '152809.311000', '152809.314000', '152809.316000', '152809.319000', '152809.322000', '152809.324000', '152809.327000', '152809.341000', '152809.344000', '152809.346000', '152809.349000', '152809.351000', '152809.354000', '152809.356000', '152809.359000', '152809.362000', '152809.364000', '152809.367000', '152809.370000', '152809.372000', '152809.375000', '152809.377000', '152809.380000', '152809.383000', '152809.385000', '152809.388000', '152809.390000', '152809.393000', '152809.395000', '152809.398000', '152809.400000', '152809.403000', '152809.405000', '152809.408000', '152809.411000', '152809.413000', '152809.416000', '152809.418000', '152829.296000', '152829.299000', '152829.302000', '152829.304000', '152829.307000', '152829.310000', '152829.312000', '152829.315000', '152829.317000', '152829.320000', '152829.322000', '152829.325000', '152829.328000', '152829.330000', '152829.333000', '152829.335000', '152829.338000', '152829.340000', '152829.343000', '152829.346000', '152829.348000', '152829.351000', '152829.353000', '152829.356000', '152829.358000', '152829.361000', '152829.364000', '152829.367000', '152829.369000', '152829.372000', '152829.374000', '152829.377000', '152829.380000', '152829.382000', '152829.385000', '152829.388000', '152829.390000', '152829.393000', '152829.395000', '152829.398000', '152829.401000', '152829.403000', '152829.406000', '152829.408000', '152849.296000', '152849.298000', '152849.301000', '152849.304000', '152849.306000', '152849.309000', '152849.311000', '152849.314000', '152849.317000', '152849.319000', '152849.322000', '152849.324000', '152849.327000', '152849.330000', '152849.332000', '152849.335000', '152849.337000', '152849.340000', '152849.343000', '152849.345000', '152849.348000', '152849.350000', '152849.353000', '152849.355000', '152849.358000', '152849.361000', '152849.363000', '152849.366000', '152849.368000', '152849.371000', '152849.374000', '152849.376000', '152849.379000', '152849.382000', '152849.384000', '152849.387000', '152849.389000', '152849.392000', '152849.394000', '152849.397000', '152849.400000', '152849.403000', '152849.405000', '152909.295000', '152909.298000', '152909.301000', '152909.303000', '152909.306000', '152909.309000', '152909.311000', '152909.314000', '152909.316000', '152909.319000', '152909.322000', '152909.325000', '152909.328000', '152909.331000', '152909.333000', '152909.336000', '152909.339000', '152909.341000', '152909.344000', '152909.346000', '152909.349000', '152909.352000', '152909.355000', '152909.358000', '152909.361000', '152909.363000', '152909.366000', '152909.369000', '152909.371000', '152909.374000', '152909.376000', '152909.379000', '152909.382000', '152909.384000', '152909.387000', '152909.389000', '152909.392000', '152909.394000', '152909.397000', '152909.400000', '152909.403000', '152909.405000', '152909.409000', '152929.295000', '152929.298000', '152929.301000', '152929.304000', '152929.307000', '152929.309000', '152929.312000', '152929.315000', '152929.317000', '152929.320000', '152929.322000', '152929.325000', '152929.328000', '152929.330000', '152929.333000', '152929.335000', '152929.338000', '152929.340000', '152929.343000', '152929.346000', '152929.348000', '152929.351000', '152929.353000', '152929.356000', '152929.358000', '152929.361000', '152929.364000', '152929.366000', '152929.369000', '152929.371000', '152929.374000', '152929.376000', '152929.379000', '152929.381000', '152929.384000', '152929.387000', '152929.389000', '152929.392000', '152929.402000', '152929.405000', '152929.407000', '152929.410000', '152929.413000', '152929.415000', '152949.295000', '152949.298000', '152949.301000', '152949.304000', '152949.306000', '152949.309000', '152949.311000', '152949.314000', '152949.317000', '152949.319000', '152949.322000', '152949.324000', '152949.327000', '152949.329000', '152949.332000', '152949.335000', '152949.337000', '152949.340000', '152949.342000', '152949.345000', '152949.347000', '152949.350000', '152949.353000', '152949.355000', '152949.358000', '152949.360000', '152949.363000', '152949.366000', '152949.369000', '152949.372000', '152949.374000', '152949.377000', '152949.380000', '152949.383000', '152949.385000', '152949.388000', '152949.391000', '152949.394000', '152949.397000', '152949.400000', '152949.402000', '152949.405000', '152949.407000', '153009.295000', '153009.298000', '153009.301000', '153009.303000', '153009.306000', '153009.309000', '153009.312000', '153009.314000', '153009.317000', '153009.320000', '153009.322000', '153009.325000', '153009.327000', '153009.330000', '153009.332000', '153009.335000', '153009.338000', '153009.340000', '153009.343000', '153009.346000', '153009.348000', '153009.351000', '153009.353000', '153009.356000', '153009.359000', '153009.361000', '153009.364000', '153009.367000', '153009.369000', '153009.372000', '153009.374000', '153009.377000', '153009.380000', '153009.382000', '153009.385000', '153009.387000', '153009.390000', '153009.393000', '153009.395000', '153009.398000', '153009.400000', '153009.403000', '153009.406000', '153009.408000', '153029.295000', '153029.298000', '153029.301000', '153029.303000', '153029.312000', '153029.315000', '153029.318000', '153029.320000', '153029.323000', '153029.326000', '153029.328000', '153029.331000', '153029.334000', '153029.336000', '153029.339000', '153029.341000', '153029.344000', '153029.346000', '153029.349000', '153029.352000', '153029.354000', '153029.357000', '153029.359000', '153029.362000', '153029.364000', '153029.367000', '153029.370000', '153029.372000', '153029.375000', '153029.377000', '153029.380000', '153029.382000', '153029.385000', '153029.387000', '153029.390000', '153029.394000', '153029.396000', '153029.399000', '153029.401000', '153029.404000', '153029.407000', '153029.409000', '153029.412000', '153049.297000', '153049.300000', '153049.302000', '153049.305000', '153049.307000', '153049.310000', '153049.313000', '153049.316000', '153049.318000', '153049.321000', '153049.325000', '153049.328000', '153049.330000', '153049.333000', '153049.336000', '153049.338000', '153049.341000', '153049.343000', '153049.346000', '153049.348000', '153049.351000', '153049.354000', '153049.356000', '153049.359000', '153049.361000', '153049.364000', '153049.367000', '153049.369000', '153049.372000', '153049.374000', '153049.377000', '153049.380000', '153049.382000', '153049.385000', '153049.387000', '153049.390000', '153049.392000', '153049.395000', '153049.398000', '153049.400000', '153049.403000', '153049.405000', '153049.408000', '153049.410000', '153109.295000', '153109.298000', '153109.301000', '153109.304000', '153109.306000', '153109.309000', '153109.312000', '153109.315000', '153109.317000', '153109.320000', '153109.322000', '153109.325000', '153109.328000', '153109.330000', '153109.333000', '153109.335000', '153109.338000', '153109.340000', '153109.343000', '153109.346000', '153109.349000', '153109.352000', '153109.355000', '153109.358000', '153109.361000', '153109.363000', '153109.366000', '153109.368000', '153109.371000', '153109.373000', '153109.376000', '153109.378000', '153109.381000', '153109.384000', '153109.386000', '153109.389000', '153109.391000', '153109.394000', '153109.397000', '153109.399000', '153109.402000', '153109.404000', '153109.407000', '153129.295000', '153129.298000', '153129.301000', '153129.303000', '153129.306000', '153129.309000', '153129.311000', '153129.314000', '153129.317000', '153129.319000', '153129.322000', '153129.324000', '153129.327000', '153129.329000', '153129.332000', '153129.335000', '153129.337000', '153129.340000', '153129.342000', '153129.345000', '153129.348000', '153129.350000', '153129.353000', '153129.355000', '153129.358000', '153129.361000', '153129.363000', '153129.366000', '153129.368000', '153129.371000', '153129.374000', '153129.376000', '153129.379000', '153129.381000', '153129.384000', '153129.386000', '153129.389000', '153129.392000', '153129.394000', '153129.397000', '153129.399000', '153129.402000', '153129.404000', '153129.407000', '153133.782000', '153133.786000', '153133.789000', '153133.792000', '153133.794000', '153133.797000', '153133.800000', '153133.803000', '153133.805000', '153133.808000'], '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': [9558, 10778, 9788, 7259, 11981, 8719, 11329, 9225, 7102, 10833, 8519, 11301, 8685, 7952, 10877, 8197, 8355, 9025, 7679, 12121, 8926, 6816, 8268, 7145, 6876, 8684, 7559, 10058, 9959, 8252, 12310, 10269, 14581, 10969, 10044, 9368, 7323, 9966, 7811, 11792, 8679, 8357, 8151, 6593, 9041, 7555, 9635, 8693, 8094, 7982, 6977, 8817, 7402, 9749, 8402, 8605, 7637, 6398, 8880, 7245, 9975, 8334, 10319, 8363, 7912, 8578, 6832, 9645, 7470, 11224, 8497, 11369, 8741, 8085, 8484, 6901, 10923, 8290, 8872, 7797, 7113, 8854, 7524, 10053, 8139, 7007, 8591, 7040, 10108, 8173, 11171, 8520, 6761, 8732, 6757, 9507, 7495, 11453, 8650, 8325, 7826, 6566, 9126, 7865, 8618, 7757, 6899, 8701, 6892, 10478, 7990, 12216, 9560, 9029, 8791, 7272, 9872, 7614, 12677, 9230, 7606, 8992, 7464, 6816, 8786, 7257, 12218, 9004, 7758, 9902, 7294, 12261, 8307, 12934, 9734, 8855, 8429, 7371, 10254, 8109, 7852, 8121, 7008, 9586, 7792, 6996, 7764, 6889, 10899, 8387, 7460, 8255, 6580, 10728, 8249, 12216, 9389, 7289, 8886, 7316, 12328, 9181, 9892, 8674, 7148, 10977, 8099, 11848, 9045, 6885, 9339, 7556, 11847, 8522, 8786, 8093, 6733, 9804, 8084, 11206, 8243, 7182, 8693, 7565, 9645, 8037, 7310, 8700, 6968, 11138, 8210, 11668, 8803, 13143, 9570, 8870, 8299, 6648, 8777, 7206, 10967, 8077, 11097, 8279, 8175, 7798, 6775, 8902, 7728, 10829, 8550, 7640, 7692, 6667, 9750, 8277, 8156, 7723, 6584, 9834, 8063, 7753, 8344, 6604, 10743, 8119, 7513, 8928, 7544, 9282, 7909, 6724, 9922, 7613, 11879, 8766, 6744, 8804, 7303, 11325, 8488, 6824, 9581, 7905, 11509, 8434, 7496, 8777, 7200, 11301, 8409, 11871, 8718, 8342, 9498, 7462, 9659, 8252, 6763, 9586, 7868, 7114, 10294, 8322, 7377, 8189, 6812, 11940, 8410, 10551, 8732, 8046, 12642, 8034, 8257, 7618, 6878, 8715, 7896, 7758, 7495, 6580, 9046, 7643, 10915, 8290, 6746, 9098, 7536, 12005, 8411, 8509, 10139, 7583, 12331, 8437, 8097, 8336, 7018, 11959, 8275, 7669, 7869, 6914, 10905, 8152, 7685, 8098, 6779, 11061, 8247, 8537, 8734, 7146, 10994, 7964, 6707, 9578, 7730, 7105, 9413, 7486, 7100, 8037, 7155, 9153, 8468, 6910, 10706, 7717, 6645, 9894, 7876, 8765, 9822, 7576, 11017, 9248, 8102, 13717, 9373, 10181, 8841, 7052, 13759, 10212, 8408, 10246, 7578, 8361, 8056, 6958, 11914, 8328, 6696, 9067, 7455, 7174, 8515, 7085, 9072, 7687, 6748, 10045, 8095, 6829, 10323, 7564, 6586, 8475, 7386, 6645, 9221, 7308, 6595, 8564, 7459, 8098, 11218, 7909, 7911, 9030, 7479, 12232, 10389, 8636, 11311, 8119, 7086, 7931, 8026, 7195, 6957, 8936, 7410, 9737, 9093, 7099, 12525, 8367, 9548, 8393, 7008, 11806, 7789, 7614, 7780, 6750, 10042, 7840, 7213, 7444, 6756, 8794, 7816, 6916, 7661, 7406, 8914, 7644, 6898, 9890, 7850, 8448, 7597, 6794, 9320, 7748, 12379, 9071, 6845, 8378, 7299, 9278, 7947, 6839, 9039, 7723, 9475, 7993, 7634, 11091, 8075, 12873, 9011, 9438, 8288, 7024, 11529, 8182, 7504, 7599, 6868, 9889, 7998, 6654, 8493, 7559, 8385, 7542, 6879, 10380, 7638, 7622, 7605, 6878, 11618, 8662, 12331, 10377, 8368, 10309, 7717, 13012, 9127, 9927, 8477, 7037, 10284, 8191, 7871, 7814, 7027, 8014, 7745, 6947, 11739, 8514, 6398, 9181, 7685, 10588, 8653, 7144, 11477, 8122, 7801, 7804, 6878, 10054, 8038, 7494, 7719, 6585, 9395, 7831, 11961, 8777, 7295, 8854, 7654, 10221, 8016, 7058, 9012, 7332, 11098, 8231, 8362, 8021, 7260, 10562, 8178, 9795, 8186, 7619, 9934, 7637, 12720, 8795, 11663, 8424, 7698, 8192, 6835, 9869, 8139, 10139, 8203, 6991, 8274, 7186, 10423, 8162, 8398, 7983, 6670, 10218, 7912, 12708, 8750, 10015, 8771, 6802, 11412, 8202, 8238, 8362, 6697, 10384, 7704, 8461, 7711, 6974, 9913, 7747, 8145, 7607, 6607, 10092, 8287, 7059, 8469, 7400, 11078, 8266, 7277, 8777, 7304, 10217, 8227, 6614, 10289, 7785, 7838, 8243, 6919, 12127, 8594, 6899, 8243, 7592, 6847, 8389, 7473, 6739, 9652, 7952, 7565, 10638, 8042, 12773, 10164, 8308, 13528, 9620, 7613, 8627, 7365, 10801, 8453, 6771, 8953, 7400, 7418, 7981, 6852, 11014, 8397, 7044, 8968, 7465, 9151, 7989, 6854, 12158, 8272, 7907, 7891, 6648, 10617, 7975, 8684, 8373, 6658, 10233, 7747, 8982, 7905, 7181, 10872, 8109, 10527, 8125, 6966, 8839, 7596, 6504, 8927, 7551, 6778, 10476, 8099, 7046, 10250, 8154, 13811, 10233, 11203, 10359, 7478, 12960, 8680, 7496, 9495, 7369, 10454, 8102, 7829, 8016, 6888, 9225, 7455, 10902, 8260, 10461, 8371, 7625, 8146, 6786, 9517, 8045, 7921, 7884, 6882, 9800, 8213, 7834, 8216, 6750, 10618, 8335, 10079, 8619, 6853, 10664, 7949, 12389, 9006, 7916, 8773, 7313, 10317, 8319, 7120, 9123, 7610, 8386, 7739, 6893, 9153, 7956, 6748, 9536, 7939, 8931, 8643, 7715, 12695, 8950, 15027, 10169, 15537, 11121, 10769, 9723, 7117, 11799, 8442, 9919, 8893, 6870, 10202, 7883, 10054, 8265, 7361, 9124, 7378, 11145, 8030, 7636, 8323, 7201, 11708, 8063, 7069, 8267, 7117, 12059, 8821, 7614, 8594, 6891, 11231, 8125, 9418, 8240, 6809, 9775, 7917, 9761, 8185, 6682, 9457, 7751, 10484, 8283, 7177, 9291, 7706, 8095, 7781, 6688, 9583, 8252, 7063, 8374, 7291, 10564, 8132, 7076, 9233, 7542, 12875, 8687, 9754, 10274, 7847, 13118, 8784, 11983, 8998, 7296, 9749, 7860, 11283, 8617, 6688, 9186, 7648, 7434, 7793, 7376, 7064, 8930, 7559, 7778, 10429, 7919, 11787, 9965, 7677, 11911, 8494, 11432, 9700, 7200, 11650, 8521, 7614, 9002, 7435, 8706, 7902, 6681, 9300, 7776, 9152, 8306, 6793, 9550, 7388, 12091, 8588, 11602, 8854, 6802, 9411, 7439, 12006, 8614, 6876, 8676, 7443, 8805, 8042, 6909, 9974, 7845, 6989, 7965, 6960, 10496, 8062, 10380, 8273, 7107, 9324, 7255, 12715, 8793, 8434, 8322, 6621, 9756, 8393, 7265, 8334, 7317, 10349, 8085], 'WindowCenter': [4024.0, 4021.0, 4006.0, 3951.0, 4002.0, 3971.0, 3990.0, 3968.0, 3935.0, 3988.0, 3969.0, 4001.0, 3968.0, 3959.0, 3989.0, 3965.0, 3956.0, 3966.0, 3945.0, 3998.0, 3967.0, 3925.0, 3956.0, 3936.0, 3935.0, 3955.0, 3944.0, 3974.0, 3963.0, 3953.0, 3997.0, 3975.0, 3996.0, 3973.0, 3962.0, 3949.0, 3915.0, 3947.0, 3916.0, 3970.0, 3938.0, 3938.0, 3927.0, 3907.0, 3949.0, 3929.0, 3950.0, 3951.0, 3941.0, 3942.0, 3931.0, 3963.0, 3933.0, 3963.0, 3953.0, 3953.0, 3944.0, 3923.0, 3965.0, 3944.0, 3975.0, 3955.0, 3976.0, 3955.0, 3954.0, 3964.0, 3923.0, 3976.0, 3946.0, 3987.0, 3956.0, 3986.0, 3954.0, 3944.0, 3955.0, 3934.0, 3986.0, 3956.0, 3966.0, 3945.0, 3933.0, 3966.0, 3958.0, 3978.0, 3957.0, 3936.0, 3967.0, 3947.0, 3989.0, 3957.0, 3989.0, 3967.0, 3935.0, 3966.0, 3936.0, 3977.0, 3947.0, 3988.0, 3967.0, 3956.0, 3957.0, 3937.0, 3979.0, 3969.0, 3968.0, 3959.0, 3948.0, 3970.0, 3949.0, 3991.0, 3960.0, 4000.0, 3979.0, 3968.0, 3969.0, 3947.0, 3978.0, 3958.0, 3998.0, 3968.0, 3946.0, 3967.0, 3947.0, 3937.0, 3969.0, 3960.0, 4011.0, 3978.0, 3958.0, 3978.0, 3948.0, 3999.0, 3956.0, 3998.0, 3966.0, 3965.0, 3955.0, 3945.0, 3975.0, 3957.0, 3957.0, 3956.0, 3936.0, 3978.0, 3957.0, 3948.0, 3958.0, 3948.0, 3990.0, 3969.0, 3949.0, 3969.0, 3937.0, 3989.0, 3969.0, 4000.0, 3968.0, 3936.0, 3966.0, 3945.0, 3998.0, 3967.0, 3977.0, 3955.0, 3933.0, 3985.0, 3945.0, 3986.0, 3964.0, 3933.0, 3965.0, 3944.0, 3986.0, 3956.0, 3955.0, 3944.0, 3923.0, 3964.0, 3955.0, 3986.0, 3954.0, 3934.0, 3956.0, 3944.0, 3975.0, 3957.0, 3945.0, 3966.0, 3936.0, 3986.0, 3956.0, 3985.0, 3966.0, 3997.0, 3965.0, 3953.0, 3954.0, 3923.0, 3953.0, 3933.0, 3974.0, 3944.0, 3976.0, 3953.0, 3954.0, 3943.0, 3924.0, 3965.0, 3945.0, 3987.0, 3966.0, 3945.0, 3945.0, 3936.0, 3977.0, 3957.0, 3956.0, 3947.0, 3936.0, 3978.0, 3957.0, 3958.0, 3968.0, 3936.0, 3987.0, 3958.0, 3948.0, 3967.0, 3958.0, 3979.0, 3958.0, 3937.0, 3979.0, 3958.0, 4000.0, 3969.0, 3937.0, 3968.0, 3947.0, 3988.0, 3966.0, 3935.0, 3978.0, 3957.0, 3999.0, 3967.0, 3947.0, 3968.0, 3947.0, 3988.0, 3957.0, 3988.0, 3957.0, 3956.0, 3977.0, 3946.0, 3978.0, 3956.0, 3935.0, 3978.0, 3957.0, 3946.0, 3989.0, 3969.0, 3960.0, 3957.0, 3936.0, 3988.0, 3957.0, 3977.0, 3956.0, 3945.0, 3997.0, 3945.0, 3955.0, 3945.0, 3934.0, 3966.0, 3956.0, 3947.0, 3947.0, 3935.0, 3969.0, 3959.0, 3989.0, 3958.0, 3938.0, 3969.0, 3958.0, 4001.0, 3969.0, 3968.0, 3977.0, 3947.0, 3999.0, 3957.0, 3957.0, 3957.0, 3935.0, 3987.0, 3956.0, 3946.0, 3956.0, 3936.0, 3988.0, 3957.0, 3947.0, 3957.0, 3937.0, 3988.0, 3958.0, 3956.0, 3954.0, 3936.0, 3988.0, 3956.0, 3937.0, 3979.0, 3947.0, 3937.0, 3977.0, 3947.0, 3937.0, 3958.0, 3948.0, 3979.0, 3957.0, 3947.0, 3990.0, 3958.0, 3937.0, 3979.0, 3957.0, 3968.0, 3978.0, 3947.0, 3988.0, 3966.0, 3946.0, 3999.0, 3966.0, 3976.0, 3954.0, 3933.0, 3997.0, 3975.0, 3943.0, 3963.0, 3932.0, 3943.0, 3943.0, 3922.0, 3985.0, 3943.0, 3922.0, 3953.0, 3934.0, 3934.0, 3955.0, 3934.0, 3954.0, 3933.0, 3923.0, 3975.0, 3943.0, 3923.0, 3975.0, 3944.0, 3923.0, 3955.0, 3945.0, 3925.0, 3967.0, 3946.0, 3936.0, 3968.0, 3946.0, 3957.0, 3988.0, 3956.0, 3956.0, 3965.0, 3946.0, 3987.0, 3975.0, 3955.0, 3975.0, 3944.0, 3922.0, 3943.0, 3942.0, 3933.0, 3934.0, 3966.0, 3934.0, 3965.0, 3954.0, 3922.0, 3984.0, 3942.0, 3953.0, 3941.0, 3919.0, 3972.0, 3931.0, 3930.0, 3930.0, 3911.0, 3962.0, 3941.0, 3932.0, 3931.0, 3923.0, 3955.0, 3945.0, 3934.0, 3945.0, 3945.0, 3967.0, 3947.0, 3937.0, 3978.0, 3956.0, 3958.0, 3946.0, 3937.0, 3968.0, 3947.0, 3999.0, 3967.0, 3925.0, 3957.0, 3947.0, 3967.0, 3957.0, 3937.0, 3969.0, 3959.0, 3980.0, 3959.0, 3948.0, 3989.0, 3958.0, 3999.0, 3968.0, 3967.0, 3957.0, 3934.0, 3988.0, 3956.0, 3946.0, 3946.0, 3937.0, 3979.0, 3959.0, 3937.0, 3969.0, 3960.0, 3983.0, 3973.0, 3951.0, 4004.0, 3971.0, 3959.0, 3960.0, 3950.0, 4002.0, 3969.0, 4000.0, 3977.0, 3956.0, 3978.0, 3946.0, 3998.0, 3966.0, 3978.0, 3956.0, 3933.0, 3975.0, 3955.0, 3956.0, 3945.0, 3935.0, 3955.0, 3957.0, 3949.0, 3999.0, 3969.0, 3926.0, 3968.0, 3947.0, 3987.0, 3956.0, 3935.0, 3986.0, 3945.0, 3945.0, 3945.0, 3936.0, 3976.0, 3944.0, 3945.0, 3946.0, 3925.0, 3965.0, 3947.0, 3999.0, 3956.0, 3935.0, 3965.0, 3946.0, 3977.0, 3957.0, 3934.0, 3966.0, 3945.0, 3988.0, 3956.0, 3957.0, 3958.0, 3946.0, 3978.0, 3958.0, 3979.0, 3957.0, 3946.0, 3977.0, 3945.0, 3997.0, 3955.0, 3987.0, 3944.0, 3943.0, 3954.0, 3923.0, 3976.0, 3944.0, 3976.0, 3955.0, 3934.0, 3955.0, 3936.0, 3988.0, 3957.0, 3956.0, 3956.0, 3925.0, 3977.0, 3946.0, 3998.0, 3955.0, 3976.0, 3955.0, 3924.0, 3986.0, 3954.0, 3956.0, 3954.0, 3923.0, 3976.0, 3945.0, 3955.0, 3946.0, 3936.0, 3977.0, 3946.0, 3957.0, 3946.0, 3936.0, 3988.0, 3956.0, 3937.0, 3958.0, 3946.0, 3989.0, 3958.0, 3947.0, 3967.0, 3947.0, 3978.0, 3958.0, 3937.0, 3987.0, 3947.0, 3947.0, 3956.0, 3937.0, 3999.0, 3956.0, 3950.0, 3969.0, 3947.0, 3935.0, 3957.0, 3947.0, 3938.0, 3980.0, 3959.0, 3958.0, 3992.0, 3960.0, 4000.0, 3977.0, 3957.0, 3998.0, 3965.0, 3945.0, 3955.0, 3945.0, 3988.0, 3956.0, 3924.0, 3967.0, 3935.0, 3946.0, 3956.0, 3937.0, 3988.0, 3956.0, 3936.0, 3967.0, 3947.0, 3977.0, 3957.0, 3936.0, 3998.0, 3956.0, 3955.0, 3945.0, 3924.0, 3977.0, 3956.0, 3956.0, 3956.0, 3924.0, 3976.0, 3945.0, 3966.0, 3945.0, 3936.0, 3977.0, 3944.0, 3976.0, 3945.0, 3936.0, 3979.0, 3946.0, 3924.0, 3966.0, 3946.0, 3938.0, 3990.0, 3957.0, 3949.0, 4004.0, 3960.0, 4010.0, 3977.0, 3987.0, 3976.0, 3934.0, 3984.0, 3951.0, 3932.0, 3962.0, 3933.0, 3975.0, 3944.0, 3943.0, 3943.0, 3923.0, 3951.0, 3932.0, 3974.0, 3944.0, 3964.0, 3942.0, 3944.0, 3943.0, 3923.0, 3963.0, 3944.0, 3955.0, 3945.0, 3937.0, 3976.0, 3969.0, 3957.0, 3969.0, 3937.0, 3989.0, 3958.0, 3978.0, 3956.0, 3925.0, 3976.0, 3946.0, 3999.0, 3966.0, 3945.0, 3967.0, 3946.0, 3976.0, 3958.0, 3937.0, 3967.0, 3974.0, 3971.0, 3959.0, 3950.0, 3980.0, 3969.0, 3950.0, 3991.0, 3972.0, 3982.0, 3982.0, 3961.0, 4013.0, 3979.0, 4022.0, 3980.0, 4012.0, 3987.0, 3977.0, 3965.0, 3922.0, 3986.0, 3944.0, 3963.0, 3953.0, 3922.0, 3974.0, 3944.0, 3965.0, 3955.0, 3934.0, 3965.0, 3934.0, 3975.0, 3944.0, 3944.0, 3955.0, 3934.0, 3987.0, 3945.0, 3934.0, 3956.0, 3936.0, 3998.0, 3966.0, 3945.0, 3955.0, 3934.0, 3987.0, 3945.0, 3965.0, 3943.0, 3924.0, 3965.0, 3944.0, 3976.0, 3955.0, 3923.0, 3965.0, 3944.0, 3977.0, 3957.0, 3936.0, 3967.0, 3947.0, 3956.0, 3945.0, 3936.0, 3977.0, 3967.0, 3946.0, 3969.0, 3960.0, 3990.0, 3970.0, 3947.0, 3979.0, 3959.0, 4011.0, 3968.0, 3979.0, 3979.0, 3957.0, 3998.0, 3957.0, 3986.0, 3967.0, 3944.0, 3965.0, 3944.0, 3986.0, 3955.0, 3934.0, 3966.0, 3957.0, 3960.0, 3958.0, 3959.0, 3948.0, 3968.0, 3956.0, 3957.0, 3988.0, 3959.0, 3999.0, 3978.0, 3946.0, 3987.0, 3955.0, 3985.0, 3964.0, 3933.0, 3986.0, 3955.0, 3944.0, 3953.0, 3934.0, 3955.0, 3944.0, 3924.0, 3966.0, 3946.0, 3965.0, 3956.0, 3935.0, 3975.0, 3946.0, 3987.0, 3956.0, 3987.0, 3955.0, 3922.0, 3965.0, 3945.0, 3985.0, 3954.0, 3923.0, 3954.0, 3933.0, 3965.0, 3944.0, 3936.0, 3977.0, 3955.0, 3937.0, 3957.0, 3948.0, 3987.0, 3956.0, 3977.0, 3956.0, 3934.0, 3966.0, 3946.0, 3987.0, 3955.0, 3955.0, 3955.0, 3935.0, 3976.0, 3956.0, 3946.0, 3955.0, 3947.0, 3978.0, 3957.0], 'WindowWidth': [8985.0, 8967.0, 8938.0, 8854.0, 8923.0, 8877.0, 8902.0, 8867.0, 8821.0, 8893.0, 8873.0, 8918.0, 8868.0, 8858.0, 8900.0, 8862.0, 8850.0, 8862.0, 8832.0, 8908.0, 8867.0, 8806.0, 8848.0, 8822.0, 8819.0, 8844.0, 8831.0, 8870.0, 8853.0, 8840.0, 8908.0, 8872.0, 8905.0, 8865.0, 8846.0, 8826.0, 8776.0, 8819.0, 8779.0, 8855.0, 8811.0, 8812.0, 8796.0, 8769.0, 8826.0, 8801.0, 8830.0, 8832.0, 8820.0, 8822.0, 8809.0, 8854.0, 8813.0, 8854.0, 8840.0, 8841.0, 8830.0, 8801.0, 8858.0, 8831.0, 8871.0, 8845.0, 8875.0, 8846.0, 8844.0, 8858.0, 8801.0, 8876.0, 8836.0, 8891.0, 8847.0, 8889.0, 8844.0, 8830.0, 8846.0, 8818.0, 8890.0, 8849.0, 8862.0, 8833.0, 8816.0, 8865.0, 8856.0, 8882.0, 8853.0, 8824.0, 8867.0, 8840.0, 8897.0, 8853.0, 8898.0, 8866.0, 8821.0, 8864.0, 8822.0, 8880.0, 8840.0, 8896.0, 8866.0, 8850.0, 8855.0, 8827.0, 8884.0, 8873.0, 8871.0, 8860.0, 8843.0, 8874.0, 8848.0, 8905.0, 8861.0, 8919.0, 8886.0, 8869.0, 8871.0, 8839.0, 8883.0, 8855.0, 8912.0, 8866.0, 8837.0, 8866.0, 8840.0, 8826.0, 8871.0, 8863.0, 8933.0, 8884.0, 8856.0, 8884.0, 8841.0, 8910.0, 8850.0, 8910.0, 8863.0, 8860.0, 8846.0, 8833.0, 8875.0, 8851.0, 8851.0, 8851.0, 8823.0, 8881.0, 8854.0, 8842.0, 8857.0, 8844.0, 8901.0, 8871.0, 8845.0, 8870.0, 8828.0, 8900.0, 8870.0, 8915.0, 8867.0, 8821.0, 8862.0, 8835.0, 8910.0, 8864.0, 8878.0, 8847.0, 8816.0, 8887.0, 8833.0, 8891.0, 8858.0, 8814.0, 8858.0, 8829.0, 8891.0, 8848.0, 8845.0, 8831.0, 8800.0, 8857.0, 8847.0, 8889.0, 8844.0, 8816.0, 8847.0, 8832.0, 8874.0, 8852.0, 8832.0, 8861.0, 8822.0, 8890.0, 8849.0, 8889.0, 8862.0, 8907.0, 8859.0, 8842.0, 8843.0, 8800.0, 8841.0, 8813.0, 8870.0, 8828.0, 8873.0, 8840.0, 8842.0, 8827.0, 8803.0, 8859.0, 8832.0, 8891.0, 8862.0, 8833.0, 8833.0, 8823.0, 8878.0, 8851.0, 8851.0, 8837.0, 8824.0, 8882.0, 8853.0, 8857.0, 8868.0, 8823.0, 8894.0, 8854.0, 8842.0, 8868.0, 8856.0, 8883.0, 8856.0, 8827.0, 8886.0, 8855.0, 8914.0, 8870.0, 8824.0, 8868.0, 8840.0, 8897.0, 8865.0, 8822.0, 8882.0, 8853.0, 8912.0, 8867.0, 8838.0, 8867.0, 8839.0, 8897.0, 8853.0, 8895.0, 8852.0, 8850.0, 8879.0, 8837.0, 8881.0, 8848.0, 8820.0, 8880.0, 8851.0, 8839.0, 8897.0, 8871.0, 8862.0, 8854.0, 8821.0, 8894.0, 8851.0, 8878.0, 8848.0, 8832.0, 8906.0, 8832.0, 8846.0, 8831.0, 8819.0, 8863.0, 8849.0, 8837.0, 8839.0, 8822.0, 8871.0, 8858.0, 8899.0, 8855.0, 8828.0, 8871.0, 8855.0, 8917.0, 8872.0, 8868.0, 8881.0, 8838.0, 8912.0, 8850.0, 8852.0, 8851.0, 8820.0, 8893.0, 8848.0, 8835.0, 8848.0, 8824.0, 8895.0, 8851.0, 8838.0, 8852.0, 8824.0, 8895.0, 8853.0, 8848.0, 8845.0, 8823.0, 8895.0, 8849.0, 8825.0, 8883.0, 8839.0, 8826.0, 8881.0, 8841.0, 8826.0, 8854.0, 8842.0, 8883.0, 8854.0, 8839.0, 8900.0, 8855.0, 8827.0, 8884.0, 8852.0, 8866.0, 8881.0, 8839.0, 8894.0, 8862.0, 8834.0, 8912.0, 8862.0, 8872.0, 8843.0, 8815.0, 8906.0, 8869.0, 8825.0, 8853.0, 8809.0, 8826.0, 8826.0, 8798.0, 8884.0, 8825.0, 8797.0, 8840.0, 8816.0, 8817.0, 8844.0, 8816.0, 8843.0, 8813.0, 8800.0, 8872.0, 8828.0, 8801.0, 8871.0, 8830.0, 8801.0, 8847.0, 8833.0, 8805.0, 8865.0, 8836.0, 8821.0, 8867.0, 8836.0, 8850.0, 8895.0, 8848.0, 8848.0, 8859.0, 8835.0, 8892.0, 8873.0, 8844.0, 8871.0, 8827.0, 8795.0, 8823.0, 8823.0, 8812.0, 8817.0, 8859.0, 8816.0, 8858.0, 8842.0, 8796.0, 8882.0, 8823.0, 8837.0, 8820.0, 8789.0, 8863.0, 8804.0, 8803.0, 8804.0, 8779.0, 8847.0, 8820.0, 8809.0, 8807.0, 8801.0, 8843.0, 8832.0, 8816.0, 8832.0, 8835.0, 8864.0, 8839.0, 8824.0, 8880.0, 8849.0, 8854.0, 8838.0, 8823.0, 8868.0, 8837.0, 8911.0, 8863.0, 8806.0, 8850.0, 8839.0, 8864.0, 8851.0, 8825.0, 8869.0, 8858.0, 8887.0, 8857.0, 8842.0, 8898.0, 8854.0, 8913.0, 8866.0, 8863.0, 8851.0, 8818.0, 8893.0, 8848.0, 8836.0, 8836.0, 8826.0, 8883.0, 8857.0, 8828.0, 8870.0, 8860.0, 8898.0, 8885.0, 8852.0, 8929.0, 8879.0, 8861.0, 8860.0, 8850.0, 8921.0, 8873.0, 8913.0, 8879.0, 8848.0, 8879.0, 8834.0, 8909.0, 8862.0, 8880.0, 8848.0, 8815.0, 8873.0, 8846.0, 8847.0, 8830.0, 8819.0, 8847.0, 8853.0, 8844.0, 8912.0, 8869.0, 8809.0, 8865.0, 8839.0, 8892.0, 8848.0, 8819.0, 8889.0, 8832.0, 8832.0, 8830.0, 8821.0, 8875.0, 8832.0, 8832.0, 8834.0, 8807.0, 8860.0, 8838.0, 8910.0, 8849.0, 8819.0, 8860.0, 8834.0, 8876.0, 8851.0, 8818.0, 8861.0, 8834.0, 8893.0, 8849.0, 8852.0, 8854.0, 8836.0, 8881.0, 8852.0, 8882.0, 8850.0, 8835.0, 8879.0, 8834.0, 8907.0, 8844.0, 8890.0, 8827.0, 8826.0, 8841.0, 8801.0, 8873.0, 8829.0, 8873.0, 8846.0, 8818.0, 8845.0, 8825.0, 8895.0, 8851.0, 8849.0, 8850.0, 8807.0, 8878.0, 8834.0, 8910.0, 8847.0, 8875.0, 8846.0, 8802.0, 8888.0, 8843.0, 8849.0, 8844.0, 8801.0, 8877.0, 8832.0, 8847.0, 8837.0, 8822.0, 8878.0, 8836.0, 8851.0, 8835.0, 8823.0, 8896.0, 8850.0, 8826.0, 8854.0, 8838.0, 8899.0, 8854.0, 8838.0, 8865.0, 8837.0, 8881.0, 8854.0, 8825.0, 8893.0, 8839.0, 8839.0, 8849.0, 8827.0, 8910.0, 8850.0, 8848.0, 8872.0, 8839.0, 8822.0, 8853.0, 8839.0, 8831.0, 8889.0, 8860.0, 8856.0, 8906.0, 8861.0, 8916.0, 8879.0, 8851.0, 8910.0, 8860.0, 8832.0, 8845.0, 8833.0, 8895.0, 8847.0, 8803.0, 8864.0, 8819.0, 8835.0, 8848.0, 8826.0, 8895.0, 8849.0, 8823.0, 8865.0, 8838.0, 8879.0, 8852.0, 8823.0, 8907.0, 8849.0, 8847.0, 8833.0, 8803.0, 8878.0, 8849.0, 8848.0, 8848.0, 8804.0, 8876.0, 8832.0, 8861.0, 8834.0, 8822.0, 8877.0, 8830.0, 8875.0, 8832.0, 8823.0, 8885.0, 8836.0, 8803.0, 8861.0, 8835.0, 8829.0, 8899.0, 8853.0, 8846.0, 8926.0, 8862.0, 8929.0, 8878.0, 8891.0, 8875.0, 8816.0, 8881.0, 8832.0, 8809.0, 8850.0, 8812.0, 8870.0, 8828.0, 8827.0, 8826.0, 8799.0, 8836.0, 8810.0, 8868.0, 8826.0, 8853.0, 8823.0, 8828.0, 8827.0, 8799.0, 8853.0, 8828.0, 8845.0, 8832.0, 8825.0, 8877.0, 8873.0, 8854.0, 8870.0, 8825.0, 8898.0, 8854.0, 8880.0, 8849.0, 8806.0, 8876.0, 8834.0, 8910.0, 8862.0, 8834.0, 8864.0, 8835.0, 8877.0, 8854.0, 8826.0, 8865.0, 8891.0, 8879.0, 8861.0, 8848.0, 8887.0, 8874.0, 8850.0, 8904.0, 8882.0, 8896.0, 8894.0, 8863.0, 8938.0, 8885.0, 8949.0, 8886.0, 8936.0, 8891.0, 8875.0, 8858.0, 8797.0, 8886.0, 8828.0, 8854.0, 8838.0, 8796.0, 8869.0, 8828.0, 8858.0, 8843.0, 8816.0, 8858.0, 8815.0, 8873.0, 8829.0, 8830.0, 8845.0, 8816.0, 8891.0, 8831.0, 8816.0, 8848.0, 8822.0, 8907.0, 8863.0, 8832.0, 8846.0, 8817.0, 8892.0, 8833.0, 8859.0, 8827.0, 8803.0, 8858.0, 8831.0, 8876.0, 8846.0, 8801.0, 8858.0, 8831.0, 8878.0, 8853.0, 8825.0, 8865.0, 8838.0, 8849.0, 8832.0, 8821.0, 8878.0, 8866.0, 8839.0, 8872.0, 8861.0, 8901.0, 8873.0, 8842.0, 8886.0, 8859.0, 8932.0, 8869.0, 8884.0, 8883.0, 8851.0, 8908.0, 8851.0, 8891.0, 8864.0, 8832.0, 8858.0, 8829.0, 8889.0, 8845.0, 8817.0, 8861.0, 8852.0, 8863.0, 8855.0, 8859.0, 8843.0, 8869.0, 8850.0, 8852.0, 8897.0, 8856.0, 8911.0, 8880.0, 8835.0, 8892.0, 8844.0, 8886.0, 8856.0, 8813.0, 8887.0, 8846.0, 8829.0, 8839.0, 8816.0, 8844.0, 8830.0, 8805.0, 8861.0, 8835.0, 8859.0, 8849.0, 8820.0, 8873.0, 8835.0, 8893.0, 8848.0, 8892.0, 8846.0, 8797.0, 8856.0, 8833.0, 8886.0, 8842.0, 8800.0, 8842.0, 8815.0, 8859.0, 8831.0, 8823.0, 8879.0, 8847.0, 8825.0, 8853.0, 8843.0, 8893.0, 8850.0, 8878.0, 8847.0, 8817.0, 8860.0, 8833.0, 8891.0, 8846.0, 8845.0, 8846.0, 8819.0, 8875.0, 8848.0, 8834.0, 8846.0, 8838.0, 8880.0, 8851.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.0021874397244546497</td></tr>
<tr><td colspan=3>aqi</td><td>0.022787611366245693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.679029034977006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1921625505057467</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0289733882873564</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>3571.8557</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08669150992173529</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.640642939150402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.621227665420225</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6592711184162177</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.713752662571822</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.490659215272635</td></tr>
<tr><td colspan=3>gcor</td><td>0.00743365</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0013643651036545634</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017154635861516</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.965974729915986</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>26.1671</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8357</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299452.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.1956</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5645</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3165.1755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.7054</td></tr>
<tr><td colspan=3>tsnr</td><td>39.148344322806224</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>