ds005256-mriqc/sub-0069_ses-04_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-04_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-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_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-04_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-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_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-04_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-04_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-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_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-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-04_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-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_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-04/func/sub-0069_ses-04_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>b61694cd1757de5de53a14f6b6005423</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>18:16:26.420000</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</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.0866508</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7710, -7285, 532, -77, -47, 35, 68]</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>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>82020143-df9d-46d3-92d1-066fb5c6c0ae||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['181626.420000', '181626.880000', '181627.340000', '181627.800000', '181628.260000', '181628.720000', '181629.180000', '181629.640000', '181630.100000', '181630.560000', '181631.020000', '181631.480000', '181631.940000', '181632.400000', '181632.860000', '181633.320000', '181633.780000', '181634.240000', '181634.700000', '181635.160000', '181635.620000', '181636.080000', '181636.540000', '181637.000000', '181637.460000', '181637.920000', '181638.380000', '181638.840000', '181639.300000', '181639.760000', '181640.220000', '181640.680000', '181641.140000', '181641.600000', '181642.060000', '181642.520000', '181642.980000', '181643.440000', '181643.900000', '181644.360000', '181644.820000', '181645.280000', '181645.740000', '181646.200000', '181646.660000', '181647.120000', '181647.580000', '181648.040000', '181648.500000', '181648.960000', '181649.420000', '181649.880000', '181650.340000', '181650.800000', '181651.260000', '181651.720000', '181652.180000', '181652.640000', '181653.100000', '181653.560000', '181654.020000', '181654.480000', '181654.940000', '181655.400000', '181655.860000', '181656.320000', '181656.780000', '181657.240000', '181657.700000', '181658.160000', '181658.620000', '181659.080000', '181659.540000', '181700.000000', '181700.460000', '181700.920000', '181701.380000', '181701.840000', '181702.300000', '181702.760000', '181703.220000', '181703.680000', '181704.140000', '181704.600000', '181705.060000', '181705.520000', '181705.980000', '181706.440000', '181706.900000', '181707.360000', '181707.820000', '181708.280000', '181708.740000', '181709.200000', '181709.660000', '181710.120000', '181710.580000', '181711.040000', '181711.500000', '181711.960000', '181712.420000', '181712.880000', '181713.340000', '181713.800000', '181714.260000', '181714.720000', '181715.180000', '181715.640000', '181716.100000', '181716.560000', '181717.020000', '181717.480000', '181717.940000', '181718.400000', '181718.860000', '181719.320000', '181719.780000', '181720.240000', '181720.700000', '181721.160000', '181721.620000', '181722.080000', '181722.540000', '181723.000000', '181723.460000', '181723.920000', '181724.380000', '181724.840000', '181725.300000', '181725.760000', '181726.220000', '181726.680000', '181727.140000', '181727.600000', '181728.060000', '181728.520000', '181728.980000', '181729.440000', '181729.900000', '181730.360000', '181730.820000', '181731.280000', '181731.740000', '181732.200000', '181732.660000', '181733.120000', '181733.580000', '181734.040000', '181734.500000', '181734.960000', '181735.420000', '181735.880000', '181736.340000', '181736.800000', '181737.260000', '181737.720000', '181738.180000', '181738.640000', '181739.100000', '181739.560000', '181740.020000', '181740.480000', '181740.940000', '181741.400000', '181741.860000', '181742.320000', '181742.780000', '181743.240000', '181743.700000', '181744.160000', '181744.620000', '181745.080000', '181745.540000', '181746.000000', '181746.460000', '181746.920000', '181747.380000', '181747.840000', '181748.300000', '181748.760000', '181749.220000', '181749.680000', '181750.140000', '181750.600000', '181751.060000', '181751.520000', '181751.980000', '181752.440000', '181752.900000', '181753.360000', '181753.820000', '181754.280000', '181754.740000', '181755.200000', '181755.660000', '181756.120000', '181756.580000', '181757.040000', '181757.500000', '181757.960000', '181758.420000', '181758.880000', '181759.340000', '181759.800000', '181800.260000', '181800.720000', '181801.180000', '181801.640000', '181802.100000', '181802.560000', '181803.020000', '181803.480000', '181803.940000', '181804.400000', '181804.860000', '181805.320000', '181805.780000', '181806.240000', '181806.700000', '181807.160000', '181807.620000', '181808.080000', '181808.540000', '181809.000000', '181809.460000', '181809.920000', '181810.380000', '181810.840000', '181811.300000', '181811.760000', '181812.220000', '181812.680000', '181813.140000', '181813.600000', '181814.060000', '181814.520000', '181814.980000', '181815.440000', '181815.900000', '181816.360000', '181816.820000', '181817.280000', '181817.740000', '181818.200000', '181818.660000', '181819.120000', '181819.580000', '181820.040000', '181820.500000', '181820.960000', '181821.420000', '181821.880000', '181822.340000', '181822.800000', '181823.260000', '181823.720000', '181824.180000', '181824.640000', '181825.100000', '181825.560000', '181826.020000', '181826.480000', '181826.940000', '181827.400000', '181827.860000', '181828.320000', '181828.780000', '181829.240000', '181829.700000', '181830.160000', '181830.620000', '181831.080000', '181831.540000', '181832.000000', '181832.460000', '181832.920000', '181833.380000', '181833.840000', '181834.300000', '181834.760000', '181835.220000', '181835.680000', '181836.140000', '181836.600000', '181837.060000', '181837.520000', '181837.980000', '181838.440000', '181838.900000', '181839.360000', '181839.820000', '181840.280000', '181840.740000', '181841.200000', '181841.660000', '181842.120000', '181842.580000', '181843.040000', '181843.500000', '181843.960000', '181844.420000', '181844.880000', '181845.340000', '181845.800000', '181846.260000', '181846.720000', '181847.180000', '181847.640000', '181848.100000', '181848.560000', '181849.020000', '181849.480000', '181849.940000', '181850.400000', '181850.860000', '181851.320000', '181851.780000', '181852.240000', '181852.700000', '181853.160000', '181853.620000', '181854.080000', '181854.540000', '181855.000000', '181855.460000', '181855.920000', '181856.380000', '181856.840000', '181857.300000', '181857.760000', '181858.220000', '181858.680000', '181859.140000', '181859.600000', '181900.060000', '181900.520000', '181900.980000', '181901.440000', '181901.900000', '181902.360000', '181902.820000', '181903.280000', '181903.740000', '181904.200000', '181904.660000', '181905.120000', '181905.580000', '181906.040000', '181906.500000', '181906.960000', '181907.420000', '181907.880000', '181908.340000', '181908.800000', '181909.260000', '181909.720000', '181910.180000', '181910.640000', '181911.100000', '181911.560000', '181912.020000', '181912.480000', '181912.940000', '181913.400000', '181913.860000', '181914.320000', '181914.780000', '181915.240000', '181915.700000', '181916.160000', '181916.620000', '181917.080000', '181917.540000', '181918.000000', '181918.460000', '181918.920000', '181919.380000', '181919.840000', '181920.300000', '181920.760000', '181921.220000', '181921.680000', '181922.140000', '181922.600000', '181923.060000', '181923.520000', '181923.980000', '181924.440000', '181924.900000', '181925.360000', '181925.820000', '181926.280000', '181926.740000', '181927.200000', '181927.660000', '181928.120000', '181928.580000', '181929.040000', '181929.500000', '181929.960000', '181930.420000', '181930.880000', '181931.340000', '181931.800000', '181932.260000', '181932.720000', '181933.180000', '181933.640000', '181934.100000', '181934.560000', '181935.020000', '181935.480000', '181935.940000', '181936.400000', '181936.860000', '181937.320000', '181937.780000', '181938.240000', '181938.700000', '181939.160000', '181939.620000', '181940.080000', '181940.540000', '181941.000000', '181941.460000', '181941.920000', '181942.380000', '181942.840000', '181943.300000', '181943.760000', '181944.220000', '181944.680000', '181945.140000', '181945.600000', '181946.060000', '181946.520000', '181946.980000', '181947.440000', '181947.900000', '181948.360000', '181948.820000', '181949.280000', '181949.740000', '181950.200000', '181950.660000', '181951.120000', '181951.580000', '181952.040000', '181952.500000', '181952.960000', '181953.420000', '181953.880000', '181954.340000', '181954.800000', '181955.260000', '181955.720000', '181956.180000', '181956.640000', '181957.100000', '181957.560000', '181958.020000', '181958.480000', '181958.940000', '181959.400000', '181959.860000', '182000.320000', '182000.780000', '182001.240000', '182001.700000', '182002.160000', '182002.620000', '182003.080000', '182003.540000', '182004.000000', '182004.460000', '182004.920000', '182005.380000', '182005.840000', '182006.300000', '182006.760000', '182007.220000', '182007.680000', '182008.140000', '182008.600000', '182009.060000', '182009.520000', '182009.980000', '182010.440000', '182010.900000', '182011.360000', '182011.820000', '182012.280000', '182012.740000', '182013.200000', '182013.660000', '182014.120000', '182014.580000', '182015.040000', '182015.500000', '182015.960000', '182016.420000', '182016.880000', '182017.340000', '182017.800000', '182018.260000', '182018.720000', '182019.180000', '182019.640000', '182020.100000', '182020.560000', '182021.020000', '182021.480000', '182021.940000', '182022.400000', '182022.860000', '182023.320000', '182023.780000', '182024.240000', '182024.700000', '182025.160000', '182025.620000', '182026.080000', '182026.540000', '182027.000000', '182027.460000', '182027.920000', '182028.380000', '182028.840000', '182029.300000', '182029.760000', '182030.220000', '182030.680000', '182031.140000', '182031.600000', '182032.060000', '182032.520000', '182032.980000', '182033.440000', '182033.900000', '182034.360000', '182034.820000', '182035.280000', '182035.740000', '182036.200000', '182036.660000', '182037.120000', '182037.580000', '182038.040000', '182038.500000', '182038.960000', '182039.420000', '182039.880000', '182040.340000', '182040.800000', '182041.260000', '182041.720000', '182042.180000', '182042.640000', '182043.100000', '182043.560000', '182044.020000', '182044.480000', '182044.940000', '182045.400000', '182045.860000', '182046.320000', '182046.780000', '182047.240000', '182047.700000', '182048.160000', '182048.620000', '182049.080000', '182049.540000', '182050.000000', '182050.460000', '182050.920000', '182051.380000', '182051.840000', '182052.300000', '182052.760000', '182053.220000', '182053.680000', '182054.140000', '182054.600000', '182055.060000', '182055.520000', '182055.980000', '182056.440000', '182056.900000', '182057.360000', '182057.820000', '182058.280000', '182058.740000', '182059.200000', '182059.660000', '182100.120000', '182100.580000', '182101.040000', '182101.500000', '182101.960000', '182102.420000', '182102.880000', '182103.340000', '182103.800000', '182104.260000', '182104.720000', '182105.180000', '182105.640000', '182106.100000', '182106.560000', '182107.020000', '182107.480000', '182107.940000', '182108.400000', '182108.860000', '182109.320000', '182109.780000', '182110.240000', '182110.700000', '182111.160000', '182111.620000', '182112.080000', '182112.540000', '182113.000000', '182113.460000', '182113.920000', '182114.380000', '182114.840000', '182115.300000', '182115.760000', '182116.220000', '182116.680000', '182117.140000', '182117.600000', '182118.060000', '182118.520000', '182118.980000', '182119.440000', '182119.900000', '182120.360000', '182120.820000', '182121.280000', '182121.740000', '182122.200000', '182122.660000', '182123.120000', '182123.580000', '182124.040000', '182124.500000', '182124.960000', '182125.420000', '182125.880000', '182126.340000', '182126.800000', '182127.260000', '182127.720000', '182128.180000', '182128.640000', '182129.100000', '182129.560000', '182130.020000', '182130.480000', '182130.940000', '182131.400000', '182131.860000', '182132.320000', '182132.780000', '182133.240000', '182133.700000', '182134.160000', '182134.620000', '182135.080000', '182135.540000', '182136.000000', '182136.460000', '182136.920000', '182137.380000', '182137.840000', '182138.300000', '182138.760000', '182139.220000', '182139.680000', '182140.140000', '182140.600000', '182141.060000', '182141.520000', '182141.980000', '182142.440000', '182142.900000', '182143.360000', '182143.820000', '182144.280000', '182144.740000', '182145.200000', '182145.660000', '182146.120000', '182146.580000', '182147.040000', '182147.500000', '182147.960000', '182148.420000', '182148.880000', '182149.340000', '182149.800000', '182150.260000', '182150.720000', '182151.180000', '182151.640000', '182152.100000', '182152.560000', '182153.020000', '182153.480000', '182153.940000', '182154.400000', '182154.860000', '182155.320000', '182155.780000', '182156.240000', '182156.700000', '182157.160000', '182157.620000', '182158.080000', '182158.540000', '182159.000000', '182159.460000', '182159.920000', '182200.380000', '182200.840000', '182201.300000', '182201.760000', '182202.220000', '182202.680000', '182203.140000', '182203.600000', '182204.060000', '182204.520000', '182204.980000', '182205.440000', '182205.900000', '182206.360000', '182206.820000', '182207.280000', '182207.740000', '182208.200000', '182208.660000', '182209.120000', '182209.580000', '182210.040000', '182210.500000', '182210.960000', '182211.420000', '182211.880000', '182212.340000', '182212.800000', '182213.260000', '182213.720000', '182214.180000', '182214.640000', '182215.100000', '182215.560000', '182216.020000', '182216.480000', '182216.940000', '182217.400000', '182217.860000', '182218.320000', '182218.780000', '182219.240000', '182219.700000', '182220.160000', '182220.620000', '182221.080000', '182221.540000', '182222.000000', '182222.460000', '182222.920000', '182223.380000', '182223.840000', '182224.300000', '182224.760000', '182225.220000', '182225.680000', '182226.140000', '182226.600000', '182227.060000', '182227.520000', '182227.980000', '182228.440000', '182228.900000', '182229.360000', '182229.820000', '182230.280000', '182230.740000', '182231.200000', '182231.660000', '182232.120000', '182232.580000', '182233.040000', '182233.500000', '182233.960000', '182234.420000', '182234.880000', '182235.340000', '182235.800000', '182236.260000', '182236.720000', '182237.180000', '182237.640000', '182238.100000', '182238.560000', '182239.020000', '182239.480000', '182239.940000', '182240.400000', '182240.860000', '182241.320000', '182241.780000', '182242.240000', '182242.700000', '182243.160000', '182243.620000', '182244.080000', '182244.540000', '182245.000000', '182245.460000', '182245.920000', '182246.380000', '182246.840000', '182247.300000', '182247.760000', '182248.220000', '182248.680000', '182249.140000', '182249.600000', '182250.060000', '182250.520000', '182250.980000', '182251.440000', '182251.900000', '182252.360000', '182252.820000', '182253.280000', '182253.740000', '182254.200000', '182254.660000', '182255.120000', '182255.580000', '182256.040000', '182256.500000', '182256.960000', '182257.420000', '182257.880000', '182258.340000', '182258.800000', '182259.260000', '182259.720000', '182300.180000', '182300.640000', '182301.100000', '182301.560000', '182302.020000', '182302.480000', '182302.940000', '182303.400000', '182303.860000', '182304.320000', '182304.780000', '182305.240000', '182305.700000', '182306.160000', '182306.620000', '182307.080000'], 'ContentTime': ['181655.193000', '181655.196000', '181655.199000', '181655.202000', '181655.205000', '181655.207000', '181655.210000', '181655.212000', '181655.215000', '181655.217000', '181655.220000', '181655.222000', '181655.231000', '181655.234000', '181655.237000', '181655.239000', '181655.242000', '181655.244000', '181655.247000', '181655.249000', '181655.252000', '181655.254000', '181655.257000', '181655.259000', '181655.262000', '181655.264000', '181655.267000', '181655.270000', '181655.272000', '181655.275000', '181655.277000', '181655.280000', '181655.282000', '181655.285000', '181655.287000', '181655.290000', '181655.292000', '181655.295000', '181655.298000', '181655.300000', '181655.303000', '181655.305000', '181655.308000', '181655.310000', '181655.313000', '181655.315000', '181655.318000', '181655.321000', '181655.323000', '181655.326000', '181655.328000', '181655.331000', '181655.333000', '181655.336000', '181655.338000', '181655.341000', '181655.344000', '181655.346000', '181655.349000', '181655.351000', '181715.162000', '181715.164000', '181715.167000', '181715.170000', '181715.172000', '181715.175000', '181715.177000', '181715.180000', '181715.183000', '181715.196000', '181715.199000', '181715.201000', '181715.204000', '181715.206000', '181715.209000', '181715.211000', '181715.214000', '181715.216000', '181715.219000', '181715.221000', '181715.224000', '181715.226000', '181715.229000', '181715.233000', '181715.236000', '181715.239000', '181715.241000', '181715.244000', '181715.247000', '181715.249000', '181715.252000', '181715.254000', '181715.257000', '181715.260000', '181715.262000', '181715.265000', '181715.267000', '181715.270000', '181715.272000', '181715.275000', '181715.278000', '181715.280000', '181715.283000', '181735.161000', '181735.164000', '181735.167000', '181735.169000', '181735.172000', '181735.174000', '181735.177000', '181735.179000', '181735.182000', '181735.185000', '181735.187000', '181735.190000', '181735.192000', '181735.195000', '181735.197000', '181735.200000', '181735.203000', '181735.205000', '181735.208000', '181735.211000', '181735.213000', '181735.216000', '181735.218000', '181735.221000', '181735.223000', '181735.226000', '181735.228000', '181735.231000', '181735.234000', '181735.236000', '181735.239000', '181735.241000', '181735.244000', '181735.246000', '181735.249000', '181735.252000', '181735.254000', '181735.257000', '181735.259000', '181735.262000', '181735.264000', '181735.267000', '181735.269000', '181735.272000', '181755.161000', '181755.164000', '181755.167000', '181755.169000', '181755.172000', '181755.174000', '181755.177000', '181755.179000', '181755.182000', '181755.185000', '181755.187000', '181755.190000', '181755.192000', '181755.195000', '181755.198000', '181755.200000', '181755.203000', '181755.205000', '181755.208000', '181755.210000', '181755.213000', '181755.216000', '181755.218000', '181755.221000', '181755.224000', '181755.226000', '181755.229000', '181755.231000', '181755.234000', '181755.237000', '181755.239000', '181755.242000', '181755.244000', '181755.247000', '181755.249000', '181755.254000', '181755.256000', '181755.259000', '181755.262000', '181755.264000', '181755.267000', '181755.269000', '181755.272000', '181815.162000', '181815.164000', '181815.171000', '181815.174000', '181815.176000', '181815.179000', '181815.181000', '181815.184000', '181815.187000', '181815.189000', '181815.192000', '181815.194000', '181815.197000', '181815.199000', '181815.202000', '181815.204000', '181815.207000', '181815.209000', '181815.212000', '181815.214000', '181815.217000', '181815.220000', '181815.222000', '181815.225000', '181815.227000', '181815.230000', '181815.233000', '181815.235000', '181815.238000', '181815.240000', '181815.243000', '181815.245000', '181815.248000', '181815.251000', '181815.253000', '181815.256000', '181815.258000', '181815.261000', '181815.264000', '181815.266000', '181815.269000', '181815.272000', '181815.274000', '181815.277000', '181835.161000', '181835.164000', '181835.167000', '181835.169000', '181835.172000', '181835.174000', '181835.177000', '181835.180000', '181835.182000', '181835.185000', '181835.187000', '181835.190000', '181835.192000', '181835.195000', '181835.197000', '181835.206000', '181835.209000', '181835.211000', '181835.214000', '181835.217000', '181835.220000', '181835.222000', '181835.225000', '181835.227000', '181835.230000', '181835.232000', '181835.235000', '181835.238000', '181835.240000', '181835.243000', '181835.245000', '181835.248000', '181835.250000', '181835.253000', '181835.256000', '181835.258000', '181835.261000', '181835.263000', '181835.266000', '181835.268000', '181835.272000', '181835.274000', '181835.277000', '181855.162000', '181855.164000', '181855.167000', '181855.170000', '181855.172000', '181855.189000', '181855.191000', '181855.194000', '181855.196000', '181855.199000', '181855.202000', '181855.204000', '181855.207000', '181855.209000', '181855.212000', '181855.214000', '181855.217000', '181855.220000', '181855.222000', '181855.225000', '181855.227000', '181855.230000', '181855.233000', '181855.235000', '181855.238000', '181855.240000', '181855.243000', '181855.245000', '181855.248000', '181855.251000', '181855.253000', '181855.256000', '181855.258000', '181855.261000', '181855.264000', '181855.266000', '181855.269000', '181855.271000', '181855.274000', '181855.277000', '181855.279000', '181855.282000', '181855.284000', '181855.287000', '181915.161000', '181915.164000', '181915.167000', '181915.170000', '181915.172000', '181915.175000', '181915.177000', '181915.180000', '181915.183000', '181915.185000', '181915.188000', '181915.190000', '181915.193000', '181915.195000', '181915.198000', '181915.200000', '181915.203000', '181915.205000', '181915.208000', '181915.211000', '181915.213000', '181915.216000', '181915.218000', '181915.221000', '181915.224000', '181915.226000', '181915.229000', '181915.231000', '181915.234000', '181915.236000', '181915.239000', '181915.241000', '181915.244000', '181915.247000', '181915.249000', '181915.252000', '181915.254000', '181915.257000', '181915.259000', '181915.262000', '181915.264000', '181915.267000', '181915.270000', '181935.162000', '181935.164000', '181935.167000', '181935.169000', '181935.172000', '181935.175000', '181935.177000', '181935.180000', '181935.183000', '181935.185000', '181935.188000', '181935.190000', '181935.193000', '181935.195000', '181935.198000', '181935.200000', '181935.203000', '181935.206000', '181935.208000', '181935.211000', '181935.213000', '181935.216000', '181935.218000', '181935.221000', '181935.224000', '181935.226000', '181935.229000', '181935.231000', '181935.234000', '181935.236000', '181935.239000', '181935.241000', '181935.244000', '181935.246000', '181935.249000', '181935.252000', '181935.254000', '181935.257000', '181935.259000', '181935.262000', '181935.264000', '181935.267000', '181935.269000', '181935.272000', '181955.161000', '181955.164000', '181955.167000', '181955.170000', '181955.172000', '181955.175000', '181955.178000', '181955.180000', '181955.183000', '181955.185000', '181955.188000', '181955.190000', '181955.193000', '181955.195000', '181955.198000', '181955.201000', '181955.203000', '181955.206000', '181955.208000', '181955.211000', '181955.214000', '181955.216000', '181955.219000', '181955.221000', '181955.224000', '181955.226000', '181955.229000', '181955.232000', '181955.234000', '181955.237000', '181955.239000', '181955.242000', '181955.244000', '181955.247000', '181955.250000', '181955.252000', '181955.255000', '181955.257000', '181955.260000', '181955.263000', '181955.265000', '181955.268000', '181955.270000', '182015.161000', '182015.164000', '182015.167000', '182015.170000', '182015.172000', '182015.175000', '182015.177000', '182015.186000', '182015.189000', '182015.191000', '182015.194000', '182015.197000', '182015.199000', '182015.202000', '182015.205000', '182015.207000', '182015.210000', '182015.212000', '182015.215000', '182015.218000', '182015.220000', '182015.223000', '182015.226000', '182015.228000', '182015.231000', '182015.234000', '182015.236000', '182015.239000', '182015.241000', '182015.244000', '182015.261000', '182015.263000', '182015.266000', '182015.268000', '182015.271000', '182015.273000', '182015.276000', '182015.279000', '182015.281000', '182015.284000', '182015.287000', '182015.289000', '182015.292000', '182015.295000', '182035.161000', '182035.164000', '182035.167000', '182035.170000', '182035.172000', '182035.175000', '182035.177000', '182035.180000', '182035.182000', '182035.185000', '182035.187000', '182035.190000', '182035.201000', '182035.204000', '182035.206000', '182035.209000', '182035.212000', '182035.214000', '182035.217000', '182035.219000', '182035.222000', '182035.224000', '182035.227000', '182035.230000', '182035.232000', '182035.235000', '182035.237000', '182035.240000', '182035.242000', '182035.245000', '182035.248000', '182035.250000', '182035.253000', '182035.255000', '182035.258000', '182035.260000', '182035.263000', '182035.266000', '182035.268000', '182035.271000', '182035.273000', '182035.276000', '182035.278000', '182055.162000', '182055.165000', '182055.167000', '182055.170000', '182055.173000', '182055.175000', '182055.178000', '182055.181000', '182055.183000', '182055.186000', '182055.188000', '182055.191000', '182055.194000', '182055.196000', '182055.199000', '182055.202000', '182055.204000', '182055.207000', '182055.210000', '182055.212000', '182055.215000', '182055.217000', '182055.220000', '182055.223000', '182055.225000', '182055.228000', '182055.230000', '182055.233000', '182055.235000', '182055.238000', '182055.241000', '182055.243000', '182055.246000', '182055.248000', '182055.251000', '182055.253000', '182055.256000', '182055.258000', '182055.261000', '182055.263000', '182055.266000', '182055.269000', '182055.271000', '182055.274000', '182115.161000', '182115.164000', '182115.167000', '182115.169000', '182115.172000', '182115.174000', '182115.177000', '182115.180000', '182115.182000', '182115.185000', '182115.187000', '182115.190000', '182115.192000', '182115.195000', '182115.198000', '182115.200000', '182115.203000', '182115.205000', '182115.208000', '182115.210000', '182115.213000', '182115.215000', '182115.218000', '182115.220000', '182115.223000', '182115.226000', '182115.228000', '182115.231000', '182115.233000', '182115.236000', '182115.238000', '182115.241000', '182115.244000', '182115.246000', '182115.249000', '182115.251000', '182115.254000', '182115.256000', '182115.259000', '182115.261000', '182115.264000', '182115.266000', '182115.269000', '182135.162000', '182135.164000', '182135.167000', '182135.170000', '182135.172000', '182135.175000', '182135.177000', '182135.180000', '182135.182000', '182135.185000', '182135.188000', '182135.190000', '182135.193000', '182135.195000', '182135.198000', '182135.200000', '182135.203000', '182135.206000', '182135.208000', '182135.211000', '182135.213000', '182135.216000', '182135.219000', '182135.221000', '182135.224000', '182135.226000', '182135.229000', '182135.231000', '182135.234000', '182135.237000', '182135.239000', '182135.242000', '182135.244000', '182135.247000', '182135.250000', '182135.252000', '182135.255000', '182135.257000', '182135.260000', '182135.262000', '182135.265000', '182135.267000', '182135.270000', '182135.273000', '182155.162000', '182155.164000', '182155.167000', '182155.170000', '182155.172000', '182155.175000', '182155.177000', '182155.180000', '182155.182000', '182155.185000', '182155.187000', '182155.190000', '182155.193000', '182155.205000', '182155.208000', '182155.210000', '182155.213000', '182155.215000', '182155.218000', '182155.220000', '182155.223000', '182155.225000', '182155.228000', '182155.231000', '182155.233000', '182155.236000', '182155.239000', '182155.241000', '182155.244000', '182155.246000', '182155.249000', '182155.251000', '182155.254000', '182155.256000', '182155.259000', '182155.262000', '182155.264000', '182155.267000', '182155.269000', '182155.272000', '182155.274000', '182155.277000', '182155.280000', '182215.162000', '182215.165000', '182215.167000', '182215.170000', '182215.172000', '182215.175000', '182215.178000', '182215.180000', '182215.183000', '182215.185000', '182215.188000', '182215.190000', '182215.193000', '182215.196000', '182215.198000', '182215.201000', '182215.203000', '182215.206000', '182215.209000', '182215.211000', '182215.214000', '182215.216000', '182215.219000', '182215.222000', '182215.224000', '182215.227000', '182215.229000', '182215.232000', '182215.235000', '182215.237000', '182215.240000', '182215.242000', '182215.245000', '182215.247000', '182215.250000', '182215.253000', '182215.255000', '182215.258000', '182215.260000', '182215.263000', '182215.265000', '182215.268000', '182215.271000', '182215.273000', '182235.162000', '182235.165000', '182235.168000', '182235.170000', '182235.174000', '182235.177000', '182235.180000', '182235.182000', '182235.185000', '182235.187000', '182235.190000', '182235.193000', '182235.196000', '182235.198000', '182235.201000', '182235.204000', '182235.206000', '182235.209000', '182235.212000', '182235.214000', '182235.217000', '182235.219000', '182235.222000', '182235.225000', '182235.228000', '182235.230000', '182235.233000', '182235.235000', '182235.238000', '182235.241000', '182235.243000', '182235.246000', '182235.248000', '182235.251000', '182235.254000', '182235.256000', '182235.259000', '182235.262000', '182235.264000', '182235.267000', '182235.270000', '182235.272000', '182235.275000', '182255.161000', '182255.164000', '182255.167000', '182255.169000', '182255.172000', '182255.175000', '182255.177000', '182255.180000', '182255.182000', '182255.185000', '182255.188000', '182255.190000', '182255.193000', '182255.195000', '182255.198000', '182255.201000', '182255.204000', '182255.206000', '182255.209000', '182255.211000', '182255.214000', '182255.216000', '182255.219000', '182255.222000', '182255.224000', '182255.227000', '182255.229000', '182255.232000', '182255.235000', '182255.237000', '182255.240000', '182255.243000', '182255.245000', '182255.248000', '182255.250000', '182255.253000', '182255.256000', '182255.258000', '182255.261000', '182255.264000', '182255.266000', '182255.269000', '182255.271000', '182255.274000', '182308.437000', '182308.440000', '182308.443000', '182308.446000', '182308.448000', '182308.451000', '182308.453000', '182308.456000', '182308.468000', '182308.471000', '182308.474000', '182308.476000', '182308.479000', '182308.482000', '182308.485000', '182308.488000', '182308.490000', '182308.493000', '182308.496000', '182308.499000', '182308.502000', '182308.505000', '182308.508000', '182308.511000', '182308.514000', '182308.516000', '182308.519000', '182308.521000', '182308.524000'], 'InstanceCreationTime': ['181655.193000', '181655.196000', '181655.199000', '181655.202000', '181655.205000', '181655.207000', '181655.210000', '181655.212000', '181655.215000', '181655.217000', '181655.220000', '181655.222000', '181655.231000', '181655.234000', '181655.237000', '181655.239000', '181655.242000', '181655.244000', '181655.247000', '181655.249000', '181655.252000', '181655.254000', '181655.257000', '181655.259000', '181655.262000', '181655.264000', '181655.267000', '181655.270000', '181655.272000', '181655.275000', '181655.277000', '181655.280000', '181655.282000', '181655.285000', '181655.287000', '181655.290000', '181655.292000', '181655.295000', '181655.298000', '181655.300000', '181655.303000', '181655.305000', '181655.308000', '181655.310000', '181655.313000', '181655.315000', '181655.318000', '181655.321000', '181655.323000', '181655.326000', '181655.328000', '181655.331000', '181655.333000', '181655.336000', '181655.338000', '181655.341000', '181655.344000', '181655.346000', '181655.349000', '181655.351000', '181715.162000', '181715.164000', '181715.167000', '181715.170000', '181715.172000', '181715.175000', '181715.177000', '181715.180000', '181715.183000', '181715.196000', '181715.199000', '181715.201000', '181715.204000', '181715.206000', '181715.209000', '181715.211000', '181715.214000', '181715.216000', '181715.219000', '181715.221000', '181715.224000', '181715.226000', '181715.229000', '181715.233000', '181715.236000', '181715.239000', '181715.241000', '181715.244000', '181715.247000', '181715.249000', '181715.252000', '181715.254000', '181715.257000', '181715.260000', '181715.262000', '181715.265000', '181715.267000', '181715.270000', '181715.272000', '181715.275000', '181715.278000', '181715.280000', '181715.283000', '181735.161000', '181735.164000', '181735.167000', '181735.169000', '181735.172000', '181735.174000', '181735.177000', '181735.179000', '181735.182000', '181735.185000', '181735.187000', '181735.190000', '181735.192000', '181735.195000', '181735.197000', '181735.200000', '181735.203000', '181735.205000', '181735.208000', '181735.211000', '181735.213000', '181735.216000', '181735.218000', '181735.221000', '181735.223000', '181735.226000', '181735.228000', '181735.231000', '181735.234000', '181735.236000', '181735.239000', '181735.241000', '181735.244000', '181735.246000', '181735.249000', '181735.252000', '181735.254000', '181735.257000', '181735.259000', '181735.262000', '181735.264000', '181735.267000', '181735.269000', '181735.272000', '181755.161000', '181755.164000', '181755.167000', '181755.169000', '181755.172000', '181755.174000', '181755.177000', '181755.179000', '181755.182000', '181755.185000', '181755.187000', '181755.190000', '181755.192000', '181755.195000', '181755.198000', '181755.200000', '181755.203000', '181755.205000', '181755.208000', '181755.210000', '181755.213000', '181755.216000', '181755.218000', '181755.221000', '181755.224000', '181755.226000', '181755.229000', '181755.231000', '181755.234000', '181755.237000', '181755.239000', '181755.242000', '181755.244000', '181755.247000', '181755.249000', '181755.254000', '181755.256000', '181755.259000', '181755.262000', '181755.264000', '181755.267000', '181755.269000', '181755.272000', '181815.162000', '181815.164000', '181815.171000', '181815.174000', '181815.176000', '181815.179000', '181815.181000', '181815.184000', '181815.187000', '181815.189000', '181815.192000', '181815.194000', '181815.197000', '181815.199000', '181815.202000', '181815.204000', '181815.207000', '181815.209000', '181815.212000', '181815.214000', '181815.217000', '181815.220000', '181815.222000', '181815.225000', '181815.227000', '181815.230000', '181815.233000', '181815.235000', '181815.238000', '181815.240000', '181815.243000', '181815.245000', '181815.248000', '181815.251000', '181815.253000', '181815.256000', '181815.258000', '181815.261000', '181815.264000', '181815.266000', '181815.269000', '181815.272000', '181815.274000', '181815.277000', '181835.161000', '181835.164000', '181835.167000', '181835.169000', '181835.172000', '181835.174000', '181835.177000', '181835.180000', '181835.182000', '181835.185000', '181835.187000', '181835.190000', '181835.192000', '181835.195000', '181835.197000', '181835.206000', '181835.209000', '181835.211000', '181835.214000', '181835.217000', '181835.220000', '181835.222000', '181835.225000', '181835.227000', '181835.230000', '181835.232000', '181835.235000', '181835.238000', '181835.240000', '181835.243000', '181835.245000', '181835.248000', '181835.250000', '181835.253000', '181835.256000', '181835.258000', '181835.261000', '181835.263000', '181835.266000', '181835.268000', '181835.272000', '181835.274000', '181835.277000', '181855.162000', '181855.164000', '181855.167000', '181855.170000', '181855.172000', '181855.189000', '181855.191000', '181855.194000', '181855.196000', '181855.199000', '181855.202000', '181855.204000', '181855.207000', '181855.209000', '181855.212000', '181855.214000', '181855.217000', '181855.220000', '181855.222000', '181855.225000', '181855.227000', '181855.230000', '181855.233000', '181855.235000', '181855.238000', '181855.240000', '181855.243000', '181855.245000', '181855.248000', '181855.251000', '181855.253000', '181855.256000', '181855.258000', '181855.261000', '181855.264000', '181855.266000', '181855.269000', '181855.271000', '181855.274000', '181855.277000', '181855.279000', '181855.282000', '181855.284000', '181855.287000', '181915.161000', '181915.164000', '181915.167000', '181915.170000', '181915.172000', '181915.175000', '181915.177000', '181915.180000', '181915.183000', '181915.185000', '181915.188000', '181915.190000', '181915.193000', '181915.195000', '181915.198000', '181915.200000', '181915.203000', '181915.205000', '181915.208000', '181915.211000', '181915.213000', '181915.216000', '181915.218000', '181915.221000', '181915.224000', '181915.226000', '181915.229000', '181915.231000', '181915.234000', '181915.236000', '181915.239000', '181915.241000', '181915.244000', '181915.247000', '181915.249000', '181915.252000', '181915.254000', '181915.257000', '181915.259000', '181915.262000', '181915.264000', '181915.267000', '181915.270000', '181935.162000', '181935.164000', '181935.167000', '181935.169000', '181935.172000', '181935.175000', '181935.177000', '181935.180000', '181935.183000', '181935.185000', '181935.188000', '181935.190000', '181935.193000', '181935.195000', '181935.198000', '181935.200000', '181935.203000', '181935.206000', '181935.208000', '181935.211000', '181935.213000', '181935.216000', '181935.218000', '181935.221000', '181935.224000', '181935.226000', '181935.229000', '181935.231000', '181935.234000', '181935.236000', '181935.239000', '181935.241000', '181935.244000', '181935.246000', '181935.249000', '181935.252000', '181935.254000', '181935.257000', '181935.259000', '181935.262000', '181935.264000', '181935.267000', '181935.269000', '181935.272000', '181955.161000', '181955.164000', '181955.167000', '181955.170000', '181955.172000', '181955.175000', '181955.178000', '181955.180000', '181955.183000', '181955.185000', '181955.188000', '181955.190000', '181955.193000', '181955.195000', '181955.198000', '181955.201000', '181955.203000', '181955.206000', '181955.208000', '181955.211000', '181955.214000', '181955.216000', '181955.219000', '181955.221000', '181955.224000', '181955.226000', '181955.229000', '181955.232000', '181955.234000', '181955.237000', '181955.239000', '181955.242000', '181955.244000', '181955.247000', '181955.250000', '181955.252000', '181955.255000', '181955.257000', '181955.260000', '181955.263000', '181955.265000', '181955.268000', '181955.270000', '182015.161000', '182015.164000', '182015.167000', '182015.170000', '182015.172000', '182015.175000', '182015.177000', '182015.186000', '182015.189000', '182015.191000', '182015.194000', '182015.197000', '182015.199000', '182015.202000', '182015.205000', '182015.207000', '182015.210000', '182015.212000', '182015.215000', '182015.218000', '182015.220000', '182015.223000', '182015.226000', '182015.228000', '182015.231000', '182015.234000', '182015.236000', '182015.239000', '182015.241000', '182015.244000', '182015.261000', '182015.263000', '182015.266000', '182015.268000', '182015.271000', '182015.273000', '182015.276000', '182015.279000', '182015.281000', '182015.284000', '182015.287000', '182015.289000', '182015.292000', '182015.295000', '182035.161000', '182035.164000', '182035.167000', '182035.170000', '182035.172000', '182035.175000', '182035.177000', '182035.180000', '182035.182000', '182035.185000', '182035.187000', '182035.190000', '182035.201000', '182035.204000', '182035.206000', '182035.209000', '182035.212000', '182035.214000', '182035.217000', '182035.219000', '182035.222000', '182035.224000', '182035.227000', '182035.230000', '182035.232000', '182035.235000', '182035.237000', '182035.240000', '182035.242000', '182035.245000', '182035.248000', '182035.250000', '182035.253000', '182035.255000', '182035.258000', '182035.260000', '182035.263000', '182035.266000', '182035.268000', '182035.271000', '182035.273000', '182035.276000', '182035.278000', '182055.162000', '182055.165000', '182055.167000', '182055.170000', '182055.173000', '182055.175000', '182055.178000', '182055.181000', '182055.183000', '182055.186000', '182055.188000', '182055.191000', '182055.194000', '182055.196000', '182055.199000', '182055.202000', '182055.204000', '182055.207000', '182055.210000', '182055.212000', '182055.215000', '182055.217000', '182055.220000', '182055.223000', '182055.225000', '182055.228000', '182055.230000', '182055.233000', '182055.235000', '182055.238000', '182055.241000', '182055.243000', '182055.246000', '182055.248000', '182055.251000', '182055.253000', '182055.256000', '182055.258000', '182055.261000', '182055.263000', '182055.266000', '182055.269000', '182055.271000', '182055.274000', '182115.161000', '182115.164000', '182115.167000', '182115.169000', '182115.172000', '182115.174000', '182115.177000', '182115.180000', '182115.182000', '182115.185000', '182115.187000', '182115.190000', '182115.192000', '182115.195000', '182115.198000', '182115.200000', '182115.203000', '182115.205000', '182115.208000', '182115.210000', '182115.213000', '182115.215000', '182115.218000', '182115.220000', '182115.223000', '182115.226000', '182115.228000', '182115.231000', '182115.233000', '182115.236000', '182115.238000', '182115.241000', '182115.244000', '182115.246000', '182115.249000', '182115.251000', '182115.254000', '182115.256000', '182115.259000', '182115.261000', '182115.264000', '182115.266000', '182115.269000', '182135.162000', '182135.164000', '182135.167000', '182135.170000', '182135.172000', '182135.175000', '182135.177000', '182135.180000', '182135.182000', '182135.185000', '182135.188000', '182135.190000', '182135.193000', '182135.195000', '182135.198000', '182135.200000', '182135.203000', '182135.206000', '182135.208000', '182135.211000', '182135.213000', '182135.216000', '182135.219000', '182135.221000', '182135.224000', '182135.226000', '182135.229000', '182135.231000', '182135.234000', '182135.237000', '182135.239000', '182135.242000', '182135.244000', '182135.247000', '182135.250000', '182135.252000', '182135.255000', '182135.257000', '182135.260000', '182135.262000', '182135.265000', '182135.267000', '182135.270000', '182135.273000', '182155.162000', '182155.164000', '182155.167000', '182155.170000', '182155.172000', '182155.175000', '182155.177000', '182155.180000', '182155.182000', '182155.185000', '182155.187000', '182155.190000', '182155.193000', '182155.205000', '182155.208000', '182155.210000', '182155.213000', '182155.215000', '182155.218000', '182155.220000', '182155.223000', '182155.225000', '182155.228000', '182155.231000', '182155.233000', '182155.236000', '182155.239000', '182155.241000', '182155.244000', '182155.246000', '182155.249000', '182155.251000', '182155.254000', '182155.256000', '182155.259000', '182155.262000', '182155.264000', '182155.267000', '182155.269000', '182155.272000', '182155.274000', '182155.277000', '182155.280000', '182215.162000', '182215.165000', '182215.167000', '182215.170000', '182215.172000', '182215.175000', '182215.178000', '182215.180000', '182215.183000', '182215.185000', '182215.188000', '182215.190000', '182215.193000', '182215.196000', '182215.198000', '182215.201000', '182215.203000', '182215.206000', '182215.209000', '182215.211000', '182215.214000', '182215.216000', '182215.219000', '182215.222000', '182215.224000', '182215.227000', '182215.229000', '182215.232000', '182215.235000', '182215.237000', '182215.240000', '182215.242000', '182215.245000', '182215.247000', '182215.250000', '182215.253000', '182215.255000', '182215.258000', '182215.260000', '182215.263000', '182215.265000', '182215.268000', '182215.271000', '182215.273000', '182235.162000', '182235.165000', '182235.168000', '182235.170000', '182235.174000', '182235.177000', '182235.180000', '182235.182000', '182235.185000', '182235.187000', '182235.190000', '182235.193000', '182235.196000', '182235.198000', '182235.201000', '182235.204000', '182235.206000', '182235.209000', '182235.212000', '182235.214000', '182235.217000', '182235.219000', '182235.222000', '182235.225000', '182235.228000', '182235.230000', '182235.233000', '182235.235000', '182235.238000', '182235.241000', '182235.243000', '182235.246000', '182235.248000', '182235.251000', '182235.254000', '182235.256000', '182235.259000', '182235.262000', '182235.264000', '182235.267000', '182235.270000', '182235.272000', '182235.275000', '182255.161000', '182255.164000', '182255.167000', '182255.169000', '182255.172000', '182255.175000', '182255.177000', '182255.180000', '182255.182000', '182255.185000', '182255.188000', '182255.190000', '182255.193000', '182255.195000', '182255.198000', '182255.201000', '182255.204000', '182255.206000', '182255.209000', '182255.211000', '182255.214000', '182255.216000', '182255.219000', '182255.222000', '182255.224000', '182255.227000', '182255.229000', '182255.232000', '182255.235000', '182255.237000', '182255.240000', '182255.243000', '182255.245000', '182255.248000', '182255.250000', '182255.253000', '182255.256000', '182255.258000', '182255.261000', '182255.264000', '182255.266000', '182255.269000', '182255.271000', '182255.274000', '182308.437000', '182308.440000', '182308.443000', '182308.446000', '182308.448000', '182308.451000', '182308.453000', '182308.456000', '182308.468000', '182308.471000', '182308.474000', '182308.476000', '182308.479000', '182308.482000', '182308.485000', '182308.488000', '182308.490000', '182308.493000', '182308.496000', '182308.499000', '182308.502000', '182308.505000', '182308.508000', '182308.511000', '182308.514000', '182308.516000', '182308.519000', '182308.521000', '182308.524000'], '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': [9995, 8151, 7359, 8283, 7041, 8303, 7284, 8251, 7653, 7385, 8261, 8343, 7882, 8063, 8194, 7827, 8183, 7424, 7941, 7608, 7880, 7698, 8214, 7646, 8414, 7873, 8241, 8044, 8732, 7695, 7990, 8182, 7327, 7156, 7649, 7570, 7758, 8433, 7795, 8135, 8281, 7421, 7873, 7867, 8038, 8152, 8419, 8022, 8753, 7851, 9059, 8116, 8625, 7892, 8749, 7767, 7732, 8207, 7058, 6962, 7754, 8189, 7531, 8400, 7751, 7998, 8382, 8652, 7845, 8447, 7890, 8596, 7730, 8212, 8193, 8981, 7972, 7759, 8023, 7773, 8155, 7593, 7542, 8024, 7611, 7734, 8203, 7667, 8060, 7840, 8611, 7856, 8679, 7719, 8512, 8033, 8470, 7953, 9042, 8202, 7640, 8447, 7127, 7872, 7308, 7750, 7739, 8288, 7563, 8321, 7642, 8101, 7767, 8355, 8362, 6988, 7370, 7730, 7961, 8190, 7364, 7864, 8355, 7888, 7893, 8058, 7132, 8125, 7667, 7283, 7819, 8245, 7836, 8480, 8181, 8101, 8443, 7514, 7842, 7830, 8128, 7776, 8501, 8210, 8168, 8114, 7742, 7417, 7745, 8293, 7912, 8443, 8135, 10025, 8523, 7392, 7994, 7863, 8479, 7834, 8036, 8082, 7435, 7527, 8049, 7948, 7761, 8433, 7830, 7649, 8259, 8290, 6649, 7408, 7898, 8361, 7687, 8117, 8415, 8360, 8455, 8076, 8323, 8046, 8574, 8359, 8950, 8547, 6827, 7555, 7391, 7512, 8001, 7413, 7941, 7331, 7998, 7120, 7823, 7773, 7990, 7684, 9197, 8138, 9211, 7933, 8208, 7992, 7859, 7940, 7955, 8166, 7613, 7745, 7813, 8568, 8061, 8391, 7987, 8224, 8074, 7700, 7874, 7792, 8182, 7792, 7961, 7852, 7567, 8077, 8774, 8004, 7723, 8221, 7809, 8311, 7362, 7586, 7932, 8538, 7823, 8584, 7822, 8018, 8046, 7555, 8028, 7446, 7543, 7684, 7507, 8101, 8554, 8022, 8214, 7762, 8219, 7871, 7980, 8134, 7146, 7183, 7847, 8067, 7844, 7939, 8430, 8428, 7812, 8600, 8002, 7230, 8070, 7247, 7500, 7890, 7627, 8235, 8049, 7965, 8181, 7689, 7719, 8217, 8897, 7898, 7606, 8059, 7054, 7286, 7846, 7685, 8071, 8289, 7880, 8491, 8033, 8291, 8175, 7589, 7689, 7853, 7737, 7873, 7926, 8321, 8327, 8166, 7397, 7598, 7584, 7802, 7915, 7616, 8499, 8516, 8126, 7740, 8081, 7004, 7453, 7815, 7706, 8214, 8098, 7710, 8032, 7636, 7792, 8055, 9182, 8012, 7376, 7409, 7768, 8030, 8980, 7732, 8533, 8065, 7620, 7318, 7960, 8391, 8616, 8926, 7470, 8211, 8444, 8143, 8105, 8682, 8150, 7871, 8161, 8703, 8175, 7852, 7544, 8964, 7701, 7371, 7922, 8563, 7832, 9117, 7702, 8659, 7811, 9509, 7989, 7800, 8501, 7627, 8098, 7999, 8542, 7636, 8693, 7860, 7867, 7837, 7727, 8645, 8116, 8164, 8663, 7649, 8950, 8261, 8519, 7844, 8453, 8171, 7609, 8615, 8012, 8257, 8121, 9252, 8175, 8799, 8026, 8125, 8169, 7856, 7575, 7875, 8515, 7525, 9022, 7436, 8848, 7704, 8878, 7775, 7564, 8081, 7500, 8118, 7794, 8446, 7881, 8756, 7679, 8903, 7550, 8324, 7990, 7937, 7614, 7791, 8765, 7755, 8474, 7832, 7655, 8148, 7493, 7750, 7833, 8866, 7498, 8375, 8218, 8450, 7853, 8078, 8719, 8308, 9116, 7616, 8188, 7730, 7751, 8258, 7801, 8944, 7623, 8479, 7993, 7634, 8036, 7749, 8961, 7953, 8849, 7840, 8348, 8003, 7879, 9137, 7800, 8239, 8177, 8092, 8485, 7773, 7747, 8155, 7481, 8473, 8017, 8229, 8654, 8412, 8365, 7957, 8073, 8186, 8355, 8576, 10007, 7637, 7066, 7816, 8073, 7652, 7694, 7478, 8430, 7991, 7596, 7962, 7870, 8197, 7894, 9889, 7878, 7575, 8388, 7937, 8409, 8333, 10364, 8085, 7412, 7900, 7834, 8429, 8370, 8046, 7113, 7517, 7737, 7556, 8342, 7982, 8242, 8360, 7900, 7587, 7718, 7792, 7804, 8637, 8043, 8526, 8309, 7844, 8003, 7538, 7170, 8095, 8158, 8116, 7811, 8095, 7656, 7922, 7891, 8417, 7966, 10148, 8260, 8049, 8102, 7594, 7398, 7693, 8448, 7852, 7919, 8031, 7865, 7074, 7909, 8422, 7913, 7960, 8096, 8067, 8321, 7901, 7900, 8064, 8772, 7658, 8300, 8446, 8244, 7529, 7872, 8065, 7595, 8471, 8238, 8047, 7165, 7579, 8124, 7878, 8179, 7994, 8880, 8064, 7462, 7350, 7686, 8361, 8003, 9497, 7326, 7604, 7981, 7687, 8388, 8224, 10072, 8185, 7762, 7807, 7861, 8395, 7952, 9514, 8048, 8240, 7435, 8159, 8139, 8221, 8209, 7156, 7734, 8518, 8117, 8276, 8558, 8357, 8149, 7989, 8288, 7929, 8184, 8030, 8017, 8202, 8142, 7755, 8141, 7824, 8725, 8317, 10247, 8291, 8110, 8093, 8033, 8538, 8310, 8142, 7562, 8029, 8527, 7833, 8914, 8295, 8377, 7707, 8151, 8178, 8027, 7818, 7986, 7847, 7964, 8368, 8051, 7877, 7817, 8493, 8115, 8661, 8158, 8327, 8039, 7868, 8213, 8056, 8011, 8354, 8214, 8279, 8034, 8736, 8362, 8159, 7131, 7976, 8646, 7927, 8258, 8142, 7913, 7310, 7998, 8261, 8012, 8146, 8288, 8264, 8092, 7893, 8557, 8083, 7863, 8279, 8147, 9311, 8037, 7943, 8091, 7872, 8206, 7954, 8675, 8151, 8133, 7780, 7734, 8350, 8068, 7986, 8272, 8022, 8697, 7957, 7974, 8273, 8014, 8518, 8232, 8952, 8387, 8007, 7379, 7854, 9112, 8081, 7232, 7577, 7944, 7985, 7974, 9178, 8178, 10478, 8292, 7743, 7927, 7779, 8477, 7811, 8487, 8253, 8072, 8060, 7725, 7861, 8407, 7881, 7826, 7965, 8606, 8191, 8808, 8286, 9579, 8408, 8800, 7668, 7857, 8334, 7825, 8293, 8147, 10208, 8371, 8040, 8312, 7919, 8447, 8319, 10146, 8122, 7787, 8440, 8093, 8767, 8074, 8121, 8166, 7876, 8289, 7877, 7955, 8229, 7964, 7595, 7960, 9655, 8257, 8102, 8211, 8272, 8221, 8076, 8429, 7683, 7830, 8389, 7981, 8711, 7617, 7834, 8390, 7895, 8348, 8531, 7973, 7385, 7790, 8609, 7710, 8870, 8343, 7971, 7275, 7872, 8473, 7924, 8581, 8153, 8462, 8251, 7783, 7868, 7706, 8216, 7841, 8434, 8214, 8402, 8431, 8011, 7434, 8002, 7960, 8184, 8458, 8395, 8308, 8185, 8260, 8463, 7890, 7974, 7673, 8294, 7925, 8231, 8179, 9889, 8351, 8281, 8453, 7446, 7851, 7859, 8130, 8349], 'WindowCenter': [3742.0, 3705.0, 3689.0, 3691.0, 3677.0, 3687.0, 3673.0, 3688.0, 3689.0, 3676.0, 3687.0, 3685.0, 3686.0, 3675.0, 3686.0, 3676.0, 3698.0, 3688.0, 3687.0, 3675.0, 3685.0, 3675.0, 3687.0, 3675.0, 3686.0, 3688.0, 3698.0, 3688.0, 3685.0, 3677.0, 3687.0, 3685.0, 3677.0, 3691.0, 3689.0, 3689.0, 3688.0, 3689.0, 3689.0, 3689.0, 3700.0, 3687.0, 3690.0, 3689.0, 3684.0, 3688.0, 3686.0, 3684.0, 3697.0, 3685.0, 3684.0, 3686.0, 3685.0, 3673.0, 3683.0, 3683.0, 3684.0, 3684.0, 3673.0, 3675.0, 3689.0, 3698.0, 3685.0, 3696.0, 3688.0, 3697.0, 3687.0, 3688.0, 3685.0, 3685.0, 3684.0, 3683.0, 3687.0, 3684.0, 3683.0, 3685.0, 3686.0, 3676.0, 3687.0, 3674.0, 3700.0, 3686.0, 3685.0, 3685.0, 3685.0, 3687.0, 3687.0, 3685.0, 3688.0, 3687.0, 3684.0, 3684.0, 3683.0, 3676.0, 3682.0, 3687.0, 3686.0, 3684.0, 3683.0, 3685.0, 3672.0, 3686.0, 3675.0, 3687.0, 3689.0, 3686.0, 3689.0, 3685.0, 3687.0, 3687.0, 3688.0, 3700.0, 3702.0, 3698.0, 3698.0, 3677.0, 3686.0, 3686.0, 3699.0, 3713.0, 3687.0, 3688.0, 3700.0, 3689.0, 3686.0, 3687.0, 3689.0, 3688.0, 3686.0, 3675.0, 3688.0, 3684.0, 3687.0, 3687.0, 3701.0, 3686.0, 3685.0, 3674.0, 3686.0, 3685.0, 3685.0, 3679.0, 3688.0, 3697.0, 3686.0, 3686.0, 3687.0, 3675.0, 3687.0, 3687.0, 3688.0, 3696.0, 3688.0, 3698.0, 3697.0, 3676.0, 3684.0, 3686.0, 3697.0, 3686.0, 3687.0, 3688.0, 3687.0, 3685.0, 3688.0, 3685.0, 3686.0, 3697.0, 3691.0, 3690.0, 3690.0, 3700.0, 3680.0, 3692.0, 3702.0, 3697.0, 3690.0, 3686.0, 3686.0, 3689.0, 3686.0, 3691.0, 3698.0, 3689.0, 3687.0, 3686.0, 3684.0, 3688.0, 3665.0, 3676.0, 3676.0, 3691.0, 3688.0, 3675.0, 3687.0, 3678.0, 3689.0, 3679.0, 3690.0, 3688.0, 3686.0, 3691.0, 3697.0, 3685.0, 3684.0, 3685.0, 3686.0, 3682.0, 3675.0, 3687.0, 3687.0, 3700.0, 3675.0, 3684.0, 3686.0, 3684.0, 3685.0, 3686.0, 3689.0, 3688.0, 3686.0, 3674.0, 3685.0, 3673.0, 3687.0, 3677.0, 3686.0, 3688.0, 3685.0, 3686.0, 3687.0, 3687.0, 3676.0, 3688.0, 3686.0, 3697.0, 3678.0, 3690.0, 3689.0, 3696.0, 3690.0, 3696.0, 3703.0, 3691.0, 3689.0, 3690.0, 3689.0, 3677.0, 3688.0, 3689.0, 3688.0, 3686.0, 3686.0, 3684.0, 3684.0, 3676.0, 3687.0, 3690.0, 3688.0, 3689.0, 3678.0, 3678.0, 3688.0, 3685.0, 3690.0, 3700.0, 3702.0, 3689.0, 3689.0, 3697.0, 3687.0, 3678.0, 3689.0, 3690.0, 3688.0, 3688.0, 3687.0, 3688.0, 3685.0, 3688.0, 3687.0, 3687.0, 3689.0, 3698.0, 3700.0, 3686.0, 3677.0, 3686.0, 3678.0, 3689.0, 3688.0, 3687.0, 3687.0, 3686.0, 3686.0, 3685.0, 3687.0, 3689.0, 3688.0, 3677.0, 3687.0, 3684.0, 3676.0, 3686.0, 3689.0, 3689.0, 3686.0, 3687.0, 3676.0, 3686.0, 3686.0, 3687.0, 3702.0, 3686.0, 3698.0, 3689.0, 3687.0, 3676.0, 3686.0, 3679.0, 3687.0, 3688.0, 3688.0, 3688.0, 3685.0, 3685.0, 3688.0, 3689.0, 3687.0, 3690.0, 3701.0, 3689.0, 3690.0, 3676.0, 3686.0, 3687.0, 3698.0, 3684.0, 3695.0, 3688.0, 3688.0, 3686.0, 3688.0, 3699.0, 3701.0, 3700.0, 3676.0, 3684.0, 3685.0, 3675.0, 3673.0, 3683.0, 3685.0, 3684.0, 3687.0, 3688.0, 3686.0, 3700.0, 3688.0, 3698.0, 3689.0, 3689.0, 3690.0, 3701.0, 3689.0, 3701.0, 3689.0, 3688.0, 3689.0, 3696.0, 3686.0, 3675.0, 3687.0, 3677.0, 3688.0, 3688.0, 3688.0, 3688.0, 3686.0, 3687.0, 3686.0, 3687.0, 3688.0, 3687.0, 3688.0, 3688.0, 3697.0, 3687.0, 3698.0, 3701.0, 3698.0, 3686.0, 3687.0, 3685.0, 3676.0, 3686.0, 3687.0, 3687.0, 3687.0, 3682.0, 3684.0, 3683.0, 3674.0, 3673.0, 3686.0, 3687.0, 3676.0, 3685.0, 3686.0, 3686.0, 3696.0, 3678.0, 3697.0, 3690.0, 3700.0, 3687.0, 3690.0, 3688.0, 3677.0, 3687.0, 3688.0, 3700.0, 3688.0, 3686.0, 3689.0, 3688.0, 3678.0, 3687.0, 3700.0, 3687.0, 3676.0, 3679.0, 3687.0, 3687.0, 3686.0, 3689.0, 3690.0, 3702.0, 3690.0, 3691.0, 3690.0, 3697.0, 3691.0, 3697.0, 3702.0, 3700.0, 3688.0, 3688.0, 3698.0, 3688.0, 3684.0, 3687.0, 3687.0, 3688.0, 3689.0, 3687.0, 3678.0, 3697.0, 3703.0, 3700.0, 3686.0, 3688.0, 3689.0, 3686.0, 3696.0, 3688.0, 3699.0, 3686.0, 3688.0, 3689.0, 3688.0, 3694.0, 3676.0, 3688.0, 3689.0, 3688.0, 3696.0, 3689.0, 3688.0, 3687.0, 3674.0, 3697.0, 3690.0, 3689.0, 3699.0, 3687.0, 3686.0, 3686.0, 3689.0, 3688.0, 3690.0, 3700.0, 3700.0, 3689.0, 3690.0, 3687.0, 3687.0, 3677.0, 3690.0, 3689.0, 3690.0, 3689.0, 3686.0, 3689.0, 3689.0, 3685.0, 3687.0, 3700.0, 3687.0, 3672.0, 3682.0, 3686.0, 3686.0, 3687.0, 3699.0, 3676.0, 3676.0, 3675.0, 3676.0, 3685.0, 3689.0, 3689.0, 3679.0, 3678.0, 3677.0, 3689.0, 3687.0, 3687.0, 3690.0, 3689.0, 3690.0, 3690.0, 3675.0, 3677.0, 3678.0, 3685.0, 3688.0, 3688.0, 3688.0, 3688.0, 3688.0, 3689.0, 3678.0, 3690.0, 3691.0, 3691.0, 3689.0, 3687.0, 3689.0, 3690.0, 3687.0, 3689.0, 3686.0, 3698.0, 3689.0, 3674.0, 3686.0, 3689.0, 3677.0, 3688.0, 3687.0, 3687.0, 3686.0, 3686.0, 3702.0, 3690.0, 3692.0, 3698.0, 3689.0, 3688.0, 3688.0, 3689.0, 3689.0, 3686.0, 3689.0, 3688.0, 3684.0, 3676.0, 3688.0, 3685.0, 3684.0, 3689.0, 3684.0, 3676.0, 3677.0, 3687.0, 3685.0, 3688.0, 3675.0, 3686.0, 3688.0, 3689.0, 3699.0, 3686.0, 3699.0, 3689.0, 3677.0, 3678.0, 3687.0, 3689.0, 3689.0, 3697.0, 3691.0, 3688.0, 3688.0, 3689.0, 3700.0, 3700.0, 3696.0, 3686.0, 3675.0, 3676.0, 3688.0, 3688.0, 3688.0, 3697.0, 3689.0, 3687.0, 3673.0, 3685.0, 3686.0, 3687.0, 3686.0, 3674.0, 3687.0, 3687.0, 3687.0, 3687.0, 3696.0, 3688.0, 3685.0, 3687.0, 3685.0, 3686.0, 3688.0, 3688.0, 3687.0, 3687.0, 3687.0, 3677.0, 3685.0, 3688.0, 3698.0, 3688.0, 3699.0, 3686.0, 3686.0, 3674.0, 3676.0, 3686.0, 3688.0, 3686.0, 3687.0, 3686.0, 3686.0, 3674.0, 3686.0, 3688.0, 3687.0, 3675.0, 3687.0, 3686.0, 3686.0, 3674.0, 3687.0, 3688.0, 3688.0, 3700.0, 3689.0, 3689.0, 3689.0, 3700.0, 3691.0, 3688.0, 3688.0, 3688.0, 3688.0, 3687.0, 3688.0, 3688.0, 3688.0, 3689.0, 3689.0, 3688.0, 3688.0, 3688.0, 3688.0, 3688.0, 3677.0, 3686.0, 3685.0, 3686.0, 3686.0, 3687.0, 3688.0, 3676.0, 3689.0, 3688.0, 3689.0, 3688.0, 3688.0, 3689.0, 3688.0, 3688.0, 3688.0, 3687.0, 3676.0, 3688.0, 3687.0, 3698.0, 3688.0, 3673.0, 3674.0, 3675.0, 3684.0, 3687.0, 3685.0, 3685.0, 3685.0, 3676.0, 3675.0, 3686.0, 3688.0, 3687.0, 3697.0, 3689.0, 3687.0, 3689.0, 3685.0, 3688.0, 3686.0, 3698.0, 3689.0, 3687.0, 3699.0, 3690.0, 3690.0, 3690.0, 3699.0, 3690.0, 3679.0, 3690.0, 3688.0, 3690.0, 3688.0, 3698.0, 3689.0, 3709.0, 3688.0, 3676.0, 3688.0, 3676.0, 3688.0, 3689.0, 3689.0, 3690.0, 3686.0, 3688.0, 3689.0, 3691.0, 3700.0, 3688.0, 3689.0, 3691.0, 3690.0, 3687.0, 3697.0, 3691.0, 3699.0, 3689.0, 3685.0, 3677.0, 3676.0, 3685.0, 3676.0, 3689.0, 3688.0, 3698.0, 3688.0, 3675.0, 3686.0, 3677.0, 3687.0, 3688.0, 3696.0, 3676.0, 3675.0, 3674.0, 3674.0, 3674.0, 3675.0, 3676.0, 3687.0, 3689.0, 3687.0, 3687.0, 3688.0, 3700.0, 3689.0, 3689.0, 3690.0, 3697.0, 3685.0, 3677.0, 3688.0, 3690.0, 3687.0, 3689.0, 3689.0, 3677.0, 3677.0, 3690.0, 3689.0, 3688.0, 3689.0, 3677.0, 3688.0, 3688.0, 3688.0, 3701.0, 3687.0, 3679.0, 3677.0, 3687.0, 3678.0, 3689.0, 3690.0, 3688.0, 3679.0, 3690.0, 3689.0, 3689.0, 3689.0, 3689.0, 3689.0, 3687.0, 3689.0, 3687.0, 3676.0, 3685.0, 3690.0, 3690.0, 3703.0, 3690.0, 3690.0, 3690.0, 3678.0, 3689.0, 3686.0, 3688.0, 3688.0, 3688.0, 3687.0, 3690.0, 3688.0, 3689.0, 3690.0, 3686.0, 3675.0, 3686.0, 3689.0, 3689.0, 3689.0, 3699.0, 3686.0, 3688.0, 3689.0, 3679.0, 3690.0, 3690.0, 3689.0, 3689.0], 'WindowWidth': [8428.0, 8369.0, 8336.0, 8337.0, 8312.0, 8327.0, 8304.0, 8330.0, 8333.0, 8310.0, 8325.0, 8323.0, 8322.0, 8306.0, 8324.0, 8311.0, 8344.0, 8333.0, 8327.0, 8309.0, 8322.0, 8308.0, 8325.0, 8308.0, 8323.0, 8332.0, 8345.0, 8330.0, 8324.0, 8312.0, 8324.0, 8321.0, 8315.0, 8340.0, 8334.0, 8334.0, 8331.0, 8331.0, 8331.0, 8333.0, 8352.0, 8332.0, 8337.0, 8332.0, 8322.0, 8327.0, 8325.0, 8320.0, 8342.0, 8326.0, 8320.0, 8324.0, 8318.0, 8303.0, 8315.0, 8321.0, 8324.0, 8322.0, 8305.0, 8311.0, 8331.0, 8344.0, 8326.0, 8341.0, 8334.0, 8345.0, 8329.0, 8329.0, 8324.0, 8322.0, 8320.0, 8318.0, 8329.0, 8322.0, 8319.0, 8322.0, 8323.0, 8309.0, 8327.0, 8308.0, 8351.0, 8328.0, 8326.0, 8326.0, 8325.0, 8328.0, 8328.0, 8326.0, 8333.0, 8331.0, 8322.0, 8321.0, 8317.0, 8309.0, 8314.0, 8327.0, 8328.0, 8323.0, 8319.0, 8324.0, 8304.0, 8325.0, 8307.0, 8329.0, 8334.0, 8327.0, 8333.0, 8323.0, 8327.0, 8326.0, 8331.0, 8351.0, 8355.0, 8344.0, 8346.0, 8315.0, 8327.0, 8326.0, 8348.0, 8374.0, 8332.0, 8332.0, 8349.0, 8332.0, 8325.0, 8328.0, 8334.0, 8332.0, 8325.0, 8312.0, 8329.0, 8321.0, 8329.0, 8328.0, 8353.0, 8329.0, 8325.0, 8309.0, 8327.0, 8322.0, 8322.0, 8316.0, 8329.0, 8343.0, 8326.0, 8327.0, 8327.0, 8309.0, 8324.0, 8325.0, 8330.0, 8342.0, 8330.0, 8343.0, 8342.0, 8311.0, 8320.0, 8323.0, 8342.0, 8327.0, 8326.0, 8332.0, 8328.0, 8325.0, 8330.0, 8325.0, 8327.0, 8344.0, 8340.0, 8336.0, 8334.0, 8347.0, 8323.0, 8343.0, 8355.0, 8345.0, 8336.0, 8325.0, 8324.0, 8330.0, 8324.0, 8337.0, 8346.0, 8330.0, 8324.0, 8323.0, 8319.0, 8327.0, 8294.0, 8310.0, 8309.0, 8339.0, 8332.0, 8311.0, 8329.0, 8316.0, 8333.0, 8318.0, 8335.0, 8330.0, 8327.0, 8339.0, 8343.0, 8323.0, 8320.0, 8321.0, 8322.0, 8317.0, 8306.0, 8328.0, 8330.0, 8348.0, 8310.0, 8321.0, 8324.0, 8318.0, 8321.0, 8324.0, 8335.0, 8330.0, 8326.0, 8307.0, 8323.0, 8304.0, 8326.0, 8312.0, 8326.0, 8332.0, 8323.0, 8326.0, 8327.0, 8327.0, 8311.0, 8328.0, 8328.0, 8343.0, 8315.0, 8336.0, 8332.0, 8339.0, 8332.0, 8340.0, 8359.0, 8337.0, 8334.0, 8333.0, 8332.0, 8313.0, 8328.0, 8333.0, 8329.0, 8325.0, 8325.0, 8321.0, 8318.0, 8311.0, 8325.0, 8335.0, 8331.0, 8334.0, 8317.0, 8318.0, 8328.0, 8324.0, 8333.0, 8350.0, 8354.0, 8331.0, 8334.0, 8341.0, 8328.0, 8315.0, 8332.0, 8337.0, 8331.0, 8329.0, 8329.0, 8329.0, 8323.0, 8327.0, 8326.0, 8330.0, 8333.0, 8345.0, 8347.0, 8327.0, 8313.0, 8325.0, 8317.0, 8334.0, 8331.0, 8331.0, 8329.0, 8324.0, 8326.0, 8324.0, 8329.0, 8332.0, 8329.0, 8312.0, 8326.0, 8320.0, 8311.0, 8324.0, 8332.0, 8332.0, 8325.0, 8327.0, 8311.0, 8325.0, 8323.0, 8328.0, 8356.0, 8328.0, 8344.0, 8331.0, 8328.0, 8311.0, 8324.0, 8320.0, 8329.0, 8331.0, 8330.0, 8330.0, 8322.0, 8323.0, 8329.0, 8335.0, 8332.0, 8337.0, 8352.0, 8334.0, 8334.0, 8311.0, 8328.0, 8326.0, 8342.0, 8321.0, 8338.0, 8333.0, 8331.0, 8327.0, 8330.0, 8348.0, 8352.0, 8347.0, 8311.0, 8319.0, 8320.0, 8308.0, 8301.0, 8318.0, 8322.0, 8320.0, 8326.0, 8330.0, 8325.0, 8351.0, 8332.0, 8343.0, 8332.0, 8333.0, 8334.0, 8349.0, 8332.0, 8350.0, 8335.0, 8330.0, 8332.0, 8337.0, 8323.0, 8306.0, 8326.0, 8313.0, 8329.0, 8328.0, 8329.0, 8329.0, 8322.0, 8326.0, 8323.0, 8331.0, 8330.0, 8329.0, 8331.0, 8327.0, 8341.0, 8327.0, 8343.0, 8353.0, 8343.0, 8326.0, 8325.0, 8321.0, 8308.0, 8324.0, 8326.0, 8325.0, 8326.0, 8316.0, 8317.0, 8316.0, 8304.0, 8301.0, 8322.0, 8327.0, 8310.0, 8321.0, 8323.0, 8325.0, 8337.0, 8317.0, 8339.0, 8337.0, 8347.0, 8329.0, 8333.0, 8330.0, 8313.0, 8327.0, 8330.0, 8350.0, 8332.0, 8325.0, 8332.0, 8328.0, 8315.0, 8327.0, 8350.0, 8327.0, 8310.0, 8317.0, 8327.0, 8328.0, 8324.0, 8333.0, 8337.0, 8355.0, 8336.0, 8341.0, 8336.0, 8342.0, 8337.0, 8342.0, 8355.0, 8350.0, 8332.0, 8331.0, 8342.0, 8326.0, 8319.0, 8328.0, 8328.0, 8331.0, 8332.0, 8326.0, 8314.0, 8339.0, 8359.0, 8349.0, 8327.0, 8330.0, 8333.0, 8325.0, 8339.0, 8329.0, 8344.0, 8328.0, 8329.0, 8333.0, 8327.0, 8332.0, 8309.0, 8329.0, 8334.0, 8330.0, 8341.0, 8332.0, 8329.0, 8328.0, 8307.0, 8344.0, 8338.0, 8334.0, 8345.0, 8327.0, 8324.0, 8327.0, 8335.0, 8331.0, 8334.0, 8348.0, 8347.0, 8336.0, 8337.0, 8327.0, 8326.0, 8312.0, 8334.0, 8332.0, 8333.0, 8333.0, 8325.0, 8332.0, 8331.0, 8324.0, 8326.0, 8344.0, 8324.0, 8301.0, 8314.0, 8322.0, 8324.0, 8326.0, 8343.0, 8308.0, 8306.0, 8307.0, 8309.0, 8322.0, 8332.0, 8332.0, 8320.0, 8315.0, 8311.0, 8329.0, 8326.0, 8328.0, 8334.0, 8332.0, 8334.0, 8332.0, 8308.0, 8311.0, 8312.0, 8321.0, 8327.0, 8327.0, 8328.0, 8327.0, 8328.0, 8331.0, 8318.0, 8335.0, 8337.0, 8338.0, 8331.0, 8328.0, 8330.0, 8333.0, 8328.0, 8331.0, 8325.0, 8341.0, 8329.0, 8306.0, 8323.0, 8331.0, 8313.0, 8329.0, 8326.0, 8325.0, 8324.0, 8326.0, 8355.0, 8336.0, 8339.0, 8344.0, 8331.0, 8329.0, 8328.0, 8333.0, 8333.0, 8325.0, 8333.0, 8329.0, 8319.0, 8310.0, 8328.0, 8324.0, 8319.0, 8330.0, 8318.0, 8309.0, 8311.0, 8327.0, 8324.0, 8328.0, 8311.0, 8325.0, 8328.0, 8331.0, 8345.0, 8328.0, 8346.0, 8333.0, 8314.0, 8316.0, 8327.0, 8331.0, 8334.0, 8343.0, 8337.0, 8329.0, 8328.0, 8331.0, 8348.0, 8350.0, 8342.0, 8328.0, 8309.0, 8310.0, 8327.0, 8330.0, 8329.0, 8340.0, 8332.0, 8324.0, 8303.0, 8323.0, 8326.0, 8328.0, 8325.0, 8309.0, 8327.0, 8327.0, 8328.0, 8329.0, 8340.0, 8328.0, 8323.0, 8327.0, 8322.0, 8323.0, 8327.0, 8329.0, 8328.0, 8326.0, 8328.0, 8312.0, 8323.0, 8329.0, 8345.0, 8331.0, 8345.0, 8324.0, 8323.0, 8306.0, 8308.0, 8324.0, 8328.0, 8324.0, 8327.0, 8322.0, 8321.0, 8305.0, 8322.0, 8329.0, 8325.0, 8308.0, 8326.0, 8322.0, 8322.0, 8306.0, 8326.0, 8332.0, 8330.0, 8348.0, 8333.0, 8331.0, 8332.0, 8347.0, 8339.0, 8330.0, 8331.0, 8331.0, 8329.0, 8325.0, 8329.0, 8332.0, 8331.0, 8332.0, 8331.0, 8329.0, 8328.0, 8327.0, 8331.0, 8329.0, 8314.0, 8326.0, 8322.0, 8324.0, 8323.0, 8328.0, 8328.0, 8310.0, 8331.0, 8328.0, 8330.0, 8328.0, 8331.0, 8331.0, 8328.0, 8329.0, 8328.0, 8326.0, 8309.0, 8327.0, 8328.0, 8340.0, 8328.0, 8303.0, 8304.0, 8305.0, 8317.0, 8327.0, 8320.0, 8322.0, 8322.0, 8310.0, 8309.0, 8325.0, 8330.0, 8327.0, 8343.0, 8333.0, 8326.0, 8333.0, 8326.0, 8328.0, 8322.0, 8342.0, 8329.0, 8326.0, 8347.0, 8335.0, 8334.0, 8335.0, 8345.0, 8332.0, 8315.0, 8332.0, 8327.0, 8334.0, 8332.0, 8343.0, 8329.0, 8357.0, 8326.0, 8307.0, 8324.0, 8309.0, 8329.0, 8330.0, 8330.0, 8332.0, 8323.0, 8326.0, 8332.0, 8338.0, 8348.0, 8330.0, 8333.0, 8335.0, 8331.0, 8326.0, 8339.0, 8336.0, 8344.0, 8330.0, 8321.0, 8310.0, 8308.0, 8320.0, 8309.0, 8331.0, 8330.0, 8340.0, 8326.0, 8306.0, 8322.0, 8310.0, 8326.0, 8327.0, 8336.0, 8311.0, 8305.0, 8303.0, 8304.0, 8302.0, 8307.0, 8310.0, 8325.0, 8330.0, 8325.0, 8326.0, 8327.0, 8348.0, 8331.0, 8331.0, 8332.0, 8339.0, 8321.0, 8310.0, 8327.0, 8332.0, 8325.0, 8331.0, 8329.0, 8310.0, 8310.0, 8333.0, 8332.0, 8328.0, 8331.0, 8311.0, 8327.0, 8327.0, 8329.0, 8348.0, 8325.0, 8316.0, 8312.0, 8324.0, 8313.0, 8329.0, 8334.0, 8329.0, 8318.0, 8331.0, 8330.0, 8330.0, 8330.0, 8333.0, 8331.0, 8328.0, 8330.0, 8325.0, 8309.0, 8320.0, 8333.0, 8334.0, 8354.0, 8333.0, 8332.0, 8335.0, 8317.0, 8328.0, 8325.0, 8329.0, 8326.0, 8328.0, 8325.0, 8334.0, 8330.0, 8331.0, 8333.0, 8323.0, 8308.0, 8323.0, 8333.0, 8331.0, 8331.0, 8345.0, 8324.0, 8327.0, 8330.0, 8316.0, 8333.0, 8333.0, 8331.0, 8330.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.000276816091954023</td></tr>
<tr><td colspan=3>aqi</td><td>0.020887013793103447</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.16731258257767</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.210022843958573</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875632247180668</td></tr>
<tr><td colspan=3>efc</td><td>0.4948</td></tr>
<tr><td colspan=3>fber</td><td>5372.4463</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09023465209850348</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.103448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3415084335954415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.262905491502674</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5422198484796645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2193999608039863</td></tr>
<tr><td colspan=3>gcor</td><td>0.004689</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008421861566603184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02305382862687111</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.231523904249685</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>24.4085</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6759</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.8625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292266.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>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.6352</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2055</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.7237</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2880.8765</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>709.6692</td></tr>
<tr><td colspan=3>tsnr</td><td>41.030180962057784</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>