ds005256-mriqc/sub-0057_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== 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-0057 --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-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44: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-0057_ses-03_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-0057_ses-03_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-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_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-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_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-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-03_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_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-0057/ses-03/func/sub-0057_ses-03_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>4441e599b975a148904eaf00b05540cb</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:45:37.747500</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.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</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.112319</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7782, -7203, 622, -7, -159, -90, 32]</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>254.742</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>394b325d-39d3-4da6-883b-8628da84e92f||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.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['154537.747500', '154538.207500', '154538.667500', '154539.127500', '154539.587500', '154540.047500', '154540.507500', '154540.967500', '154541.427500', '154541.887500', '154542.347500', '154542.807500', '154543.267500', '154543.727500', '154544.187500', '154544.647500', '154545.107500', '154545.567500', '154546.027500', '154546.487500', '154546.947500', '154547.407500', '154547.867500', '154548.327500', '154548.787500', '154549.247500', '154549.707500', '154550.167500', '154550.627500', '154551.087500', '154551.547500', '154552.007500', '154552.467500', '154552.927500', '154553.387500', '154553.847500', '154554.307500', '154554.767500', '154555.227500', '154555.687500', '154556.147500', '154556.607500', '154557.067500', '154557.527500', '154557.987500', '154558.447500', '154558.907500', '154559.367500', '154559.827500', '154600.287500', '154600.747500', '154601.207500', '154601.667500', '154602.127500', '154602.587500', '154603.047500', '154603.507500', '154603.967500', '154604.427500', '154604.887500', '154605.347500', '154605.807500', '154606.267500', '154606.727500', '154607.187500', '154607.647500', '154608.107500', '154608.567500', '154609.027500', '154609.487500', '154609.947500', '154610.407500', '154610.867500', '154611.327500', '154611.787500', '154612.247500', '154612.707500', '154613.167500', '154613.627500', '154614.087500', '154614.547500', '154615.007500', '154615.467500', '154615.927500', '154616.387500', '154616.847500', '154617.307500', '154617.767500', '154618.227500', '154618.687500', '154619.147500', '154619.607500', '154620.067500', '154620.527500', '154620.987500', '154621.447500', '154621.907500', '154622.367500', '154622.827500', '154623.287500', '154623.747500', '154624.207500', '154624.667500', '154625.127500', '154625.587500', '154626.047500', '154626.507500', '154626.967500', '154627.427500', '154627.887500', '154628.347500', '154628.807500', '154629.267500', '154629.727500', '154630.187500', '154630.647500', '154631.107500', '154631.567500', '154632.027500', '154632.487500', '154632.947500', '154633.407500', '154633.867500', '154634.327500', '154634.787500', '154635.247500', '154635.707500', '154636.167500', '154636.627500', '154637.087500', '154637.547500', '154638.007500', '154638.467500', '154638.927500', '154639.387500', '154639.847500', '154640.307500', '154640.767500', '154641.227500', '154641.687500', '154642.147500', '154642.607500', '154643.067500', '154643.527500', '154643.987500', '154644.447500', '154644.907500', '154645.367500', '154645.827500', '154646.287500', '154646.747500', '154647.207500', '154647.667500', '154648.127500', '154648.587500', '154649.047500', '154649.507500', '154649.967500', '154650.427500', '154650.887500', '154651.347500', '154651.807500', '154652.267500', '154652.727500', '154653.187500', '154653.647500', '154654.107500', '154654.567500', '154655.027500', '154655.487500', '154655.947500', '154656.407500', '154656.867500', '154657.327500', '154657.787500', '154658.247500', '154658.707500', '154659.167500', '154659.627500', '154700.087500', '154700.547500', '154701.007500', '154701.467500', '154701.927500', '154702.387500', '154702.847500', '154703.307500', '154703.767500', '154704.227500', '154704.687500', '154705.147500', '154705.607500', '154706.067500', '154706.527500', '154706.987500', '154707.447500', '154707.907500', '154708.367500', '154708.827500', '154709.287500', '154709.747500', '154710.207500', '154710.667500', '154711.127500', '154711.587500', '154712.047500', '154712.507500', '154712.967500', '154713.427500', '154713.887500', '154714.347500', '154714.807500', '154715.267500', '154715.727500', '154716.187500', '154716.647500', '154717.107500', '154717.567500', '154718.027500', '154718.487500', '154718.947500', '154719.407500', '154719.867500', '154720.327500', '154720.787500', '154721.247500', '154721.707500', '154722.167500', '154722.627500', '154723.087500', '154723.547500', '154724.007500', '154724.467500', '154724.927500', '154725.387500', '154725.847500', '154726.307500', '154726.767500', '154727.227500', '154727.687500', '154728.147500', '154728.607500', '154729.067500', '154729.527500', '154729.987500', '154730.447500', '154730.907500', '154731.367500', '154731.827500', '154732.287500', '154732.747500', '154733.207500', '154733.667500', '154734.127500', '154734.587500', '154735.047500', '154735.507500', '154735.967500', '154736.427500', '154736.887500', '154737.347500', '154737.807500', '154738.267500', '154738.727500', '154739.187500', '154739.647500', '154740.107500', '154740.567500', '154741.027500', '154741.487500', '154741.947500', '154742.407500', '154742.867500', '154743.327500', '154743.787500', '154744.247500', '154744.707500', '154745.167500', '154745.627500', '154746.087500', '154746.547500', '154747.007500', '154747.467500', '154747.927500', '154748.387500', '154748.847500', '154749.307500', '154749.767500', '154750.227500', '154750.687500', '154751.147500', '154751.607500', '154752.067500', '154752.527500', '154752.987500', '154753.447500', '154753.907500', '154754.367500', '154754.827500', '154755.287500', '154755.747500', '154756.207500', '154756.667500', '154757.127500', '154757.587500', '154758.047500', '154758.507500', '154758.967500', '154759.427500', '154759.887500', '154800.347500', '154800.807500', '154801.267500', '154801.727500', '154802.187500', '154802.647500', '154803.107500', '154803.567500', '154804.027500', '154804.487500', '154804.947500', '154805.407500', '154805.867500', '154806.327500', '154806.787500', '154807.247500', '154807.707500', '154808.167500', '154808.627500', '154809.087500', '154809.547500', '154810.007500', '154810.467500', '154810.927500', '154811.387500', '154811.847500', '154812.307500', '154812.767500', '154813.227500', '154813.687500', '154814.147500', '154814.607500', '154815.067500', '154815.527500', '154815.987500', '154816.447500', '154816.907500', '154817.367500', '154817.827500', '154818.287500', '154818.747500', '154819.207500', '154819.667500', '154820.127500', '154820.587500', '154821.047500', '154821.507500', '154821.967500', '154822.427500', '154822.887500', '154823.347500', '154823.807500', '154824.267500', '154824.727500', '154825.187500', '154825.647500', '154826.107500', '154826.567500', '154827.027500', '154827.487500', '154827.947500', '154828.407500', '154828.867500', '154829.327500', '154829.787500', '154830.247500', '154830.707500', '154831.167500', '154831.627500', '154832.087500', '154832.547500', '154833.007500', '154833.467500', '154833.927500', '154834.387500', '154834.847500', '154835.307500', '154835.767500', '154836.227500', '154836.687500', '154837.147500', '154837.607500', '154838.067500', '154838.527500', '154838.987500', '154839.447500', '154839.907500', '154840.367500', '154840.827500', '154841.287500', '154841.747500', '154842.207500', '154842.667500', '154843.127500', '154843.587500', '154844.047500', '154844.507500', '154844.967500', '154845.427500', '154845.887500', '154846.347500', '154846.807500', '154847.267500', '154847.727500', '154848.187500', '154848.647500', '154849.107500', '154849.567500', '154850.027500', '154850.487500', '154850.947500', '154851.407500', '154851.867500', '154852.327500', '154852.787500', '154853.247500', '154853.707500', '154854.167500', '154854.627500', '154855.087500', '154855.547500', '154856.007500', '154856.467500', '154856.927500', '154857.387500', '154857.847500', '154858.307500', '154858.767500', '154859.227500', '154859.687500', '154900.147500', '154900.607500', '154901.067500', '154901.527500', '154901.987500', '154902.447500', '154902.907500', '154903.367500', '154903.827500', '154904.287500', '154904.747500', '154905.207500', '154905.667500', '154906.127500', '154906.587500', '154907.047500', '154907.507500', '154907.967500', '154908.427500', '154908.887500', '154909.347500', '154909.807500', '154910.267500', '154910.727500', '154911.187500', '154911.647500', '154912.107500', '154912.567500', '154913.027500', '154913.487500', '154913.947500', '154914.407500', '154914.867500', '154915.327500', '154915.787500', '154916.247500', '154916.707500', '154917.167500', '154917.627500', '154918.087500', '154918.547500', '154919.007500', '154919.467500', '154919.927500', '154920.387500', '154920.847500', '154921.307500', '154921.767500', '154922.227500', '154922.687500', '154923.147500', '154923.607500', '154924.067500', '154924.527500', '154924.987500', '154925.447500', '154925.907500', '154926.367500', '154926.827500', '154927.287500', '154927.747500', '154928.207500', '154928.667500', '154929.127500', '154929.587500', '154930.047500', '154930.507500', '154930.967500', '154931.427500', '154931.887500', '154932.347500', '154932.807500', '154933.267500', '154933.727500', '154934.187500', '154934.647500', '154935.107500', '154935.567500', '154936.027500', '154936.487500', '154936.947500', '154937.407500', '154937.867500', '154938.327500', '154938.787500', '154939.247500', '154939.707500', '154940.167500', '154940.627500', '154941.087500', '154941.547500', '154942.007500', '154942.467500', '154942.927500', '154943.387500', '154943.847500', '154944.307500', '154944.767500', '154945.227500', '154945.687500', '154946.147500', '154946.607500', '154947.067500', '154947.527500', '154947.987500', '154948.447500', '154948.907500', '154949.367500', '154949.827500', '154950.287500', '154950.747500', '154951.207500', '154951.667500', '154952.127500', '154952.587500', '154953.047500', '154953.507500', '154953.967500', '154954.427500', '154954.887500', '154955.347500', '154955.807500', '154956.267500', '154956.727500', '154957.187500', '154957.647500', '154958.107500', '154958.567500', '154959.027500', '154959.487500', '154959.947500', '155000.407500', '155000.867500', '155001.327500', '155001.787500', '155002.247500', '155002.707500', '155003.167500', '155003.627500', '155004.087500', '155004.547500', '155005.007500', '155005.467500', '155005.927500', '155006.387500', '155006.847500', '155007.307500', '155007.767500', '155008.227500', '155008.687500', '155009.147500', '155009.607500', '155010.067500', '155010.527500', '155010.987500', '155011.447500', '155011.907500', '155012.367500', '155012.827500', '155013.287500', '155013.747500', '155014.207500', '155014.667500', '155015.127500', '155015.587500', '155016.047500', '155016.507500', '155016.967500', '155017.427500', '155017.887500', '155018.347500', '155018.807500', '155019.267500', '155019.727500', '155020.187500', '155020.647500', '155021.107500', '155021.567500', '155022.027500', '155022.487500', '155022.947500', '155023.407500', '155023.867500', '155024.327500', '155024.787500', '155025.247500', '155025.707500', '155026.167500', '155026.627500', '155027.087500', '155027.547500', '155028.007500', '155028.467500', '155028.927500', '155029.387500', '155029.847500', '155030.307500', '155030.767500', '155031.227500', '155031.687500', '155032.147500', '155032.607500', '155033.067500', '155033.527500', '155033.987500', '155034.447500', '155034.907500', '155035.367500', '155035.827500', '155036.287500', '155036.747500', '155037.207500', '155037.667500', '155038.127500', '155038.587500', '155039.047500', '155039.507500', '155039.967500', '155040.427500', '155040.887500', '155041.347500', '155041.807500', '155042.267500', '155042.727500', '155043.187500', '155043.647500', '155044.107500', '155044.567500', '155045.027500', '155045.487500', '155045.947500', '155046.407500', '155046.867500', '155047.327500', '155047.787500', '155048.247500', '155048.707500', '155049.167500', '155049.627500', '155050.087500', '155050.547500', '155051.007500', '155051.467500', '155051.927500', '155052.387500', '155052.847500', '155053.307500', '155053.767500', '155054.227500', '155054.687500', '155055.147500', '155055.607500', '155056.067500', '155056.527500', '155056.987500', '155057.447500', '155057.907500', '155058.367500', '155058.827500', '155059.287500', '155059.747500', '155100.207500', '155100.667500', '155101.127500', '155101.587500', '155102.047500', '155102.507500', '155102.967500', '155103.427500', '155103.887500', '155104.347500', '155104.807500', '155105.267500', '155105.727500', '155106.187500', '155106.647500', '155107.107500', '155107.567500', '155108.027500', '155108.487500', '155108.947500', '155109.407500', '155109.867500', '155110.327500', '155110.787500', '155111.247500', '155111.707500', '155112.167500', '155112.627500', '155113.087500', '155113.547500', '155114.007500', '155114.467500', '155114.927500', '155115.387500', '155115.847500', '155116.307500', '155116.767500', '155117.227500', '155117.687500', '155118.147500', '155118.607500', '155119.067500', '155119.527500', '155119.987500', '155120.447500', '155120.907500', '155121.367500', '155121.827500', '155122.287500', '155122.747500', '155123.207500', '155123.667500', '155124.127500', '155124.587500', '155125.047500', '155125.507500', '155125.967500', '155126.427500', '155126.887500', '155127.347500', '155127.807500', '155128.267500', '155128.727500', '155129.187500', '155129.647500', '155130.107500', '155130.567500', '155131.027500', '155131.487500', '155131.947500', '155132.407500', '155132.867500', '155133.327500', '155133.787500', '155134.247500', '155134.707500', '155135.167500', '155135.627500', '155136.087500', '155136.547500', '155137.007500', '155137.467500', '155137.927500', '155138.387500', '155138.847500', '155139.307500', '155139.767500', '155140.227500', '155140.687500', '155141.147500', '155141.607500', '155142.067500', '155142.527500', '155142.987500', '155143.447500', '155143.907500', '155144.367500', '155144.827500', '155145.287500', '155145.747500', '155146.207500', '155146.667500', '155147.127500', '155147.587500', '155148.047500', '155148.507500', '155148.967500', '155149.427500', '155149.887500', '155150.347500', '155150.807500', '155151.267500', '155151.727500', '155152.187500', '155152.647500', '155153.107500', '155153.567500', '155154.027500', '155154.487500', '155154.947500', '155155.407500', '155155.867500', '155156.327500', '155156.787500', '155157.247500', '155157.707500', '155158.167500', '155158.627500', '155159.087500', '155159.547500', '155200.007500', '155200.467500', '155200.927500', '155201.387500', '155201.847500', '155202.307500', '155202.767500', '155203.227500', '155203.687500', '155204.147500', '155204.607500', '155205.067500', '155205.527500', '155205.987500', '155206.447500', '155206.907500', '155207.367500', '155207.827500', '155208.287500', '155208.747500', '155209.207500', '155209.667500', '155210.127500', '155210.587500', '155211.047500', '155211.507500', '155211.967500', '155212.427500', '155212.887500', '155213.347500', '155213.807500', '155214.267500', '155214.727500', '155215.187500', '155215.647500', '155216.107500', '155216.567500', '155217.027500', '155217.487500', '155217.947500', '155218.407500'], 'ContentTime': ['154605.134000', '154605.137000', '154605.140000', '154605.143000', '154605.145000', '154605.148000', '154605.150000', '154605.153000', '154605.156000', '154605.158000', '154605.161000', '154605.164000', '154605.166000', '154605.169000', '154605.171000', '154605.174000', '154605.176000', '154605.179000', '154605.181000', '154605.184000', '154605.187000', '154605.189000', '154605.192000', '154605.194000', '154605.197000', '154605.199000', '154605.202000', '154605.204000', '154605.207000', '154605.210000', '154605.212000', '154605.215000', '154605.244000', '154605.247000', '154605.249000', '154605.252000', '154605.255000', '154605.257000', '154605.260000', '154605.262000', '154605.265000', '154605.268000', '154605.270000', '154605.273000', '154605.275000', '154605.278000', '154605.280000', '154605.291000', '154605.293000', '154605.296000', '154605.298000', '154605.301000', '154605.304000', '154605.306000', '154605.309000', '154605.311000', '154605.314000', '154605.316000', '154625.109000', '154625.112000', '154625.114000', '154625.117000', '154625.119000', '154625.122000', '154625.124000', '154625.127000', '154625.130000', '154625.132000', '154625.135000', '154625.137000', '154625.140000', '154625.142000', '154625.145000', '154625.147000', '154625.150000', '154625.153000', '154625.156000', '154625.159000', '154625.161000', '154625.164000', '154625.166000', '154625.169000', '154625.172000', '154625.174000', '154625.177000', '154625.179000', '154625.182000', '154625.184000', '154625.187000', '154625.189000', '154625.192000', '154625.195000', '154625.197000', '154625.200000', '154625.202000', '154625.205000', '154625.207000', '154625.210000', '154625.213000', '154625.215000', '154625.218000', '154645.107000', '154645.110000', '154645.113000', '154645.115000', '154645.118000', '154645.120000', '154645.123000', '154645.126000', '154645.152000', '154645.155000', '154645.157000', '154645.160000', '154645.162000', '154645.165000', '154645.168000', '154645.170000', '154645.173000', '154645.175000', '154645.178000', '154645.180000', '154645.183000', '154645.185000', '154645.188000', '154645.191000', '154645.193000', '154645.196000', '154645.198000', '154645.201000', '154645.204000', '154645.206000', '154645.209000', '154645.211000', '154645.214000', '154645.216000', '154645.219000', '154645.221000', '154645.224000', '154645.226000', '154645.229000', '154645.232000', '154645.234000', '154645.237000', '154645.240000', '154645.242000', '154705.107000', '154705.110000', '154705.113000', '154705.115000', '154705.118000', '154705.120000', '154705.123000', '154705.125000', '154705.128000', '154705.130000', '154705.133000', '154705.136000', '154705.138000', '154705.141000', '154705.143000', '154705.146000', '154705.148000', '154705.151000', '154705.154000', '154705.156000', '154705.159000', '154705.161000', '154705.164000', '154705.166000', '154705.169000', '154705.172000', '154705.174000', '154705.177000', '154705.179000', '154705.182000', '154705.185000', '154705.187000', '154705.190000', '154705.192000', '154705.195000', '154705.197000', '154705.200000', '154705.203000', '154705.243000', '154705.246000', '154705.248000', '154705.251000', '154705.253000', '154705.256000', '154725.107000', '154725.110000', '154725.113000', '154725.115000', '154725.118000', '154725.120000', '154725.123000', '154725.125000', '154725.128000', '154725.131000', '154725.133000', '154725.136000', '154725.138000', '154725.168000', '154725.170000', '154725.173000', '154725.175000', '154725.178000', '154725.181000', '154725.183000', '154725.186000', '154725.188000', '154725.191000', '154725.194000', '154725.196000', '154725.199000', '154725.201000', '154725.204000', '154725.206000', '154725.209000', '154725.212000', '154725.214000', '154725.217000', '154725.219000', '154725.222000', '154725.224000', '154725.227000', '154725.229000', '154725.232000', '154725.234000', '154725.237000', '154725.240000', '154725.242000', '154745.108000', '154745.111000', '154745.114000', '154745.117000', '154745.119000', '154745.122000', '154745.124000', '154745.127000', '154745.139000', '154745.142000', '154745.145000', '154745.147000', '154745.150000', '154745.152000', '154745.155000', '154745.157000', '154745.160000', '154745.163000', '154745.165000', '154745.168000', '154745.170000', '154745.173000', '154745.176000', '154745.178000', '154745.181000', '154745.184000', '154745.186000', '154745.189000', '154745.191000', '154745.195000', '154745.197000', '154745.200000', '154745.203000', '154745.205000', '154745.208000', '154745.210000', '154745.213000', '154745.215000', '154745.218000', '154745.221000', '154745.223000', '154745.226000', '154745.228000', '154805.109000', '154805.111000', '154805.114000', '154805.117000', '154805.119000', '154805.122000', '154805.124000', '154805.127000', '154805.130000', '154805.132000', '154805.135000', '154805.137000', '154805.140000', '154805.143000', '154805.145000', '154805.148000', '154805.150000', '154805.153000', '154805.156000', '154805.158000', '154805.161000', '154805.163000', '154805.166000', '154805.169000', '154805.171000', '154805.174000', '154805.177000', '154805.179000', '154805.182000', '154805.184000', '154805.187000', '154805.189000', '154805.192000', '154805.195000', '154805.197000', '154805.200000', '154805.202000', '154805.205000', '154805.208000', '154805.210000', '154805.213000', '154805.215000', '154805.218000', '154805.220000', '154825.109000', '154825.111000', '154825.114000', '154825.117000', '154825.119000', '154825.122000', '154825.124000', '154825.127000', '154825.130000', '154825.132000', '154825.135000', '154825.137000', '154825.140000', '154825.142000', '154825.145000', '154825.147000', '154825.150000', '154825.152000', '154825.155000', '154825.158000', '154825.160000', '154825.163000', '154825.166000', '154825.169000', '154825.172000', '154825.174000', '154825.177000', '154825.180000', '154825.182000', '154825.185000', '154825.187000', '154825.190000', '154825.193000', '154825.195000', '154825.198000', '154825.200000', '154825.203000', '154825.205000', '154825.208000', '154825.211000', '154825.213000', '154825.216000', '154825.218000', '154845.109000', '154845.111000', '154845.114000', '154845.117000', '154845.119000', '154845.122000', '154845.124000', '154845.127000', '154845.130000', '154845.132000', '154845.135000', '154845.137000', '154845.140000', '154845.142000', '154845.145000', '154845.147000', '154845.150000', '154845.153000', '154845.155000', '154845.158000', '154845.160000', '154845.163000', '154845.165000', '154845.168000', '154845.170000', '154845.173000', '154845.176000', '154845.178000', '154845.181000', '154845.183000', '154845.186000', '154845.188000', '154845.191000', '154845.194000', '154845.205000', '154845.208000', '154845.210000', '154845.213000', '154845.215000', '154845.218000', '154845.221000', '154845.223000', '154845.226000', '154845.228000', '154905.107000', '154905.110000', '154905.113000', '154905.115000', '154905.118000', '154905.121000', '154905.123000', '154905.126000', '154905.129000', '154905.131000', '154905.134000', '154905.136000', '154905.139000', '154905.142000', '154905.144000', '154905.147000', '154905.149000', '154905.152000', '154905.154000', '154905.157000', '154905.160000', '154905.162000', '154905.165000', '154905.168000', '154905.171000', '154905.174000', '154905.177000', '154905.179000', '154905.182000', '154905.185000', '154905.187000', '154905.190000', '154905.192000', '154905.195000', '154905.198000', '154905.200000', '154905.203000', '154905.205000', '154905.208000', '154905.210000', '154905.213000', '154905.216000', '154905.218000', '154925.107000', '154925.110000', '154925.113000', '154925.115000', '154925.118000', '154925.121000', '154925.123000', '154925.126000', '154925.128000', '154925.131000', '154925.133000', '154925.136000', '154925.138000', '154925.141000', '154925.144000', '154925.146000', '154925.149000', '154925.151000', '154925.154000', '154925.156000', '154925.159000', '154925.162000', '154925.164000', '154925.167000', '154925.169000', '154925.172000', '154925.174000', '154925.177000', '154925.180000', '154925.182000', '154925.185000', '154925.187000', '154925.190000', '154925.192000', '154925.195000', '154925.198000', '154925.200000', '154925.203000', '154925.206000', '154925.208000', '154925.211000', '154925.213000', '154925.216000', '154925.219000', '154945.108000', '154945.110000', '154945.113000', '154945.116000', '154945.118000', '154945.121000', '154945.136000', '154945.138000', '154945.141000', '154945.144000', '154945.146000', '154945.149000', '154945.151000', '154945.154000', '154945.156000', '154945.159000', '154945.161000', '154945.164000', '154945.167000', '154945.169000', '154945.172000', '154945.174000', '154945.177000', '154945.179000', '154945.182000', '154945.185000', '154945.187000', '154945.191000', '154945.193000', '154945.196000', '154945.198000', '154945.201000', '154945.204000', '154945.206000', '154945.209000', '154945.211000', '154945.214000', '154945.216000', '154945.219000', '154945.222000', '154945.224000', '154945.227000', '154945.229000', '155005.109000', '155005.112000', '155005.115000', '155005.117000', '155005.120000', '155005.122000', '155005.125000', '155005.128000', '155005.130000', '155005.133000', '155005.136000', '155005.138000', '155005.141000', '155005.143000', '155005.146000', '155005.148000', '155005.151000', '155005.154000', '155005.156000', '155005.159000', '155005.161000', '155005.164000', '155005.167000', '155005.169000', '155005.172000', '155005.174000', '155005.177000', '155005.180000', '155005.182000', '155005.185000', '155005.187000', '155005.190000', '155005.193000', '155005.195000', '155005.198000', '155005.200000', '155005.203000', '155005.205000', '155005.208000', '155005.210000', '155005.213000', '155005.216000', '155005.218000', '155025.109000', '155025.112000', '155025.114000', '155025.117000', '155025.119000', '155025.122000', '155025.124000', '155025.127000', '155025.130000', '155025.132000', '155025.135000', '155025.137000', '155025.140000', '155025.142000', '155025.145000', '155025.147000', '155025.160000', '155025.163000', '155025.166000', '155025.168000', '155025.171000', '155025.173000', '155025.176000', '155025.179000', '155025.181000', '155025.184000', '155025.186000', '155025.189000', '155025.192000', '155025.194000', '155025.197000', '155025.199000', '155025.202000', '155025.204000', '155025.207000', '155025.210000', '155025.212000', '155025.215000', '155025.217000', '155025.220000', '155025.223000', '155025.225000', '155025.228000', '155025.231000', '155045.108000', '155045.111000', '155045.114000', '155045.116000', '155045.119000', '155045.122000', '155045.124000', '155045.127000', '155045.129000', '155045.132000', '155045.134000', '155045.137000', '155045.140000', '155045.142000', '155045.145000', '155045.147000', '155045.150000', '155045.152000', '155045.155000', '155045.158000', '155045.160000', '155045.163000', '155045.165000', '155045.168000', '155045.170000', '155045.173000', '155045.176000', '155045.178000', '155045.181000', '155045.183000', '155045.186000', '155045.189000', '155045.191000', '155045.194000', '155045.196000', '155045.199000', '155045.201000', '155045.204000', '155045.206000', '155045.209000', '155045.212000', '155045.214000', '155045.217000', '155045.219000', '155105.108000', '155105.111000', '155105.114000', '155105.117000', '155105.119000', '155105.122000', '155105.133000', '155105.135000', '155105.138000', '155105.140000', '155105.143000', '155105.145000', '155105.148000', '155105.151000', '155105.153000', '155105.156000', '155105.158000', '155105.161000', '155105.164000', '155105.166000', '155105.169000', '155105.171000', '155105.174000', '155105.176000', '155105.179000', '155105.182000', '155105.184000', '155105.187000', '155105.189000', '155105.192000', '155105.195000', '155105.197000', '155105.200000', '155105.202000', '155105.205000', '155105.208000', '155105.210000', '155105.213000', '155105.215000', '155105.218000', '155105.220000', '155105.223000', '155105.226000', '155125.108000', '155125.110000', '155125.113000', '155125.116000', '155125.118000', '155125.121000', '155125.123000', '155125.126000', '155125.129000', '155125.131000', '155125.134000', '155125.137000', '155125.139000', '155125.142000', '155125.145000', '155125.147000', '155125.150000', '155125.152000', '155125.155000', '155125.157000', '155125.160000', '155125.162000', '155125.165000', '155125.168000', '155125.170000', '155125.173000', '155125.175000', '155125.178000', '155125.180000', '155125.183000', '155125.186000', '155125.188000', '155125.191000', '155125.193000', '155125.196000', '155125.198000', '155125.201000', '155125.203000', '155125.206000', '155125.209000', '155125.211000', '155125.214000', '155125.216000', '155125.219000', '155145.107000', '155145.110000', '155145.113000', '155145.115000', '155145.118000', '155145.121000', '155145.123000', '155145.126000', '155145.128000', '155145.131000', '155145.133000', '155145.136000', '155145.139000', '155145.141000', '155145.144000', '155145.147000', '155145.149000', '155145.152000', '155145.154000', '155145.158000', '155145.161000', '155145.164000', '155145.166000', '155145.169000', '155145.171000', '155145.174000', '155145.183000', '155145.185000', '155145.188000', '155145.191000', '155145.193000', '155145.196000', '155145.198000', '155145.201000', '155145.204000', '155145.206000', '155145.209000', '155145.211000', '155145.214000', '155145.216000', '155145.219000', '155145.221000', '155145.224000', '155205.108000', '155205.110000', '155205.113000', '155205.116000', '155205.118000', '155205.121000', '155205.123000', '155205.126000', '155205.129000', '155205.131000', '155205.134000', '155205.136000', '155205.139000', '155205.142000', '155205.144000', '155205.147000', '155205.149000', '155205.152000', '155205.154000', '155205.157000', '155205.160000', '155205.162000', '155205.165000', '155205.167000', '155205.170000', '155205.173000', '155205.175000', '155205.178000', '155205.180000', '155205.183000', '155205.185000', '155205.188000', '155205.191000', '155205.193000', '155205.196000', '155205.198000', '155205.201000', '155205.204000', '155205.206000', '155205.209000', '155205.211000', '155205.214000', '155205.217000', '155205.219000', '155219.305000', '155219.308000', '155219.310000', '155219.313000', '155219.316000', '155219.318000', '155219.321000', '155219.324000', '155219.327000', '155219.330000', '155219.334000', '155219.337000', '155219.340000', '155219.342000', '155219.345000', '155219.348000', '155219.351000', '155219.353000', '155219.356000', '155219.359000', '155219.361000', '155219.364000', '155219.367000', '155219.370000', '155219.375000', '155219.378000', '155219.380000', '155219.383000', '155219.386000', '155219.388000', '155219.391000'], 'InstanceCreationTime': ['154605.134000', '154605.137000', '154605.140000', '154605.143000', '154605.145000', '154605.148000', '154605.150000', '154605.153000', '154605.156000', '154605.158000', '154605.161000', '154605.164000', '154605.166000', '154605.169000', '154605.171000', '154605.174000', '154605.176000', '154605.179000', '154605.181000', '154605.184000', '154605.187000', '154605.189000', '154605.192000', '154605.194000', '154605.197000', '154605.199000', '154605.202000', '154605.204000', '154605.207000', '154605.210000', '154605.212000', '154605.215000', '154605.244000', '154605.247000', '154605.249000', '154605.252000', '154605.255000', '154605.257000', '154605.260000', '154605.262000', '154605.265000', '154605.268000', '154605.270000', '154605.273000', '154605.275000', '154605.278000', '154605.280000', '154605.291000', '154605.293000', '154605.296000', '154605.298000', '154605.301000', '154605.304000', '154605.306000', '154605.309000', '154605.311000', '154605.314000', '154605.316000', '154625.109000', '154625.112000', '154625.114000', '154625.117000', '154625.119000', '154625.122000', '154625.124000', '154625.127000', '154625.130000', '154625.132000', '154625.135000', '154625.137000', '154625.140000', '154625.142000', '154625.145000', '154625.147000', '154625.150000', '154625.153000', '154625.156000', '154625.159000', '154625.161000', '154625.164000', '154625.166000', '154625.169000', '154625.172000', '154625.174000', '154625.177000', '154625.179000', '154625.182000', '154625.184000', '154625.187000', '154625.189000', '154625.192000', '154625.195000', '154625.197000', '154625.200000', '154625.202000', '154625.205000', '154625.207000', '154625.210000', '154625.213000', '154625.215000', '154625.218000', '154645.107000', '154645.110000', '154645.113000', '154645.115000', '154645.118000', '154645.120000', '154645.123000', '154645.126000', '154645.152000', '154645.155000', '154645.157000', '154645.160000', '154645.162000', '154645.165000', '154645.168000', '154645.170000', '154645.173000', '154645.175000', '154645.178000', '154645.180000', '154645.183000', '154645.185000', '154645.188000', '154645.191000', '154645.193000', '154645.196000', '154645.198000', '154645.201000', '154645.204000', '154645.206000', '154645.209000', '154645.211000', '154645.214000', '154645.216000', '154645.219000', '154645.221000', '154645.224000', '154645.226000', '154645.229000', '154645.232000', '154645.234000', '154645.237000', '154645.240000', '154645.242000', '154705.107000', '154705.110000', '154705.113000', '154705.115000', '154705.118000', '154705.120000', '154705.123000', '154705.125000', '154705.128000', '154705.130000', '154705.133000', '154705.136000', '154705.138000', '154705.141000', '154705.143000', '154705.146000', '154705.148000', '154705.151000', '154705.154000', '154705.156000', '154705.159000', '154705.161000', '154705.164000', '154705.166000', '154705.169000', '154705.172000', '154705.174000', '154705.177000', '154705.179000', '154705.182000', '154705.185000', '154705.187000', '154705.190000', '154705.192000', '154705.195000', '154705.197000', '154705.200000', '154705.203000', '154705.243000', '154705.246000', '154705.248000', '154705.251000', '154705.253000', '154705.256000', '154725.107000', '154725.110000', '154725.113000', '154725.115000', '154725.118000', '154725.120000', '154725.123000', '154725.125000', '154725.128000', '154725.131000', '154725.133000', '154725.136000', '154725.138000', '154725.168000', '154725.170000', '154725.173000', '154725.175000', '154725.178000', '154725.181000', '154725.183000', '154725.186000', '154725.188000', '154725.191000', '154725.194000', '154725.196000', '154725.199000', '154725.201000', '154725.204000', '154725.206000', '154725.209000', '154725.212000', '154725.214000', '154725.217000', '154725.219000', '154725.222000', '154725.224000', '154725.227000', '154725.229000', '154725.232000', '154725.234000', '154725.237000', '154725.240000', '154725.242000', '154745.108000', '154745.111000', '154745.114000', '154745.117000', '154745.119000', '154745.122000', '154745.124000', '154745.127000', '154745.139000', '154745.142000', '154745.145000', '154745.147000', '154745.150000', '154745.152000', '154745.155000', '154745.157000', '154745.160000', '154745.163000', '154745.165000', '154745.168000', '154745.170000', '154745.173000', '154745.176000', '154745.178000', '154745.181000', '154745.184000', '154745.186000', '154745.189000', '154745.191000', '154745.195000', '154745.197000', '154745.200000', '154745.203000', '154745.205000', '154745.208000', '154745.210000', '154745.213000', '154745.215000', '154745.218000', '154745.221000', '154745.223000', '154745.226000', '154745.228000', '154805.109000', '154805.111000', '154805.114000', '154805.117000', '154805.119000', '154805.122000', '154805.124000', '154805.127000', '154805.130000', '154805.132000', '154805.135000', '154805.137000', '154805.140000', '154805.143000', '154805.145000', '154805.148000', '154805.150000', '154805.153000', '154805.156000', '154805.158000', '154805.161000', '154805.163000', '154805.166000', '154805.169000', '154805.171000', '154805.174000', '154805.177000', '154805.179000', '154805.182000', '154805.184000', '154805.187000', '154805.189000', '154805.192000', '154805.195000', '154805.197000', '154805.200000', '154805.202000', '154805.205000', '154805.208000', '154805.210000', '154805.213000', '154805.215000', '154805.218000', '154805.220000', '154825.109000', '154825.111000', '154825.114000', '154825.117000', '154825.119000', '154825.122000', '154825.124000', '154825.127000', '154825.130000', '154825.132000', '154825.135000', '154825.137000', '154825.140000', '154825.142000', '154825.145000', '154825.147000', '154825.150000', '154825.152000', '154825.155000', '154825.158000', '154825.160000', '154825.163000', '154825.166000', '154825.169000', '154825.172000', '154825.174000', '154825.177000', '154825.180000', '154825.182000', '154825.185000', '154825.187000', '154825.190000', '154825.193000', '154825.195000', '154825.198000', '154825.200000', '154825.203000', '154825.205000', '154825.208000', '154825.211000', '154825.213000', '154825.216000', '154825.218000', '154845.109000', '154845.111000', '154845.114000', '154845.117000', '154845.119000', '154845.122000', '154845.124000', '154845.127000', '154845.130000', '154845.132000', '154845.135000', '154845.137000', '154845.140000', '154845.142000', '154845.145000', '154845.147000', '154845.150000', '154845.153000', '154845.155000', '154845.158000', '154845.160000', '154845.163000', '154845.165000', '154845.168000', '154845.170000', '154845.173000', '154845.176000', '154845.178000', '154845.181000', '154845.183000', '154845.186000', '154845.188000', '154845.191000', '154845.194000', '154845.205000', '154845.208000', '154845.210000', '154845.213000', '154845.215000', '154845.218000', '154845.221000', '154845.223000', '154845.226000', '154845.228000', '154905.107000', '154905.110000', '154905.113000', '154905.115000', '154905.118000', '154905.121000', '154905.123000', '154905.126000', '154905.129000', '154905.131000', '154905.134000', '154905.136000', '154905.139000', '154905.142000', '154905.144000', '154905.147000', '154905.149000', '154905.152000', '154905.154000', '154905.157000', '154905.160000', '154905.162000', '154905.165000', '154905.168000', '154905.171000', '154905.174000', '154905.177000', '154905.179000', '154905.182000', '154905.185000', '154905.187000', '154905.190000', '154905.192000', '154905.195000', '154905.198000', '154905.200000', '154905.203000', '154905.205000', '154905.208000', '154905.210000', '154905.213000', '154905.216000', '154905.218000', '154925.107000', '154925.110000', '154925.113000', '154925.115000', '154925.118000', '154925.121000', '154925.123000', '154925.126000', '154925.128000', '154925.131000', '154925.133000', '154925.136000', '154925.138000', '154925.141000', '154925.144000', '154925.146000', '154925.149000', '154925.151000', '154925.154000', '154925.156000', '154925.159000', '154925.162000', '154925.164000', '154925.167000', '154925.169000', '154925.172000', '154925.174000', '154925.177000', '154925.180000', '154925.182000', '154925.185000', '154925.187000', '154925.190000', '154925.192000', '154925.195000', '154925.198000', '154925.200000', '154925.203000', '154925.206000', '154925.208000', '154925.211000', '154925.213000', '154925.216000', '154925.219000', '154945.108000', '154945.110000', '154945.113000', '154945.116000', '154945.118000', '154945.121000', '154945.136000', '154945.138000', '154945.141000', '154945.144000', '154945.146000', '154945.149000', '154945.151000', '154945.154000', '154945.156000', '154945.159000', '154945.161000', '154945.164000', '154945.167000', '154945.169000', '154945.172000', '154945.174000', '154945.177000', '154945.179000', '154945.182000', '154945.185000', '154945.187000', '154945.191000', '154945.193000', '154945.196000', '154945.198000', '154945.201000', '154945.204000', '154945.206000', '154945.209000', '154945.211000', '154945.214000', '154945.216000', '154945.219000', '154945.222000', '154945.224000', '154945.227000', '154945.229000', '155005.109000', '155005.112000', '155005.115000', '155005.117000', '155005.120000', '155005.122000', '155005.125000', '155005.128000', '155005.130000', '155005.133000', '155005.136000', '155005.138000', '155005.141000', '155005.143000', '155005.146000', '155005.148000', '155005.151000', '155005.154000', '155005.156000', '155005.159000', '155005.161000', '155005.164000', '155005.167000', '155005.169000', '155005.172000', '155005.174000', '155005.177000', '155005.180000', '155005.182000', '155005.185000', '155005.187000', '155005.190000', '155005.193000', '155005.195000', '155005.198000', '155005.200000', '155005.203000', '155005.205000', '155005.208000', '155005.210000', '155005.213000', '155005.216000', '155005.218000', '155025.109000', '155025.112000', '155025.114000', '155025.117000', '155025.119000', '155025.122000', '155025.124000', '155025.127000', '155025.130000', '155025.132000', '155025.135000', '155025.137000', '155025.140000', '155025.142000', '155025.145000', '155025.147000', '155025.160000', '155025.163000', '155025.166000', '155025.168000', '155025.171000', '155025.173000', '155025.176000', '155025.179000', '155025.181000', '155025.184000', '155025.186000', '155025.189000', '155025.192000', '155025.194000', '155025.197000', '155025.199000', '155025.202000', '155025.204000', '155025.207000', '155025.210000', '155025.212000', '155025.215000', '155025.217000', '155025.220000', '155025.223000', '155025.225000', '155025.228000', '155025.231000', '155045.108000', '155045.111000', '155045.114000', '155045.116000', '155045.119000', '155045.122000', '155045.124000', '155045.127000', '155045.129000', '155045.132000', '155045.134000', '155045.137000', '155045.140000', '155045.142000', '155045.145000', '155045.147000', '155045.150000', '155045.152000', '155045.155000', '155045.158000', '155045.160000', '155045.163000', '155045.165000', '155045.168000', '155045.170000', '155045.173000', '155045.176000', '155045.178000', '155045.181000', '155045.183000', '155045.186000', '155045.189000', '155045.191000', '155045.194000', '155045.196000', '155045.199000', '155045.201000', '155045.204000', '155045.206000', '155045.209000', '155045.212000', '155045.214000', '155045.217000', '155045.219000', '155105.108000', '155105.111000', '155105.114000', '155105.117000', '155105.119000', '155105.122000', '155105.133000', '155105.135000', '155105.138000', '155105.140000', '155105.143000', '155105.145000', '155105.148000', '155105.151000', '155105.153000', '155105.156000', '155105.158000', '155105.161000', '155105.164000', '155105.166000', '155105.169000', '155105.171000', '155105.174000', '155105.176000', '155105.179000', '155105.182000', '155105.184000', '155105.187000', '155105.189000', '155105.192000', '155105.195000', '155105.197000', '155105.200000', '155105.202000', '155105.205000', '155105.208000', '155105.210000', '155105.213000', '155105.215000', '155105.218000', '155105.220000', '155105.223000', '155105.226000', '155125.108000', '155125.110000', '155125.113000', '155125.116000', '155125.118000', '155125.121000', '155125.123000', '155125.126000', '155125.129000', '155125.131000', '155125.134000', '155125.137000', '155125.139000', '155125.142000', '155125.145000', '155125.147000', '155125.150000', '155125.152000', '155125.155000', '155125.157000', '155125.160000', '155125.162000', '155125.165000', '155125.168000', '155125.170000', '155125.173000', '155125.175000', '155125.178000', '155125.180000', '155125.183000', '155125.186000', '155125.188000', '155125.191000', '155125.193000', '155125.196000', '155125.198000', '155125.201000', '155125.203000', '155125.206000', '155125.209000', '155125.211000', '155125.214000', '155125.216000', '155125.219000', '155145.107000', '155145.110000', '155145.113000', '155145.115000', '155145.118000', '155145.121000', '155145.123000', '155145.126000', '155145.128000', '155145.131000', '155145.133000', '155145.136000', '155145.139000', '155145.141000', '155145.144000', '155145.147000', '155145.149000', '155145.152000', '155145.154000', '155145.158000', '155145.161000', '155145.164000', '155145.166000', '155145.169000', '155145.171000', '155145.174000', '155145.183000', '155145.185000', '155145.188000', '155145.191000', '155145.193000', '155145.196000', '155145.198000', '155145.201000', '155145.204000', '155145.206000', '155145.209000', '155145.211000', '155145.214000', '155145.216000', '155145.219000', '155145.221000', '155145.224000', '155205.108000', '155205.110000', '155205.113000', '155205.116000', '155205.118000', '155205.121000', '155205.123000', '155205.126000', '155205.129000', '155205.131000', '155205.134000', '155205.136000', '155205.139000', '155205.142000', '155205.144000', '155205.147000', '155205.149000', '155205.152000', '155205.154000', '155205.157000', '155205.160000', '155205.162000', '155205.165000', '155205.167000', '155205.170000', '155205.173000', '155205.175000', '155205.178000', '155205.180000', '155205.183000', '155205.185000', '155205.188000', '155205.191000', '155205.193000', '155205.196000', '155205.198000', '155205.201000', '155205.204000', '155205.206000', '155205.209000', '155205.211000', '155205.214000', '155205.217000', '155205.219000', '155219.305000', '155219.308000', '155219.310000', '155219.313000', '155219.316000', '155219.318000', '155219.321000', '155219.324000', '155219.327000', '155219.330000', '155219.334000', '155219.337000', '155219.340000', '155219.342000', '155219.345000', '155219.348000', '155219.351000', '155219.353000', '155219.356000', '155219.359000', '155219.361000', '155219.364000', '155219.367000', '155219.370000', '155219.375000', '155219.378000', '155219.380000', '155219.383000', '155219.386000', '155219.388000', '155219.391000'], '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': [10803, 7259, 12277, 6825, 11578, 7030, 11863, 6967, 11216, 7335, 11387, 7632, 11799, 7640, 10523, 7699, 11448, 7591, 11385, 7200, 10554, 7412, 10609, 7106, 10937, 7606, 11278, 7211, 10348, 7371, 9928, 7485, 11776, 7902, 10216, 7303, 10983, 7378, 11854, 7599, 11163, 7371, 7631, 7950, 7946, 10258, 7767, 10592, 6481, 10855, 6833, 10771, 7560, 10274, 6465, 10844, 6814, 10931, 9825, 9035, 6608, 10411, 9908, 7985, 13437, 8230, 9965, 7183, 11814, 7202, 11491, 7658, 9911, 6873, 11153, 7062, 11120, 6974, 11076, 7110, 10509, 7080, 10608, 7231, 7807, 8871, 9118, 9676, 10204, 8826, 7728, 8813, 12818, 8945, 13299, 8231, 11278, 7070, 10920, 6584, 9489, 6278, 9963, 6201, 9711, 6224, 10501, 7433, 10489, 6958, 10506, 7073, 10536, 7014, 9865, 6610, 9983, 6389, 9879, 11978, 8951, 11135, 6893, 10703, 7160, 10589, 6471, 9413, 6349, 10261, 6291, 9752, 8227, 8454, 6687, 9794, 6712, 9306, 7332, 10096, 8061, 9785, 6757, 9991, 8177, 9170, 9481, 8221, 8171, 8002, 11362, 7939, 12275, 7543, 11069, 7064, 11005, 7313, 11540, 7304, 9641, 6355, 10450, 6423, 10621, 9377, 8055, 7636, 8174, 10722, 8078, 12709, 7407, 10588, 6783, 11232, 7338, 11811, 7736, 9205, 6609, 10211, 6584, 10755, 7198, 10968, 6848, 10398, 6577, 10172, 6684, 9711, 6259, 8916, 8558, 7719, 13169, 8067, 9536, 6950, 9361, 6364, 10075, 6223, 9405, 6204, 9466, 6391, 9301, 8025, 8276, 8075, 7679, 11177, 7312, 11100, 7178, 9452, 6945, 10385, 6877, 10467, 6536, 9241, 6344, 10244, 6219, 10582, 6467, 9555, 6200, 9545, 7312, 9068, 10325, 7848, 9627, 7389, 12086, 7518, 10836, 7576, 10726, 6821, 10505, 6294, 9312, 6336, 8870, 9631, 7366, 8773, 7589, 11458, 7012, 10449, 6880, 10345, 6552, 10326, 6363, 10605, 6383, 10946, 6753, 9593, 6392, 11457, 6920, 10030, 6878, 11555, 7676, 10112, 8402, 7887, 8774, 8253, 9175, 11026, 9311, 8198, 8647, 9668, 8143, 11399, 7702, 7165, 8109, 7599, 8574, 8076, 9384, 7254, 10669, 6394, 10326, 6299, 10391, 6995, 11081, 6944, 10551, 7215, 9710, 6865, 11236, 7176, 11878, 8279, 10134, 6750, 11385, 6523, 11443, 6961, 9976, 6348, 10622, 6145, 10347, 6673, 9628, 6642, 9832, 6408, 9640, 7675, 9013, 6831, 9736, 8340, 8869, 10521, 7579, 8370, 7664, 8671, 7320, 8900, 7403, 10262, 7225, 10608, 7233, 11783, 7153, 10710, 6896, 8751, 6291, 9582, 6595, 8715, 10737, 7060, 11593, 6614, 10502, 6909, 10522, 6577, 8414, 6255, 8595, 9017, 7174, 12799, 7126, 10458, 6599, 10426, 6648, 10744, 6794, 9967, 6689, 11041, 6429, 10431, 6428, 10472, 6641, 9866, 6385, 8758, 8913, 7814, 11775, 7232, 11431, 6500, 10871, 6634, 11312, 6801, 10727, 6373, 10661, 6649, 11535, 6932, 10480, 6617, 10908, 6555, 11533, 6852, 9987, 6419, 11225, 6482, 10495, 8841, 9226, 6691, 10331, 9516, 8689, 11708, 8213, 13024, 7245, 11409, 6827, 11032, 6812, 11173, 6836, 11619, 6759, 10825, 6905, 11331, 7104, 10789, 6956, 11513, 7143, 11282, 6742, 10791, 6582, 10940, 6921, 10755, 6646, 10866, 7170, 11188, 7688, 9419, 6770, 11233, 6746, 11333, 6864, 10048, 6252, 9276, 7260, 8552, 10496, 7253, 9882, 6656, 11254, 6726, 10487, 6543, 10467, 6503, 10081, 6395, 10683, 6250, 9229, 6313, 8763, 8058, 7812, 12646, 7401, 10088, 7028, 10897, 6983, 10580, 6590, 9317, 6306, 10141, 6536, 8865, 8613, 7030, 9069, 6782, 12191, 7250, 11169, 7245, 9471, 6392, 8509, 6452, 8693, 8349, 7649, 8889, 6695, 11635, 6791, 10734, 6562, 9212, 6356, 10058, 6481, 10742, 6474, 8955, 6575, 10380, 6464, 10707, 6391, 9509, 6304, 10680, 6467, 10344, 6666, 9696, 6393, 9836, 6332, 10433, 6532, 9492, 6455, 9626, 6485, 9765, 7739, 8845, 6658, 9899, 7962, 8797, 8761, 9005, 8588, 9435, 7933, 8643, 8991, 8216, 11762, 7887, 8921, 7351, 11610, 7114, 11529, 6699, 9100, 6642, 10427, 6898, 10708, 7309, 12333, 7453, 10690, 6580, 10425, 6604, 10123, 7302, 9967, 7015, 9396, 6325, 9914, 6613, 10228, 6670, 9261, 6555, 10282, 6520, 10900, 6791, 9429, 6617, 10671, 6414, 9963, 7404, 8961, 6937, 8718, 8726, 7719, 12539, 7498, 10349, 6727, 10375, 6409, 10019, 6287, 9408, 6383, 10086, 6585, 10648, 6672, 10331, 6470, 10177, 6510, 10549, 6648, 10271, 6321, 8954, 6561, 8322, 6568, 8038, 8669, 7352, 9317, 7087, 12126, 6742, 9377, 6373, 8703, 6337, 9864, 6482, 9663, 6369, 10423, 6669, 10910, 6272, 10297, 6446, 10307, 7221, 9501, 9529, 7680, 11759, 7129, 10865, 6823, 10737, 6520, 9768, 6240, 9692, 6392, 10623, 6380, 8961, 7209, 8281, 10229, 7381, 9124, 6605, 11596, 6913, 10914, 7246, 9838, 6569, 10468, 6418, 10171, 6248, 9951, 6473, 8313, 8530, 7339, 7325, 7400, 10753, 7128, 11472, 6367, 9730, 6341, 10903, 6458, 10252, 6493, 8593, 7120, 7320, 9894, 6303, 10470, 6630, 10072, 6640, 10161, 6460, 8758, 6334, 8944, 6414, 9414, 6418, 8946, 6303, 9728, 8051, 8878, 7023, 8642, 7886, 8122, 10073, 7044, 10551, 6703, 11808, 7630, 10297, 6842, 10767, 6621, 10052, 6871, 8804, 6711, 10446, 6356, 10384, 6374, 9219, 6337, 11071, 6290, 10842, 6414, 9583, 6383, 10155, 6210, 11044, 6549, 10170, 6582, 10470, 6475, 10608, 6796, 9362, 6235, 9320, 6305, 10123, 6769, 9568, 6272, 10214, 6156, 8774, 6781, 9112, 6982, 9261, 7310, 7947, 8509, 7269, 9054, 7038, 9505, 6739, 11645, 7339, 10860, 7032, 10247, 6619, 10271, 6694, 10893, 6875, 10047, 6538, 10589, 6707, 10564, 7264, 9601, 7377, 10301, 6252, 6075, 8408, 6455, 10991, 7790, 9339, 8735, 6367, 11182, 7612, 12433, 9547, 12677, 7812, 12175, 7836, 12667, 8318, 10084, 6763, 10600, 6697, 10208, 6490, 10842, 6444, 10003, 6433, 10142, 6206, 11017, 6977, 10671, 6608, 10481, 6697, 11134, 6941, 11169, 6910, 11124, 6770, 10660, 7593, 11606, 7606, 11388, 7397, 10886, 6925, 11610, 6914, 11693, 7215, 10884, 6974, 7411, 7135, 6431, 9009, 6414, 10750, 6526, 10614], 'WindowCenter': [3939.0, 3881.0, 3919.0, 3853.0, 3903.0, 3850.0, 3902.0, 3839.0, 3890.0, 3849.0, 3889.0, 3848.0, 3889.0, 3847.0, 3878.0, 3848.0, 3889.0, 3847.0, 3888.0, 3837.0, 3878.0, 3847.0, 3877.0, 3837.0, 3877.0, 3846.0, 3877.0, 3848.0, 3878.0, 3849.0, 3878.0, 3848.0, 3889.0, 3859.0, 3878.0, 3848.0, 3878.0, 3848.0, 3889.0, 3849.0, 3888.0, 3840.0, 3848.0, 3859.0, 3858.0, 3880.0, 3847.0, 3890.0, 3827.0, 3890.0, 3837.0, 3891.0, 3848.0, 3880.0, 3827.0, 3890.0, 3837.0, 3890.0, 3878.0, 3868.0, 3826.0, 3879.0, 3867.0, 3836.0, 3899.0, 3858.0, 3867.0, 3837.0, 3887.0, 3837.0, 3888.0, 3847.0, 3866.0, 3827.0, 3888.0, 3837.0, 3889.0, 3849.0, 3890.0, 3850.0, 3879.0, 3850.0, 3891.0, 3850.0, 3848.0, 3871.0, 3870.0, 3883.0, 3892.0, 3871.0, 3848.0, 3869.0, 3888.0, 3858.0, 3898.0, 3846.0, 3876.0, 3825.0, 3876.0, 3824.0, 3865.0, 3825.0, 3881.0, 3829.0, 3867.0, 3816.0, 3878.0, 3848.0, 3879.0, 3839.0, 3879.0, 3837.0, 3879.0, 3837.0, 3868.0, 3826.0, 3867.0, 3815.0, 3879.0, 3889.0, 3858.0, 3876.0, 3835.0, 3866.0, 3824.0, 3876.0, 3826.0, 3867.0, 3825.0, 3877.0, 3824.0, 3867.0, 3845.0, 3858.0, 3826.0, 3879.0, 3837.0, 3869.0, 3847.0, 3881.0, 3859.0, 3881.0, 3838.0, 3880.0, 3859.0, 3883.0, 3869.0, 3860.0, 3858.0, 3859.0, 3889.0, 3860.0, 3901.0, 3849.0, 3889.0, 3838.0, 3879.0, 3840.0, 3890.0, 3848.0, 3868.0, 3826.0, 3878.0, 3826.0, 3891.0, 3868.0, 3847.0, 3846.0, 3857.0, 3877.0, 3848.0, 3898.0, 3837.0, 3877.0, 3826.0, 3877.0, 3837.0, 3889.0, 3847.0, 3867.0, 3826.0, 3878.0, 3840.0, 3891.0, 3838.0, 3878.0, 3837.0, 3878.0, 3827.0, 3880.0, 3826.0, 3868.0, 3825.0, 3857.0, 3855.0, 3836.0, 3899.0, 3846.0, 3866.0, 3836.0, 3855.0, 3826.0, 3878.0, 3815.0, 3867.0, 3815.0, 3867.0, 3815.0, 3868.0, 3847.0, 3858.0, 3846.0, 3840.0, 3877.0, 3836.0, 3877.0, 3836.0, 3867.0, 3836.0, 3867.0, 3826.0, 3878.0, 3827.0, 3868.0, 3829.0, 3879.0, 3828.0, 3880.0, 3827.0, 3869.0, 3816.0, 3879.0, 3837.0, 3870.0, 3879.0, 3859.0, 3867.0, 3837.0, 3888.0, 3836.0, 3877.0, 3848.0, 3878.0, 3825.0, 3878.0, 3814.0, 3867.0, 3813.0, 3857.0, 3867.0, 3836.0, 3856.0, 3846.0, 3887.0, 3835.0, 3877.0, 3838.0, 3879.0, 3827.0, 3878.0, 3827.0, 3879.0, 3827.0, 3890.0, 3838.0, 3881.0, 3841.0, 3892.0, 3850.0, 3880.0, 3840.0, 3902.0, 3862.0, 3892.0, 3873.0, 3861.0, 3872.0, 3860.0, 3883.0, 3891.0, 3871.0, 3859.0, 3859.0, 3868.0, 3859.0, 3889.0, 3848.0, 3836.0, 3858.0, 3847.0, 3858.0, 3858.0, 3870.0, 3850.0, 3892.0, 3829.0, 3891.0, 3829.0, 3892.0, 3851.0, 3892.0, 3850.0, 3891.0, 3850.0, 3870.0, 3839.0, 3890.0, 3838.0, 3890.0, 3859.0, 3879.0, 3827.0, 3888.0, 3826.0, 3889.0, 3836.0, 3867.0, 3815.0, 3877.0, 3814.0, 3867.0, 3825.0, 3867.0, 3825.0, 3867.0, 3814.0, 3868.0, 3847.0, 3857.0, 3826.0, 3869.0, 3857.0, 3868.0, 3877.0, 3848.0, 3857.0, 3847.0, 3857.0, 3837.0, 3867.0, 3850.0, 3880.0, 3850.0, 3891.0, 3851.0, 3902.0, 3839.0, 3891.0, 3839.0, 3859.0, 3828.0, 3869.0, 3827.0, 3870.0, 3890.0, 3838.0, 3889.0, 3838.0, 3878.0, 3837.0, 3880.0, 3827.0, 3857.0, 3815.0, 3857.0, 3856.0, 3837.0, 3899.0, 3837.0, 3878.0, 3838.0, 3878.0, 3838.0, 3890.0, 3839.0, 3879.0, 3839.0, 3891.0, 3828.0, 3879.0, 3827.0, 3891.0, 3838.0, 3880.0, 3827.0, 3859.0, 3868.0, 3850.0, 3902.0, 3866.0, 3902.0, 3828.0, 3888.0, 3839.0, 3889.0, 3839.0, 3890.0, 3828.0, 3878.0, 3839.0, 3891.0, 3850.0, 3891.0, 3840.0, 3891.0, 3829.0, 3903.0, 3840.0, 3881.0, 3829.0, 3891.0, 3828.0, 3891.0, 3870.0, 3870.0, 3838.0, 3880.0, 3869.0, 3859.0, 3889.0, 3859.0, 3900.0, 3848.0, 3888.0, 3827.0, 3878.0, 3839.0, 3889.0, 3838.0, 3889.0, 3838.0, 3889.0, 3839.0, 3890.0, 3839.0, 3889.0, 3839.0, 3889.0, 3850.0, 3890.0, 3840.0, 3890.0, 3840.0, 3890.0, 3839.0, 3890.0, 3840.0, 3889.0, 3839.0, 3891.0, 3849.0, 3870.0, 3839.0, 3890.0, 3827.0, 3889.0, 3826.0, 3868.0, 3815.0, 3869.0, 3835.0, 3859.0, 3879.0, 3849.0, 3867.0, 3826.0, 3888.0, 3839.0, 3880.0, 3829.0, 3878.0, 3826.0, 3867.0, 3826.0, 3880.0, 3827.0, 3869.0, 3828.0, 3870.0, 3847.0, 3848.0, 3889.0, 3838.0, 3879.0, 3838.0, 3878.0, 3837.0, 3879.0, 3828.0, 3868.0, 3827.0, 3879.0, 3816.0, 3870.0, 3859.0, 3839.0, 3858.0, 3839.0, 3889.0, 3851.0, 3891.0, 3850.0, 3871.0, 3828.0, 3858.0, 3827.0, 3860.0, 3859.0, 3849.0, 3858.0, 3838.0, 3889.0, 3828.0, 3879.0, 3828.0, 3869.0, 3829.0, 3879.0, 3828.0, 3891.0, 3829.0, 3870.0, 3840.0, 3880.0, 3828.0, 3880.0, 3828.0, 3870.0, 3829.0, 3892.0, 3829.0, 3880.0, 3828.0, 3869.0, 3828.0, 3869.0, 3826.0, 3879.0, 3827.0, 3869.0, 3827.0, 3869.0, 3826.0, 3869.0, 3847.0, 3859.0, 3826.0, 3869.0, 3846.0, 3858.0, 3858.0, 3863.0, 3858.0, 3869.0, 3847.0, 3858.0, 3855.0, 3858.0, 3889.0, 3847.0, 3857.0, 3837.0, 3877.0, 3837.0, 3889.0, 3838.0, 3858.0, 3838.0, 3877.0, 3838.0, 3879.0, 3851.0, 3902.0, 3850.0, 3880.0, 3838.0, 3879.0, 3838.0, 3878.0, 3849.0, 3879.0, 3838.0, 3868.0, 3827.0, 3868.0, 3827.0, 3879.0, 3828.0, 3869.0, 3828.0, 3879.0, 3828.0, 3891.0, 3839.0, 3869.0, 3827.0, 3879.0, 3827.0, 3880.0, 3837.0, 3858.0, 3836.0, 3858.0, 3855.0, 3846.0, 3889.0, 3836.0, 3866.0, 3825.0, 3866.0, 3826.0, 3867.0, 3827.0, 3868.0, 3828.0, 3879.0, 3840.0, 3891.0, 3840.0, 3880.0, 3828.0, 3880.0, 3829.0, 3880.0, 3839.0, 3881.0, 3828.0, 3870.0, 3827.0, 3859.0, 3826.0, 3848.0, 3858.0, 3838.0, 3868.0, 3852.0, 3901.0, 3840.0, 3869.0, 3829.0, 3858.0, 3828.0, 3879.0, 3827.0, 3869.0, 3829.0, 3892.0, 3841.0, 3891.0, 3830.0, 3881.0, 3829.0, 3882.0, 3838.0, 3869.0, 3867.0, 3848.0, 3890.0, 3837.0, 3879.0, 3827.0, 3878.0, 3827.0, 3867.0, 3826.0, 3869.0, 3828.0, 3890.0, 3826.0, 3869.0, 3837.0, 3858.0, 3879.0, 3839.0, 3869.0, 3828.0, 3888.0, 3839.0, 3891.0, 3849.0, 3869.0, 3839.0, 3879.0, 3828.0, 3879.0, 3828.0, 3879.0, 3828.0, 3860.0, 3859.0, 3850.0, 3849.0, 3851.0, 3891.0, 3837.0, 3890.0, 3841.0, 3881.0, 3840.0, 3892.0, 3830.0, 3880.0, 3829.0, 3872.0, 3840.0, 3851.0, 3881.0, 3830.0, 3880.0, 3838.0, 3881.0, 3840.0, 3881.0, 3829.0, 3859.0, 3828.0, 3871.0, 3829.0, 3883.0, 3829.0, 3870.0, 3828.0, 3883.0, 3861.0, 3873.0, 3851.0, 3872.0, 3861.0, 3861.0, 3881.0, 3839.0, 3880.0, 3839.0, 3891.0, 3850.0, 3880.0, 3840.0, 3880.0, 3838.0, 3868.0, 3839.0, 3858.0, 3839.0, 3878.0, 3826.0, 3879.0, 3829.0, 3870.0, 3829.0, 3891.0, 3829.0, 3892.0, 3828.0, 3870.0, 3828.0, 3880.0, 3830.0, 3891.0, 3829.0, 3880.0, 3827.0, 3880.0, 3828.0, 3881.0, 3828.0, 3870.0, 3817.0, 3870.0, 3826.0, 3880.0, 3827.0, 3870.0, 3828.0, 3881.0, 3817.0, 3859.0, 3838.0, 3872.0, 3839.0, 3870.0, 3847.0, 3860.0, 3858.0, 3850.0, 3870.0, 3840.0, 3870.0, 3840.0, 3890.0, 3838.0, 3878.0, 3851.0, 3882.0, 3840.0, 3879.0, 3828.0, 3879.0, 3828.0, 3861.0, 3828.0, 3879.0, 3827.0, 3879.0, 3850.0, 3870.0, 3849.0, 3882.0, 3829.0, 3827.0, 3858.0, 3828.0, 3892.0, 3861.0, 3883.0, 3885.0, 3844.0, 3907.0, 3864.0, 3915.0, 3882.0, 3903.0, 3849.0, 3892.0, 3849.0, 3889.0, 3845.0, 3866.0, 3824.0, 3865.0, 3825.0, 3864.0, 3813.0, 3876.0, 3813.0, 3865.0, 3814.0, 3866.0, 3806.0, 3877.0, 3837.0, 3877.0, 3827.0, 3877.0, 3827.0, 3889.0, 3839.0, 3891.0, 3840.0, 3890.0, 3840.0, 3880.0, 3850.0, 3890.0, 3851.0, 3892.0, 3850.0, 3890.0, 3839.0, 3890.0, 3839.0, 3889.0, 3850.0, 3891.0, 3840.0, 3850.0, 3840.0, 3828.0, 3872.0, 3841.0, 3905.0, 3835.0, 3895.0], 'WindowWidth': [8820.0, 8725.0, 8771.0, 8674.0, 8738.0, 8662.0, 8733.0, 8646.0, 8714.0, 8658.0, 8711.0, 8654.0, 8712.0, 8653.0, 8694.0, 8655.0, 8709.0, 8652.0, 8706.0, 8638.0, 8692.0, 8652.0, 8692.0, 8640.0, 8691.0, 8650.0, 8689.0, 8654.0, 8694.0, 8657.0, 8694.0, 8656.0, 8712.0, 8669.0, 8695.0, 8656.0, 8694.0, 8655.0, 8710.0, 8657.0, 8708.0, 8641.0, 8655.0, 8671.0, 8668.0, 8699.0, 8655.0, 8713.0, 8628.0, 8713.0, 8639.0, 8716.0, 8656.0, 8699.0, 8626.0, 8711.0, 8638.0, 8711.0, 8695.0, 8680.0, 8623.0, 8696.0, 8678.0, 8630.0, 8726.0, 8667.0, 8678.0, 8639.0, 8704.0, 8637.0, 8708.0, 8652.0, 8674.0, 8626.0, 8706.0, 8640.0, 8710.0, 8660.0, 8714.0, 8662.0, 8697.0, 8662.0, 8718.0, 8660.0, 8657.0, 8689.0, 8686.0, 8709.0, 8719.0, 8690.0, 8655.0, 8683.0, 8710.0, 8666.0, 8721.0, 8650.0, 8687.0, 8618.0, 8688.0, 8616.0, 8671.0, 8619.0, 8704.0, 8634.0, 8678.0, 8609.0, 8693.0, 8654.0, 8697.0, 8644.0, 8695.0, 8639.0, 8695.0, 8639.0, 8680.0, 8624.0, 8678.0, 8606.0, 8694.0, 8709.0, 8664.0, 8688.0, 8633.0, 8673.0, 8617.0, 8687.0, 8623.0, 8676.0, 8619.0, 8690.0, 8616.0, 8677.0, 8645.0, 8665.0, 8623.0, 8696.0, 8639.0, 8682.0, 8653.0, 8701.0, 8670.0, 8702.0, 8641.0, 8699.0, 8670.0, 8707.0, 8685.0, 8673.0, 8667.0, 8670.0, 8710.0, 8673.0, 8731.0, 8657.0, 8709.0, 8641.0, 8696.0, 8639.0, 8712.0, 8653.0, 8681.0, 8624.0, 8693.0, 8622.0, 8715.0, 8680.0, 8652.0, 8648.0, 8665.0, 8690.0, 8653.0, 8720.0, 8639.0, 8692.0, 8624.0, 8692.0, 8638.0, 8709.0, 8652.0, 8676.0, 8623.0, 8693.0, 8649.0, 8715.0, 8642.0, 8695.0, 8637.0, 8692.0, 8625.0, 8699.0, 8624.0, 8680.0, 8620.0, 8664.0, 8659.0, 8634.0, 8722.0, 8648.0, 8675.0, 8634.0, 8659.0, 8622.0, 8693.0, 8607.0, 8676.0, 8607.0, 8677.0, 8605.0, 8681.0, 8652.0, 8666.0, 8649.0, 8638.0, 8691.0, 8636.0, 8691.0, 8635.0, 8676.0, 8636.0, 8676.0, 8623.0, 8694.0, 8625.0, 8680.0, 8631.0, 8696.0, 8629.0, 8698.0, 8625.0, 8683.0, 8611.0, 8697.0, 8638.0, 8685.0, 8698.0, 8669.0, 8679.0, 8639.0, 8707.0, 8635.0, 8691.0, 8654.0, 8694.0, 8620.0, 8691.0, 8603.0, 8675.0, 8601.0, 8665.0, 8676.0, 8635.0, 8660.0, 8649.0, 8702.0, 8633.0, 8690.0, 8641.0, 8696.0, 8627.0, 8694.0, 8628.0, 8695.0, 8628.0, 8713.0, 8644.0, 8705.0, 8651.0, 8718.0, 8662.0, 8701.0, 8649.0, 8733.0, 8681.0, 8719.0, 8696.0, 8678.0, 8693.0, 8673.0, 8707.0, 8717.0, 8687.0, 8670.0, 8671.0, 8680.0, 8670.0, 8708.0, 8652.0, 8637.0, 8669.0, 8651.0, 8669.0, 8669.0, 8686.0, 8661.0, 8719.0, 8633.0, 8717.0, 8632.0, 8717.0, 8663.0, 8719.0, 8661.0, 8716.0, 8659.0, 8686.0, 8645.0, 8714.0, 8642.0, 8715.0, 8669.0, 8695.0, 8624.0, 8707.0, 8621.0, 8707.0, 8636.0, 8677.0, 8605.0, 8690.0, 8603.0, 8677.0, 8619.0, 8678.0, 8620.0, 8677.0, 8605.0, 8681.0, 8653.0, 8665.0, 8622.0, 8682.0, 8663.0, 8679.0, 8691.0, 8653.0, 8663.0, 8652.0, 8663.0, 8638.0, 8679.0, 8660.0, 8699.0, 8661.0, 8714.0, 8664.0, 8731.0, 8646.0, 8716.0, 8644.0, 8671.0, 8628.0, 8684.0, 8624.0, 8687.0, 8713.0, 8642.0, 8711.0, 8640.0, 8693.0, 8638.0, 8699.0, 8624.0, 8664.0, 8606.0, 8665.0, 8660.0, 8637.0, 8723.0, 8638.0, 8693.0, 8641.0, 8694.0, 8641.0, 8713.0, 8644.0, 8697.0, 8645.0, 8714.0, 8629.0, 8696.0, 8628.0, 8716.0, 8641.0, 8700.0, 8625.0, 8671.0, 8681.0, 8660.0, 8733.0, 8695.0, 8732.0, 8629.0, 8709.0, 8644.0, 8709.0, 8645.0, 8712.0, 8631.0, 8695.0, 8646.0, 8714.0, 8661.0, 8715.0, 8647.0, 8716.0, 8634.0, 8735.0, 8648.0, 8701.0, 8633.0, 8716.0, 8629.0, 8716.0, 8686.0, 8686.0, 8642.0, 8700.0, 8682.0, 8669.0, 8711.0, 8670.0, 8726.0, 8655.0, 8708.0, 8625.0, 8694.0, 8644.0, 8709.0, 8644.0, 8710.0, 8643.0, 8709.0, 8645.0, 8714.0, 8644.0, 8710.0, 8646.0, 8711.0, 8661.0, 8715.0, 8648.0, 8714.0, 8648.0, 8714.0, 8646.0, 8713.0, 8649.0, 8712.0, 8645.0, 8716.0, 8660.0, 8687.0, 8644.0, 8711.0, 8626.0, 8711.0, 8623.0, 8680.0, 8606.0, 8680.0, 8631.0, 8669.0, 8698.0, 8656.0, 8678.0, 8623.0, 8708.0, 8646.0, 8698.0, 8632.0, 8693.0, 8623.0, 8676.0, 8622.0, 8697.0, 8625.0, 8682.0, 8627.0, 8687.0, 8650.0, 8652.0, 8708.0, 8640.0, 8695.0, 8643.0, 8693.0, 8639.0, 8696.0, 8627.0, 8679.0, 8624.0, 8695.0, 8608.0, 8684.0, 8669.0, 8645.0, 8668.0, 8643.0, 8710.0, 8662.0, 8715.0, 8658.0, 8687.0, 8626.0, 8667.0, 8624.0, 8672.0, 8668.0, 8656.0, 8668.0, 8641.0, 8710.0, 8627.0, 8696.0, 8628.0, 8683.0, 8631.0, 8695.0, 8628.0, 8714.0, 8631.0, 8685.0, 8646.0, 8698.0, 8628.0, 8699.0, 8629.0, 8686.0, 8630.0, 8717.0, 8632.0, 8699.0, 8627.0, 8683.0, 8627.0, 8682.0, 8623.0, 8697.0, 8626.0, 8682.0, 8624.0, 8682.0, 8623.0, 8682.0, 8650.0, 8668.0, 8622.0, 8680.0, 8648.0, 8666.0, 8667.0, 8672.0, 8666.0, 8682.0, 8649.0, 8665.0, 8660.0, 8666.0, 8711.0, 8651.0, 8664.0, 8639.0, 8691.0, 8637.0, 8708.0, 8639.0, 8666.0, 8642.0, 8692.0, 8642.0, 8697.0, 8662.0, 8731.0, 8659.0, 8698.0, 8642.0, 8695.0, 8641.0, 8694.0, 8657.0, 8696.0, 8642.0, 8680.0, 8627.0, 8681.0, 8626.0, 8695.0, 8627.0, 8683.0, 8630.0, 8697.0, 8628.0, 8715.0, 8644.0, 8683.0, 8626.0, 8697.0, 8624.0, 8699.0, 8639.0, 8667.0, 8636.0, 8665.0, 8659.0, 8648.0, 8710.0, 8634.0, 8674.0, 8620.0, 8673.0, 8623.0, 8675.0, 8627.0, 8679.0, 8629.0, 8697.0, 8649.0, 8717.0, 8648.0, 8700.0, 8630.0, 8698.0, 8631.0, 8700.0, 8644.0, 8701.0, 8627.0, 8685.0, 8624.0, 8668.0, 8623.0, 8653.0, 8666.0, 8641.0, 8681.0, 8668.0, 8734.0, 8649.0, 8687.0, 8633.0, 8670.0, 8628.0, 8698.0, 8629.0, 8683.0, 8633.0, 8717.0, 8651.0, 8717.0, 8634.0, 8702.0, 8633.0, 8704.0, 8642.0, 8683.0, 8678.0, 8652.0, 8712.0, 8640.0, 8694.0, 8625.0, 8694.0, 8628.0, 8677.0, 8623.0, 8682.0, 8629.0, 8714.0, 8623.0, 8683.0, 8637.0, 8668.0, 8696.0, 8643.0, 8682.0, 8629.0, 8708.0, 8643.0, 8714.0, 8658.0, 8682.0, 8643.0, 8696.0, 8628.0, 8696.0, 8628.0, 8697.0, 8629.0, 8673.0, 8668.0, 8659.0, 8659.0, 8663.0, 8715.0, 8642.0, 8714.0, 8650.0, 8704.0, 8649.0, 8718.0, 8635.0, 8702.0, 8631.0, 8691.0, 8647.0, 8663.0, 8702.0, 8633.0, 8698.0, 8641.0, 8701.0, 8648.0, 8703.0, 8631.0, 8671.0, 8628.0, 8687.0, 8632.0, 8707.0, 8634.0, 8688.0, 8631.0, 8706.0, 8678.0, 8695.0, 8664.0, 8692.0, 8675.0, 8677.0, 8704.0, 8646.0, 8700.0, 8645.0, 8715.0, 8660.0, 8698.0, 8647.0, 8699.0, 8642.0, 8680.0, 8643.0, 8667.0, 8643.0, 8695.0, 8625.0, 8697.0, 8631.0, 8686.0, 8633.0, 8714.0, 8631.0, 8719.0, 8629.0, 8686.0, 8629.0, 8697.0, 8636.0, 8716.0, 8630.0, 8699.0, 8626.0, 8699.0, 8627.0, 8700.0, 8627.0, 8684.0, 8612.0, 8684.0, 8624.0, 8698.0, 8625.0, 8684.0, 8627.0, 8700.0, 8612.0, 8670.0, 8643.0, 8691.0, 8645.0, 8688.0, 8653.0, 8673.0, 8668.0, 8661.0, 8686.0, 8647.0, 8686.0, 8648.0, 8713.0, 8642.0, 8694.0, 8663.0, 8705.0, 8647.0, 8697.0, 8628.0, 8696.0, 8627.0, 8666.0, 8628.0, 8695.0, 8624.0, 8697.0, 8661.0, 8684.0, 8658.0, 8705.0, 8632.0, 8628.0, 8668.0, 8628.0, 8718.0, 8679.0, 8708.0, 8715.0, 8662.0, 8748.0, 8686.0, 8756.0, 8704.0, 8736.0, 8655.0, 8719.0, 8656.0, 8707.0, 8643.0, 8674.0, 8614.0, 8671.0, 8619.0, 8668.0, 8600.0, 8686.0, 8599.0, 8671.0, 8602.0, 8672.0, 8587.0, 8689.0, 8637.0, 8691.0, 8626.0, 8689.0, 8627.0, 8707.0, 8643.0, 8715.0, 8646.0, 8713.0, 8646.0, 8699.0, 8660.0, 8711.0, 8663.0, 8717.0, 8661.0, 8713.0, 8644.0, 8710.0, 8642.0, 8709.0, 8660.0, 8715.0, 8649.0, 8662.0, 8648.0, 8632.0, 8693.0, 8652.0, 8740.0, 8641.0, 8726.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.0003149136939010357</td></tr>
<tr><td colspan=3>aqi</td><td>0.019339857192174913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.89017824546082</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713386648617514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971668431797228</td></tr>
<tr><td colspan=3>efc</td><td>0.4844</td></tr>
<tr><td colspan=3>fber</td><td>3748.5413</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0895782767835961</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.446730009309205</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.470223850196183</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5436958484444743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3262703292869578</td></tr>
<tr><td colspan=3>gcor</td><td>0.0052365</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007693528197705746</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03097689524292946</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.9957407851887874</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.7611</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5467</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.2698</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298075.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.9137</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6672</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.1011</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3078.0054</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.6048</td></tr>
<tr><td colspan=3>tsnr</td><td>41.26206523901783</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>