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

616 lines
No EOL
107 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-0047_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0047_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0047/ses-01/func/sub-0047_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>75bf6f2432544ee1ca0734f24a7cb108</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>17:41:34.792500</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.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</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.0903396</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7254, 623, -9, -193, 40, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>079792cc-c0a9-4100-b9eb-e37966097a63||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.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['174134.792500', '174135.252500', '174135.712500', '174136.172500', '174136.632500', '174137.092500', '174137.552500', '174138.012500', '174138.472500', '174138.932500', '174139.392500', '174139.852500', '174140.312500', '174140.772500', '174141.232500', '174141.692500', '174142.152500', '174142.612500', '174143.072500', '174143.532500', '174143.992500', '174144.452500', '174144.912500', '174145.372500', '174145.832500', '174146.292500', '174146.752500', '174147.212500', '174147.672500', '174148.132500', '174148.592500', '174149.052500', '174149.512500', '174149.972500', '174150.432500', '174150.892500', '174151.352500', '174151.812500', '174152.272500', '174152.732500', '174153.192500', '174153.652500', '174154.112500', '174154.572500', '174155.032500', '174155.492500', '174155.952500', '174156.412500', '174156.872500', '174157.332500', '174157.792500', '174158.252500', '174158.712500', '174159.172500', '174159.632500', '174200.092500', '174200.552500', '174201.012500', '174201.472500', '174201.932500', '174202.392500', '174202.852500', '174203.312500', '174203.772500', '174204.232500', '174204.692500', '174205.152500', '174205.612500', '174206.072500', '174206.532500', '174206.992500', '174207.452500', '174207.912500', '174208.372500', '174208.832500', '174209.292500', '174209.752500', '174210.212500', '174210.672500', '174211.132500', '174211.592500', '174212.052500', '174212.512500', '174212.972500', '174213.432500', '174213.892500', '174214.352500', '174214.812500', '174215.272500', '174215.732500', '174216.192500', '174216.652500', '174217.112500', '174217.572500', '174218.032500', '174218.492500', '174218.952500', '174219.412500', '174219.872500', '174220.332500', '174220.792500', '174221.252500', '174221.712500', '174222.172500', '174222.632500', '174223.092500', '174223.552500', '174224.012500', '174224.472500', '174224.932500', '174225.392500', '174225.852500', '174226.312500', '174226.772500', '174227.232500', '174227.692500', '174228.152500', '174228.612500', '174229.072500', '174229.532500', '174229.992500', '174230.452500', '174230.912500', '174231.372500', '174231.832500', '174232.292500', '174232.752500', '174233.212500', '174233.672500', '174234.132500', '174234.592500', '174235.052500', '174235.512500', '174235.972500', '174236.432500', '174236.892500', '174237.352500', '174237.812500', '174238.272500', '174238.732500', '174239.192500', '174239.652500', '174240.112500', '174240.572500', '174241.032500', '174241.492500', '174241.952500', '174242.412500', '174242.872500', '174243.332500', '174243.792500', '174244.252500', '174244.712500', '174245.172500', '174245.632500', '174246.092500', '174246.552500', '174247.012500', '174247.472500', '174247.932500', '174248.392500', '174248.852500', '174249.312500', '174249.772500', '174250.232500', '174250.692500', '174251.152500', '174251.612500', '174252.072500', '174252.532500', '174252.992500', '174253.452500', '174253.912500', '174254.372500', '174254.832500', '174255.292500', '174255.752500', '174256.212500', '174256.672500', '174257.132500', '174257.592500', '174258.052500', '174258.512500', '174258.972500', '174259.432500', '174259.892500', '174300.352500', '174300.812500', '174301.272500', '174301.732500', '174302.192500', '174302.652500', '174303.112500', '174303.572500', '174304.032500', '174304.492500', '174304.952500', '174305.412500', '174305.872500', '174306.332500', '174306.792500', '174307.252500', '174307.712500', '174308.172500', '174308.632500', '174309.092500', '174309.552500', '174310.012500', '174310.472500', '174310.932500', '174311.392500', '174311.852500', '174312.312500', '174312.772500', '174313.232500', '174313.692500', '174314.152500', '174314.612500', '174315.072500', '174315.532500', '174315.992500', '174316.452500', '174316.912500', '174317.372500', '174317.832500', '174318.292500', '174318.752500', '174319.212500', '174319.672500', '174320.132500', '174320.592500', '174321.052500', '174321.512500', '174321.972500', '174322.432500', '174322.892500', '174323.352500', '174323.812500', '174324.272500', '174324.732500', '174325.192500', '174325.652500', '174326.112500', '174326.572500', '174327.032500', '174327.492500', '174327.952500', '174328.412500', '174328.872500', '174329.332500', '174329.792500', '174330.252500', '174330.712500', '174331.172500', '174331.632500', '174332.092500', '174332.552500', '174333.012500', '174333.472500', '174333.932500', '174334.392500', '174334.852500', '174335.312500', '174335.772500', '174336.232500', '174336.692500', '174337.152500', '174337.612500', '174338.072500', '174338.532500', '174338.992500', '174339.452500', '174339.912500', '174340.372500', '174340.832500', '174341.292500', '174341.752500', '174342.212500', '174342.672500', '174343.132500', '174343.592500', '174344.052500', '174344.512500', '174344.972500', '174345.432500', '174345.892500', '174346.352500', '174346.812500', '174347.272500', '174347.732500', '174348.192500', '174348.652500', '174349.112500', '174349.572500', '174350.032500', '174350.492500', '174350.952500', '174351.412500', '174351.872500', '174352.332500', '174352.792500', '174353.252500', '174353.712500', '174354.172500', '174354.632500', '174355.092500', '174355.552500', '174356.012500', '174356.472500', '174356.932500', '174357.392500', '174357.852500', '174358.312500', '174358.772500', '174359.232500', '174359.692500', '174400.152500', '174400.612500', '174401.072500', '174401.532500', '174401.992500', '174402.452500', '174402.912500', '174403.372500', '174403.832500', '174404.292500', '174404.752500', '174405.212500', '174405.672500', '174406.132500', '174406.592500', '174407.052500', '174407.512500', '174407.972500', '174408.432500', '174408.892500', '174409.352500', '174409.812500', '174410.272500', '174410.732500', '174411.192500', '174411.652500', '174412.112500', '174412.572500', '174413.032500', '174413.492500', '174413.952500', '174414.412500', '174414.872500', '174415.332500', '174415.792500', '174416.252500', '174416.712500', '174417.172500', '174417.632500', '174418.092500', '174418.552500', '174419.012500', '174419.472500', '174419.932500', '174420.392500', '174420.852500', '174421.312500', '174421.772500', '174422.232500', '174422.692500', '174423.152500', '174423.612500', '174424.072500', '174424.532500', '174424.992500', '174425.452500', '174425.912500', '174426.372500', '174426.832500', '174427.292500', '174427.752500', '174428.212500', '174428.672500', '174429.132500', '174429.592500', '174430.052500', '174430.512500', '174430.972500', '174431.432500', '174431.892500', '174432.352500', '174432.812500', '174433.272500', '174433.732500', '174434.192500', '174434.652500', '174435.112500', '174435.572500', '174436.032500', '174436.492500', '174436.952500', '174437.412500', '174437.872500', '174438.332500', '174438.792500', '174439.252500', '174439.712500', '174440.172500', '174440.632500', '174441.092500', '174441.552500', '174442.012500', '174442.472500', '174442.932500', '174443.392500', '174443.852500', '174444.312500', '174444.772500', '174445.232500', '174445.692500', '174446.152500', '174446.612500', '174447.072500', '174447.532500', '174447.992500', '174448.452500', '174448.912500', '174449.372500', '174449.832500', '174450.292500', '174450.752500', '174451.212500', '174451.672500', '174452.132500', '174452.592500', '174453.052500', '174453.512500', '174453.972500', '174454.432500', '174454.892500', '174455.352500', '174455.812500', '174456.272500', '174456.732500', '174457.192500', '174457.652500', '174458.112500', '174458.572500', '174459.032500', '174459.492500', '174459.952500', '174500.412500', '174500.872500', '174501.332500', '174501.792500', '174502.252500', '174502.712500', '174503.172500', '174503.632500', '174504.092500', '174504.552500', '174505.012500', '174505.472500', '174505.932500', '174506.392500', '174506.852500', '174507.312500', '174507.772500', '174508.232500', '174508.692500', '174509.152500', '174509.612500', '174510.072500', '174510.532500', '174510.992500', '174511.452500', '174511.912500', '174512.372500', '174512.832500', '174513.292500', '174513.752500', '174514.212500', '174514.672500', '174515.132500', '174515.592500', '174516.052500', '174516.512500', '174516.972500', '174517.432500', '174517.892500', '174518.352500', '174518.812500', '174519.272500', '174519.732500', '174520.192500', '174520.652500', '174521.112500', '174521.572500', '174522.032500', '174522.492500', '174522.952500', '174523.412500', '174523.872500', '174524.332500', '174524.792500', '174525.252500', '174525.712500', '174526.172500', '174526.632500', '174527.092500', '174527.552500', '174528.012500', '174528.472500', '174528.932500', '174529.392500', '174529.852500', '174530.312500', '174530.772500', '174531.232500', '174531.692500', '174532.152500', '174532.612500', '174533.072500', '174533.532500', '174533.992500', '174534.452500', '174534.912500', '174535.372500', '174535.832500', '174536.292500', '174536.752500', '174537.212500', '174537.672500', '174538.132500', '174538.592500', '174539.052500', '174539.512500', '174539.972500', '174540.432500', '174540.892500', '174541.352500', '174541.812500', '174542.272500', '174542.732500', '174543.192500', '174543.652500', '174544.112500', '174544.572500', '174545.032500', '174545.492500', '174545.952500', '174546.412500', '174546.872500', '174547.332500', '174547.792500', '174548.252500', '174548.712500', '174549.172500', '174549.632500', '174550.092500', '174550.552500', '174551.012500', '174551.472500', '174551.932500', '174552.392500', '174552.852500', '174553.312500', '174553.772500', '174554.232500', '174554.692500', '174555.152500', '174555.612500', '174556.072500', '174556.532500', '174556.992500', '174557.452500', '174557.912500', '174558.372500', '174558.832500', '174559.292500', '174559.752500', '174600.212500', '174600.672500', '174601.132500', '174601.592500', '174602.052500', '174602.512500', '174602.972500', '174603.432500', '174603.892500', '174604.352500', '174604.812500', '174605.272500', '174605.732500', '174606.192500', '174606.652500', '174607.112500', '174607.572500', '174608.032500', '174608.492500', '174608.952500', '174609.412500', '174609.872500', '174610.332500', '174610.792500', '174611.252500', '174611.712500', '174612.172500', '174612.632500', '174613.092500', '174613.552500', '174614.012500', '174614.472500', '174614.932500', '174615.392500', '174615.852500', '174616.312500', '174616.772500', '174617.232500', '174617.692500', '174618.152500', '174618.612500', '174619.072500', '174619.532500', '174619.992500', '174620.452500', '174620.912500', '174621.372500', '174621.832500', '174622.292500', '174622.752500', '174623.212500', '174623.672500', '174624.132500', '174624.592500', '174625.052500', '174625.512500', '174625.972500', '174626.432500', '174626.892500', '174627.352500', '174627.812500', '174628.272500', '174628.732500', '174629.192500', '174629.652500', '174630.112500', '174630.572500', '174631.032500', '174631.492500', '174631.952500', '174632.412500', '174632.872500', '174633.332500', '174633.792500', '174634.252500', '174634.712500', '174635.172500', '174635.632500', '174636.092500', '174636.552500', '174637.012500', '174637.472500', '174637.932500', '174638.392500', '174638.852500', '174639.312500', '174639.772500', '174640.232500', '174640.692500', '174641.152500', '174641.612500', '174642.072500', '174642.532500', '174642.992500', '174643.452500', '174643.912500', '174644.372500', '174644.832500', '174645.292500', '174645.752500', '174646.212500', '174646.672500', '174647.132500', '174647.592500', '174648.052500', '174648.512500', '174648.972500', '174649.432500', '174649.892500', '174650.352500', '174650.812500', '174651.272500', '174651.732500', '174652.192500', '174652.652500', '174653.112500', '174653.572500', '174654.032500', '174654.492500', '174654.952500', '174655.412500', '174655.872500', '174656.332500', '174656.792500', '174657.252500', '174657.712500', '174658.172500', '174658.632500', '174659.092500', '174659.552500', '174700.012500', '174700.472500', '174700.932500', '174701.392500', '174701.852500', '174702.312500', '174702.772500', '174703.232500', '174703.692500', '174704.152500', '174704.612500', '174705.072500', '174705.532500', '174705.992500', '174706.452500', '174706.912500', '174707.372500', '174707.832500', '174708.292500', '174708.752500', '174709.212500', '174709.672500', '174710.132500', '174710.592500', '174711.052500', '174711.512500', '174711.972500', '174712.432500', '174712.892500', '174713.352500', '174713.812500', '174714.272500', '174714.732500', '174715.192500', '174715.652500', '174716.112500', '174716.572500', '174717.032500', '174717.492500', '174717.952500', '174718.412500', '174718.872500', '174719.332500', '174719.792500', '174720.252500', '174720.712500', '174721.172500', '174721.632500', '174722.092500', '174722.552500', '174723.012500', '174723.472500', '174723.932500', '174724.392500', '174724.852500', '174725.312500', '174725.772500', '174726.232500', '174726.692500', '174727.152500', '174727.612500', '174728.072500', '174728.532500', '174728.992500', '174729.452500', '174729.912500', '174730.372500', '174730.832500', '174731.292500', '174731.752500', '174732.212500', '174732.672500', '174733.132500', '174733.592500', '174734.052500', '174734.512500', '174734.972500', '174735.432500', '174735.892500', '174736.352500', '174736.812500', '174737.272500', '174737.732500', '174738.192500', '174738.652500', '174739.112500', '174739.572500', '174740.032500', '174740.492500', '174740.952500', '174741.412500', '174741.872500', '174742.332500', '174742.792500', '174743.252500', '174743.712500', '174744.172500', '174744.632500', '174745.092500', '174745.552500', '174746.012500', '174746.472500', '174746.932500', '174747.392500', '174747.852500', '174748.312500', '174748.772500', '174749.232500', '174749.692500', '174750.152500', '174750.612500', '174751.072500', '174751.532500', '174751.992500', '174752.452500', '174752.912500', '174753.372500', '174753.832500', '174754.292500', '174754.752500', '174755.212500', '174755.672500', '174756.132500', '174756.592500', '174757.052500', '174757.512500', '174757.972500', '174758.432500', '174758.892500', '174759.352500', '174759.812500', '174800.272500', '174800.732500', '174801.192500', '174801.652500', '174802.112500', '174802.572500', '174803.032500', '174803.492500', '174803.952500', '174804.412500', '174804.872500', '174805.332500', '174805.792500', '174806.252500', '174806.712500', '174807.172500', '174807.632500', '174808.092500', '174808.552500', '174809.012500', '174809.472500', '174809.932500', '174810.392500', '174810.852500', '174811.312500', '174811.772500', '174812.232500', '174812.692500', '174813.152500', '174813.612500', '174814.072500', '174814.532500', '174814.992500', '174815.452500'], 'ContentTime': ['174150.541000', '174150.544000', '174150.546000', '174150.549000', '174150.552000', '174150.554000', '174150.557000', '174150.560000', '174150.562000', '174150.565000', '174150.567000', '174150.570000', '174150.572000', '174150.575000', '174150.577000', '174150.580000', '174150.582000', '174150.585000', '174150.587000', '174150.590000', '174150.592000', '174150.595000', '174150.598000', '174150.600000', '174150.603000', '174150.605000', '174150.608000', '174150.610000', '174150.615000', '174150.618000', '174150.620000', '174150.623000', '174210.510000', '174210.512000', '174210.515000', '174210.518000', '174210.520000', '174210.523000', '174210.525000', '174210.528000', '174210.530000', '174210.533000', '174210.535000', '174210.538000', '174210.540000', '174210.543000', '174210.545000', '174210.548000', '174210.550000', '174210.553000', '174210.555000', '174210.558000', '174210.560000', '174210.563000', '174210.565000', '174210.568000', '174210.570000', '174210.573000', '174210.576000', '174210.578000', '174210.581000', '174210.583000', '174210.586000', '174210.588000', '174210.596000', '174210.598000', '174210.601000', '174210.604000', '174210.606000', '174210.609000', '174210.611000', '174210.614000', '174210.616000', '174210.619000', '174210.622000', '174210.624000', '174230.509000', '174230.512000', '174230.515000', '174230.517000', '174230.520000', '174230.522000', '174230.525000', '174230.531000', '174230.534000', '174230.537000', '174230.539000', '174230.542000', '174230.544000', '174230.547000', '174230.549000', '174230.552000', '174230.554000', '174230.557000', '174230.559000', '174230.562000', '174230.564000', '174230.567000', '174230.580000', '174230.583000', '174230.585000', '174230.588000', '174230.590000', '174230.593000', '174230.595000', '174230.598000', '174230.600000', '174230.603000', '174230.606000', '174230.608000', '174230.611000', '174230.613000', '174230.616000', '174230.618000', '174230.621000', '174230.624000', '174230.626000', '174230.629000', '174230.631000', '174250.510000', '174250.512000', '174250.515000', '174250.517000', '174250.520000', '174250.523000', '174250.525000', '174250.528000', '174250.530000', '174250.533000', '174250.535000', '174250.538000', '174250.540000', '174250.543000', '174250.545000', '174250.548000', '174250.550000', '174250.553000', '174250.555000', '174250.558000', '174250.560000', '174250.563000', '174250.566000', '174250.568000', '174250.571000', '174250.573000', '174250.576000', '174250.578000', '174250.581000', '174250.583000', '174250.586000', '174250.588000', '174250.591000', '174250.593000', '174250.596000', '174250.599000', '174250.601000', '174250.604000', '174250.606000', '174250.609000', '174250.611000', '174250.614000', '174250.617000', '174250.619000', '174310.509000', '174310.512000', '174310.515000', '174310.517000', '174310.520000', '174310.522000', '174310.525000', '174310.528000', '174310.530000', '174310.533000', '174310.535000', '174310.538000', '174310.540000', '174310.543000', '174310.545000', '174310.548000', '174310.550000', '174310.553000', '174310.555000', '174310.558000', '174310.561000', '174310.563000', '174310.566000', '174310.568000', '174310.571000', '174310.573000', '174310.576000', '174310.578000', '174310.581000', '174310.584000', '174310.586000', '174310.589000', '174310.591000', '174310.594000', '174310.596000', '174310.599000', '174310.602000', '174310.604000', '174310.607000', '174310.609000', '174310.612000', '174310.614000', '174310.617000', '174330.510000', '174330.513000', '174330.516000', '174330.519000', '174330.522000', '174330.525000', '174330.527000', '174330.530000', '174330.532000', '174330.535000', '174330.537000', '174330.540000', '174330.543000', '174330.545000', '174330.548000', '174330.550000', '174330.553000', '174330.555000', '174330.558000', '174330.561000', '174330.563000', '174330.566000', '174330.568000', '174330.571000', '174330.574000', '174330.576000', '174330.579000', '174330.581000', '174330.584000', '174330.586000', '174330.589000', '174330.592000', '174330.594000', '174330.597000', '174330.599000', '174330.602000', '174330.605000', '174330.607000', '174330.610000', '174330.612000', '174330.615000', '174330.617000', '174330.620000', '174350.510000', '174350.512000', '174350.515000', '174350.517000', '174350.520000', '174350.523000', '174350.525000', '174350.528000', '174350.530000', '174350.533000', '174350.535000', '174350.538000', '174350.540000', '174350.543000', '174350.546000', '174350.548000', '174350.551000', '174350.553000', '174350.556000', '174350.558000', '174350.561000', '174350.563000', '174350.566000', '174350.568000', '174350.571000', '174350.574000', '174350.576000', '174350.579000', '174350.581000', '174350.584000', '174350.586000', '174350.589000', '174350.592000', '174350.594000', '174350.597000', '174350.599000', '174350.602000', '174350.604000', '174350.607000', '174350.609000', '174350.612000', '174350.615000', '174350.617000', '174350.620000', '174410.509000', '174410.512000', '174410.515000', '174410.517000', '174410.520000', '174410.523000', '174410.525000', '174410.528000', '174410.530000', '174410.533000', '174410.535000', '174410.538000', '174410.541000', '174410.543000', '174410.546000', '174410.548000', '174410.551000', '174410.553000', '174410.572000', '174410.575000', '174410.577000', '174410.580000', '174410.582000', '174410.585000', '174410.587000', '174410.590000', '174410.593000', '174410.595000', '174410.598000', '174410.601000', '174410.603000', '174410.606000', '174410.608000', '174410.611000', '174410.614000', '174410.616000', '174410.619000', '174410.621000', '174410.624000', '174410.626000', '174410.629000', '174410.631000', '174410.634000', '174410.636000', '174430.510000', '174430.513000', '174430.515000', '174430.518000', '174430.520000', '174430.523000', '174430.525000', '174430.528000', '174430.531000', '174430.533000', '174430.536000', '174430.538000', '174430.541000', '174430.543000', '174430.546000', '174430.549000', '174430.551000', '174430.554000', '174430.556000', '174430.559000', '174430.561000', '174430.564000', '174430.567000', '174430.569000', '174430.572000', '174430.574000', '174430.577000', '174430.579000', '174430.582000', '174430.585000', '174430.587000', '174430.590000', '174430.592000', '174430.595000', '174430.598000', '174430.600000', '174430.603000', '174430.605000', '174430.608000', '174430.610000', '174430.613000', '174430.616000', '174430.618000', '174450.509000', '174450.512000', '174450.515000', '174450.518000', '174450.520000', '174450.523000', '174450.525000', '174450.528000', '174450.530000', '174450.533000', '174450.536000', '174450.538000', '174450.541000', '174450.544000', '174450.547000', '174450.550000', '174450.552000', '174450.555000', '174450.557000', '174450.560000', '174450.562000', '174450.565000', '174450.568000', '174450.570000', '174450.573000', '174450.575000', '174450.578000', '174450.580000', '174450.583000', '174450.585000', '174450.588000', '174450.591000', '174450.593000', '174450.596000', '174450.598000', '174450.601000', '174450.604000', '174450.606000', '174450.609000', '174450.611000', '174450.614000', '174450.616000', '174450.619000', '174510.509000', '174510.513000', '174510.515000', '174510.518000', '174510.520000', '174510.523000', '174510.525000', '174510.528000', '174510.530000', '174510.533000', '174510.536000', '174510.538000', '174510.541000', '174510.543000', '174510.546000', '174510.548000', '174510.551000', '174510.554000', '174510.556000', '174510.559000', '174510.561000', '174510.564000', '174510.566000', '174510.569000', '174510.571000', '174510.574000', '174510.576000', '174510.579000', '174510.582000', '174510.584000', '174510.587000', '174510.590000', '174510.592000', '174510.595000', '174510.597000', '174510.600000', '174510.602000', '174510.605000', '174510.608000', '174510.610000', '174510.613000', '174510.615000', '174510.618000', '174510.620000', '174530.510000', '174530.513000', '174530.515000', '174530.518000', '174530.520000', '174530.523000', '174530.525000', '174530.528000', '174530.531000', '174530.533000', '174530.536000', '174530.538000', '174530.541000', '174530.543000', '174530.546000', '174530.549000', '174530.551000', '174530.554000', '174530.556000', '174530.559000', '174530.562000', '174530.564000', '174530.567000', '174530.569000', '174530.572000', '174530.574000', '174530.577000', '174530.579000', '174530.582000', '174530.585000', '174530.588000', '174530.592000', '174530.594000', '174530.597000', '174530.600000', '174530.602000', '174530.605000', '174530.607000', '174530.610000', '174530.612000', '174530.615000', '174530.617000', '174530.620000', '174550.511000', '174550.513000', '174550.516000', '174550.519000', '174550.521000', '174550.524000', '174550.526000', '174550.529000', '174550.531000', '174550.534000', '174550.537000', '174550.539000', '174550.542000', '174550.544000', '174550.547000', '174550.549000', '174550.552000', '174550.555000', '174550.557000', '174550.560000', '174550.562000', '174550.565000', '174550.567000', '174550.570000', '174550.573000', '174550.575000', '174550.578000', '174550.580000', '174550.583000', '174550.585000', '174550.588000', '174550.591000', '174550.593000', '174550.596000', '174550.598000', '174550.601000', '174550.603000', '174550.606000', '174550.609000', '174550.611000', '174550.614000', '174550.616000', '174550.619000', '174550.621000', '174610.510000', '174610.512000', '174610.515000', '174610.517000', '174610.520000', '174610.523000', '174610.525000', '174610.528000', '174610.530000', '174610.533000', '174610.535000', '174610.538000', '174610.541000', '174610.543000', '174610.546000', '174610.548000', '174610.551000', '174610.553000', '174610.556000', '174610.558000', '174610.561000', '174610.564000', '174610.567000', '174610.570000', '174610.573000', '174610.576000', '174610.578000', '174610.581000', '174610.584000', '174610.587000', '174610.589000', '174610.592000', '174610.595000', '174610.597000', '174610.600000', '174610.602000', '174610.605000', '174610.608000', '174610.610000', '174610.613000', '174610.615000', '174610.618000', '174610.621000', '174630.510000', '174630.512000', '174630.515000', '174630.518000', '174630.520000', '174630.523000', '174630.525000', '174630.528000', '174630.530000', '174630.533000', '174630.536000', '174630.538000', '174630.541000', '174630.543000', '174630.546000', '174630.549000', '174630.551000', '174630.554000', '174630.556000', '174630.559000', '174630.562000', '174630.564000', '174630.567000', '174630.569000', '174630.572000', '174630.575000', '174630.577000', '174630.580000', '174630.583000', '174630.585000', '174630.588000', '174630.590000', '174630.593000', '174630.595000', '174630.598000', '174630.601000', '174630.603000', '174630.606000', '174630.608000', '174630.611000', '174630.613000', '174630.616000', '174630.619000', '174630.621000', '174650.510000', '174650.512000', '174650.515000', '174650.518000', '174650.520000', '174650.523000', '174650.525000', '174650.528000', '174650.530000', '174650.533000', '174650.535000', '174650.538000', '174650.541000', '174650.543000', '174650.546000', '174650.548000', '174650.551000', '174650.554000', '174650.556000', '174650.559000', '174650.561000', '174650.564000', '174650.566000', '174650.569000', '174650.571000', '174650.574000', '174650.577000', '174650.579000', '174650.582000', '174650.584000', '174650.587000', '174650.589000', '174650.592000', '174650.595000', '174650.597000', '174650.600000', '174650.602000', '174650.605000', '174650.608000', '174650.610000', '174650.613000', '174650.615000', '174650.618000', '174650.620000', '174710.509000', '174710.512000', '174710.515000', '174710.517000', '174710.520000', '174710.523000', '174710.525000', '174710.528000', '174710.530000', '174710.544000', '174710.546000', '174710.549000', '174710.552000', '174710.554000', '174710.557000', '174710.559000', '174710.562000', '174710.564000', '174710.567000', '174710.570000', '174710.572000', '174710.575000', '174710.577000', '174710.580000', '174710.582000', '174710.585000', '174710.588000', '174710.590000', '174710.593000', '174710.595000', '174710.598000', '174710.600000', '174710.603000', '174710.606000', '174710.608000', '174710.611000', '174710.613000', '174710.616000', '174710.619000', '174710.621000', '174710.624000', '174710.626000', '174710.629000', '174730.510000', '174730.512000', '174730.515000', '174730.518000', '174730.520000', '174730.523000', '174730.525000', '174730.528000', '174730.530000', '174730.533000', '174730.536000', '174730.538000', '174730.541000', '174730.543000', '174730.546000', '174730.548000', '174730.551000', '174730.554000', '174730.556000', '174730.559000', '174730.561000', '174730.564000', '174730.566000', '174730.569000', '174730.572000', '174730.574000', '174730.577000', '174730.579000', '174730.582000', '174730.584000', '174730.587000', '174730.590000', '174730.592000', '174730.595000', '174730.597000', '174730.600000', '174730.603000', '174730.605000', '174730.608000', '174730.611000', '174730.613000', '174730.616000', '174730.620000', '174750.510000', '174750.512000', '174750.515000', '174750.519000', '174750.522000', '174750.524000', '174750.527000', '174750.529000', '174750.532000', '174750.534000', '174750.537000', '174750.540000', '174750.542000', '174750.545000', '174750.547000', '174750.550000', '174750.553000', '174750.555000', '174750.558000', '174750.560000', '174750.563000', '174750.565000', '174750.568000', '174750.571000', '174750.573000', '174750.576000', '174750.578000', '174750.581000', '174750.583000', '174750.586000', '174750.588000', '174750.591000', '174750.594000', '174750.596000', '174750.599000', '174750.601000', '174750.604000', '174750.607000', '174750.609000', '174750.612000', '174750.614000', '174750.617000', '174750.619000', '174750.622000', '174810.511000', '174810.513000', '174810.516000', '174810.519000', '174810.521000', '174810.524000', '174810.526000', '174810.529000', '174810.531000', '174810.534000', '174810.537000', '174810.539000', '174810.542000', '174810.544000', '174810.547000', '174810.549000', '174810.552000', '174810.554000', '174810.557000', '174810.559000', '174810.562000', '174810.564000', '174810.567000', '174810.570000', '174810.572000', '174810.575000', '174810.577000', '174810.580000', '174810.582000', '174810.585000', '174810.587000', '174810.590000', '174810.592000', '174810.595000', '174810.598000', '174810.600000', '174810.603000', '174810.605000', '174810.608000', '174810.610000', '174810.613000', '174810.616000', '174810.618000', '174816.579000', '174816.582000', '174816.584000', '174816.587000', '174816.590000', '174816.592000', '174816.595000', '174816.598000', '174816.600000', '174816.603000', '174816.606000', '174816.608000', '174816.611000', '174816.613000'], 'InstanceCreationTime': ['174150.541000', '174150.544000', '174150.546000', '174150.549000', '174150.552000', '174150.554000', '174150.557000', '174150.560000', '174150.562000', '174150.565000', '174150.567000', '174150.570000', '174150.572000', '174150.575000', '174150.577000', '174150.580000', '174150.582000', '174150.585000', '174150.587000', '174150.590000', '174150.592000', '174150.595000', '174150.598000', '174150.600000', '174150.603000', '174150.605000', '174150.608000', '174150.610000', '174150.615000', '174150.618000', '174150.620000', '174150.623000', '174210.510000', '174210.512000', '174210.515000', '174210.518000', '174210.520000', '174210.523000', '174210.525000', '174210.528000', '174210.530000', '174210.533000', '174210.535000', '174210.538000', '174210.540000', '174210.543000', '174210.545000', '174210.548000', '174210.550000', '174210.553000', '174210.555000', '174210.558000', '174210.560000', '174210.563000', '174210.565000', '174210.568000', '174210.570000', '174210.573000', '174210.576000', '174210.578000', '174210.581000', '174210.583000', '174210.586000', '174210.588000', '174210.596000', '174210.598000', '174210.601000', '174210.604000', '174210.606000', '174210.609000', '174210.611000', '174210.614000', '174210.616000', '174210.619000', '174210.622000', '174210.624000', '174230.509000', '174230.512000', '174230.515000', '174230.517000', '174230.520000', '174230.522000', '174230.525000', '174230.531000', '174230.534000', '174230.537000', '174230.539000', '174230.542000', '174230.544000', '174230.547000', '174230.549000', '174230.552000', '174230.554000', '174230.557000', '174230.559000', '174230.562000', '174230.564000', '174230.567000', '174230.580000', '174230.583000', '174230.585000', '174230.588000', '174230.590000', '174230.593000', '174230.595000', '174230.598000', '174230.600000', '174230.603000', '174230.606000', '174230.608000', '174230.611000', '174230.613000', '174230.616000', '174230.618000', '174230.621000', '174230.624000', '174230.626000', '174230.629000', '174230.631000', '174250.510000', '174250.512000', '174250.515000', '174250.517000', '174250.520000', '174250.523000', '174250.525000', '174250.528000', '174250.530000', '174250.533000', '174250.535000', '174250.538000', '174250.540000', '174250.543000', '174250.545000', '174250.548000', '174250.550000', '174250.553000', '174250.555000', '174250.558000', '174250.560000', '174250.563000', '174250.566000', '174250.568000', '174250.571000', '174250.573000', '174250.576000', '174250.578000', '174250.581000', '174250.583000', '174250.586000', '174250.588000', '174250.591000', '174250.593000', '174250.596000', '174250.599000', '174250.601000', '174250.604000', '174250.606000', '174250.609000', '174250.611000', '174250.614000', '174250.617000', '174250.619000', '174310.509000', '174310.512000', '174310.515000', '174310.517000', '174310.520000', '174310.522000', '174310.525000', '174310.528000', '174310.530000', '174310.533000', '174310.535000', '174310.538000', '174310.540000', '174310.543000', '174310.545000', '174310.548000', '174310.550000', '174310.553000', '174310.555000', '174310.558000', '174310.561000', '174310.563000', '174310.566000', '174310.568000', '174310.571000', '174310.573000', '174310.576000', '174310.578000', '174310.581000', '174310.584000', '174310.586000', '174310.589000', '174310.591000', '174310.594000', '174310.596000', '174310.599000', '174310.602000', '174310.604000', '174310.607000', '174310.609000', '174310.612000', '174310.614000', '174310.617000', '174330.510000', '174330.513000', '174330.516000', '174330.519000', '174330.522000', '174330.525000', '174330.527000', '174330.530000', '174330.532000', '174330.535000', '174330.537000', '174330.540000', '174330.543000', '174330.545000', '174330.548000', '174330.550000', '174330.553000', '174330.555000', '174330.558000', '174330.561000', '174330.563000', '174330.566000', '174330.568000', '174330.571000', '174330.574000', '174330.576000', '174330.579000', '174330.581000', '174330.584000', '174330.586000', '174330.589000', '174330.592000', '174330.594000', '174330.597000', '174330.599000', '174330.602000', '174330.605000', '174330.607000', '174330.610000', '174330.612000', '174330.615000', '174330.617000', '174330.620000', '174350.510000', '174350.512000', '174350.515000', '174350.517000', '174350.520000', '174350.523000', '174350.525000', '174350.528000', '174350.530000', '174350.533000', '174350.535000', '174350.538000', '174350.540000', '174350.543000', '174350.546000', '174350.548000', '174350.551000', '174350.553000', '174350.556000', '174350.558000', '174350.561000', '174350.563000', '174350.566000', '174350.568000', '174350.571000', '174350.574000', '174350.576000', '174350.579000', '174350.581000', '174350.584000', '174350.586000', '174350.589000', '174350.592000', '174350.594000', '174350.597000', '174350.599000', '174350.602000', '174350.604000', '174350.607000', '174350.609000', '174350.612000', '174350.615000', '174350.617000', '174350.620000', '174410.509000', '174410.512000', '174410.515000', '174410.517000', '174410.520000', '174410.523000', '174410.525000', '174410.528000', '174410.530000', '174410.533000', '174410.535000', '174410.538000', '174410.541000', '174410.543000', '174410.546000', '174410.548000', '174410.551000', '174410.553000', '174410.572000', '174410.575000', '174410.577000', '174410.580000', '174410.582000', '174410.585000', '174410.587000', '174410.590000', '174410.593000', '174410.595000', '174410.598000', '174410.601000', '174410.603000', '174410.606000', '174410.608000', '174410.611000', '174410.614000', '174410.616000', '174410.619000', '174410.621000', '174410.624000', '174410.626000', '174410.629000', '174410.631000', '174410.634000', '174410.636000', '174430.510000', '174430.513000', '174430.515000', '174430.518000', '174430.520000', '174430.523000', '174430.525000', '174430.528000', '174430.531000', '174430.533000', '174430.536000', '174430.538000', '174430.541000', '174430.543000', '174430.546000', '174430.549000', '174430.551000', '174430.554000', '174430.556000', '174430.559000', '174430.561000', '174430.564000', '174430.567000', '174430.569000', '174430.572000', '174430.574000', '174430.577000', '174430.579000', '174430.582000', '174430.585000', '174430.587000', '174430.590000', '174430.592000', '174430.595000', '174430.598000', '174430.600000', '174430.603000', '174430.605000', '174430.608000', '174430.610000', '174430.613000', '174430.616000', '174430.618000', '174450.509000', '174450.512000', '174450.515000', '174450.518000', '174450.520000', '174450.523000', '174450.525000', '174450.528000', '174450.530000', '174450.533000', '174450.536000', '174450.538000', '174450.541000', '174450.544000', '174450.547000', '174450.550000', '174450.552000', '174450.555000', '174450.557000', '174450.560000', '174450.562000', '174450.565000', '174450.568000', '174450.570000', '174450.573000', '174450.575000', '174450.578000', '174450.580000', '174450.583000', '174450.585000', '174450.588000', '174450.591000', '174450.593000', '174450.596000', '174450.598000', '174450.601000', '174450.604000', '174450.606000', '174450.609000', '174450.611000', '174450.614000', '174450.616000', '174450.619000', '174510.509000', '174510.513000', '174510.515000', '174510.518000', '174510.520000', '174510.523000', '174510.525000', '174510.528000', '174510.530000', '174510.533000', '174510.536000', '174510.538000', '174510.541000', '174510.543000', '174510.546000', '174510.548000', '174510.551000', '174510.554000', '174510.556000', '174510.559000', '174510.561000', '174510.564000', '174510.566000', '174510.569000', '174510.571000', '174510.574000', '174510.576000', '174510.579000', '174510.582000', '174510.584000', '174510.587000', '174510.590000', '174510.592000', '174510.595000', '174510.597000', '174510.600000', '174510.602000', '174510.605000', '174510.608000', '174510.610000', '174510.613000', '174510.615000', '174510.618000', '174510.620000', '174530.510000', '174530.513000', '174530.515000', '174530.518000', '174530.520000', '174530.523000', '174530.525000', '174530.528000', '174530.531000', '174530.533000', '174530.536000', '174530.538000', '174530.541000', '174530.543000', '174530.546000', '174530.549000', '174530.551000', '174530.554000', '174530.556000', '174530.559000', '174530.562000', '174530.564000', '174530.567000', '174530.569000', '174530.572000', '174530.574000', '174530.577000', '174530.579000', '174530.582000', '174530.585000', '174530.588000', '174530.592000', '174530.594000', '174530.597000', '174530.600000', '174530.602000', '174530.605000', '174530.607000', '174530.610000', '174530.612000', '174530.615000', '174530.617000', '174530.620000', '174550.511000', '174550.513000', '174550.516000', '174550.519000', '174550.521000', '174550.524000', '174550.526000', '174550.529000', '174550.531000', '174550.534000', '174550.537000', '174550.539000', '174550.542000', '174550.544000', '174550.547000', '174550.549000', '174550.552000', '174550.555000', '174550.557000', '174550.560000', '174550.562000', '174550.565000', '174550.567000', '174550.570000', '174550.573000', '174550.575000', '174550.578000', '174550.580000', '174550.583000', '174550.585000', '174550.588000', '174550.591000', '174550.593000', '174550.596000', '174550.598000', '174550.601000', '174550.603000', '174550.606000', '174550.609000', '174550.611000', '174550.614000', '174550.616000', '174550.619000', '174550.621000', '174610.510000', '174610.512000', '174610.515000', '174610.517000', '174610.520000', '174610.523000', '174610.525000', '174610.528000', '174610.530000', '174610.533000', '174610.535000', '174610.538000', '174610.541000', '174610.543000', '174610.546000', '174610.548000', '174610.551000', '174610.553000', '174610.556000', '174610.558000', '174610.561000', '174610.564000', '174610.567000', '174610.570000', '174610.573000', '174610.576000', '174610.578000', '174610.581000', '174610.584000', '174610.587000', '174610.589000', '174610.592000', '174610.595000', '174610.597000', '174610.600000', '174610.602000', '174610.605000', '174610.608000', '174610.610000', '174610.613000', '174610.615000', '174610.618000', '174610.621000', '174630.510000', '174630.512000', '174630.515000', '174630.518000', '174630.520000', '174630.523000', '174630.525000', '174630.528000', '174630.530000', '174630.533000', '174630.536000', '174630.538000', '174630.541000', '174630.543000', '174630.546000', '174630.549000', '174630.551000', '174630.554000', '174630.556000', '174630.559000', '174630.562000', '174630.564000', '174630.567000', '174630.569000', '174630.572000', '174630.575000', '174630.577000', '174630.580000', '174630.583000', '174630.585000', '174630.588000', '174630.590000', '174630.593000', '174630.595000', '174630.598000', '174630.601000', '174630.603000', '174630.606000', '174630.608000', '174630.611000', '174630.613000', '174630.616000', '174630.619000', '174630.621000', '174650.510000', '174650.512000', '174650.515000', '174650.518000', '174650.520000', '174650.523000', '174650.525000', '174650.528000', '174650.530000', '174650.533000', '174650.535000', '174650.538000', '174650.541000', '174650.543000', '174650.546000', '174650.548000', '174650.551000', '174650.554000', '174650.556000', '174650.559000', '174650.561000', '174650.564000', '174650.566000', '174650.569000', '174650.571000', '174650.574000', '174650.577000', '174650.579000', '174650.582000', '174650.584000', '174650.587000', '174650.589000', '174650.592000', '174650.595000', '174650.597000', '174650.600000', '174650.602000', '174650.605000', '174650.608000', '174650.610000', '174650.613000', '174650.615000', '174650.618000', '174650.620000', '174710.509000', '174710.512000', '174710.515000', '174710.517000', '174710.520000', '174710.523000', '174710.525000', '174710.528000', '174710.530000', '174710.544000', '174710.546000', '174710.549000', '174710.552000', '174710.554000', '174710.557000', '174710.559000', '174710.562000', '174710.564000', '174710.567000', '174710.570000', '174710.572000', '174710.575000', '174710.577000', '174710.580000', '174710.582000', '174710.585000', '174710.588000', '174710.590000', '174710.593000', '174710.595000', '174710.598000', '174710.600000', '174710.603000', '174710.606000', '174710.608000', '174710.611000', '174710.613000', '174710.616000', '174710.619000', '174710.621000', '174710.624000', '174710.626000', '174710.629000', '174730.510000', '174730.512000', '174730.515000', '174730.518000', '174730.520000', '174730.523000', '174730.525000', '174730.528000', '174730.530000', '174730.533000', '174730.536000', '174730.538000', '174730.541000', '174730.543000', '174730.546000', '174730.548000', '174730.551000', '174730.554000', '174730.556000', '174730.559000', '174730.561000', '174730.564000', '174730.566000', '174730.569000', '174730.572000', '174730.574000', '174730.577000', '174730.579000', '174730.582000', '174730.584000', '174730.587000', '174730.590000', '174730.592000', '174730.595000', '174730.597000', '174730.600000', '174730.603000', '174730.605000', '174730.608000', '174730.611000', '174730.613000', '174730.616000', '174730.620000', '174750.510000', '174750.512000', '174750.515000', '174750.519000', '174750.522000', '174750.524000', '174750.527000', '174750.529000', '174750.532000', '174750.534000', '174750.537000', '174750.540000', '174750.542000', '174750.545000', '174750.547000', '174750.550000', '174750.553000', '174750.555000', '174750.558000', '174750.560000', '174750.563000', '174750.565000', '174750.568000', '174750.571000', '174750.573000', '174750.576000', '174750.578000', '174750.581000', '174750.583000', '174750.586000', '174750.588000', '174750.591000', '174750.594000', '174750.596000', '174750.599000', '174750.601000', '174750.604000', '174750.607000', '174750.609000', '174750.612000', '174750.614000', '174750.617000', '174750.619000', '174750.622000', '174810.511000', '174810.513000', '174810.516000', '174810.519000', '174810.521000', '174810.524000', '174810.526000', '174810.529000', '174810.531000', '174810.534000', '174810.537000', '174810.539000', '174810.542000', '174810.544000', '174810.547000', '174810.549000', '174810.552000', '174810.554000', '174810.557000', '174810.559000', '174810.562000', '174810.564000', '174810.567000', '174810.570000', '174810.572000', '174810.575000', '174810.577000', '174810.580000', '174810.582000', '174810.585000', '174810.587000', '174810.590000', '174810.592000', '174810.595000', '174810.598000', '174810.600000', '174810.603000', '174810.605000', '174810.608000', '174810.610000', '174810.613000', '174810.616000', '174810.618000', '174816.579000', '174816.582000', '174816.584000', '174816.587000', '174816.590000', '174816.592000', '174816.595000', '174816.598000', '174816.600000', '174816.603000', '174816.606000', '174816.608000', '174816.611000', '174816.613000'], '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': [12551, 11083, 14475, 11883, 11561, 13366, 11546, 10981, 10473, 10869, 9470, 11766, 10528, 11632, 12089, 9746, 11573, 11035, 10814, 10965, 10416, 9370, 11486, 9493, 11028, 11820, 10145, 11357, 12374, 9784, 14047, 12248, 10689, 13718, 11668, 11475, 13969, 12647, 10918, 13064, 11870, 9501, 14060, 12639, 11118, 10816, 13238, 10107, 16299, 11471, 11157, 11687, 9806, 13369, 10840, 9724, 11243, 9020, 12712, 10768, 10181, 11657, 10016, 10888, 12394, 9440, 12462, 10792, 10919, 11870, 9797, 12418, 10663, 10280, 12235, 9458, 12951, 10613, 10566, 13054, 10556, 14854, 12237, 10957, 12561, 10535, 15790, 12182, 11166, 12554, 10172, 12905, 11705, 10252, 12028, 10773, 10671, 12098, 10051, 13550, 11019, 10619, 11988, 9928, 13437, 11417, 10267, 12177, 10282, 13263, 10738, 13037, 11370, 11556, 12249, 10519, 13952, 11315, 10795, 12297, 10087, 13320, 11249, 11082, 12502, 10241, 13653, 11243, 9694, 11789, 10092, 12664, 10525, 14301, 12099, 11208, 11468, 10664, 11597, 11880, 10814, 13366, 11289, 11883, 11832, 11142, 14472, 10338, 15012, 10907, 10336, 12249, 10001, 13252, 10582, 9840, 12055, 9846, 12737, 11294, 10784, 13412, 10411, 10040, 11411, 9867, 14038, 11264, 10453, 12369, 10826, 13650, 12785, 9487, 13018, 12144, 10178, 10671, 11146, 10266, 13467, 9375, 14678, 10340, 14837, 10683, 10269, 12279, 9165, 12090, 10499, 8900, 11906, 8706, 12255, 10336, 8838, 11469, 10107, 14605, 10859, 15229, 11022, 8951, 11249, 9686, 13275, 10447, 9065, 11219, 10087, 13983, 11255, 9128, 11680, 9973, 14321, 11243, 11407, 14287, 10660, 12998, 11395, 10980, 13811, 10334, 14384, 10531, 14193, 10817, 10863, 11715, 9958, 12455, 10358, 10430, 12675, 10097, 12360, 10758, 10759, 13274, 10317, 11317, 11166, 10224, 13989, 11099, 9456, 11776, 9969, 14728, 11978, 11115, 13209, 10944, 10711, 11773, 11100, 14845, 10587, 15533, 11253, 10456, 12029, 9750, 11571, 10122, 14006, 10322, 9302, 11082, 8791, 12085, 10079, 9318, 11409, 9013, 12982, 10820, 9711, 11902, 9387, 12745, 10744, 9459, 12698, 9996, 13602, 10630, 9971, 12127, 9286, 13192, 10264, 11649, 12271, 9222, 12667, 10523, 10729, 13358, 10680, 9215, 11023, 9957, 15012, 12093, 10439, 12407, 9903, 15713, 10881, 16097, 11447, 10513, 12178, 10014, 13033, 10803, 13087, 11236, 9275, 10977, 10319, 12376, 10249, 10839, 10724, 9828, 12040, 9943, 11945, 10971, 10586, 12709, 10454, 14028, 11425, 10112, 11951, 10771, 14561, 10813, 10838, 11209, 10362, 13025, 10769, 11115, 10932, 10594, 12237, 9582, 13345, 10324, 9621, 11866, 9114, 12652, 10314, 9042, 11873, 9201, 12962, 10410, 9019, 11298, 8917, 12870, 10115, 9919, 12245, 9680, 13341, 11231, 10184, 11784, 9241, 14402, 10799, 9746, 11900, 8961, 13101, 9064, 12923, 9596, 10659, 10246, 10044, 12344, 9013, 12824, 10114, 10046, 13104, 9794, 12474, 10729, 10272, 14723, 10647, 16881, 11384, 14206, 12881, 11191, 14297, 10164, 14722, 10831, 13263, 11482, 10556, 11221, 10288, 12579, 11064, 9998, 11341, 9455, 13073, 11438, 9916, 13702, 11136, 9680, 9850, 9456, 9838, 14096, 10862, 9745, 13928, 11328, 11755, 16151, 9754, 15976, 11529, 13409, 13612, 9676, 13624, 10555, 9078, 12137, 9547, 12692, 9975, 10205, 12120, 8959, 12485, 10615, 11411, 12076, 10214, 14665, 11062, 10170, 12151, 10026, 14902, 11212, 10634, 11176, 10028, 12404, 11310, 10272, 12983, 10360, 12462, 12230, 10633, 13639, 11177, 11459, 13643, 10464, 12603, 12476, 10086, 14737, 10666, 10635, 13761, 10266, 9752, 11601, 9176, 15415, 12091, 10302, 13807, 11070, 9199, 16037, 10508, 11308, 14990, 14063, 10375, 15079, 11555, 10419, 10438, 12383, 10024, 17043, 11344, 9550, 11946, 12049, 10410, 11199, 10513, 10000, 14761, 12510, 9994, 9560, 13033, 11517, 11987, 16024, 10701, 15458, 11735, 10280, 14599, 10876, 10438, 12218, 10426, 13233, 12719, 10480, 13054, 10631, 9772, 12581, 9784, 14511, 11006, 10689, 11202, 10456, 14471, 10953, 11284, 11912, 9741, 13240, 10505, 10725, 12595, 9992, 14818, 12140, 10249, 11562, 9982, 13922, 10399, 11996, 11561, 10145, 12822, 10488, 11487, 11763, 9812, 12878, 10099, 14295, 11894, 10059, 12439, 9411, 14230, 11470, 10373, 11713, 9351, 13523, 11093, 10569, 10830, 10333, 13065, 10275, 12627, 10661, 10209, 12603, 10129, 13846, 10645, 9706, 11484, 9870, 13895, 10729, 9279, 12316, 9368, 14843, 10648, 9391, 11844, 9586, 14803, 11441, 10017, 11294, 9480, 14768, 11411, 10318, 12628, 10344, 15864, 12541, 10498, 11248, 10531, 11664, 10264, 12968, 9991, 13459, 10263, 11112, 12473, 9469, 12889, 10141, 9839, 10901, 9506, 10950, 9272, 14527, 11037, 12259, 10834, 10559, 13088, 10279, 14899, 10897, 9144, 11195, 9824, 13618, 10471, 13864, 10586, 10526, 13479, 10077, 13769, 10821, 12495, 11990, 10534, 13207, 9930, 14774, 11037, 9374, 10855, 9766, 11932, 10259, 12170, 10617, 9765, 11590, 10010, 13943, 10167, 9866, 12519, 9666, 14780, 10700, 10100, 13577, 10033, 14779, 10412, 10121, 13109, 9625, 12257, 11528, 9895, 14642, 11228, 9635, 10952, 15399, 11696, 10135, 13840, 11349, 16702, 14177, 11186, 14272, 9992, 15464, 12036, 10452, 13853, 10201, 13798, 11522, 10328, 13462, 10314, 11066, 10715, 10437, 13026, 9657, 13593, 10652, 10672, 13705, 9987, 14072, 10944, 11008, 13782, 10280, 14244, 10554, 9965, 13024, 9547, 14898, 10887, 9210, 11558, 9972, 14956, 11132, 10273, 10819, 10045, 14075, 10317, 15067, 11174, 9895, 13046, 10056, 15016, 10935, 10097, 11509, 10035, 14760, 11557, 10565, 12385, 9580, 14734, 11296, 9287, 11141, 9556, 12452, 9912, 13966, 10668, 9816, 11251, 9455, 14060, 10941, 10244, 11675, 9282, 14135, 10997, 10345, 11907, 9805, 14587, 11363, 9269, 12152, 10046, 13416, 11035, 10290, 12991, 10155, 14547, 10601, 11346, 14240, 10256, 14791, 10691, 10355, 14017, 9923, 14565, 10757, 10121, 13841, 9955, 14486, 10892, 10343, 14286, 10271, 14826, 10669, 10493, 14730, 10459, 13176, 11048, 10086, 14167, 10022, 11844, 11581, 9333, 13725, 10611, 10894, 14513, 9982, 15194, 12294, 11527, 15486, 10456, 14801, 10214, 10466, 13474, 9664, 13765, 10268, 10389, 12743, 9928, 13678, 10261, 9996, 13939, 10063, 14554, 10975, 10042, 12787, 9566, 13734, 10282, 10673, 14027, 10122], 'WindowCenter': [4810.0, 4783.0, 4789.0, 4767.0, 4755.0, 4765.0, 4755.0, 4745.0, 4744.0, 4755.0, 4734.0, 4753.0, 4745.0, 4754.0, 4765.0, 4746.0, 4766.0, 4757.0, 4767.0, 4757.0, 4758.0, 4738.0, 4766.0, 4749.0, 4756.0, 4769.0, 4760.0, 4767.0, 4778.0, 4747.0, 4788.0, 4767.0, 4758.0, 4775.0, 4764.0, 4755.0, 4776.0, 4765.0, 4755.0, 4774.0, 4768.0, 4747.0, 4775.0, 4766.0, 4756.0, 4746.0, 4767.0, 4746.0, 4784.0, 4756.0, 4756.0, 4755.0, 4746.0, 4773.0, 4747.0, 4734.0, 4757.0, 4737.0, 4775.0, 4757.0, 4749.0, 4765.0, 4748.0, 4757.0, 4767.0, 4736.0, 4768.0, 4756.0, 4756.0, 4765.0, 4747.0, 4765.0, 4754.0, 4745.0, 4766.0, 4738.0, 4776.0, 4755.0, 4756.0, 4776.0, 4758.0, 4786.0, 4767.0, 4744.0, 4766.0, 4747.0, 4783.0, 4753.0, 4756.0, 4763.0, 4744.0, 4765.0, 4756.0, 4746.0, 4763.0, 4757.0, 4747.0, 4766.0, 4746.0, 4775.0, 4757.0, 4743.0, 4757.0, 4736.0, 4765.0, 4756.0, 4745.0, 4767.0, 4747.0, 4765.0, 4755.0, 4765.0, 4756.0, 4756.0, 4765.0, 4747.0, 4776.0, 4756.0, 4745.0, 4756.0, 4747.0, 4765.0, 4747.0, 4745.0, 4755.0, 4737.0, 4764.0, 4756.0, 4736.0, 4753.0, 4745.0, 4767.0, 4747.0, 4777.0, 4767.0, 4755.0, 4756.0, 4756.0, 4756.0, 4757.0, 4755.0, 4776.0, 4757.0, 4754.0, 4755.0, 4757.0, 4776.0, 4747.0, 4783.0, 4756.0, 4735.0, 4755.0, 4735.0, 4765.0, 4745.0, 4746.0, 4766.0, 4745.0, 4766.0, 4756.0, 4755.0, 4777.0, 4747.0, 4738.0, 4755.0, 4745.0, 4775.0, 4754.0, 4746.0, 4755.0, 4745.0, 4763.0, 4764.0, 4748.0, 4776.0, 4765.0, 4745.0, 4746.0, 4756.0, 4745.0, 4775.0, 4735.0, 4775.0, 4746.0, 4774.0, 4747.0, 4735.0, 4753.0, 4728.0, 4755.0, 4744.0, 4725.0, 4767.0, 4728.0, 4766.0, 4747.0, 4737.0, 4768.0, 4745.0, 4786.0, 4757.0, 4785.0, 4746.0, 4724.0, 4755.0, 4735.0, 4766.0, 4747.0, 4727.0, 4755.0, 4748.0, 4775.0, 4756.0, 4725.0, 4756.0, 4734.0, 4775.0, 4757.0, 4754.0, 4775.0, 4746.0, 4762.0, 4754.0, 4744.0, 4765.0, 4735.0, 4773.0, 4734.0, 4764.0, 4745.0, 4744.0, 4755.0, 4734.0, 4765.0, 4746.0, 4745.0, 4766.0, 4746.0, 4765.0, 4759.0, 4755.0, 4765.0, 4745.0, 4757.0, 4758.0, 4749.0, 4776.0, 4755.0, 4737.0, 4754.0, 4746.0, 4787.0, 4755.0, 4758.0, 4765.0, 4747.0, 4744.0, 4758.0, 4744.0, 4774.0, 4746.0, 4774.0, 4754.0, 4745.0, 4752.0, 4732.0, 4752.0, 4744.0, 4772.0, 4745.0, 4735.0, 4755.0, 4728.0, 4764.0, 4748.0, 4737.0, 4769.0, 4737.0, 4775.0, 4759.0, 4737.0, 4766.0, 4737.0, 4763.0, 4756.0, 4737.0, 4765.0, 4747.0, 4776.0, 4750.0, 4747.0, 4767.0, 4735.0, 4775.0, 4758.0, 4758.0, 4770.0, 4736.0, 4766.0, 4755.0, 4759.0, 4776.0, 4756.0, 4738.0, 4756.0, 4747.0, 4788.0, 4767.0, 4746.0, 4767.0, 4748.0, 4797.0, 4758.0, 4784.0, 4756.0, 4745.0, 4753.0, 4734.0, 4764.0, 4744.0, 4762.0, 4745.0, 4723.0, 4743.0, 4743.0, 4765.0, 4743.0, 4743.0, 4744.0, 4744.0, 4764.0, 4746.0, 4755.0, 4745.0, 4746.0, 4768.0, 4746.0, 4775.0, 4756.0, 4745.0, 4754.0, 4743.0, 4775.0, 4744.0, 4742.0, 4758.0, 4745.0, 4766.0, 4757.0, 4756.0, 4756.0, 4758.0, 4764.0, 4737.0, 4775.0, 4757.0, 4748.0, 4767.0, 4737.0, 4767.0, 4747.0, 4737.0, 4766.0, 4738.0, 4776.0, 4744.0, 4738.0, 4757.0, 4738.0, 4777.0, 4748.0, 4749.0, 4769.0, 4750.0, 4774.0, 4757.0, 4747.0, 4766.0, 4736.0, 4785.0, 4759.0, 4737.0, 4766.0, 4738.0, 4775.0, 4737.0, 4764.0, 4747.0, 4753.0, 4749.0, 4746.0, 4768.0, 4738.0, 4779.0, 4747.0, 4747.0, 4777.0, 4748.0, 4766.0, 4757.0, 4747.0, 4788.0, 4746.0, 4795.0, 4755.0, 4773.0, 4767.0, 4744.0, 4773.0, 4735.0, 4772.0, 4747.0, 4763.0, 4755.0, 4742.0, 4753.0, 4745.0, 4766.0, 4757.0, 4736.0, 4755.0, 4745.0, 4774.0, 4757.0, 4746.0, 4773.0, 4755.0, 4738.0, 4750.0, 4749.0, 4760.0, 4789.0, 4771.0, 4751.0, 4789.0, 4772.0, 4767.0, 4797.0, 4738.0, 4786.0, 4757.0, 4765.0, 4767.0, 4723.0, 4763.0, 4745.0, 4724.0, 4754.0, 4736.0, 4767.0, 4747.0, 4747.0, 4765.0, 4737.0, 4764.0, 4757.0, 4768.0, 4768.0, 4744.0, 4776.0, 4758.0, 4734.0, 4757.0, 4734.0, 4776.0, 4745.0, 4744.0, 4754.0, 4747.0, 4764.0, 4755.0, 4743.0, 4775.0, 4750.0, 4767.0, 4766.0, 4745.0, 4777.0, 4755.0, 4752.0, 4775.0, 4746.0, 4765.0, 4767.0, 4747.0, 4777.0, 4747.0, 4748.0, 4776.0, 4749.0, 4737.0, 4755.0, 4738.0, 4786.0, 4765.0, 4747.0, 4775.0, 4757.0, 4726.0, 4783.0, 4748.0, 4756.0, 4786.0, 4775.0, 4746.0, 4775.0, 4754.0, 4745.0, 4745.0, 4766.0, 4747.0, 4797.0, 4745.0, 4723.0, 4754.0, 4766.0, 4744.0, 4756.0, 4746.0, 4746.0, 4787.0, 4768.0, 4747.0, 4738.0, 4779.0, 4757.0, 4757.0, 4786.0, 4747.0, 4774.0, 4755.0, 4747.0, 4777.0, 4746.0, 4742.0, 4754.0, 4747.0, 4768.0, 4769.0, 4746.0, 4766.0, 4747.0, 4737.0, 4766.0, 4747.0, 4776.0, 4747.0, 4745.0, 4743.0, 4746.0, 4774.0, 4744.0, 4743.0, 4754.0, 4735.0, 4776.0, 4746.0, 4746.0, 4765.0, 4749.0, 4787.0, 4760.0, 4734.0, 4745.0, 4737.0, 4776.0, 4747.0, 4754.0, 4756.0, 4735.0, 4765.0, 4746.0, 4756.0, 4755.0, 4734.0, 4766.0, 4746.0, 4775.0, 4755.0, 4735.0, 4765.0, 4735.0, 4774.0, 4756.0, 4737.0, 4754.0, 4736.0, 4775.0, 4758.0, 4745.0, 4746.0, 4734.0, 4765.0, 4736.0, 4753.0, 4743.0, 4735.0, 4765.0, 4748.0, 4773.0, 4745.0, 4733.0, 4755.0, 4749.0, 4777.0, 4759.0, 4726.0, 4767.0, 4736.0, 4775.0, 4744.0, 4725.0, 4756.0, 4737.0, 4774.0, 4756.0, 4733.0, 4746.0, 4735.0, 4774.0, 4756.0, 4746.0, 4768.0, 4746.0, 4786.0, 4767.0, 4735.0, 4747.0, 4735.0, 4746.0, 4732.0, 4763.0, 4733.0, 4764.0, 4745.0, 4746.0, 4752.0, 4732.0, 4764.0, 4746.0, 4735.0, 4746.0, 4734.0, 4755.0, 4739.0, 4775.0, 4748.0, 4754.0, 4744.0, 4747.0, 4765.0, 4735.0, 4773.0, 4744.0, 4723.0, 4745.0, 4731.0, 4763.0, 4733.0, 4761.0, 4736.0, 4734.0, 4762.0, 4735.0, 4763.0, 4745.0, 4765.0, 4755.0, 4733.0, 4763.0, 4736.0, 4772.0, 4745.0, 4725.0, 4742.0, 4747.0, 4755.0, 4745.0, 4754.0, 4747.0, 4750.0, 4758.0, 4747.0, 4778.0, 4747.0, 4747.0, 4768.0, 4748.0, 4785.0, 4749.0, 4749.0, 4778.0, 4748.0, 4774.0, 4746.0, 4744.0, 4764.0, 4739.0, 4754.0, 4756.0, 4736.0, 4786.0, 4755.0, 4750.0, 4757.0, 4787.0, 4767.0, 4747.0, 4775.0, 4756.0, 4786.0, 4766.0, 4744.0, 4763.0, 4724.0, 4772.0, 4753.0, 4733.0, 4762.0, 4732.0, 4771.0, 4744.0, 4735.0, 4765.0, 4734.0, 4753.0, 4747.0, 4746.0, 4765.0, 4739.0, 4765.0, 4749.0, 4747.0, 4776.0, 4737.0, 4773.0, 4747.0, 4747.0, 4777.0, 4748.0, 4774.0, 4744.0, 4735.0, 4763.0, 4725.0, 4775.0, 4746.0, 4723.0, 4743.0, 4733.0, 4772.0, 4744.0, 4734.0, 4746.0, 4733.0, 4774.0, 4736.0, 4772.0, 4744.0, 4733.0, 4765.0, 4734.0, 4773.0, 4735.0, 4733.0, 4743.0, 4735.0, 4774.0, 4753.0, 4731.0, 4754.0, 4737.0, 4777.0, 4746.0, 4724.0, 4744.0, 4724.0, 4764.0, 4745.0, 4776.0, 4744.0, 4736.0, 4757.0, 4738.0, 4778.0, 4749.0, 4736.0, 4757.0, 4737.0, 4774.0, 4747.0, 4737.0, 4756.0, 4735.0, 4777.0, 4758.0, 4725.0, 4756.0, 4735.0, 4765.0, 4749.0, 4735.0, 4768.0, 4736.0, 4777.0, 4747.0, 4748.0, 4775.0, 4734.0, 4776.0, 4747.0, 4735.0, 4775.0, 4738.0, 4775.0, 4747.0, 4748.0, 4775.0, 4738.0, 4775.0, 4745.0, 4747.0, 4777.0, 4748.0, 4777.0, 4746.0, 4748.0, 4776.0, 4747.0, 4767.0, 4748.0, 4738.0, 4777.0, 4736.0, 4755.0, 4757.0, 4728.0, 4776.0, 4749.0, 4747.0, 4774.0, 4737.0, 4775.0, 4757.0, 4745.0, 4776.0, 4746.0, 4775.0, 4737.0, 4744.0, 4766.0, 4738.0, 4766.0, 4748.0, 4747.0, 4766.0, 4736.0, 4776.0, 4749.0, 4749.0, 4776.0, 4737.0, 4776.0, 4747.0, 4738.0, 4764.0, 4735.0, 4776.0, 4751.0, 4750.0, 4777.0, 4749.0], 'WindowWidth': [10481.0, 10431.0, 10433.0, 10398.0, 10375.0, 10387.0, 10372.0, 10359.0, 10358.0, 10374.0, 10344.0, 10368.0, 10361.0, 10372.0, 10389.0, 10363.0, 10391.0, 10379.0, 10396.0, 10380.0, 10382.0, 10354.0, 10392.0, 10372.0, 10379.0, 10399.0, 10389.0, 10394.0, 10411.0, 10368.0, 10423.0, 10392.0, 10380.0, 10403.0, 10388.0, 10373.0, 10401.0, 10386.0, 10372.0, 10399.0, 10395.0, 10367.0, 10402.0, 10390.0, 10376.0, 10362.0, 10391.0, 10360.0, 10413.0, 10373.0, 10374.0, 10372.0, 10361.0, 10396.0, 10363.0, 10345.0, 10377.0, 10353.0, 10403.0, 10379.0, 10370.0, 10389.0, 10370.0, 10378.0, 10391.0, 10348.0, 10393.0, 10375.0, 10377.0, 10389.0, 10364.0, 10385.0, 10373.0, 10360.0, 10391.0, 10352.0, 10404.0, 10376.0, 10376.0, 10405.0, 10383.0, 10416.0, 10391.0, 10357.0, 10389.0, 10363.0, 10408.0, 10368.0, 10372.0, 10380.0, 10358.0, 10385.0, 10375.0, 10361.0, 10382.0, 10380.0, 10363.0, 10389.0, 10362.0, 10400.0, 10379.0, 10355.0, 10377.0, 10347.0, 10386.0, 10377.0, 10359.0, 10390.0, 10362.0, 10385.0, 10374.0, 10387.0, 10376.0, 10374.0, 10385.0, 10363.0, 10402.0, 10376.0, 10357.0, 10374.0, 10362.0, 10384.0, 10362.0, 10358.0, 10371.0, 10347.0, 10383.0, 10374.0, 10347.0, 10369.0, 10357.0, 10389.0, 10365.0, 10403.0, 10390.0, 10372.0, 10374.0, 10375.0, 10375.0, 10379.0, 10373.0, 10403.0, 10378.0, 10371.0, 10373.0, 10376.0, 10402.0, 10363.0, 10408.0, 10376.0, 10344.0, 10371.0, 10343.0, 10385.0, 10360.0, 10361.0, 10389.0, 10360.0, 10388.0, 10376.0, 10374.0, 10405.0, 10365.0, 10352.0, 10374.0, 10360.0, 10401.0, 10371.0, 10361.0, 10371.0, 10358.0, 10380.0, 10385.0, 10367.0, 10403.0, 10387.0, 10362.0, 10361.0, 10376.0, 10361.0, 10401.0, 10346.0, 10399.0, 10360.0, 10396.0, 10363.0, 10343.0, 10368.0, 10335.0, 10371.0, 10356.0, 10334.0, 10391.0, 10340.0, 10389.0, 10366.0, 10351.0, 10394.0, 10361.0, 10417.0, 10378.0, 10412.0, 10360.0, 10331.0, 10372.0, 10345.0, 10388.0, 10363.0, 10335.0, 10374.0, 10365.0, 10400.0, 10376.0, 10332.0, 10375.0, 10343.0, 10399.0, 10376.0, 10369.0, 10397.0, 10360.0, 10378.0, 10369.0, 10356.0, 10386.0, 10343.0, 10394.0, 10341.0, 10381.0, 10357.0, 10355.0, 10369.0, 10341.0, 10386.0, 10363.0, 10361.0, 10389.0, 10362.0, 10386.0, 10383.0, 10375.0, 10387.0, 10361.0, 10376.0, 10379.0, 10369.0, 10403.0, 10375.0, 10349.0, 10369.0, 10361.0, 10418.0, 10373.0, 10378.0, 10385.0, 10364.0, 10357.0, 10381.0, 10355.0, 10397.0, 10360.0, 10396.0, 10370.0, 10357.0, 10364.0, 10337.0, 10364.0, 10355.0, 10391.0, 10360.0, 10344.0, 10372.0, 10337.0, 10386.0, 10368.0, 10352.0, 10397.0, 10353.0, 10402.0, 10383.0, 10351.0, 10390.0, 10350.0, 10383.0, 10377.0, 10350.0, 10387.0, 10363.0, 10403.0, 10371.0, 10364.0, 10392.0, 10345.0, 10401.0, 10381.0, 10379.0, 10397.0, 10348.0, 10388.0, 10375.0, 10383.0, 10404.0, 10378.0, 10353.0, 10377.0, 10368.0, 10422.0, 10394.0, 10361.0, 10391.0, 10368.0, 10436.0, 10384.0, 10414.0, 10374.0, 10357.0, 10366.0, 10342.0, 10384.0, 10357.0, 10379.0, 10358.0, 10327.0, 10354.0, 10355.0, 10385.0, 10356.0, 10354.0, 10357.0, 10359.0, 10384.0, 10364.0, 10372.0, 10360.0, 10362.0, 10393.0, 10363.0, 10399.0, 10374.0, 10359.0, 10371.0, 10354.0, 10398.0, 10356.0, 10351.0, 10379.0, 10361.0, 10388.0, 10377.0, 10374.0, 10377.0, 10382.0, 10386.0, 10351.0, 10402.0, 10380.0, 10369.0, 10392.0, 10351.0, 10391.0, 10364.0, 10351.0, 10391.0, 10353.0, 10402.0, 10359.0, 10355.0, 10379.0, 10357.0, 10407.0, 10368.0, 10369.0, 10399.0, 10375.0, 10400.0, 10379.0, 10366.0, 10390.0, 10351.0, 10415.0, 10382.0, 10351.0, 10390.0, 10355.0, 10402.0, 10351.0, 10386.0, 10367.0, 10372.0, 10372.0, 10365.0, 10394.0, 10353.0, 10409.0, 10366.0, 10367.0, 10407.0, 10368.0, 10390.0, 10380.0, 10366.0, 10421.0, 10364.0, 10427.0, 10373.0, 10396.0, 10390.0, 10353.0, 10393.0, 10344.0, 10392.0, 10362.0, 10379.0, 10371.0, 10351.0, 10366.0, 10361.0, 10389.0, 10376.0, 10346.0, 10373.0, 10362.0, 10400.0, 10379.0, 10362.0, 10395.0, 10374.0, 10355.0, 10373.0, 10373.0, 10387.0, 10427.0, 10404.0, 10377.0, 10428.0, 10407.0, 10394.0, 10434.0, 10354.0, 10415.0, 10378.0, 10387.0, 10390.0, 10327.0, 10380.0, 10358.0, 10332.0, 10369.0, 10345.0, 10387.0, 10363.0, 10365.0, 10388.0, 10353.0, 10387.0, 10380.0, 10396.0, 10397.0, 10359.0, 10403.0, 10378.0, 10343.0, 10375.0, 10343.0, 10400.0, 10358.0, 10355.0, 10371.0, 10365.0, 10383.0, 10373.0, 10355.0, 10400.0, 10372.0, 10389.0, 10389.0, 10359.0, 10403.0, 10375.0, 10366.0, 10399.0, 10360.0, 10386.0, 10391.0, 10363.0, 10404.0, 10362.0, 10365.0, 10403.0, 10368.0, 10350.0, 10372.0, 10353.0, 10416.0, 10386.0, 10362.0, 10400.0, 10376.0, 10332.0, 10409.0, 10365.0, 10376.0, 10418.0, 10401.0, 10362.0, 10400.0, 10369.0, 10359.0, 10360.0, 10393.0, 10367.0, 10431.0, 10359.0, 10325.0, 10368.0, 10387.0, 10357.0, 10374.0, 10364.0, 10363.0, 10419.0, 10392.0, 10364.0, 10352.0, 10408.0, 10379.0, 10377.0, 10415.0, 10360.0, 10396.0, 10370.0, 10363.0, 10403.0, 10360.0, 10351.0, 10369.0, 10365.0, 10392.0, 10393.0, 10360.0, 10388.0, 10364.0, 10350.0, 10389.0, 10363.0, 10401.0, 10362.0, 10356.0, 10354.0, 10359.0, 10396.0, 10356.0, 10352.0, 10367.0, 10346.0, 10403.0, 10362.0, 10360.0, 10385.0, 10369.0, 10419.0, 10382.0, 10341.0, 10357.0, 10347.0, 10401.0, 10362.0, 10368.0, 10372.0, 10343.0, 10386.0, 10362.0, 10372.0, 10372.0, 10342.0, 10387.0, 10364.0, 10399.0, 10372.0, 10343.0, 10383.0, 10346.0, 10396.0, 10374.0, 10347.0, 10369.0, 10348.0, 10398.0, 10379.0, 10356.0, 10359.0, 10341.0, 10384.0, 10347.0, 10366.0, 10354.0, 10342.0, 10385.0, 10365.0, 10393.0, 10358.0, 10341.0, 10372.0, 10369.0, 10403.0, 10381.0, 10334.0, 10390.0, 10348.0, 10398.0, 10356.0, 10331.0, 10375.0, 10352.0, 10398.0, 10374.0, 10341.0, 10360.0, 10346.0, 10398.0, 10375.0, 10362.0, 10391.0, 10364.0, 10416.0, 10391.0, 10343.0, 10360.0, 10344.0, 10357.0, 10334.0, 10379.0, 10338.0, 10382.0, 10359.0, 10358.0, 10365.0, 10337.0, 10382.0, 10362.0, 10344.0, 10361.0, 10344.0, 10374.0, 10355.0, 10400.0, 10367.0, 10368.0, 10356.0, 10360.0, 10385.0, 10342.0, 10392.0, 10352.0, 10325.0, 10356.0, 10335.0, 10379.0, 10337.0, 10374.0, 10345.0, 10342.0, 10378.0, 10342.0, 10378.0, 10357.0, 10384.0, 10371.0, 10338.0, 10380.0, 10346.0, 10392.0, 10358.0, 10328.0, 10351.0, 10364.0, 10371.0, 10358.0, 10369.0, 10364.0, 10371.0, 10379.0, 10366.0, 10408.0, 10366.0, 10367.0, 10395.0, 10367.0, 10414.0, 10368.0, 10369.0, 10408.0, 10366.0, 10397.0, 10361.0, 10358.0, 10384.0, 10354.0, 10371.0, 10373.0, 10347.0, 10415.0, 10376.0, 10371.0, 10380.0, 10420.0, 10392.0, 10362.0, 10400.0, 10376.0, 10415.0, 10387.0, 10353.0, 10379.0, 10327.0, 10393.0, 10366.0, 10337.0, 10376.0, 10336.0, 10391.0, 10357.0, 10343.0, 10383.0, 10343.0, 10369.0, 10363.0, 10359.0, 10384.0, 10352.0, 10384.0, 10370.0, 10365.0, 10403.0, 10349.0, 10395.0, 10363.0, 10364.0, 10402.0, 10365.0, 10396.0, 10356.0, 10344.0, 10381.0, 10330.0, 10397.0, 10358.0, 10324.0, 10352.0, 10340.0, 10389.0, 10355.0, 10339.0, 10358.0, 10341.0, 10396.0, 10345.0, 10391.0, 10355.0, 10339.0, 10383.0, 10342.0, 10391.0, 10342.0, 10337.0, 10352.0, 10344.0, 10397.0, 10368.0, 10334.0, 10367.0, 10349.0, 10402.0, 10359.0, 10326.0, 10353.0, 10327.0, 10382.0, 10361.0, 10400.0, 10357.0, 10347.0, 10377.0, 10354.0, 10406.0, 10367.0, 10347.0, 10375.0, 10351.0, 10399.0, 10364.0, 10348.0, 10374.0, 10346.0, 10403.0, 10378.0, 10330.0, 10374.0, 10344.0, 10383.0, 10368.0, 10345.0, 10390.0, 10348.0, 10403.0, 10364.0, 10365.0, 10399.0, 10342.0, 10401.0, 10365.0, 10344.0, 10398.0, 10351.0, 10399.0, 10363.0, 10365.0, 10399.0, 10352.0, 10399.0, 10360.0, 10362.0, 10402.0, 10363.0, 10402.0, 10360.0, 10366.0, 10400.0, 10362.0, 10388.0, 10363.0, 10349.0, 10402.0, 10348.0, 10371.0, 10377.0, 10337.0, 10403.0, 10369.0, 10362.0, 10398.0, 10349.0, 10398.0, 10376.0, 10358.0, 10401.0, 10359.0, 10397.0, 10348.0, 10357.0, 10386.0, 10349.0, 10386.0, 10365.0, 10363.0, 10386.0, 10348.0, 10400.0, 10368.0, 10367.0, 10401.0, 10349.0, 10401.0, 10365.0, 10351.0, 10382.0, 10345.0, 10402.0, 10372.0, 10369.0, 10404.0, 10367.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.00019626436781609196</td></tr>
<tr><td colspan=3>aqi</td><td>0.017993189344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.00044920134634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1510114552013813</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9676680281127727</td></tr>
<tr><td colspan=3>efc</td><td>0.4732</td></tr>
<tr><td colspan=3>fber</td><td>6743.4424</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07120567342168538</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3589305329258328</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3022990360180042</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6240111192568816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1504814435026125</td></tr>
<tr><td colspan=3>gcor</td><td>0.00275522</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02082655392587185</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03305160254240036</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9098584094429603</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>30.2684</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1746</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.4583</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3821</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.1159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3948.8521</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.2719</td></tr>
<tr><td colspan=3>tsnr</td><td>42.042608335614204</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>