ds005256-mriqc/sub-0069_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 0bb1704d09 [DATALAD RUNCMD] Compute MRIQC for sub-0069
=== 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-0069 --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-0069",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:58:16 +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-0069_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0069_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-01/func/sub-0069_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7aa332ceb04e49f16eda4a577cd61f25</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>16:17:4.625000</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.999343, 0.0279715, 0.0230273, -0.0293107, 0.997766, 0.060037]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0745651</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7757, -7341, 633, -54, -209, 67, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>233.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3584715-d3e3-46f8-ac74-bb9ddd261760||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.6811654567718506, -0.07863844186067581, 0.0575006902217865, 113.99659729003906], [-0.07504536211490631, 2.6769325733184814, 0.16381585597991943, -99.17743682861328], [0.06178062781691551, -0.1610749065876007, 2.6944124698638916, -84.87752532958984], [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': ['161704.625000', '161705.085000', '161705.545000', '161706.005000', '161706.465000', '161706.925000', '161707.385000', '161707.845000', '161708.305000', '161708.765000', '161709.225000', '161709.685000', '161710.145000', '161710.605000', '161711.065000', '161711.525000', '161711.985000', '161712.445000', '161712.905000', '161713.365000', '161713.825000', '161714.285000', '161714.745000', '161715.205000', '161715.665000', '161716.125000', '161716.585000', '161717.045000', '161717.505000', '161717.965000', '161718.425000', '161718.885000', '161719.345000', '161719.805000', '161720.265000', '161720.725000', '161721.185000', '161721.645000', '161722.105000', '161722.565000', '161723.025000', '161723.485000', '161723.945000', '161724.405000', '161724.865000', '161725.325000', '161725.785000', '161726.245000', '161726.705000', '161727.165000', '161727.625000', '161728.085000', '161728.545000', '161729.005000', '161729.465000', '161729.925000', '161730.385000', '161730.845000', '161731.305000', '161731.765000', '161732.225000', '161732.685000', '161733.145000', '161733.605000', '161734.065000', '161734.525000', '161734.985000', '161735.445000', '161735.905000', '161736.365000', '161736.825000', '161737.285000', '161737.745000', '161738.205000', '161738.665000', '161739.125000', '161739.585000', '161740.045000', '161740.505000', '161740.965000', '161741.425000', '161741.885000', '161742.345000', '161742.805000', '161743.265000', '161743.725000', '161744.185000', '161744.645000', '161745.105000', '161745.565000', '161746.025000', '161746.485000', '161746.945000', '161747.405000', '161747.865000', '161748.325000', '161748.785000', '161749.245000', '161749.705000', '161750.165000', '161750.625000', '161751.085000', '161751.545000', '161752.005000', '161752.465000', '161752.925000', '161753.385000', '161753.845000', '161754.305000', '161754.765000', '161755.225000', '161755.685000', '161756.145000', '161756.605000', '161757.065000', '161757.525000', '161757.985000', '161758.445000', '161758.905000', '161759.365000', '161759.825000', '161800.285000', '161800.745000', '161801.205000', '161801.665000', '161802.125000', '161802.585000', '161803.045000', '161803.505000', '161803.965000', '161804.425000', '161804.885000', '161805.345000', '161805.805000', '161806.265000', '161806.725000', '161807.185000', '161807.645000', '161808.105000', '161808.565000', '161809.025000', '161809.485000', '161809.945000', '161810.405000', '161810.865000', '161811.325000', '161811.785000', '161812.245000', '161812.705000', '161813.165000', '161813.625000', '161814.085000', '161814.545000', '161815.005000', '161815.465000', '161815.925000', '161816.385000', '161816.845000', '161817.305000', '161817.765000', '161818.225000', '161818.685000', '161819.145000', '161819.605000', '161820.065000', '161820.525000', '161820.985000', '161821.445000', '161821.905000', '161822.365000', '161822.825000', '161823.285000', '161823.745000', '161824.205000', '161824.665000', '161825.125000', '161825.585000', '161826.045000', '161826.505000', '161826.965000', '161827.425000', '161827.885000', '161828.345000', '161828.805000', '161829.265000', '161829.725000', '161830.185000', '161830.645000', '161831.105000', '161831.565000', '161832.025000', '161832.485000', '161832.945000', '161833.405000', '161833.865000', '161834.325000', '161834.785000', '161835.245000', '161835.705000', '161836.165000', '161836.625000', '161837.085000', '161837.545000', '161838.005000', '161838.465000', '161838.925000', '161839.385000', '161839.845000', '161840.305000', '161840.765000', '161841.225000', '161841.685000', '161842.145000', '161842.605000', '161843.065000', '161843.525000', '161843.985000', '161844.445000', '161844.905000', '161845.365000', '161845.825000', '161846.285000', '161846.745000', '161847.205000', '161847.665000', '161848.125000', '161848.585000', '161849.045000', '161849.505000', '161849.965000', '161850.425000', '161850.885000', '161851.345000', '161851.805000', '161852.265000', '161852.725000', '161853.185000', '161853.645000', '161854.105000', '161854.565000', '161855.025000', '161855.485000', '161855.945000', '161856.405000', '161856.865000', '161857.325000', '161857.785000', '161858.245000', '161858.705000', '161859.165000', '161859.625000', '161900.085000', '161900.545000', '161901.005000', '161901.465000', '161901.925000', '161902.385000', '161902.845000', '161903.305000', '161903.765000', '161904.225000', '161904.685000', '161905.145000', '161905.605000', '161906.065000', '161906.525000', '161906.985000', '161907.445000', '161907.905000', '161908.365000', '161908.825000', '161909.285000', '161909.745000', '161910.205000', '161910.665000', '161911.125000', '161911.585000', '161912.045000', '161912.505000', '161912.965000', '161913.425000', '161913.885000', '161914.345000', '161914.805000', '161915.265000', '161915.725000', '161916.185000', '161916.645000', '161917.105000', '161917.565000', '161918.025000', '161918.485000', '161918.945000', '161919.405000', '161919.865000', '161920.325000', '161920.785000', '161921.245000', '161921.705000', '161922.165000', '161922.625000', '161923.085000', '161923.545000', '161924.005000', '161924.465000', '161924.925000', '161925.385000', '161925.845000', '161926.305000', '161926.765000', '161927.225000', '161927.685000', '161928.145000', '161928.605000', '161929.065000', '161929.525000', '161929.985000', '161930.445000', '161930.905000', '161931.365000', '161931.825000', '161932.285000', '161932.745000', '161933.205000', '161933.665000', '161934.125000', '161934.585000', '161935.045000', '161935.505000', '161935.965000', '161936.425000', '161936.885000', '161937.345000', '161937.805000', '161938.265000', '161938.725000', '161939.185000', '161939.645000', '161940.105000', '161940.565000', '161941.025000', '161941.485000', '161941.945000', '161942.405000', '161942.865000', '161943.325000', '161943.785000', '161944.245000', '161944.705000', '161945.165000', '161945.625000', '161946.085000', '161946.545000', '161947.005000', '161947.465000', '161947.925000', '161948.385000', '161948.845000', '161949.305000', '161949.765000', '161950.225000', '161950.685000', '161951.145000', '161951.605000', '161952.065000', '161952.525000', '161952.985000', '161953.445000', '161953.905000', '161954.365000', '161954.825000', '161955.285000', '161955.745000', '161956.205000', '161956.665000', '161957.125000', '161957.585000', '161958.045000', '161958.505000', '161958.965000', '161959.425000', '161959.885000', '162000.345000', '162000.805000', '162001.265000', '162001.725000', '162002.185000', '162002.645000', '162003.105000', '162003.565000', '162004.025000', '162004.485000', '162004.945000', '162005.405000', '162005.865000', '162006.325000', '162006.785000', '162007.245000', '162007.705000', '162008.165000', '162008.625000', '162009.085000', '162009.545000', '162010.005000', '162010.465000', '162010.925000', '162011.385000', '162011.845000', '162012.305000', '162012.765000', '162013.225000', '162013.685000', '162014.145000', '162014.605000', '162015.065000', '162015.525000', '162015.985000', '162016.445000', '162016.905000', '162017.365000', '162017.825000', '162018.285000', '162018.745000', '162019.205000', '162019.665000', '162020.125000', '162020.585000', '162021.045000', '162021.505000', '162021.965000', '162022.425000', '162022.885000', '162023.345000', '162023.805000', '162024.265000', '162024.725000', '162025.185000', '162025.645000', '162026.105000', '162026.565000', '162027.025000', '162027.485000', '162027.945000', '162028.405000', '162028.865000', '162029.325000', '162029.785000', '162030.245000', '162030.705000', '162031.165000', '162031.625000', '162032.085000', '162032.545000', '162033.005000', '162033.465000', '162033.925000', '162034.385000', '162034.845000', '162035.305000', '162035.765000', '162036.225000', '162036.685000', '162037.145000', '162037.605000', '162038.065000', '162038.525000', '162038.985000', '162039.445000', '162039.905000', '162040.365000', '162040.825000', '162041.285000', '162041.745000', '162042.205000', '162042.665000', '162043.125000', '162043.585000', '162044.045000', '162044.505000', '162044.965000', '162045.425000', '162045.885000', '162046.345000', '162046.805000', '162047.265000', '162047.725000', '162048.185000', '162048.645000', '162049.105000', '162049.565000', '162050.025000', '162050.485000', '162050.945000', '162051.405000', '162051.865000', '162052.325000', '162052.785000', '162053.245000', '162053.705000', '162054.165000', '162054.625000', '162055.085000', '162055.545000', '162056.005000', '162056.465000', '162056.925000', '162057.385000', '162057.845000', '162058.305000', '162058.765000', '162059.225000', '162059.685000', '162100.145000', '162100.605000', '162101.065000', '162101.525000', '162101.985000', '162102.445000', '162102.905000', '162103.365000', '162103.825000', '162104.285000', '162104.745000', '162105.205000', '162105.665000', '162106.125000', '162106.585000', '162107.045000', '162107.505000', '162107.965000', '162108.425000', '162108.885000', '162109.345000', '162109.805000', '162110.265000', '162110.725000', '162111.185000', '162111.645000', '162112.105000', '162112.565000', '162113.025000', '162113.485000', '162113.945000', '162114.405000', '162114.865000', '162115.325000', '162115.785000', '162116.245000', '162116.705000', '162117.165000', '162117.625000', '162118.085000', '162118.545000', '162119.005000', '162119.465000', '162119.925000', '162120.385000', '162120.845000', '162121.305000', '162121.765000', '162122.225000', '162122.685000', '162123.145000', '162123.605000', '162124.065000', '162124.525000', '162124.985000', '162125.445000', '162125.905000', '162126.365000', '162126.825000', '162127.285000', '162127.745000', '162128.205000', '162128.665000', '162129.125000', '162129.585000', '162130.045000', '162130.505000', '162130.965000', '162131.425000', '162131.885000', '162132.345000', '162132.805000', '162133.265000', '162133.725000', '162134.185000', '162134.645000', '162135.105000', '162135.565000', '162136.025000', '162136.485000', '162136.945000', '162137.405000', '162137.865000', '162138.325000', '162138.785000', '162139.245000', '162139.705000', '162140.165000', '162140.625000', '162141.085000', '162141.545000', '162142.005000', '162142.465000', '162142.925000', '162143.385000', '162143.845000', '162144.305000', '162144.765000', '162145.225000', '162145.685000', '162146.145000', '162146.605000', '162147.065000', '162147.525000', '162147.985000', '162148.445000', '162148.905000', '162149.365000', '162149.825000', '162150.285000', '162150.745000', '162151.205000', '162151.665000', '162152.125000', '162152.585000', '162153.045000', '162153.505000', '162153.965000', '162154.425000', '162154.885000', '162155.345000', '162155.805000', '162156.265000', '162156.725000', '162157.185000', '162157.645000', '162158.105000', '162158.565000', '162159.025000', '162159.485000', '162159.945000', '162200.405000', '162200.865000', '162201.325000', '162201.785000', '162202.245000', '162202.705000', '162203.165000', '162203.625000', '162204.085000', '162204.545000', '162205.005000', '162205.465000', '162205.925000', '162206.385000', '162206.845000', '162207.305000', '162207.765000', '162208.225000', '162208.685000', '162209.145000', '162209.605000', '162210.065000', '162210.525000', '162210.985000', '162211.445000', '162211.905000', '162212.365000', '162212.825000', '162213.285000', '162213.745000', '162214.205000', '162214.665000', '162215.125000', '162215.585000', '162216.045000', '162216.505000', '162216.965000', '162217.425000', '162217.885000', '162218.345000', '162218.805000', '162219.265000', '162219.725000', '162220.185000', '162220.645000', '162221.105000', '162221.565000', '162222.025000', '162222.485000', '162222.945000', '162223.405000', '162223.865000', '162224.325000', '162224.785000', '162225.245000', '162225.705000', '162226.165000', '162226.625000', '162227.085000', '162227.545000', '162228.005000', '162228.465000', '162228.925000', '162229.385000', '162229.845000', '162230.305000', '162230.765000', '162231.225000', '162231.685000', '162232.145000', '162232.605000', '162233.065000', '162233.525000', '162233.985000', '162234.445000', '162234.905000', '162235.365000', '162235.825000', '162236.285000', '162236.745000', '162237.205000', '162237.665000', '162238.125000', '162238.585000', '162239.045000', '162239.505000', '162239.965000', '162240.425000', '162240.885000', '162241.345000', '162241.805000', '162242.265000', '162242.725000', '162243.185000', '162243.645000', '162244.105000', '162244.565000', '162245.025000', '162245.485000', '162245.945000', '162246.405000', '162246.865000', '162247.325000', '162247.785000', '162248.245000', '162248.705000', '162249.165000', '162249.625000', '162250.085000', '162250.545000', '162251.005000', '162251.465000', '162251.925000', '162252.385000', '162252.845000', '162253.305000', '162253.765000', '162254.225000', '162254.685000', '162255.145000', '162255.605000', '162256.065000', '162256.525000', '162256.985000', '162257.445000', '162257.905000', '162258.365000', '162258.825000', '162259.285000', '162259.745000', '162300.205000', '162300.665000', '162301.125000', '162301.585000', '162302.045000', '162302.505000', '162302.965000', '162303.425000', '162303.885000', '162304.345000', '162304.805000', '162305.265000', '162305.725000', '162306.185000', '162306.645000', '162307.105000', '162307.565000', '162308.025000', '162308.485000', '162308.945000', '162309.405000', '162309.865000', '162310.325000', '162310.785000', '162311.245000', '162311.705000', '162312.165000', '162312.625000', '162313.085000', '162313.545000', '162314.005000', '162314.465000', '162314.925000', '162315.385000', '162315.845000', '162316.305000', '162316.765000', '162317.225000', '162317.685000', '162318.145000', '162318.605000', '162319.065000', '162319.525000', '162319.985000', '162320.445000', '162320.905000', '162321.365000', '162321.825000', '162322.285000', '162322.745000', '162323.205000', '162323.665000', '162324.125000', '162324.585000', '162325.045000', '162325.505000', '162325.965000', '162326.425000', '162326.885000', '162327.345000', '162327.805000', '162328.265000', '162328.725000', '162329.185000', '162329.645000', '162330.105000', '162330.565000', '162331.025000', '162331.485000', '162331.945000', '162332.405000', '162332.865000', '162333.325000', '162333.785000', '162334.245000', '162334.705000', '162335.165000', '162335.625000', '162336.085000', '162336.545000', '162337.005000', '162337.465000', '162337.925000', '162338.385000', '162338.845000', '162339.305000', '162339.765000', '162340.225000', '162340.685000', '162341.145000', '162341.605000', '162342.065000', '162342.525000', '162342.985000', '162343.445000', '162343.905000', '162344.365000', '162344.825000', '162345.285000'], 'ContentTime': ['161733.587000', '161733.590000', '161733.593000', '161733.596000', '161733.598000', '161733.601000', '161733.603000', '161733.606000', '161733.608000', '161733.611000', '161733.613000', '161733.616000', '161733.619000', '161733.621000', '161733.624000', '161733.626000', '161733.629000', '161733.631000', '161733.634000', '161733.637000', '161733.639000', '161733.642000', '161733.650000', '161733.653000', '161733.655000', '161733.658000', '161733.660000', '161733.663000', '161733.666000', '161733.668000', '161733.671000', '161733.673000', '161733.676000', '161733.678000', '161733.681000', '161733.683000', '161733.686000', '161733.688000', '161733.691000', '161733.694000', '161733.696000', '161733.699000', '161733.701000', '161733.704000', '161733.706000', '161733.709000', '161733.712000', '161733.714000', '161733.717000', '161733.721000', '161733.724000', '161733.727000', '161733.729000', '161733.732000', '161733.734000', '161733.737000', '161733.740000', '161733.742000', '161733.745000', '161733.747000', '161733.750000', '161753.560000', '161753.563000', '161753.566000', '161753.568000', '161753.571000', '161753.573000', '161753.576000', '161753.578000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.591000', '161753.594000', '161753.596000', '161753.599000', '161753.601000', '161753.604000', '161753.607000', '161753.609000', '161753.612000', '161753.614000', '161753.617000', '161753.619000', '161753.622000', '161753.625000', '161753.627000', '161753.630000', '161753.632000', '161753.635000', '161753.637000', '161753.640000', '161753.642000', '161753.645000', '161753.647000', '161753.650000', '161753.652000', '161753.667000', '161753.670000', '161753.672000', '161753.675000', '161753.677000', '161753.680000', '161813.560000', '161813.563000', '161813.566000', '161813.568000', '161813.571000', '161813.574000', '161813.576000', '161813.579000', '161813.581000', '161813.584000', '161813.586000', '161813.589000', '161813.592000', '161813.594000', '161813.597000', '161813.600000', '161813.602000', '161813.605000', '161813.607000', '161813.610000', '161813.612000', '161813.615000', '161813.619000', '161813.622000', '161813.624000', '161813.627000', '161813.630000', '161813.632000', '161813.635000', '161813.637000', '161813.640000', '161813.642000', '161813.645000', '161813.647000', '161813.650000', '161813.652000', '161813.655000', '161813.658000', '161813.660000', '161813.663000', '161813.666000', '161813.669000', '161813.671000', '161833.560000', '161833.563000', '161833.566000', '161833.568000', '161833.571000', '161833.573000', '161833.576000', '161833.579000', '161833.581000', '161833.584000', '161833.586000', '161833.589000', '161833.592000', '161833.594000', '161833.597000', '161833.599000', '161833.602000', '161833.605000', '161833.607000', '161833.610000', '161833.613000', '161833.615000', '161833.618000', '161833.620000', '161833.623000', '161833.625000', '161833.628000', '161833.631000', '161833.633000', '161833.636000', '161833.638000', '161833.641000', '161833.644000', '161833.646000', '161833.649000', '161833.651000', '161833.654000', '161833.656000', '161833.659000', '161833.661000', '161833.664000', '161833.667000', '161833.669000', '161833.672000', '161853.560000', '161853.563000', '161853.566000', '161853.568000', '161853.571000', '161853.573000', '161853.576000', '161853.579000', '161853.581000', '161853.584000', '161853.586000', '161853.589000', '161853.591000', '161853.594000', '161853.597000', '161853.599000', '161853.602000', '161853.604000', '161853.607000', '161853.610000', '161853.612000', '161853.615000', '161853.618000', '161853.620000', '161853.623000', '161853.626000', '161853.628000', '161853.631000', '161853.633000', '161853.636000', '161853.638000', '161853.641000', '161853.643000', '161853.646000', '161853.648000', '161853.651000', '161853.654000', '161853.656000', '161853.659000', '161853.662000', '161853.664000', '161853.667000', '161853.669000', '161913.560000', '161913.563000', '161913.566000', '161913.569000', '161913.571000', '161913.574000', '161913.577000', '161913.579000', '161913.582000', '161913.584000', '161913.587000', '161913.590000', '161913.592000', '161913.595000', '161913.597000', '161913.600000', '161913.603000', '161913.605000', '161913.608000', '161913.610000', '161913.613000', '161913.616000', '161913.618000', '161913.621000', '161913.623000', '161913.626000', '161913.628000', '161913.631000', '161913.634000', '161913.636000', '161913.639000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.652000', '161913.654000', '161913.657000', '161913.659000', '161913.662000', '161913.665000', '161913.667000', '161913.670000', '161933.559000', '161933.562000', '161933.565000', '161933.568000', '161933.570000', '161933.573000', '161933.575000', '161933.578000', '161933.581000', '161933.583000', '161933.586000', '161933.588000', '161933.591000', '161933.594000', '161933.596000', '161933.599000', '161933.601000', '161933.604000', '161933.607000', '161933.609000', '161933.612000', '161933.614000', '161933.617000', '161933.619000', '161933.622000', '161933.624000', '161933.627000', '161933.630000', '161933.632000', '161933.635000', '161933.637000', '161933.640000', '161933.643000', '161933.645000', '161933.676000', '161933.678000', '161933.681000', '161933.684000', '161933.686000', '161933.689000', '161933.691000', '161933.694000', '161933.696000', '161933.699000', '161953.560000', '161953.562000', '161953.565000', '161953.567000', '161953.570000', '161953.573000', '161953.575000', '161953.578000', '161953.581000', '161953.583000', '161953.586000', '161953.588000', '161953.591000', '161953.593000', '161953.596000', '161953.599000', '161953.601000', '161953.604000', '161953.606000', '161953.609000', '161953.612000', '161953.614000', '161953.617000', '161953.619000', '161953.622000', '161953.625000', '161953.627000', '161953.630000', '161953.632000', '161953.635000', '161953.638000', '161953.640000', '161953.643000', '161953.645000', '161953.648000', '161953.651000', '161953.653000', '161953.656000', '161953.658000', '161953.661000', '161953.663000', '161953.666000', '161953.668000', '161953.671000', '162013.560000', '162013.563000', '162013.566000', '162013.569000', '162013.571000', '162013.574000', '162013.576000', '162013.579000', '162013.581000', '162013.584000', '162013.586000', '162013.589000', '162013.592000', '162013.594000', '162013.597000', '162013.599000', '162013.602000', '162013.605000', '162013.607000', '162013.610000', '162013.612000', '162013.615000', '162013.617000', '162013.620000', '162013.623000', '162013.625000', '162013.628000', '162013.630000', '162013.633000', '162013.635000', '162013.638000', '162013.640000', '162013.643000', '162013.646000', '162013.648000', '162013.651000', '162013.653000', '162013.656000', '162013.659000', '162013.661000', '162013.664000', '162013.666000', '162013.669000', '162033.561000', '162033.564000', '162033.566000', '162033.569000', '162033.571000', '162033.574000', '162033.577000', '162033.579000', '162033.582000', '162033.584000', '162033.587000', '162033.589000', '162033.592000', '162033.594000', '162033.597000', '162033.600000', '162033.617000', '162033.620000', '162033.623000', '162033.625000', '162033.628000', '162033.630000', '162033.633000', '162033.636000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.648000', '162033.651000', '162033.654000', '162033.656000', '162033.659000', '162033.662000', '162033.664000', '162033.667000', '162033.669000', '162033.672000', '162033.674000', '162033.677000', '162033.679000', '162033.682000', '162033.685000', '162033.687000', '162053.560000', '162053.563000', '162053.566000', '162053.569000', '162053.571000', '162053.574000', '162053.576000', '162053.579000', '162053.581000', '162053.584000', '162053.587000', '162053.589000', '162053.592000', '162053.594000', '162053.597000', '162053.600000', '162053.602000', '162053.605000', '162053.608000', '162053.610000', '162053.613000', '162053.615000', '162053.618000', '162053.620000', '162053.623000', '162053.626000', '162053.628000', '162053.631000', '162053.633000', '162053.636000', '162053.639000', '162053.641000', '162053.644000', '162053.646000', '162053.649000', '162053.652000', '162053.654000', '162053.657000', '162053.659000', '162053.662000', '162053.665000', '162053.667000', '162053.670000', '162113.561000', '162113.563000', '162113.566000', '162113.569000', '162113.571000', '162113.574000', '162113.576000', '162113.579000', '162113.581000', '162113.584000', '162113.587000', '162113.589000', '162113.592000', '162113.594000', '162113.597000', '162113.616000', '162113.619000', '162113.621000', '162113.624000', '162113.626000', '162113.629000', '162113.632000', '162113.634000', '162113.637000', '162113.639000', '162113.642000', '162113.644000', '162113.647000', '162113.650000', '162113.652000', '162113.655000', '162113.657000', '162113.660000', '162113.663000', '162113.665000', '162113.668000', '162113.670000', '162113.673000', '162113.676000', '162113.678000', '162113.681000', '162113.683000', '162113.686000', '162113.689000', '162133.561000', '162133.563000', '162133.566000', '162133.569000', '162133.571000', '162133.574000', '162133.576000', '162133.579000', '162133.582000', '162133.584000', '162133.587000', '162133.589000', '162133.592000', '162133.594000', '162133.597000', '162133.600000', '162133.602000', '162133.605000', '162133.608000', '162133.610000', '162133.613000', '162133.615000', '162133.618000', '162133.620000', '162133.623000', '162133.626000', '162133.628000', '162133.631000', '162133.633000', '162133.636000', '162133.639000', '162133.641000', '162133.644000', '162133.646000', '162133.649000', '162133.652000', '162133.654000', '162133.657000', '162133.659000', '162133.662000', '162133.664000', '162133.667000', '162133.670000', '162153.559000', '162153.562000', '162153.565000', '162153.568000', '162153.570000', '162153.573000', '162153.575000', '162153.578000', '162153.580000', '162153.583000', '162153.585000', '162153.588000', '162153.591000', '162153.593000', '162153.596000', '162153.599000', '162153.601000', '162153.604000', '162153.607000', '162153.609000', '162153.612000', '162153.614000', '162153.617000', '162153.619000', '162153.622000', '162153.624000', '162153.627000', '162153.630000', '162153.632000', '162153.635000', '162153.637000', '162153.640000', '162153.643000', '162153.645000', '162153.648000', '162153.650000', '162153.653000', '162153.656000', '162153.658000', '162153.661000', '162153.663000', '162153.666000', '162153.668000', '162153.671000', '162213.560000', '162213.563000', '162213.565000', '162213.568000', '162213.570000', '162213.573000', '162213.576000', '162213.578000', '162213.581000', '162213.583000', '162213.586000', '162213.588000', '162213.591000', '162213.594000', '162213.596000', '162213.599000', '162213.602000', '162213.604000', '162213.607000', '162213.609000', '162213.612000', '162213.615000', '162213.617000', '162213.620000', '162213.622000', '162213.625000', '162213.628000', '162213.630000', '162213.633000', '162213.635000', '162213.638000', '162213.641000', '162213.643000', '162213.646000', '162213.648000', '162213.651000', '162213.654000', '162213.656000', '162213.659000', '162213.661000', '162213.664000', '162213.667000', '162213.669000', '162233.561000', '162233.564000', '162233.566000', '162233.569000', '162233.572000', '162233.574000', '162233.577000', '162233.580000', '162233.582000', '162233.585000', '162233.587000', '162233.590000', '162233.593000', '162233.595000', '162233.598000', '162233.601000', '162233.603000', '162233.606000', '162233.608000', '162233.611000', '162233.614000', '162233.616000', '162233.619000', '162233.621000', '162233.624000', '162233.627000', '162233.629000', '162233.632000', '162233.634000', '162233.637000', '162233.640000', '162233.642000', '162233.645000', '162233.647000', '162233.658000', '162233.660000', '162233.663000', '162233.666000', '162233.668000', '162233.671000', '162233.683000', '162233.686000', '162233.688000', '162233.691000', '162253.561000', '162253.563000', '162253.566000', '162253.569000', '162253.571000', '162253.574000', '162253.576000', '162253.579000', '162253.581000', '162253.584000', '162253.587000', '162253.589000', '162253.592000', '162253.594000', '162253.597000', '162253.600000', '162253.602000', '162253.605000', '162253.608000', '162253.610000', '162253.613000', '162253.615000', '162253.618000', '162253.620000', '162253.623000', '162253.626000', '162253.628000', '162253.631000', '162253.633000', '162253.636000', '162253.638000', '162253.641000', '162253.644000', '162253.646000', '162253.649000', '162253.651000', '162253.654000', '162253.656000', '162253.659000', '162253.662000', '162253.664000', '162253.667000', '162253.669000', '162313.561000', '162313.563000', '162313.566000', '162313.569000', '162313.571000', '162313.574000', '162313.576000', '162313.579000', '162313.581000', '162313.585000', '162313.588000', '162313.590000', '162313.593000', '162313.595000', '162313.600000', '162313.602000', '162313.605000', '162313.608000', '162313.610000', '162313.613000', '162313.615000', '162313.618000', '162313.621000', '162313.623000', '162313.626000', '162313.629000', '162313.631000', '162313.634000', '162313.636000', '162313.640000', '162313.642000', '162313.645000', '162313.647000', '162313.650000', '162313.653000', '162313.655000', '162313.658000', '162313.660000', '162313.663000', '162313.666000', '162313.668000', '162313.671000', '162313.673000', '162333.561000', '162333.563000', '162333.566000', '162333.569000', '162333.571000', '162333.574000', '162333.576000', '162333.579000', '162333.581000', '162333.584000', '162333.587000', '162333.589000', '162333.592000', '162333.594000', '162333.597000', '162333.600000', '162333.602000', '162333.605000', '162333.607000', '162333.610000', '162333.612000', '162333.615000', '162333.618000', '162333.620000', '162333.623000', '162333.626000', '162333.628000', '162333.631000', '162333.633000', '162333.636000', '162333.639000', '162333.641000', '162333.644000', '162333.647000', '162333.649000', '162333.652000', '162333.654000', '162333.657000', '162333.659000', '162333.662000', '162333.665000', '162333.667000', '162333.670000', '162333.672000', '162346.644000', '162346.647000', '162346.649000', '162346.652000', '162346.655000', '162346.658000', '162346.660000', '162346.663000', '162346.666000', '162346.669000', '162346.671000', '162346.675000', '162346.678000', '162346.680000', '162346.683000', '162346.686000', '162346.689000', '162346.692000', '162346.695000', '162346.698000', '162346.700000', '162346.704000', '162346.706000', '162346.709000', '162346.712000', '162346.715000', '162346.717000', '162346.720000', '162346.723000'], 'InstanceCreationTime': ['161733.587000', '161733.590000', '161733.593000', '161733.596000', '161733.598000', '161733.601000', '161733.603000', '161733.606000', '161733.608000', '161733.611000', '161733.613000', '161733.616000', '161733.619000', '161733.621000', '161733.624000', '161733.626000', '161733.629000', '161733.631000', '161733.634000', '161733.637000', '161733.639000', '161733.642000', '161733.650000', '161733.653000', '161733.655000', '161733.658000', '161733.660000', '161733.663000', '161733.666000', '161733.668000', '161733.671000', '161733.673000', '161733.676000', '161733.678000', '161733.681000', '161733.683000', '161733.686000', '161733.688000', '161733.691000', '161733.694000', '161733.696000', '161733.699000', '161733.701000', '161733.704000', '161733.706000', '161733.709000', '161733.712000', '161733.714000', '161733.717000', '161733.721000', '161733.724000', '161733.727000', '161733.729000', '161733.732000', '161733.734000', '161733.737000', '161733.740000', '161733.742000', '161733.745000', '161733.747000', '161733.750000', '161753.560000', '161753.563000', '161753.566000', '161753.568000', '161753.571000', '161753.573000', '161753.576000', '161753.578000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.591000', '161753.594000', '161753.596000', '161753.599000', '161753.601000', '161753.604000', '161753.607000', '161753.609000', '161753.612000', '161753.614000', '161753.617000', '161753.619000', '161753.622000', '161753.625000', '161753.627000', '161753.630000', '161753.632000', '161753.635000', '161753.637000', '161753.640000', '161753.642000', '161753.645000', '161753.647000', '161753.650000', '161753.652000', '161753.667000', '161753.670000', '161753.672000', '161753.675000', '161753.677000', '161753.680000', '161813.560000', '161813.563000', '161813.566000', '161813.568000', '161813.571000', '161813.574000', '161813.576000', '161813.579000', '161813.581000', '161813.584000', '161813.586000', '161813.589000', '161813.592000', '161813.594000', '161813.597000', '161813.600000', '161813.602000', '161813.605000', '161813.607000', '161813.610000', '161813.612000', '161813.615000', '161813.619000', '161813.622000', '161813.624000', '161813.627000', '161813.630000', '161813.632000', '161813.635000', '161813.637000', '161813.640000', '161813.642000', '161813.645000', '161813.647000', '161813.650000', '161813.652000', '161813.655000', '161813.658000', '161813.660000', '161813.663000', '161813.666000', '161813.669000', '161813.671000', '161833.560000', '161833.563000', '161833.566000', '161833.568000', '161833.571000', '161833.573000', '161833.576000', '161833.579000', '161833.581000', '161833.584000', '161833.586000', '161833.589000', '161833.592000', '161833.594000', '161833.597000', '161833.599000', '161833.602000', '161833.605000', '161833.607000', '161833.610000', '161833.613000', '161833.615000', '161833.618000', '161833.620000', '161833.623000', '161833.625000', '161833.628000', '161833.631000', '161833.633000', '161833.636000', '161833.638000', '161833.641000', '161833.644000', '161833.646000', '161833.649000', '161833.651000', '161833.654000', '161833.656000', '161833.659000', '161833.661000', '161833.664000', '161833.667000', '161833.669000', '161833.672000', '161853.560000', '161853.563000', '161853.566000', '161853.568000', '161853.571000', '161853.573000', '161853.576000', '161853.579000', '161853.581000', '161853.584000', '161853.586000', '161853.589000', '161853.591000', '161853.594000', '161853.597000', '161853.599000', '161853.602000', '161853.604000', '161853.607000', '161853.610000', '161853.612000', '161853.615000', '161853.618000', '161853.620000', '161853.623000', '161853.626000', '161853.628000', '161853.631000', '161853.633000', '161853.636000', '161853.638000', '161853.641000', '161853.643000', '161853.646000', '161853.648000', '161853.651000', '161853.654000', '161853.656000', '161853.659000', '161853.662000', '161853.664000', '161853.667000', '161853.669000', '161913.560000', '161913.563000', '161913.566000', '161913.569000', '161913.571000', '161913.574000', '161913.577000', '161913.579000', '161913.582000', '161913.584000', '161913.587000', '161913.590000', '161913.592000', '161913.595000', '161913.597000', '161913.600000', '161913.603000', '161913.605000', '161913.608000', '161913.610000', '161913.613000', '161913.616000', '161913.618000', '161913.621000', '161913.623000', '161913.626000', '161913.628000', '161913.631000', '161913.634000', '161913.636000', '161913.639000', '161913.641000', '161913.644000', '161913.646000', '161913.649000', '161913.652000', '161913.654000', '161913.657000', '161913.659000', '161913.662000', '161913.665000', '161913.667000', '161913.670000', '161933.559000', '161933.562000', '161933.565000', '161933.568000', '161933.570000', '161933.573000', '161933.575000', '161933.578000', '161933.581000', '161933.583000', '161933.586000', '161933.588000', '161933.591000', '161933.594000', '161933.596000', '161933.599000', '161933.601000', '161933.604000', '161933.607000', '161933.609000', '161933.612000', '161933.614000', '161933.617000', '161933.619000', '161933.622000', '161933.624000', '161933.627000', '161933.630000', '161933.632000', '161933.635000', '161933.637000', '161933.640000', '161933.643000', '161933.645000', '161933.676000', '161933.678000', '161933.681000', '161933.684000', '161933.686000', '161933.689000', '161933.691000', '161933.694000', '161933.696000', '161933.699000', '161953.560000', '161953.562000', '161953.565000', '161953.567000', '161953.570000', '161953.573000', '161953.575000', '161953.578000', '161953.581000', '161953.583000', '161953.586000', '161953.588000', '161953.591000', '161953.593000', '161953.596000', '161953.599000', '161953.601000', '161953.604000', '161953.606000', '161953.609000', '161953.612000', '161953.614000', '161953.617000', '161953.619000', '161953.622000', '161953.625000', '161953.627000', '161953.630000', '161953.632000', '161953.635000', '161953.638000', '161953.640000', '161953.643000', '161953.645000', '161953.648000', '161953.651000', '161953.653000', '161953.656000', '161953.658000', '161953.661000', '161953.663000', '161953.666000', '161953.668000', '161953.671000', '162013.560000', '162013.563000', '162013.566000', '162013.569000', '162013.571000', '162013.574000', '162013.576000', '162013.579000', '162013.581000', '162013.584000', '162013.586000', '162013.589000', '162013.592000', '162013.594000', '162013.597000', '162013.599000', '162013.602000', '162013.605000', '162013.607000', '162013.610000', '162013.612000', '162013.615000', '162013.617000', '162013.620000', '162013.623000', '162013.625000', '162013.628000', '162013.630000', '162013.633000', '162013.635000', '162013.638000', '162013.640000', '162013.643000', '162013.646000', '162013.648000', '162013.651000', '162013.653000', '162013.656000', '162013.659000', '162013.661000', '162013.664000', '162013.666000', '162013.669000', '162033.561000', '162033.564000', '162033.566000', '162033.569000', '162033.571000', '162033.574000', '162033.577000', '162033.579000', '162033.582000', '162033.584000', '162033.587000', '162033.589000', '162033.592000', '162033.594000', '162033.597000', '162033.600000', '162033.617000', '162033.620000', '162033.623000', '162033.625000', '162033.628000', '162033.630000', '162033.633000', '162033.636000', '162033.638000', '162033.641000', '162033.643000', '162033.646000', '162033.648000', '162033.651000', '162033.654000', '162033.656000', '162033.659000', '162033.662000', '162033.664000', '162033.667000', '162033.669000', '162033.672000', '162033.674000', '162033.677000', '162033.679000', '162033.682000', '162033.685000', '162033.687000', '162053.560000', '162053.563000', '162053.566000', '162053.569000', '162053.571000', '162053.574000', '162053.576000', '162053.579000', '162053.581000', '162053.584000', '162053.587000', '162053.589000', '162053.592000', '162053.594000', '162053.597000', '162053.600000', '162053.602000', '162053.605000', '162053.608000', '162053.610000', '162053.613000', '162053.615000', '162053.618000', '162053.620000', '162053.623000', '162053.626000', '162053.628000', '162053.631000', '162053.633000', '162053.636000', '162053.639000', '162053.641000', '162053.644000', '162053.646000', '162053.649000', '162053.652000', '162053.654000', '162053.657000', '162053.659000', '162053.662000', '162053.665000', '162053.667000', '162053.670000', '162113.561000', '162113.563000', '162113.566000', '162113.569000', '162113.571000', '162113.574000', '162113.576000', '162113.579000', '162113.581000', '162113.584000', '162113.587000', '162113.589000', '162113.592000', '162113.594000', '162113.597000', '162113.616000', '162113.619000', '162113.621000', '162113.624000', '162113.626000', '162113.629000', '162113.632000', '162113.634000', '162113.637000', '162113.639000', '162113.642000', '162113.644000', '162113.647000', '162113.650000', '162113.652000', '162113.655000', '162113.657000', '162113.660000', '162113.663000', '162113.665000', '162113.668000', '162113.670000', '162113.673000', '162113.676000', '162113.678000', '162113.681000', '162113.683000', '162113.686000', '162113.689000', '162133.561000', '162133.563000', '162133.566000', '162133.569000', '162133.571000', '162133.574000', '162133.576000', '162133.579000', '162133.582000', '162133.584000', '162133.587000', '162133.589000', '162133.592000', '162133.594000', '162133.597000', '162133.600000', '162133.602000', '162133.605000', '162133.608000', '162133.610000', '162133.613000', '162133.615000', '162133.618000', '162133.620000', '162133.623000', '162133.626000', '162133.628000', '162133.631000', '162133.633000', '162133.636000', '162133.639000', '162133.641000', '162133.644000', '162133.646000', '162133.649000', '162133.652000', '162133.654000', '162133.657000', '162133.659000', '162133.662000', '162133.664000', '162133.667000', '162133.670000', '162153.559000', '162153.562000', '162153.565000', '162153.568000', '162153.570000', '162153.573000', '162153.575000', '162153.578000', '162153.580000', '162153.583000', '162153.585000', '162153.588000', '162153.591000', '162153.593000', '162153.596000', '162153.599000', '162153.601000', '162153.604000', '162153.607000', '162153.609000', '162153.612000', '162153.614000', '162153.617000', '162153.619000', '162153.622000', '162153.624000', '162153.627000', '162153.630000', '162153.632000', '162153.635000', '162153.637000', '162153.640000', '162153.643000', '162153.645000', '162153.648000', '162153.650000', '162153.653000', '162153.656000', '162153.658000', '162153.661000', '162153.663000', '162153.666000', '162153.668000', '162153.671000', '162213.560000', '162213.563000', '162213.565000', '162213.568000', '162213.570000', '162213.573000', '162213.576000', '162213.578000', '162213.581000', '162213.583000', '162213.586000', '162213.588000', '162213.591000', '162213.594000', '162213.596000', '162213.599000', '162213.602000', '162213.604000', '162213.607000', '162213.609000', '162213.612000', '162213.615000', '162213.617000', '162213.620000', '162213.622000', '162213.625000', '162213.628000', '162213.630000', '162213.633000', '162213.635000', '162213.638000', '162213.641000', '162213.643000', '162213.646000', '162213.648000', '162213.651000', '162213.654000', '162213.656000', '162213.659000', '162213.661000', '162213.664000', '162213.667000', '162213.669000', '162233.561000', '162233.564000', '162233.566000', '162233.569000', '162233.572000', '162233.574000', '162233.577000', '162233.580000', '162233.582000', '162233.585000', '162233.587000', '162233.590000', '162233.593000', '162233.595000', '162233.598000', '162233.601000', '162233.603000', '162233.606000', '162233.608000', '162233.611000', '162233.614000', '162233.616000', '162233.619000', '162233.621000', '162233.624000', '162233.627000', '162233.629000', '162233.632000', '162233.634000', '162233.637000', '162233.640000', '162233.642000', '162233.645000', '162233.647000', '162233.658000', '162233.660000', '162233.663000', '162233.666000', '162233.668000', '162233.671000', '162233.683000', '162233.686000', '162233.688000', '162233.691000', '162253.561000', '162253.563000', '162253.566000', '162253.569000', '162253.571000', '162253.574000', '162253.576000', '162253.579000', '162253.581000', '162253.584000', '162253.587000', '162253.589000', '162253.592000', '162253.594000', '162253.597000', '162253.600000', '162253.602000', '162253.605000', '162253.608000', '162253.610000', '162253.613000', '162253.615000', '162253.618000', '162253.620000', '162253.623000', '162253.626000', '162253.628000', '162253.631000', '162253.633000', '162253.636000', '162253.638000', '162253.641000', '162253.644000', '162253.646000', '162253.649000', '162253.651000', '162253.654000', '162253.656000', '162253.659000', '162253.662000', '162253.664000', '162253.667000', '162253.669000', '162313.561000', '162313.563000', '162313.566000', '162313.569000', '162313.571000', '162313.574000', '162313.576000', '162313.579000', '162313.581000', '162313.585000', '162313.588000', '162313.590000', '162313.593000', '162313.595000', '162313.600000', '162313.602000', '162313.605000', '162313.608000', '162313.610000', '162313.613000', '162313.615000', '162313.618000', '162313.621000', '162313.623000', '162313.626000', '162313.629000', '162313.631000', '162313.634000', '162313.636000', '162313.640000', '162313.642000', '162313.645000', '162313.647000', '162313.650000', '162313.653000', '162313.655000', '162313.658000', '162313.660000', '162313.663000', '162313.666000', '162313.668000', '162313.671000', '162313.673000', '162333.561000', '162333.563000', '162333.566000', '162333.569000', '162333.571000', '162333.574000', '162333.576000', '162333.579000', '162333.581000', '162333.584000', '162333.587000', '162333.589000', '162333.592000', '162333.594000', '162333.597000', '162333.600000', '162333.602000', '162333.605000', '162333.607000', '162333.610000', '162333.612000', '162333.615000', '162333.618000', '162333.620000', '162333.623000', '162333.626000', '162333.628000', '162333.631000', '162333.633000', '162333.636000', '162333.639000', '162333.641000', '162333.644000', '162333.647000', '162333.649000', '162333.652000', '162333.654000', '162333.657000', '162333.659000', '162333.662000', '162333.665000', '162333.667000', '162333.670000', '162333.672000', '162346.644000', '162346.647000', '162346.649000', '162346.652000', '162346.655000', '162346.658000', '162346.660000', '162346.663000', '162346.666000', '162346.669000', '162346.671000', '162346.675000', '162346.678000', '162346.680000', '162346.683000', '162346.686000', '162346.689000', '162346.692000', '162346.695000', '162346.698000', '162346.700000', '162346.704000', '162346.706000', '162346.709000', '162346.712000', '162346.715000', '162346.717000', '162346.720000', '162346.723000'], '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': [10027, 13995, 9533, 7714, 10641, 8861, 10873, 9695, 8085, 10736, 8566, 9075, 9569, 7793, 10723, 8920, 11421, 9885, 7445, 10189, 8670, 8162, 9977, 8779, 10769, 9365, 7474, 10520, 8667, 9803, 10055, 8003, 10839, 8999, 9599, 9764, 8066, 10617, 9141, 12447, 9528, 8004, 10165, 8751, 11600, 9712, 7670, 10513, 8575, 8293, 10691, 9319, 8554, 9227, 9853, 9337, 7829, 10443, 9196, 10122, 10214, 13282, 9602, 9468, 8920, 8073, 9572, 8406, 9857, 8211, 10517, 9820, 8791, 9489, 8689, 10364, 9418, 11784, 9361, 12882, 9361, 12554, 9486, 11244, 9361, 9746, 11861, 9335, 8943, 10336, 8909, 10839, 9542, 8110, 10116, 8494, 9972, 9242, 8152, 9241, 8390, 11401, 8908, 7792, 9172, 8136, 10504, 8254, 9655, 8866, 8814, 10042, 9292, 11723, 8983, 8335, 8277, 11238, 9545, 9112, 9505, 9569, 7970, 9700, 9486, 7937, 10314, 8222, 10494, 8936, 13606, 10812, 9237, 9289, 7861, 12356, 9128, 9286, 9936, 8158, 10682, 9669, 9757, 9671, 8083, 8627, 8787, 7934, 9903, 9144, 8162, 10163, 8672, 12117, 9216, 8001, 10160, 8255, 8459, 8827, 7409, 10028, 8399, 10452, 8882, 8709, 9540, 8500, 10357, 8653, 8546, 9273, 7755, 10237, 8657, 10931, 9385, 7530, 9984, 8434, 10393, 9047, 10198, 9800, 8300, 10493, 8341, 7081, 10085, 8219, 8565, 9476, 10223, 8962, 8398, 9836, 8355, 8542, 10366, 9279, 12309, 10453, 8577, 11055, 8758, 11146, 8694, 10696, 8014, 10490, 8410, 8386, 9637, 8360, 10311, 8954, 9422, 8746, 7736, 9948, 8287, 10598, 8897, 9336, 8527, 7851, 9845, 8610, 7726, 10056, 8652, 11587, 9085, 10587, 9547, 7933, 11074, 8322, 7861, 9919, 8356, 9052, 8895, 8116, 9918, 8762, 7932, 10332, 8609, 7716, 10001, 8348, 7438, 9278, 8197, 8614, 9103, 7614, 10126, 8141, 10941, 8907, 9526, 8721, 7887, 10269, 8078, 11247, 8311, 8604, 9035, 7705, 9538, 8236, 10352, 7954, 9430, 8283, 7492, 9898, 7806, 9990, 8809, 7506, 9226, 7900, 10738, 8113, 8014, 9491, 8260, 8434, 11580, 8775, 11465, 10690, 13882, 10654, 9301, 10242, 8698, 8226, 10307, 8782, 7938, 10525, 9054, 8211, 7679, 11289, 8642, 7850, 7317, 8485, 7861, 7963, 8614, 8331, 7978, 10314, 7885, 10601, 8391, 10486, 10766, 8746, 11608, 8291, 12011, 8748, 12376, 8482, 9945, 8628, 9617, 8860, 11496, 9579, 11787, 11726, 11256, 11162, 8562, 9745, 8530, 9912, 8618, 9483, 8843, 9937, 8499, 9284, 8329, 9211, 8144, 9333, 8706, 9700, 8503, 10002, 8702, 8946, 8438, 10057, 8391, 10190, 8606, 10651, 8831, 9203, 8768, 7476, 9305, 8291, 9891, 8511, 9020, 8823, 8048, 9541, 8064, 10299, 8427, 10912, 8485, 9092, 8975, 7616, 9419, 8121, 9998, 8169, 10307, 8849, 8406, 9458, 8519, 10328, 8279, 7736, 8926, 7991, 10109, 8365, 9325, 9380, 8780, 11880, 9993, 8088, 7762, 9292, 8116, 9101, 9373, 7598, 8769, 8604, 9997, 8955, 9214, 9189, 8248, 10662, 8559, 10917, 9527, 9761, 11300, 8498, 11990, 8361, 10848, 8853, 8404, 9706, 9073, 10244, 8784, 10512, 8682, 8850, 8706, 7701, 9107, 8333, 9557, 8800, 10141, 8565, 7328, 9106, 8067, 10225, 8632, 8856, 9218, 7900, 9480, 8686, 10326, 8465, 10542, 9335, 12873, 9727, 8275, 9222, 8532, 10033, 8497, 10383, 8949, 11166, 9165, 9225, 8861, 8086, 9531, 8415, 9822, 8519, 10032, 8507, 10242, 8657, 7709, 8898, 8668, 10082, 8869, 7763, 7647, 9175, 8064, 7832, 9545, 10098, 8804, 10738, 8042, 7273, 8462, 8046, 9510, 8700, 10442, 8150, 10273, 11650, 12249, 11989, 10877, 12749, 11010, 10453, 10166, 9224, 12224, 8958, 11422, 9120, 9202, 9069, 8283, 9217, 9524, 8759, 8767, 8794, 9313, 8999, 8931, 8894, 8638, 9222, 9306, 9806, 8990, 10666, 9117, 9283, 8967, 10005, 9054, 10678, 9148, 10358, 9105, 9285, 9337, 8958, 9790, 9287, 9960, 9060, 9869, 8994, 10609, 8755, 10348, 8908, 10928, 9145, 10264, 9707, 9196, 12248, 9529, 8852, 7707, 8865, 8561, 9987, 8558, 8093, 10098, 8636, 10688, 8647, 8130, 9259, 8135, 9269, 9952, 10823, 11584, 10394, 11807, 8950, 8608, 11490, 9099, 10479, 9608, 8343, 9834, 8724, 10950, 8659, 8582, 8625, 8231, 9706, 8333, 10128, 8514, 7249, 9048, 8239, 9799, 8350, 9793, 8818, 7324, 9014, 7727, 9725, 8521, 10030, 8750, 10054, 8730, 7221, 9496, 8156, 10223, 8413, 10286, 8938, 10083, 8491, 8130, 8693, 7671, 9080, 7878, 9549, 8077, 11572, 8249, 7188, 9054, 7748, 8019, 10184, 9583, 9066, 11730, 7974, 8808, 7628, 9486, 11241, 9209, 11909, 7922, 8982, 9050, 8617, 7515, 9897, 8681, 10864, 9740, 9975, 15299, 10886, 14001, 11368, 12253, 9206, 11987, 8910, 11708, 8887, 8602, 9002, 8877, 9119, 9136, 9491, 9308, 9565, 8561, 8289, 9096, 8990, 9492, 8797, 8493, 8653, 7889, 8901, 8121, 9366, 8668, 9709, 8828, 10020, 8966, 9104, 9283, 8263, 9695, 8947, 10226, 8836, 8601, 8941, 8044, 9263, 8645, 10306, 8637, 9845, 8942, 8428, 10435, 8537, 8432, 9557, 8492, 8548, 8787, 8397, 8239, 9940, 9180, 8146, 9260, 8726, 10567, 9129, 8913, 11316, 10798, 8342, 10257, 8561, 11978, 9281, 12410, 10553, 10766, 9317, 8903, 12705, 8601, 8833, 8506, 8334, 9498, 8446, 10143, 8682, 8238, 8430, 8574, 9178, 8896, 9793, 8253, 7596, 9025, 8381, 9632, 8734, 9048, 8972, 8262, 9755, 8534, 8801, 9111, 7916, 9473, 8522, 10234, 8815, 10713, 8918, 8444, 9950, 8127, 7819, 9738, 7996, 8300, 9629, 8642, 7746, 8392, 11124, 8597, 9248, 8066, 9223, 8955, 10100, 8811, 11279, 9403, 11187, 9841, 8952, 8909, 9154, 12476, 9738, 11154, 10235, 9297, 11742, 8998, 12564, 9315, 9677, 8631, 8741, 8436, 9157, 9463, 9078, 9400, 8203, 8444, 8378, 8594, 9695, 9178, 9637, 9010, 10475, 9268, 9394, 8157, 8238, 8382, 8574, 9045, 8616, 9420, 8592, 9281, 8826, 9564, 8728, 7739, 7644, 8518, 7703, 7951, 9531, 7619, 7771, 9617, 8612, 10306, 8675, 9704, 11507, 10105, 13265, 10393, 9870, 11904, 8644, 12868, 10642, 7679, 9125], 'WindowCenter': [4384.0, 4386.0, 4354.0, 4321.0, 4350.0, 4341.0, 4362.0, 4351.0, 4330.0, 4351.0, 4330.0, 4329.0, 4339.0, 4319.0, 4362.0, 4341.0, 4360.0, 4352.0, 4318.0, 4338.0, 4340.0, 4331.0, 4351.0, 4341.0, 4351.0, 4340.0, 4320.0, 4351.0, 4343.0, 4352.0, 4352.0, 4331.0, 4348.0, 4340.0, 4338.0, 4340.0, 4329.0, 4348.0, 4339.0, 4348.0, 4337.0, 4316.0, 4336.0, 4316.0, 4348.0, 4341.0, 4322.0, 4340.0, 4319.0, 4332.0, 4362.0, 4340.0, 4329.0, 4325.0, 4324.0, 4311.0, 4292.0, 4323.0, 4326.0, 4335.0, 4336.0, 4358.0, 4327.0, 4326.0, 4312.0, 4289.0, 4311.0, 4287.0, 4308.0, 4290.0, 4308.0, 4312.0, 4303.0, 4311.0, 4300.0, 4324.0, 4311.0, 4321.0, 4299.0, 4306.0, 4284.0, 4292.0, 4271.0, 4279.0, 4270.0, 4281.0, 4302.0, 4283.0, 4284.0, 4293.0, 4282.0, 4289.0, 4279.0, 4260.0, 4291.0, 4283.0, 4292.0, 4284.0, 4274.0, 4294.0, 4299.0, 4317.0, 4299.0, 4288.0, 4298.0, 4288.0, 4319.0, 4301.0, 4310.0, 4312.0, 4314.0, 4328.0, 4314.0, 4321.0, 4301.0, 4315.0, 4319.0, 4348.0, 4340.0, 4343.0, 4354.0, 4354.0, 4343.0, 4352.0, 4352.0, 4340.0, 4351.0, 4329.0, 4350.0, 4340.0, 4368.0, 4348.0, 4325.0, 4325.0, 4314.0, 4344.0, 4338.0, 4337.0, 4323.0, 4290.0, 4334.0, 4325.0, 4324.0, 4323.0, 4303.0, 4312.0, 4300.0, 4304.0, 4323.0, 4324.0, 4314.0, 4323.0, 4313.0, 4344.0, 4313.0, 4302.0, 4322.0, 4301.0, 4300.0, 4312.0, 4303.0, 4335.0, 4316.0, 4347.0, 4341.0, 4341.0, 4350.0, 4329.0, 4348.0, 4329.0, 4328.0, 4339.0, 4319.0, 4352.0, 4342.0, 4361.0, 4340.0, 4320.0, 4350.0, 4329.0, 4349.0, 4343.0, 4352.0, 4342.0, 4331.0, 4340.0, 4321.0, 4311.0, 4341.0, 4333.0, 4346.0, 4356.0, 4367.0, 4344.0, 4342.0, 4364.0, 4356.0, 4355.0, 4362.0, 4350.0, 4359.0, 4348.0, 4339.0, 4358.0, 4328.0, 4346.0, 4327.0, 4345.0, 4317.0, 4336.0, 4328.0, 4327.0, 4337.0, 4329.0, 4348.0, 4339.0, 4337.0, 4327.0, 4316.0, 4336.0, 4317.0, 4349.0, 4340.0, 4326.0, 4314.0, 4316.0, 4336.0, 4327.0, 4317.0, 4337.0, 4328.0, 4361.0, 4329.0, 4336.0, 4324.0, 4303.0, 4333.0, 4317.0, 4316.0, 4324.0, 4316.0, 4317.0, 4318.0, 4318.0, 4328.0, 4318.0, 4307.0, 4328.0, 4316.0, 4306.0, 4326.0, 4315.0, 4305.0, 4337.0, 4328.0, 4325.0, 4324.0, 4305.0, 4335.0, 4316.0, 4336.0, 4326.0, 4325.0, 4329.0, 4330.0, 4350.0, 4317.0, 4345.0, 4316.0, 4325.0, 4338.0, 4329.0, 4339.0, 4328.0, 4348.0, 4328.0, 4335.0, 4327.0, 4318.0, 4348.0, 4343.0, 4351.0, 4342.0, 4332.0, 4353.0, 4343.0, 4363.0, 4342.0, 4344.0, 4354.0, 4343.0, 4342.0, 4362.0, 4355.0, 4374.0, 4364.0, 4361.0, 4339.0, 4326.0, 4327.0, 4318.0, 4318.0, 4329.0, 4318.0, 4307.0, 4339.0, 4317.0, 4305.0, 4295.0, 4336.0, 4328.0, 4327.0, 4330.0, 4341.0, 4330.0, 4329.0, 4329.0, 4330.0, 4329.0, 4346.0, 4330.0, 4362.0, 4329.0, 4348.0, 4333.0, 4316.0, 4334.0, 4314.0, 4346.0, 4315.0, 4343.0, 4312.0, 4310.0, 4299.0, 4310.0, 4310.0, 4320.0, 4308.0, 4330.0, 4330.0, 4318.0, 4321.0, 4287.0, 4295.0, 4284.0, 4294.0, 4284.0, 4295.0, 4297.0, 4293.0, 4284.0, 4282.0, 4273.0, 4282.0, 4273.0, 4294.0, 4296.0, 4295.0, 4297.0, 4306.0, 4297.0, 4297.0, 4299.0, 4308.0, 4300.0, 4308.0, 4300.0, 4319.0, 4312.0, 4311.0, 4310.0, 4290.0, 4321.0, 4312.0, 4322.0, 4325.0, 4337.0, 4338.0, 4317.0, 4340.0, 4317.0, 4334.0, 4327.0, 4344.0, 4327.0, 4326.0, 4338.0, 4316.0, 4337.0, 4316.0, 4335.0, 4326.0, 4346.0, 4339.0, 4328.0, 4337.0, 4327.0, 4336.0, 4326.0, 4316.0, 4326.0, 4316.0, 4338.0, 4318.0, 4329.0, 4342.0, 4344.0, 4374.0, 4352.0, 4328.0, 4331.0, 4338.0, 4328.0, 4327.0, 4339.0, 4317.0, 4326.0, 4327.0, 4350.0, 4339.0, 4338.0, 4337.0, 4313.0, 4333.0, 4313.0, 4332.0, 4323.0, 4322.0, 4333.0, 4314.0, 4334.0, 4302.0, 4320.0, 4310.0, 4299.0, 4310.0, 4313.0, 4320.0, 4312.0, 4320.0, 4298.0, 4299.0, 4299.0, 4288.0, 4310.0, 4301.0, 4324.0, 4312.0, 4321.0, 4313.0, 4302.0, 4323.0, 4315.0, 4336.0, 4339.0, 4339.0, 4339.0, 4328.0, 4339.0, 4326.0, 4337.0, 4327.0, 4348.0, 4339.0, 4357.0, 4337.0, 4314.0, 4324.0, 4313.0, 4321.0, 4312.0, 4334.0, 4325.0, 4331.0, 4324.0, 4322.0, 4311.0, 4300.0, 4322.0, 4312.0, 4322.0, 4312.0, 4323.0, 4313.0, 4322.0, 4310.0, 4315.0, 4337.0, 4327.0, 4347.0, 4328.0, 4321.0, 4332.0, 4353.0, 4330.0, 4331.0, 4352.0, 4350.0, 4353.0, 4362.0, 4330.0, 4308.0, 4318.0, 4316.0, 4340.0, 4327.0, 4336.0, 4305.0, 4311.0, 4334.0, 4332.0, 4320.0, 4307.0, 4319.0, 4294.0, 4292.0, 4281.0, 4270.0, 4289.0, 4269.0, 4277.0, 4268.0, 4267.0, 4267.0, 4257.0, 4268.0, 4292.0, 4282.0, 4283.0, 4283.0, 4294.0, 4293.0, 4298.0, 4309.0, 4312.0, 4311.0, 4308.0, 4310.0, 4311.0, 4319.0, 4312.0, 4309.0, 4310.0, 4309.0, 4311.0, 4319.0, 4311.0, 4322.0, 4312.0, 4310.0, 4307.0, 4299.0, 4308.0, 4309.0, 4309.0, 4312.0, 4321.0, 4313.0, 4322.0, 4313.0, 4323.0, 4325.0, 4333.0, 4312.0, 4322.0, 4314.0, 4327.0, 4347.0, 4337.0, 4335.0, 4314.0, 4325.0, 4325.0, 4337.0, 4325.0, 4314.0, 4363.0, 4339.0, 4347.0, 4330.0, 4314.0, 4324.0, 4314.0, 4311.0, 4323.0, 4334.0, 4332.0, 4322.0, 4329.0, 4297.0, 4298.0, 4318.0, 4310.0, 4319.0, 4309.0, 4287.0, 4306.0, 4297.0, 4306.0, 4297.0, 4297.0, 4296.0, 4300.0, 4320.0, 4301.0, 4321.0, 4311.0, 4291.0, 4311.0, 4314.0, 4336.0, 4328.0, 4336.0, 4326.0, 4306.0, 4327.0, 4316.0, 4336.0, 4328.0, 4338.0, 4329.0, 4349.0, 4328.0, 4305.0, 4337.0, 4317.0, 4347.0, 4330.0, 4348.0, 4339.0, 4334.0, 4327.0, 4314.0, 4324.0, 4304.0, 4326.0, 4316.0, 4336.0, 4315.0, 4335.0, 4316.0, 4297.0, 4352.0, 4343.0, 4345.0, 4364.0, 4355.0, 4354.0, 4360.0, 4329.0, 4339.0, 4316.0, 4338.0, 4361.0, 4326.0, 4345.0, 4305.0, 4325.0, 4314.0, 4313.0, 4289.0, 4320.0, 4312.0, 4332.0, 4322.0, 4310.0, 4340.0, 4308.0, 4316.0, 4303.0, 4289.0, 4270.0, 4288.0, 4267.0, 4285.0, 4268.0, 4257.0, 4267.0, 4267.0, 4265.0, 4279.0, 4289.0, 4282.0, 4280.0, 4268.0, 4270.0, 4281.0, 4283.0, 4293.0, 4297.0, 4294.0, 4298.0, 4296.0, 4309.0, 4300.0, 4308.0, 4311.0, 4308.0, 4309.0, 4319.0, 4324.0, 4325.0, 4324.0, 4313.0, 4320.0, 4313.0, 4322.0, 4322.0, 4310.0, 4324.0, 4301.0, 4324.0, 4325.0, 4334.0, 4326.0, 4335.0, 4324.0, 4314.0, 4335.0, 4326.0, 4341.0, 4350.0, 4327.0, 4326.0, 4326.0, 4328.0, 4342.0, 4364.0, 4339.0, 4329.0, 4323.0, 4328.0, 4337.0, 4325.0, 4325.0, 4333.0, 4331.0, 4301.0, 4322.0, 4301.0, 4320.0, 4300.0, 4318.0, 4309.0, 4305.0, 4298.0, 4297.0, 4328.0, 4284.0, 4284.0, 4284.0, 4283.0, 4307.0, 4284.0, 4306.0, 4296.0, 4297.0, 4299.0, 4312.0, 4309.0, 4307.0, 4309.0, 4298.0, 4298.0, 4310.0, 4313.0, 4323.0, 4326.0, 4326.0, 4326.0, 4326.0, 4325.0, 4323.0, 4325.0, 4325.0, 4315.0, 4336.0, 4323.0, 4347.0, 4326.0, 4336.0, 4326.0, 4318.0, 4339.0, 4320.0, 4320.0, 4341.0, 4330.0, 4344.0, 4355.0, 4342.0, 4334.0, 4342.0, 4361.0, 4340.0, 4337.0, 4329.0, 4352.0, 4337.0, 4335.0, 4327.0, 4333.0, 4321.0, 4333.0, 4323.0, 4312.0, 4309.0, 4309.0, 4331.0, 4308.0, 4319.0, 4307.0, 4297.0, 4314.0, 4297.0, 4313.0, 4285.0, 4282.0, 4269.0, 4271.0, 4273.0, 4281.0, 4290.0, 4284.0, 4291.0, 4286.0, 4297.0, 4298.0, 4294.0, 4306.0, 4305.0, 4306.0, 4298.0, 4314.0, 4309.0, 4309.0, 4300.0, 4299.0, 4299.0, 4297.0, 4310.0, 4308.0, 4310.0, 4312.0, 4336.0, 4338.0, 4337.0, 4326.0, 4318.0, 4320.0, 4330.0, 4320.0, 4345.0, 4342.0, 4332.0, 4333.0, 4352.0, 4357.0, 4365.0, 4346.0, 4351.0, 4351.0, 4339.0, 4345.0, 4323.0, 4323.0, 4319.0, 4299.0, 4330.0, 4321.0, 4287.0, 4298.0], 'WindowWidth': [9678.0, 9669.0, 9618.0, 9569.0, 9606.0, 9596.0, 9625.0, 9609.0, 9579.0, 9607.0, 9578.0, 9575.0, 9588.0, 9561.0, 9624.0, 9597.0, 9620.0, 9610.0, 9559.0, 9586.0, 9593.0, 9582.0, 9609.0, 9597.0, 9608.0, 9591.0, 9567.0, 9608.0, 9601.0, 9611.0, 9611.0, 9581.0, 9601.0, 9590.0, 9587.0, 9591.0, 9577.0, 9600.0, 9587.0, 9598.0, 9582.0, 9552.0, 9578.0, 9553.0, 9597.0, 9591.0, 9570.0, 9588.0, 9557.0, 9585.0, 9627.0, 9593.0, 9575.0, 9564.0, 9558.0, 9535.0, 9510.0, 9552.0, 9564.0, 9575.0, 9579.0, 9610.0, 9567.0, 9565.0, 9540.0, 9504.0, 9534.0, 9498.0, 9526.0, 9504.0, 9528.0, 9538.0, 9527.0, 9534.0, 9519.0, 9560.0, 9538.0, 9552.0, 9517.0, 9521.0, 9486.0, 9494.0, 9461.0, 9472.0, 9462.0, 9479.0, 9507.0, 9486.0, 9491.0, 9498.0, 9481.0, 9487.0, 9474.0, 9448.0, 9492.0, 9485.0, 9497.0, 9488.0, 9476.0, 9504.0, 9520.0, 9538.0, 9518.0, 9501.0, 9513.0, 9502.0, 9542.0, 9523.0, 9533.0, 9539.0, 9547.0, 9566.0, 9540.0, 9545.0, 9519.0, 9547.0, 9559.0, 9597.0, 9590.0, 9599.0, 9615.0, 9619.0, 9606.0, 9616.0, 9614.0, 9597.0, 9610.0, 9577.0, 9609.0, 9594.0, 9629.0, 9600.0, 9563.0, 9564.0, 9549.0, 9587.0, 9586.0, 9585.0, 9554.0, 9504.0, 9573.0, 9565.0, 9558.0, 9555.0, 9531.0, 9540.0, 9519.0, 9535.0, 9559.0, 9562.0, 9547.0, 9556.0, 9544.0, 9586.0, 9544.0, 9526.0, 9553.0, 9525.0, 9523.0, 9542.0, 9532.0, 9577.0, 9555.0, 9597.0, 9597.0, 9598.0, 9606.0, 9577.0, 9598.0, 9576.0, 9573.0, 9590.0, 9564.0, 9612.0, 9600.0, 9622.0, 9594.0, 9565.0, 9604.0, 9576.0, 9603.0, 9599.0, 9608.0, 9594.0, 9576.0, 9589.0, 9563.0, 9550.0, 9588.0, 9583.0, 9606.0, 9620.0, 9638.0, 9603.0, 9600.0, 9632.0, 9628.0, 9624.0, 9628.0, 9609.0, 9618.0, 9600.0, 9592.0, 9617.0, 9574.0, 9597.0, 9570.0, 9593.0, 9558.0, 9580.0, 9574.0, 9569.0, 9583.0, 9575.0, 9601.0, 9589.0, 9583.0, 9569.0, 9554.0, 9581.0, 9556.0, 9605.0, 9594.0, 9564.0, 9545.0, 9553.0, 9580.0, 9569.0, 9556.0, 9583.0, 9572.0, 9623.0, 9578.0, 9581.0, 9561.0, 9531.0, 9571.0, 9557.0, 9553.0, 9559.0, 9548.0, 9549.0, 9552.0, 9554.0, 9567.0, 9553.0, 9537.0, 9564.0, 9550.0, 9537.0, 9564.0, 9550.0, 9536.0, 9582.0, 9573.0, 9563.0, 9561.0, 9537.0, 9576.0, 9553.0, 9578.0, 9567.0, 9563.0, 9577.0, 9580.0, 9606.0, 9556.0, 9589.0, 9553.0, 9562.0, 9586.0, 9579.0, 9591.0, 9574.0, 9599.0, 9573.0, 9580.0, 9570.0, 9559.0, 9604.0, 9604.0, 9611.0, 9599.0, 9586.0, 9615.0, 9603.0, 9629.0, 9599.0, 9605.0, 9618.0, 9601.0, 9599.0, 9626.0, 9621.0, 9649.0, 9631.0, 9620.0, 9585.0, 9562.0, 9561.0, 9552.0, 9552.0, 9567.0, 9552.0, 9537.0, 9581.0, 9548.0, 9530.0, 9515.0, 9573.0, 9573.0, 9574.0, 9584.0, 9597.0, 9582.0, 9577.0, 9576.0, 9578.0, 9578.0, 9595.0, 9582.0, 9628.0, 9574.0, 9600.0, 9574.0, 9551.0, 9573.0, 9548.0, 9596.0, 9550.0, 9583.0, 9541.0, 9534.0, 9521.0, 9534.0, 9536.0, 9548.0, 9530.0, 9561.0, 9560.0, 9543.0, 9550.0, 9498.0, 9506.0, 9491.0, 9503.0, 9491.0, 9507.0, 9513.0, 9504.0, 9490.0, 9485.0, 9473.0, 9484.0, 9472.0, 9505.0, 9509.0, 9508.0, 9513.0, 9523.0, 9515.0, 9513.0, 9520.0, 9529.0, 9522.0, 9530.0, 9523.0, 9549.0, 9543.0, 9538.0, 9536.0, 9511.0, 9553.0, 9543.0, 9556.0, 9565.0, 9587.0, 9587.0, 9559.0, 9593.0, 9559.0, 9576.0, 9571.0, 9590.0, 9569.0, 9570.0, 9588.0, 9556.0, 9583.0, 9553.0, 9578.0, 9569.0, 9597.0, 9591.0, 9574.0, 9585.0, 9570.0, 9582.0, 9569.0, 9553.0, 9567.0, 9552.0, 9583.0, 9557.0, 9572.0, 9597.0, 9604.0, 9647.0, 9614.0, 9580.0, 9586.0, 9588.0, 9576.0, 9571.0, 9590.0, 9555.0, 9567.0, 9572.0, 9608.0, 9593.0, 9586.0, 9584.0, 9547.0, 9571.0, 9545.0, 9568.0, 9557.0, 9555.0, 9571.0, 9549.0, 9575.0, 9527.0, 9549.0, 9533.0, 9519.0, 9537.0, 9545.0, 9550.0, 9540.0, 9548.0, 9518.0, 9517.0, 9520.0, 9503.0, 9533.0, 9524.0, 9560.0, 9544.0, 9553.0, 9546.0, 9530.0, 9559.0, 9553.0, 9580.0, 9592.0, 9590.0, 9591.0, 9576.0, 9591.0, 9569.0, 9583.0, 9570.0, 9599.0, 9590.0, 9611.0, 9584.0, 9547.0, 9560.0, 9546.0, 9553.0, 9545.0, 9575.0, 9565.0, 9569.0, 9561.0, 9556.0, 9539.0, 9524.0, 9554.0, 9541.0, 9555.0, 9544.0, 9558.0, 9545.0, 9556.0, 9541.0, 9552.0, 9588.0, 9574.0, 9599.0, 9575.0, 9567.0, 9584.0, 9618.0, 9583.0, 9585.0, 9613.0, 9607.0, 9617.0, 9624.0, 9579.0, 9544.0, 9556.0, 9550.0, 9590.0, 9571.0, 9579.0, 9534.0, 9534.0, 9575.0, 9567.0, 9549.0, 9527.0, 9542.0, 9501.0, 9492.0, 9476.0, 9462.0, 9486.0, 9460.0, 9468.0, 9456.0, 9452.0, 9454.0, 9440.0, 9457.0, 9497.0, 9483.0, 9486.0, 9487.0, 9501.0, 9503.0, 9514.0, 9532.0, 9541.0, 9538.0, 9533.0, 9535.0, 9538.0, 9545.0, 9541.0, 9531.0, 9535.0, 9531.0, 9537.0, 9545.0, 9539.0, 9555.0, 9542.0, 9534.0, 9528.0, 9517.0, 9529.0, 9533.0, 9532.0, 9542.0, 9551.0, 9545.0, 9554.0, 9544.0, 9559.0, 9566.0, 9572.0, 9542.0, 9552.0, 9545.0, 9568.0, 9598.0, 9587.0, 9583.0, 9551.0, 9565.0, 9566.0, 9585.0, 9565.0, 9548.0, 9628.0, 9592.0, 9601.0, 9580.0, 9550.0, 9563.0, 9548.0, 9536.0, 9559.0, 9574.0, 9568.0, 9554.0, 9559.0, 9512.0, 9514.0, 9544.0, 9537.0, 9547.0, 9531.0, 9499.0, 9524.0, 9511.0, 9522.0, 9514.0, 9511.0, 9512.0, 9523.0, 9550.0, 9525.0, 9551.0, 9538.0, 9512.0, 9539.0, 9548.0, 9581.0, 9575.0, 9582.0, 9568.0, 9539.0, 9568.0, 9552.0, 9580.0, 9576.0, 9589.0, 9576.0, 9604.0, 9574.0, 9538.0, 9585.0, 9556.0, 9598.0, 9579.0, 9601.0, 9590.0, 9579.0, 9570.0, 9549.0, 9563.0, 9535.0, 9567.0, 9554.0, 9581.0, 9551.0, 9574.0, 9550.0, 9527.0, 9614.0, 9605.0, 9610.0, 9636.0, 9623.0, 9619.0, 9623.0, 9575.0, 9591.0, 9555.0, 9586.0, 9623.0, 9566.0, 9590.0, 9537.0, 9566.0, 9547.0, 9543.0, 9503.0, 9551.0, 9542.0, 9568.0, 9554.0, 9534.0, 9577.0, 9527.0, 9538.0, 9512.0, 9490.0, 9464.0, 9485.0, 9456.0, 9478.0, 9458.0, 9440.0, 9454.0, 9454.0, 9450.0, 9473.0, 9490.0, 9485.0, 9478.0, 9461.0, 9465.0, 9480.0, 9487.0, 9501.0, 9514.0, 9506.0, 9518.0, 9513.0, 9534.0, 9521.0, 9533.0, 9537.0, 9532.0, 9535.0, 9549.0, 9562.0, 9565.0, 9563.0, 9545.0, 9552.0, 9544.0, 9554.0, 9558.0, 9538.0, 9560.0, 9527.0, 9561.0, 9567.0, 9579.0, 9569.0, 9578.0, 9561.0, 9547.0, 9578.0, 9568.0, 9597.0, 9611.0, 9573.0, 9566.0, 9568.0, 9576.0, 9604.0, 9634.0, 9592.0, 9574.0, 9561.0, 9570.0, 9584.0, 9567.0, 9564.0, 9573.0, 9566.0, 9525.0, 9554.0, 9525.0, 9548.0, 9520.0, 9540.0, 9530.0, 9522.0, 9517.0, 9512.0, 9555.0, 9494.0, 9490.0, 9490.0, 9488.0, 9526.0, 9494.0, 9524.0, 9511.0, 9514.0, 9518.0, 9541.0, 9534.0, 9530.0, 9532.0, 9518.0, 9519.0, 9537.0, 9544.0, 9559.0, 9570.0, 9570.0, 9569.0, 9568.0, 9564.0, 9562.0, 9563.0, 9565.0, 9551.0, 9580.0, 9563.0, 9599.0, 9568.0, 9581.0, 9567.0, 9556.0, 9585.0, 9563.0, 9563.0, 9591.0, 9578.0, 9604.0, 9619.0, 9599.0, 9592.0, 9599.0, 9622.0, 9591.0, 9586.0, 9577.0, 9614.0, 9585.0, 9581.0, 9568.0, 9573.0, 9556.0, 9569.0, 9556.0, 9537.0, 9531.0, 9530.0, 9564.0, 9531.0, 9546.0, 9525.0, 9512.0, 9530.0, 9509.0, 9529.0, 9490.0, 9481.0, 9464.0, 9467.0, 9470.0, 9483.0, 9493.0, 9489.0, 9497.0, 9496.0, 9514.0, 9516.0, 9507.0, 9523.0, 9522.0, 9522.0, 9515.0, 9534.0, 9532.0, 9533.0, 9523.0, 9519.0, 9519.0, 9516.0, 9534.0, 9531.0, 9537.0, 9543.0, 9584.0, 9589.0, 9585.0, 9569.0, 9560.0, 9566.0, 9577.0, 9565.0, 9605.0, 9592.0, 9581.0, 9586.0, 9612.0, 9626.0, 9634.0, 9610.0, 9610.0, 9607.0, 9587.0, 9589.0, 9555.0, 9555.0, 9546.0, 9518.0, 9559.0, 9550.0, 9498.0, 9512.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.00216716091954023</td></tr>
<tr><td colspan=3>aqi</td><td>0.030221471724137933</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.59046910135789</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2971176256731864</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0422903916110464</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>6584.1807</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11606717983781308</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421516468915961</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.327432035418787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6250063010513363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3121110702777603</td></tr>
<tr><td colspan=3>gcor</td><td>0.0280625</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0077750119380652905</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029047179967164993</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2729264042845525</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.2761</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3895</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0716</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292127.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>826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.9547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.136</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.5631</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3497.3537</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.3806</td></tr>
<tr><td colspan=3>tsnr</td><td>36.644496131455526</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>