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

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0103_ses-03_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-0103_ses-03_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-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_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-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_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-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-03_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-03_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-0103/ses-03/func/sub-0103_ses-03_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>32a41c82f080ffd449ef9fca06730de0</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>20:44:30.640000</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.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</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.259</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.0820545</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7721, -7273, 230, -173, -190, -146, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>94f055cd-d1f5-495d-a867-647878e19181||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.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['204430.640000', '204431.100000', '204431.560000', '204432.020000', '204432.480000', '204432.940000', '204433.400000', '204433.860000', '204434.320000', '204434.780000', '204435.240000', '204435.700000', '204436.160000', '204436.620000', '204437.080000', '204437.540000', '204438.000000', '204438.460000', '204438.920000', '204439.380000', '204439.840000', '204440.300000', '204440.760000', '204441.220000', '204441.680000', '204442.140000', '204442.600000', '204443.060000', '204443.520000', '204443.980000', '204444.440000', '204444.900000', '204445.360000', '204445.820000', '204446.280000', '204446.740000', '204447.200000', '204447.660000', '204448.120000', '204448.580000', '204449.040000', '204449.500000', '204449.960000', '204450.420000', '204450.880000', '204451.340000', '204451.800000', '204452.260000', '204452.720000', '204453.180000', '204453.640000', '204454.100000', '204454.560000', '204455.020000', '204455.480000', '204455.940000', '204456.400000', '204456.860000', '204457.320000', '204457.780000', '204458.240000', '204458.700000', '204459.160000', '204459.620000', '204500.080000', '204500.540000', '204501.000000', '204501.460000', '204501.920000', '204502.380000', '204502.840000', '204503.300000', '204503.760000', '204504.220000', '204504.680000', '204505.140000', '204505.600000', '204506.060000', '204506.520000', '204506.980000', '204507.440000', '204507.900000', '204508.360000', '204508.820000', '204509.280000', '204509.740000', '204510.200000', '204510.660000', '204511.120000', '204511.580000', '204512.040000', '204512.500000', '204512.960000', '204513.420000', '204513.880000', '204514.340000', '204514.800000', '204515.260000', '204515.720000', '204516.180000', '204516.640000', '204517.100000', '204517.560000', '204518.020000', '204518.480000', '204518.940000', '204519.400000', '204519.860000', '204520.320000', '204520.780000', '204521.240000', '204521.700000', '204522.160000', '204522.620000', '204523.080000', '204523.540000', '204524.000000', '204524.460000', '204524.920000', '204525.380000', '204525.840000', '204526.300000', '204526.760000', '204527.220000', '204527.680000', '204528.140000', '204528.600000', '204529.060000', '204529.520000', '204529.980000', '204530.440000', '204530.900000', '204531.360000', '204531.820000', '204532.280000', '204532.740000', '204533.200000', '204533.660000', '204534.120000', '204534.580000', '204535.040000', '204535.500000', '204535.960000', '204536.420000', '204536.880000', '204537.340000', '204537.800000', '204538.260000', '204538.720000', '204539.180000', '204539.640000', '204540.100000', '204540.560000', '204541.020000', '204541.480000', '204541.940000', '204542.400000', '204542.860000', '204543.320000', '204543.780000', '204544.240000', '204544.700000', '204545.160000', '204545.620000', '204546.080000', '204546.540000', '204547.000000', '204547.460000', '204547.920000', '204548.380000', '204548.840000', '204549.300000', '204549.760000', '204550.220000', '204550.680000', '204551.140000', '204551.600000', '204552.060000', '204552.520000', '204552.980000', '204553.440000', '204553.900000', '204554.360000', '204554.820000', '204555.280000', '204555.740000', '204556.200000', '204556.660000', '204557.120000', '204557.580000', '204558.040000', '204558.500000', '204558.960000', '204559.420000', '204559.880000', '204600.340000', '204600.800000', '204601.260000', '204601.720000', '204602.180000', '204602.640000', '204603.100000', '204603.560000', '204604.020000', '204604.480000', '204604.940000', '204605.400000', '204605.860000', '204606.320000', '204606.780000', '204607.240000', '204607.700000', '204608.160000', '204608.620000', '204609.080000', '204609.540000', '204610.000000', '204610.460000', '204610.920000', '204611.380000', '204611.840000', '204612.300000', '204612.760000', '204613.220000', '204613.680000', '204614.140000', '204614.600000', '204615.060000', '204615.520000', '204615.980000', '204616.440000', '204616.900000', '204617.360000', '204617.820000', '204618.280000', '204618.740000', '204619.200000', '204619.660000', '204620.120000', '204620.580000', '204621.040000', '204621.500000', '204621.960000', '204622.420000', '204622.880000', '204623.340000', '204623.800000', '204624.260000', '204624.720000', '204625.180000', '204625.640000', '204626.100000', '204626.560000', '204627.020000', '204627.480000', '204627.940000', '204628.400000', '204628.860000', '204629.320000', '204629.780000', '204630.240000', '204630.700000', '204631.160000', '204631.620000', '204632.080000', '204632.540000', '204633.000000', '204633.460000', '204633.920000', '204634.380000', '204634.840000', '204635.300000', '204635.760000', '204636.220000', '204636.680000', '204637.140000', '204637.600000', '204638.060000', '204638.520000', '204638.980000', '204639.440000', '204639.900000', '204640.360000', '204640.820000', '204641.280000', '204641.740000', '204642.200000', '204642.660000', '204643.120000', '204643.580000', '204644.040000', '204644.500000', '204644.960000', '204645.420000', '204645.880000', '204646.340000', '204646.800000', '204647.260000', '204647.720000', '204648.180000', '204648.640000', '204649.100000', '204649.560000', '204650.020000', '204650.480000', '204650.940000', '204651.400000', '204651.860000', '204652.320000', '204652.780000', '204653.240000', '204653.700000', '204654.160000', '204654.620000', '204655.080000', '204655.540000', '204656.000000', '204656.460000', '204656.920000', '204657.380000', '204657.840000', '204658.300000', '204658.760000', '204659.220000', '204659.680000', '204700.140000', '204700.600000', '204701.060000', '204701.520000', '204701.980000', '204702.440000', '204702.900000', '204703.360000', '204703.820000', '204704.280000', '204704.740000', '204705.200000', '204705.660000', '204706.120000', '204706.580000', '204707.040000', '204707.500000', '204707.960000', '204708.420000', '204708.880000', '204709.340000', '204709.800000', '204710.260000', '204710.720000', '204711.180000', '204711.640000', '204712.100000', '204712.560000', '204713.020000', '204713.480000', '204713.940000', '204714.400000', '204714.860000', '204715.320000', '204715.780000', '204716.240000', '204716.700000', '204717.160000', '204717.620000', '204718.080000', '204718.540000', '204719.000000', '204719.460000', '204719.920000', '204720.380000', '204720.840000', '204721.300000', '204721.760000', '204722.220000', '204722.680000', '204723.140000', '204723.600000', '204724.060000', '204724.520000', '204724.980000', '204725.440000', '204725.900000', '204726.360000', '204726.820000', '204727.280000', '204727.740000', '204728.200000', '204728.660000', '204729.120000', '204729.580000', '204730.040000', '204730.500000', '204730.960000', '204731.420000', '204731.880000', '204732.340000', '204732.800000', '204733.260000', '204733.720000', '204734.180000', '204734.640000', '204735.100000', '204735.560000', '204736.020000', '204736.480000', '204736.940000', '204737.400000', '204737.860000', '204738.320000', '204738.780000', '204739.240000', '204739.700000', '204740.160000', '204740.620000', '204741.080000', '204741.540000', '204742.000000', '204742.460000', '204742.920000', '204743.380000', '204743.840000', '204744.300000', '204744.760000', '204745.220000', '204745.680000', '204746.140000', '204746.600000', '204747.060000', '204747.520000', '204747.980000', '204748.440000', '204748.900000', '204749.360000', '204749.820000', '204750.280000', '204750.740000', '204751.200000', '204751.660000', '204752.120000', '204752.580000', '204753.040000', '204753.500000', '204753.960000', '204754.420000', '204754.880000', '204755.340000', '204755.800000', '204756.260000', '204756.720000', '204757.180000', '204757.640000', '204758.100000', '204758.560000', '204759.020000', '204759.480000', '204759.940000', '204800.400000', '204800.860000', '204801.320000', '204801.780000', '204802.240000', '204802.700000', '204803.160000', '204803.620000', '204804.080000', '204804.540000', '204805.000000', '204805.460000', '204805.920000', '204806.380000', '204806.840000', '204807.300000', '204807.760000', '204808.220000', '204808.680000', '204809.140000', '204809.600000', '204810.060000', '204810.520000', '204810.980000', '204811.440000', '204811.900000', '204812.360000', '204812.820000', '204813.280000', '204813.740000', '204814.200000', '204814.660000', '204815.120000', '204815.580000', '204816.040000', '204816.500000', '204816.960000', '204817.420000', '204817.880000', '204818.340000', '204818.800000', '204819.260000', '204819.720000', '204820.180000', '204820.640000', '204821.100000', '204821.560000', '204822.020000', '204822.480000', '204822.940000', '204823.400000', '204823.860000', '204824.320000', '204824.780000', '204825.240000', '204825.700000', '204826.160000', '204826.620000', '204827.080000', '204827.540000', '204828.000000', '204828.460000', '204828.920000', '204829.380000', '204829.840000', '204830.300000', '204830.760000', '204831.220000', '204831.680000', '204832.140000', '204832.600000', '204833.060000', '204833.520000', '204833.980000', '204834.440000', '204834.900000', '204835.360000', '204835.820000', '204836.280000', '204836.740000', '204837.200000', '204837.660000', '204838.120000', '204838.580000', '204839.040000', '204839.500000', '204839.960000', '204840.420000', '204840.880000', '204841.340000', '204841.800000', '204842.260000', '204842.720000', '204843.180000', '204843.640000', '204844.100000', '204844.560000', '204845.020000', '204845.480000', '204845.940000', '204846.400000', '204846.860000', '204847.320000', '204847.780000', '204848.240000', '204848.700000', '204849.160000', '204849.620000', '204850.080000', '204850.540000', '204851.000000', '204851.460000', '204851.920000', '204852.380000', '204852.840000', '204853.300000', '204853.760000', '204854.220000', '204854.680000', '204855.140000', '204855.600000', '204856.060000', '204856.520000', '204856.980000', '204857.440000', '204857.900000', '204858.360000', '204858.820000', '204859.280000', '204859.740000', '204900.200000', '204900.660000', '204901.120000', '204901.580000', '204902.040000', '204902.500000', '204902.960000', '204903.420000', '204903.880000', '204904.340000', '204904.800000', '204905.260000', '204905.720000', '204906.180000', '204906.640000', '204907.100000', '204907.560000', '204908.020000', '204908.480000', '204908.940000', '204909.400000', '204909.860000', '204910.320000', '204910.780000', '204911.240000', '204911.700000', '204912.160000', '204912.620000', '204913.080000', '204913.540000', '204914.000000', '204914.460000', '204914.920000', '204915.380000', '204915.840000', '204916.300000', '204916.760000', '204917.220000', '204917.680000', '204918.140000', '204918.600000', '204919.060000', '204919.520000', '204919.980000', '204920.440000', '204920.900000', '204921.360000', '204921.820000', '204922.280000', '204922.740000', '204923.200000', '204923.660000', '204924.120000', '204924.580000', '204925.040000', '204925.500000', '204925.960000', '204926.420000', '204926.880000', '204927.340000', '204927.800000', '204928.260000', '204928.720000', '204929.180000', '204929.640000', '204930.100000', '204930.560000', '204931.020000', '204931.480000', '204931.940000', '204932.400000', '204932.860000', '204933.320000', '204933.780000', '204934.240000', '204934.700000', '204935.160000', '204935.620000', '204936.080000', '204936.540000', '204937.000000', '204937.460000', '204937.920000', '204938.380000', '204938.840000', '204939.300000', '204939.760000', '204940.220000', '204940.680000', '204941.140000', '204941.600000', '204942.060000', '204942.520000', '204942.980000', '204943.440000', '204943.900000', '204944.360000', '204944.820000', '204945.280000', '204945.740000', '204946.200000', '204946.660000', '204947.120000', '204947.580000', '204948.040000', '204948.500000', '204948.960000', '204949.420000', '204949.880000', '204950.340000', '204950.800000', '204951.260000', '204951.720000', '204952.180000', '204952.640000', '204953.100000', '204953.560000', '204954.020000', '204954.480000', '204954.940000', '204955.400000', '204955.860000', '204956.320000', '204956.780000', '204957.240000', '204957.700000', '204958.160000', '204958.620000', '204959.080000', '204959.540000', '205000.000000', '205000.460000', '205000.920000', '205001.380000', '205001.840000', '205002.300000', '205002.760000', '205003.220000', '205003.680000', '205004.140000', '205004.600000', '205005.060000', '205005.520000', '205005.980000', '205006.440000', '205006.900000', '205007.360000', '205007.820000', '205008.280000', '205008.740000', '205009.200000', '205009.660000', '205010.120000', '205010.580000', '205011.040000', '205011.500000', '205011.960000', '205012.420000', '205012.880000', '205013.340000', '205013.800000', '205014.260000', '205014.720000', '205015.180000', '205015.640000', '205016.100000', '205016.560000', '205017.020000', '205017.480000', '205017.940000', '205018.400000', '205018.860000', '205019.320000', '205019.780000', '205020.240000', '205020.700000', '205021.160000', '205021.620000', '205022.080000', '205022.540000', '205023.000000', '205023.460000', '205023.920000', '205024.380000', '205024.840000', '205025.300000', '205025.760000', '205026.220000', '205026.680000', '205027.140000', '205027.600000', '205028.060000', '205028.520000', '205028.980000', '205029.440000', '205029.900000', '205030.360000', '205030.820000', '205031.280000', '205031.740000', '205032.200000', '205032.660000', '205033.120000', '205033.580000', '205034.040000', '205034.500000', '205034.960000', '205035.420000', '205035.880000', '205036.340000', '205036.800000', '205037.260000', '205037.720000', '205038.180000', '205038.640000', '205039.100000', '205039.560000', '205040.020000', '205040.480000', '205040.940000', '205041.400000', '205041.860000', '205042.320000', '205042.780000', '205043.240000', '205043.700000', '205044.160000', '205044.620000', '205045.080000', '205045.540000', '205046.000000', '205046.460000', '205046.920000', '205047.380000', '205047.840000', '205048.300000', '205048.760000', '205049.220000', '205049.680000', '205050.140000', '205050.600000', '205051.060000', '205051.520000', '205051.980000', '205052.440000', '205052.900000', '205053.360000', '205053.820000', '205054.280000', '205054.740000', '205055.200000', '205055.660000', '205056.120000', '205056.580000', '205057.040000', '205057.500000', '205057.960000', '205058.420000', '205058.880000', '205059.340000', '205059.800000', '205100.260000', '205100.720000', '205101.180000', '205101.640000', '205102.100000', '205102.560000', '205103.020000', '205103.480000', '205103.940000', '205104.400000', '205104.860000', '205105.320000', '205105.780000', '205106.240000', '205106.700000', '205107.160000', '205107.620000', '205108.080000', '205108.540000', '205109.000000', '205109.460000', '205109.920000', '205110.380000', '205110.840000', '205111.300000'], 'ContentTime': ['204452.061000', '204452.064000', '204452.067000', '204452.070000', '204452.073000', '204452.075000', '204452.078000', '204452.081000', '204452.083000', '204452.086000', '204452.089000', '204452.091000', '204452.094000', '204452.096000', '204452.099000', '204452.102000', '204452.104000', '204452.107000', '204452.110000', '204452.112000', '204452.115000', '204452.117000', '204452.120000', '204452.123000', '204452.125000', '204452.128000', '204452.131000', '204452.133000', '204452.136000', '204452.138000', '204452.141000', '204452.144000', '204452.146000', '204452.149000', '204452.152000', '204452.154000', '204452.157000', '204452.159000', '204452.162000', '204452.164000', '204452.167000', '204452.169000', '204452.172000', '204452.174000', '204452.177000', '204512.035000', '204512.041000', '204512.044000', '204512.046000', '204512.049000', '204512.051000', '204512.054000', '204512.056000', '204512.059000', '204512.061000', '204512.064000', '204512.067000', '204512.069000', '204512.072000', '204512.075000', '204512.077000', '204512.080000', '204512.082000', '204512.085000', '204512.088000', '204512.090000', '204512.093000', '204512.095000', '204512.098000', '204512.101000', '204512.103000', '204512.106000', '204512.108000', '204512.111000', '204512.114000', '204512.116000', '204512.119000', '204512.121000', '204512.124000', '204512.127000', '204512.131000', '204512.133000', '204512.136000', '204512.138000', '204512.141000', '204512.144000', '204512.147000', '204512.149000', '204532.035000', '204532.038000', '204532.041000', '204532.044000', '204532.046000', '204532.049000', '204532.051000', '204532.054000', '204532.057000', '204532.059000', '204532.088000', '204532.090000', '204532.093000', '204532.096000', '204532.098000', '204532.108000', '204532.110000', '204532.113000', '204532.115000', '204532.118000', '204532.120000', '204532.123000', '204532.125000', '204532.128000', '204532.131000', '204532.133000', '204532.136000', '204532.138000', '204532.141000', '204532.143000', '204532.146000', '204532.149000', '204532.151000', '204532.154000', '204532.156000', '204532.159000', '204532.161000', '204532.164000', '204532.166000', '204532.169000', '204532.172000', '204532.174000', '204532.177000', '204532.179000', '204552.035000', '204552.038000', '204552.041000', '204552.043000', '204552.046000', '204552.049000', '204552.051000', '204552.054000', '204552.056000', '204552.059000', '204552.062000', '204552.064000', '204552.067000', '204552.069000', '204552.072000', '204552.074000', '204552.077000', '204552.080000', '204552.082000', '204552.085000', '204552.087000', '204552.090000', '204552.092000', '204552.095000', '204552.098000', '204552.100000', '204552.103000', '204552.105000', '204552.108000', '204552.111000', '204552.113000', '204552.116000', '204552.118000', '204552.121000', '204552.130000', '204552.133000', '204552.135000', '204552.138000', '204552.141000', '204552.143000', '204552.146000', '204552.149000', '204552.151000', '204612.035000', '204612.038000', '204612.041000', '204612.043000', '204612.046000', '204612.048000', '204612.051000', '204612.054000', '204612.056000', '204612.059000', '204612.061000', '204612.064000', '204612.067000', '204612.069000', '204612.072000', '204612.074000', '204612.077000', '204612.080000', '204612.082000', '204612.085000', '204612.087000', '204612.090000', '204612.093000', '204612.095000', '204612.098000', '204612.100000', '204612.103000', '204612.105000', '204612.108000', '204612.111000', '204612.113000', '204612.116000', '204612.118000', '204612.121000', '204612.124000', '204612.126000', '204612.129000', '204612.131000', '204612.134000', '204612.137000', '204612.139000', '204612.142000', '204612.145000', '204612.147000', '204632.035000', '204632.037000', '204632.040000', '204632.042000', '204632.045000', '204632.048000', '204632.050000', '204632.053000', '204632.056000', '204632.058000', '204632.061000', '204632.063000', '204632.066000', '204632.069000', '204632.071000', '204632.074000', '204632.076000', '204632.079000', '204632.082000', '204632.084000', '204632.087000', '204632.089000', '204632.092000', '204632.095000', '204632.097000', '204632.100000', '204632.103000', '204632.105000', '204632.108000', '204632.111000', '204632.113000', '204632.116000', '204632.118000', '204632.121000', '204632.123000', '204632.126000', '204632.129000', '204632.131000', '204632.134000', '204632.137000', '204632.139000', '204632.142000', '204632.144000', '204652.035000', '204652.037000', '204652.040000', '204652.043000', '204652.045000', '204652.048000', '204652.050000', '204652.053000', '204652.056000', '204652.058000', '204652.061000', '204652.063000', '204652.066000', '204652.069000', '204652.072000', '204652.074000', '204652.077000', '204652.080000', '204652.082000', '204652.085000', '204652.088000', '204652.090000', '204652.093000', '204652.095000', '204652.098000', '204652.101000', '204652.103000', '204652.106000', '204652.108000', '204652.111000', '204652.113000', '204652.116000', '204652.119000', '204652.121000', '204652.124000', '204652.126000', '204652.129000', '204652.132000', '204652.134000', '204652.137000', '204652.139000', '204652.142000', '204652.144000', '204652.147000', '204712.035000', '204712.038000', '204712.040000', '204712.043000', '204712.045000', '204712.058000', '204712.061000', '204712.063000', '204712.066000', '204712.069000', '204712.071000', '204712.074000', '204712.076000', '204712.079000', '204712.082000', '204712.084000', '204712.087000', '204712.089000', '204712.092000', '204712.095000', '204712.097000', '204712.100000', '204712.102000', '204712.105000', '204712.108000', '204712.110000', '204712.113000', '204712.115000', '204712.118000', '204712.121000', '204712.123000', '204712.126000', '204712.128000', '204712.131000', '204712.133000', '204712.136000', '204712.139000', '204712.141000', '204712.144000', '204712.146000', '204712.156000', '204712.159000', '204712.161000', '204732.035000', '204732.038000', '204732.041000', '204732.043000', '204732.046000', '204732.049000', '204732.051000', '204732.054000', '204732.057000', '204732.059000', '204732.062000', '204732.064000', '204732.067000', '204732.070000', '204732.072000', '204732.075000', '204732.078000', '204732.080000', '204732.083000', '204732.086000', '204732.088000', '204732.091000', '204732.094000', '204732.096000', '204732.099000', '204732.101000', '204732.104000', '204732.107000', '204732.109000', '204732.112000', '204732.114000', '204732.117000', '204732.120000', '204732.122000', '204732.125000', '204732.127000', '204732.130000', '204732.132000', '204732.135000', '204732.137000', '204732.140000', '204732.143000', '204732.145000', '204732.148000', '204752.035000', '204752.038000', '204752.041000', '204752.043000', '204752.046000', '204752.049000', '204752.051000', '204752.054000', '204752.057000', '204752.059000', '204752.062000', '204752.064000', '204752.067000', '204752.069000', '204752.072000', '204752.075000', '204752.077000', '204752.080000', '204752.083000', '204752.085000', '204752.088000', '204752.090000', '204752.093000', '204752.096000', '204752.098000', '204752.101000', '204752.109000', '204752.112000', '204752.114000', '204752.117000', '204752.120000', '204752.122000', '204752.125000', '204752.127000', '204752.130000', '204752.133000', '204752.135000', '204752.138000', '204752.140000', '204752.143000', '204752.145000', '204752.148000', '204752.151000', '204812.035000', '204812.038000', '204812.041000', '204812.043000', '204812.046000', '204812.049000', '204812.051000', '204812.054000', '204812.058000', '204812.060000', '204812.063000', '204812.066000', '204812.068000', '204812.071000', '204812.074000', '204812.076000', '204812.079000', '204812.082000', '204812.084000', '204812.087000', '204812.089000', '204812.092000', '204812.095000', '204812.097000', '204812.100000', '204812.102000', '204812.105000', '204812.107000', '204812.110000', '204812.113000', '204812.115000', '204812.118000', '204812.121000', '204812.123000', '204812.126000', '204812.128000', '204812.131000', '204812.134000', '204812.136000', '204812.139000', '204812.141000', '204812.144000', '204812.146000', '204812.149000', '204832.035000', '204832.038000', '204832.041000', '204832.043000', '204832.046000', '204832.049000', '204832.051000', '204832.054000', '204832.056000', '204832.059000', '204832.062000', '204832.065000', '204832.067000', '204832.070000', '204832.072000', '204832.075000', '204832.078000', '204832.080000', '204832.083000', '204832.088000', '204832.091000', '204832.094000', '204832.096000', '204832.099000', '204832.101000', '204832.104000', '204832.107000', '204832.109000', '204832.112000', '204832.114000', '204832.131000', '204832.134000', '204832.136000', '204832.139000', '204832.142000', '204832.144000', '204832.147000', '204832.150000', '204832.152000', '204832.155000', '204832.157000', '204832.160000', '204832.162000', '204852.035000', '204852.038000', '204852.041000', '204852.043000', '204852.046000', '204852.049000', '204852.051000', '204852.054000', '204852.057000', '204852.059000', '204852.062000', '204852.065000', '204852.067000', '204852.070000', '204852.073000', '204852.075000', '204852.078000', '204852.080000', '204852.083000', '204852.086000', '204852.088000', '204852.091000', '204852.094000', '204852.096000', '204852.099000', '204852.101000', '204852.104000', '204852.107000', '204852.109000', '204852.112000', '204852.114000', '204852.117000', '204852.120000', '204852.122000', '204852.125000', '204852.127000', '204852.130000', '204852.133000', '204852.135000', '204852.138000', '204852.140000', '204852.143000', '204852.146000', '204912.034000', '204912.038000', '204912.040000', '204912.043000', '204912.045000', '204912.048000', '204912.051000', '204912.053000', '204912.056000', '204912.059000', '204912.061000', '204912.064000', '204912.066000', '204912.069000', '204912.071000', '204912.074000', '204912.077000', '204912.079000', '204912.082000', '204912.084000', '204912.087000', '204912.090000', '204912.092000', '204912.095000', '204912.097000', '204912.100000', '204912.103000', '204912.105000', '204912.108000', '204912.110000', '204912.113000', '204912.116000', '204912.118000', '204912.121000', '204912.123000', '204912.126000', '204912.129000', '204912.131000', '204912.134000', '204912.136000', '204912.139000', '204912.142000', '204912.144000', '204912.147000', '204932.034000', '204932.037000', '204932.040000', '204932.043000', '204932.045000', '204932.048000', '204932.050000', '204932.053000', '204932.056000', '204932.058000', '204932.061000', '204932.064000', '204932.066000', '204932.069000', '204932.071000', '204932.074000', '204932.077000', '204932.079000', '204932.082000', '204932.084000', '204932.087000', '204932.089000', '204932.092000', '204932.094000', '204932.098000', '204932.100000', '204932.103000', '204932.106000', '204932.108000', '204932.111000', '204932.113000', '204932.116000', '204932.118000', '204932.121000', '204932.124000', '204932.126000', '204932.129000', '204932.131000', '204932.134000', '204932.136000', '204932.139000', '204932.141000', '204932.144000', '204952.036000', '204952.038000', '204952.041000', '204952.044000', '204952.047000', '204952.050000', '204952.052000', '204952.055000', '204952.057000', '204952.060000', '204952.063000', '204952.065000', '204952.068000', '204952.071000', '204952.073000', '204952.076000', '204952.078000', '204952.081000', '204952.084000', '204952.086000', '204952.089000', '204952.092000', '204952.094000', '204952.097000', '204952.100000', '204952.102000', '204952.105000', '204952.107000', '204952.110000', '204952.113000', '204952.115000', '204952.118000', '204952.120000', '204952.123000', '204952.126000', '204952.128000', '204952.131000', '204952.133000', '204952.136000', '204952.139000', '204952.141000', '204952.144000', '204952.146000', '204952.149000', '205012.036000', '205012.038000', '205012.042000', '205012.044000', '205012.047000', '205012.049000', '205012.052000', '205012.055000', '205012.057000', '205012.060000', '205012.063000', '205012.065000', '205012.068000', '205012.070000', '205012.073000', '205012.076000', '205012.078000', '205012.081000', '205012.092000', '205012.096000', '205012.099000', '205012.101000', '205012.104000', '205012.107000', '205012.110000', '205012.112000', '205012.115000', '205012.118000', '205012.120000', '205012.123000', '205012.126000', '205012.128000', '205012.132000', '205012.134000', '205012.137000', '205012.139000', '205012.142000', '205012.145000', '205012.147000', '205012.150000', '205012.153000', '205012.155000', '205012.158000', '205032.036000', '205032.038000', '205032.041000', '205032.044000', '205032.047000', '205032.049000', '205032.052000', '205032.055000', '205032.057000', '205032.060000', '205032.063000', '205032.065000', '205032.068000', '205032.071000', '205032.073000', '205032.076000', '205032.078000', '205032.081000', '205032.083000', '205032.086000', '205032.089000', '205032.091000', '205032.094000', '205032.096000', '205032.099000', '205032.102000', '205032.104000', '205032.107000', '205032.110000', '205032.112000', '205032.115000', '205032.117000', '205032.120000', '205032.123000', '205032.125000', '205032.128000', '205032.130000', '205032.133000', '205032.135000', '205032.138000', '205032.141000', '205032.143000', '205032.146000', '205032.149000', '205052.035000', '205052.039000', '205052.041000', '205052.044000', '205052.046000', '205052.049000', '205052.052000', '205052.054000', '205052.057000', '205052.060000', '205052.062000', '205052.065000', '205052.067000', '205052.070000', '205052.073000', '205052.076000', '205052.079000', '205052.082000', '205052.085000', '205052.088000', '205052.090000', '205052.093000', '205052.095000', '205052.098000', '205052.101000', '205052.103000', '205052.106000', '205052.108000', '205052.111000', '205052.113000', '205052.116000', '205052.119000', '205052.121000', '205052.124000', '205052.126000', '205052.129000', '205052.132000', '205052.134000', '205052.138000', '205052.141000', '205052.143000', '205052.146000', '205052.149000', '205112.040000', '205112.043000', '205112.047000', '205112.050000', '205112.053000', '205112.056000', '205112.060000', '205112.063000', '205112.066000', '205112.069000', '205112.072000', '205112.074000', '205112.077000', '205112.080000', '205112.082000', '205112.086000', '205112.089000', '205112.092000', '205112.094000', '205112.097000', '205112.100000', '205112.102000', '205112.105000', '205112.108000', '205112.111000', '205112.113000', '205112.116000', '205112.119000', '205112.121000', '205112.124000', '205112.127000', '205112.130000', '205112.132000', '205112.135000', '205112.137000', '205112.140000', '205112.143000', '205112.146000', '205112.149000', '205112.152000', '205112.155000', '205112.157000', '205112.160000', '205112.163000', '205112.312000'], 'InstanceCreationTime': ['204452.061000', '204452.064000', '204452.067000', '204452.070000', '204452.073000', '204452.075000', '204452.078000', '204452.081000', '204452.083000', '204452.086000', '204452.089000', '204452.091000', '204452.094000', '204452.096000', '204452.099000', '204452.102000', '204452.104000', '204452.107000', '204452.110000', '204452.112000', '204452.115000', '204452.117000', '204452.120000', '204452.123000', '204452.125000', '204452.128000', '204452.131000', '204452.133000', '204452.136000', '204452.138000', '204452.141000', '204452.144000', '204452.146000', '204452.149000', '204452.152000', '204452.154000', '204452.157000', '204452.159000', '204452.162000', '204452.164000', '204452.167000', '204452.169000', '204452.172000', '204452.174000', '204452.177000', '204512.035000', '204512.041000', '204512.044000', '204512.046000', '204512.049000', '204512.051000', '204512.054000', '204512.056000', '204512.059000', '204512.061000', '204512.064000', '204512.067000', '204512.069000', '204512.072000', '204512.075000', '204512.077000', '204512.080000', '204512.082000', '204512.085000', '204512.088000', '204512.090000', '204512.093000', '204512.095000', '204512.098000', '204512.101000', '204512.103000', '204512.106000', '204512.108000', '204512.111000', '204512.114000', '204512.116000', '204512.119000', '204512.121000', '204512.124000', '204512.127000', '204512.131000', '204512.133000', '204512.136000', '204512.138000', '204512.141000', '204512.144000', '204512.147000', '204512.149000', '204532.035000', '204532.038000', '204532.041000', '204532.044000', '204532.046000', '204532.049000', '204532.051000', '204532.054000', '204532.057000', '204532.059000', '204532.088000', '204532.090000', '204532.093000', '204532.096000', '204532.098000', '204532.108000', '204532.110000', '204532.113000', '204532.115000', '204532.118000', '204532.120000', '204532.123000', '204532.125000', '204532.128000', '204532.131000', '204532.133000', '204532.136000', '204532.138000', '204532.141000', '204532.143000', '204532.146000', '204532.149000', '204532.151000', '204532.154000', '204532.156000', '204532.159000', '204532.161000', '204532.164000', '204532.166000', '204532.169000', '204532.172000', '204532.174000', '204532.177000', '204532.179000', '204552.035000', '204552.038000', '204552.041000', '204552.043000', '204552.046000', '204552.049000', '204552.051000', '204552.054000', '204552.056000', '204552.059000', '204552.062000', '204552.064000', '204552.067000', '204552.069000', '204552.072000', '204552.074000', '204552.077000', '204552.080000', '204552.082000', '204552.085000', '204552.087000', '204552.090000', '204552.092000', '204552.095000', '204552.098000', '204552.100000', '204552.103000', '204552.105000', '204552.108000', '204552.111000', '204552.113000', '204552.116000', '204552.118000', '204552.121000', '204552.130000', '204552.133000', '204552.135000', '204552.138000', '204552.141000', '204552.143000', '204552.146000', '204552.149000', '204552.151000', '204612.035000', '204612.038000', '204612.041000', '204612.043000', '204612.046000', '204612.048000', '204612.051000', '204612.054000', '204612.056000', '204612.059000', '204612.061000', '204612.064000', '204612.067000', '204612.069000', '204612.072000', '204612.074000', '204612.077000', '204612.080000', '204612.082000', '204612.085000', '204612.087000', '204612.090000', '204612.093000', '204612.095000', '204612.098000', '204612.100000', '204612.103000', '204612.105000', '204612.108000', '204612.111000', '204612.113000', '204612.116000', '204612.118000', '204612.121000', '204612.124000', '204612.126000', '204612.129000', '204612.131000', '204612.134000', '204612.137000', '204612.139000', '204612.142000', '204612.145000', '204612.147000', '204632.035000', '204632.037000', '204632.040000', '204632.042000', '204632.045000', '204632.048000', '204632.050000', '204632.053000', '204632.056000', '204632.058000', '204632.061000', '204632.063000', '204632.066000', '204632.069000', '204632.071000', '204632.074000', '204632.076000', '204632.079000', '204632.082000', '204632.084000', '204632.087000', '204632.089000', '204632.092000', '204632.095000', '204632.097000', '204632.100000', '204632.103000', '204632.105000', '204632.108000', '204632.111000', '204632.113000', '204632.116000', '204632.118000', '204632.121000', '204632.123000', '204632.126000', '204632.129000', '204632.131000', '204632.134000', '204632.137000', '204632.139000', '204632.142000', '204632.144000', '204652.035000', '204652.037000', '204652.040000', '204652.043000', '204652.045000', '204652.048000', '204652.050000', '204652.053000', '204652.056000', '204652.058000', '204652.061000', '204652.063000', '204652.066000', '204652.069000', '204652.072000', '204652.074000', '204652.077000', '204652.080000', '204652.082000', '204652.085000', '204652.088000', '204652.090000', '204652.093000', '204652.095000', '204652.098000', '204652.101000', '204652.103000', '204652.106000', '204652.108000', '204652.111000', '204652.113000', '204652.116000', '204652.119000', '204652.121000', '204652.124000', '204652.126000', '204652.129000', '204652.132000', '204652.134000', '204652.137000', '204652.139000', '204652.142000', '204652.144000', '204652.147000', '204712.035000', '204712.038000', '204712.040000', '204712.043000', '204712.045000', '204712.058000', '204712.061000', '204712.063000', '204712.066000', '204712.069000', '204712.071000', '204712.074000', '204712.076000', '204712.079000', '204712.082000', '204712.084000', '204712.087000', '204712.089000', '204712.092000', '204712.095000', '204712.097000', '204712.100000', '204712.102000', '204712.105000', '204712.108000', '204712.110000', '204712.113000', '204712.115000', '204712.118000', '204712.121000', '204712.123000', '204712.126000', '204712.128000', '204712.131000', '204712.133000', '204712.136000', '204712.139000', '204712.141000', '204712.144000', '204712.146000', '204712.156000', '204712.159000', '204712.161000', '204732.035000', '204732.038000', '204732.041000', '204732.043000', '204732.046000', '204732.049000', '204732.051000', '204732.054000', '204732.057000', '204732.059000', '204732.062000', '204732.064000', '204732.067000', '204732.070000', '204732.072000', '204732.075000', '204732.078000', '204732.080000', '204732.083000', '204732.086000', '204732.088000', '204732.091000', '204732.094000', '204732.096000', '204732.099000', '204732.101000', '204732.104000', '204732.107000', '204732.109000', '204732.112000', '204732.114000', '204732.117000', '204732.120000', '204732.122000', '204732.125000', '204732.127000', '204732.130000', '204732.132000', '204732.135000', '204732.137000', '204732.140000', '204732.143000', '204732.145000', '204732.148000', '204752.035000', '204752.038000', '204752.041000', '204752.043000', '204752.046000', '204752.049000', '204752.051000', '204752.054000', '204752.057000', '204752.059000', '204752.062000', '204752.064000', '204752.067000', '204752.069000', '204752.072000', '204752.075000', '204752.077000', '204752.080000', '204752.083000', '204752.085000', '204752.088000', '204752.090000', '204752.093000', '204752.096000', '204752.098000', '204752.101000', '204752.109000', '204752.112000', '204752.114000', '204752.117000', '204752.120000', '204752.122000', '204752.125000', '204752.127000', '204752.130000', '204752.133000', '204752.135000', '204752.138000', '204752.140000', '204752.143000', '204752.145000', '204752.148000', '204752.151000', '204812.035000', '204812.038000', '204812.041000', '204812.043000', '204812.046000', '204812.049000', '204812.051000', '204812.054000', '204812.058000', '204812.060000', '204812.063000', '204812.066000', '204812.068000', '204812.071000', '204812.074000', '204812.076000', '204812.079000', '204812.082000', '204812.084000', '204812.087000', '204812.089000', '204812.092000', '204812.095000', '204812.097000', '204812.100000', '204812.102000', '204812.105000', '204812.107000', '204812.110000', '204812.113000', '204812.115000', '204812.118000', '204812.121000', '204812.123000', '204812.126000', '204812.128000', '204812.131000', '204812.134000', '204812.136000', '204812.139000', '204812.141000', '204812.144000', '204812.146000', '204812.149000', '204832.035000', '204832.038000', '204832.041000', '204832.043000', '204832.046000', '204832.049000', '204832.051000', '204832.054000', '204832.056000', '204832.059000', '204832.062000', '204832.065000', '204832.067000', '204832.070000', '204832.072000', '204832.075000', '204832.078000', '204832.080000', '204832.083000', '204832.088000', '204832.091000', '204832.094000', '204832.096000', '204832.099000', '204832.101000', '204832.104000', '204832.107000', '204832.109000', '204832.112000', '204832.114000', '204832.131000', '204832.134000', '204832.136000', '204832.139000', '204832.142000', '204832.144000', '204832.147000', '204832.150000', '204832.152000', '204832.155000', '204832.157000', '204832.160000', '204832.162000', '204852.035000', '204852.038000', '204852.041000', '204852.043000', '204852.046000', '204852.049000', '204852.051000', '204852.054000', '204852.057000', '204852.059000', '204852.062000', '204852.065000', '204852.067000', '204852.070000', '204852.073000', '204852.075000', '204852.078000', '204852.080000', '204852.083000', '204852.086000', '204852.088000', '204852.091000', '204852.094000', '204852.096000', '204852.099000', '204852.101000', '204852.104000', '204852.107000', '204852.109000', '204852.112000', '204852.114000', '204852.117000', '204852.120000', '204852.122000', '204852.125000', '204852.127000', '204852.130000', '204852.133000', '204852.135000', '204852.138000', '204852.140000', '204852.143000', '204852.146000', '204912.034000', '204912.038000', '204912.040000', '204912.043000', '204912.045000', '204912.048000', '204912.051000', '204912.053000', '204912.056000', '204912.059000', '204912.061000', '204912.064000', '204912.066000', '204912.069000', '204912.071000', '204912.074000', '204912.077000', '204912.079000', '204912.082000', '204912.084000', '204912.087000', '204912.090000', '204912.092000', '204912.095000', '204912.097000', '204912.100000', '204912.103000', '204912.105000', '204912.108000', '204912.110000', '204912.113000', '204912.116000', '204912.118000', '204912.121000', '204912.123000', '204912.126000', '204912.129000', '204912.131000', '204912.134000', '204912.136000', '204912.139000', '204912.142000', '204912.144000', '204912.147000', '204932.034000', '204932.037000', '204932.040000', '204932.043000', '204932.045000', '204932.048000', '204932.050000', '204932.053000', '204932.056000', '204932.058000', '204932.061000', '204932.064000', '204932.066000', '204932.069000', '204932.071000', '204932.074000', '204932.077000', '204932.079000', '204932.082000', '204932.084000', '204932.087000', '204932.089000', '204932.092000', '204932.094000', '204932.098000', '204932.100000', '204932.103000', '204932.106000', '204932.108000', '204932.111000', '204932.113000', '204932.116000', '204932.118000', '204932.121000', '204932.124000', '204932.126000', '204932.129000', '204932.131000', '204932.134000', '204932.136000', '204932.139000', '204932.141000', '204932.144000', '204952.036000', '204952.038000', '204952.041000', '204952.044000', '204952.047000', '204952.050000', '204952.052000', '204952.055000', '204952.057000', '204952.060000', '204952.063000', '204952.065000', '204952.068000', '204952.071000', '204952.073000', '204952.076000', '204952.078000', '204952.081000', '204952.084000', '204952.086000', '204952.089000', '204952.092000', '204952.094000', '204952.097000', '204952.100000', '204952.102000', '204952.105000', '204952.107000', '204952.110000', '204952.113000', '204952.115000', '204952.118000', '204952.120000', '204952.123000', '204952.126000', '204952.128000', '204952.131000', '204952.133000', '204952.136000', '204952.139000', '204952.141000', '204952.144000', '204952.146000', '204952.149000', '205012.036000', '205012.038000', '205012.042000', '205012.044000', '205012.047000', '205012.049000', '205012.052000', '205012.055000', '205012.057000', '205012.060000', '205012.063000', '205012.065000', '205012.068000', '205012.070000', '205012.073000', '205012.076000', '205012.078000', '205012.081000', '205012.092000', '205012.096000', '205012.099000', '205012.101000', '205012.104000', '205012.107000', '205012.110000', '205012.112000', '205012.115000', '205012.118000', '205012.120000', '205012.123000', '205012.126000', '205012.128000', '205012.132000', '205012.134000', '205012.137000', '205012.139000', '205012.142000', '205012.145000', '205012.147000', '205012.150000', '205012.153000', '205012.155000', '205012.158000', '205032.036000', '205032.038000', '205032.041000', '205032.044000', '205032.047000', '205032.049000', '205032.052000', '205032.055000', '205032.057000', '205032.060000', '205032.063000', '205032.065000', '205032.068000', '205032.071000', '205032.073000', '205032.076000', '205032.078000', '205032.081000', '205032.083000', '205032.086000', '205032.089000', '205032.091000', '205032.094000', '205032.096000', '205032.099000', '205032.102000', '205032.104000', '205032.107000', '205032.110000', '205032.112000', '205032.115000', '205032.117000', '205032.120000', '205032.123000', '205032.125000', '205032.128000', '205032.130000', '205032.133000', '205032.135000', '205032.138000', '205032.141000', '205032.143000', '205032.146000', '205032.149000', '205052.035000', '205052.039000', '205052.041000', '205052.044000', '205052.046000', '205052.049000', '205052.052000', '205052.054000', '205052.057000', '205052.060000', '205052.062000', '205052.065000', '205052.067000', '205052.070000', '205052.073000', '205052.076000', '205052.079000', '205052.082000', '205052.085000', '205052.088000', '205052.090000', '205052.093000', '205052.095000', '205052.098000', '205052.101000', '205052.103000', '205052.106000', '205052.108000', '205052.111000', '205052.113000', '205052.116000', '205052.119000', '205052.121000', '205052.124000', '205052.126000', '205052.129000', '205052.132000', '205052.134000', '205052.138000', '205052.141000', '205052.143000', '205052.146000', '205052.149000', '205112.040000', '205112.043000', '205112.047000', '205112.050000', '205112.053000', '205112.056000', '205112.060000', '205112.063000', '205112.066000', '205112.069000', '205112.072000', '205112.074000', '205112.077000', '205112.080000', '205112.082000', '205112.086000', '205112.089000', '205112.092000', '205112.094000', '205112.097000', '205112.100000', '205112.102000', '205112.105000', '205112.108000', '205112.111000', '205112.113000', '205112.116000', '205112.119000', '205112.121000', '205112.124000', '205112.127000', '205112.130000', '205112.132000', '205112.135000', '205112.137000', '205112.140000', '205112.143000', '205112.146000', '205112.149000', '205112.152000', '205112.155000', '205112.157000', '205112.160000', '205112.163000', '205112.312000'], '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': [11222, 12298, 8683, 8284, 11750, 7252, 7798, 10549, 7128, 9471, 7107, 7183, 10116, 7291, 7712, 11202, 7850, 7699, 6929, 7359, 11471, 6957, 7577, 10224, 7333, 7202, 6881, 7466, 9952, 7337, 7524, 7400, 6901, 6956, 7146, 9422, 11828, 7999, 8359, 7526, 6995, 6880, 7171, 8166, 7358, 8313, 11218, 7688, 8730, 7031, 6898, 8914, 6889, 7017, 8232, 7058, 7227, 6555, 7204, 9955, 7797, 7525, 6530, 7080, 9830, 8799, 7210, 9044, 7111, 7024, 7125, 7119, 8144, 11187, 7586, 8091, 7248, 7246, 8707, 6867, 7627, 6721, 8145, 10869, 8931, 8916, 11773, 7021, 7972, 7577, 6953, 6755, 7057, 9161, 7012, 7904, 9880, 7441, 8455, 7286, 9285, 11189, 8912, 8073, 9274, 7441, 9324, 7090, 7779, 10939, 8337, 8033, 6883, 7329, 11636, 7243, 7436, 12181, 7132, 8095, 6680, 7400, 11255, 7239, 7883, 11713, 7559, 8796, 6754, 7641, 9901, 7353, 8290, 7397, 7393, 7357, 7443, 10317, 10526, 8124, 9440, 7507, 7605, 7278, 7777, 10844, 7701, 8303, 6763, 7587, 10885, 7246, 8688, 12093, 7900, 9496, 7202, 7804, 11868, 8066, 8000, 10803, 7562, 8900, 7239, 7639, 11630, 7888, 8057, 7321, 7610, 7040, 7314, 9378, 7804, 7948, 8738, 7576, 7550, 6914, 7382, 7441, 7646, 9899, 8105, 7943, 9479, 7202, 8061, 11534, 7585, 7736, 7762, 7410, 8180, 6993, 7357, 6895, 7658, 9360, 7857, 8803, 6751, 7761, 11098, 8440, 7805, 10421, 7501, 8012, 6845, 7757, 11353, 8706, 8175, 10727, 7769, 8128, 7299, 7517, 9604, 7250, 8342, 6815, 7444, 9803, 7878, 9116, 11987, 8668, 9691, 7266, 8231, 7458, 7889, 11951, 7715, 8550, 7356, 7411, 7732, 7575, 9502, 7386, 7948, 7544, 7627, 7442, 7699, 9698, 12899, 9070, 9552, 7476, 7785, 7465, 7445, 10658, 7813, 7699, 9566, 7684, 7766, 7355, 7535, 8574, 7638, 8909, 7589, 7549, 10342, 7456, 9146, 11046, 9115, 8479, 7675, 7523, 8386, 7564, 8287, 7334, 7880, 7434, 7442, 7693, 7830, 10219, 9897, 8241, 9826, 7160, 7866, 12177, 7500, 8443, 11145, 7496, 8310, 7118, 7541, 7310, 7626, 7620, 7609, 9869, 7710, 10039, 11518, 8552, 9182, 7428, 7864, 9000, 7464, 8772, 7030, 7853, 7712, 7681, 6713, 7671, 8853, 7944, 10526, 12487, 9630, 8761, 7344, 7773, 11280, 7600, 8741, 11163, 7617, 8428, 7482, 7891, 11499, 7559, 8355, 11092, 7706, 8045, 7339, 7506, 8966, 7349, 7725, 8762, 7687, 7438, 7328, 7618, 7155, 8633, 11313, 8928, 9008, 7146, 7621, 9294, 12009, 8733, 9584, 7716, 8255, 7295, 7709, 8725, 11312, 7807, 9080, 7334, 8147, 7060, 7459, 7388, 7683, 9597, 11124, 8077, 8889, 7470, 7742, 7428, 7575, 8597, 7086, 8117, 10821, 8416, 8375, 6982, 7739, 7039, 8108, 7227, 7840, 10689, 7814, 10456, 7079, 8728, 11355, 9472, 8706, 7289, 7795, 7299, 8601, 11876, 8356, 8651, 7197, 7945, 11829, 7847, 7975, 9287, 7351, 7958, 7066, 7823, 8970, 7197, 7710, 9833, 7330, 8095, 7446, 7667, 9797, 8210, 7840, 9397, 7717, 8154, 7150, 7723, 9106, 8076, 8003, 9571, 7716, 8020, 6943, 7654, 9164, 7535, 7912, 9836, 7978, 7624, 7137, 7357, 7356, 7459, 9320, 7173, 7997, 9149, 7857, 8202, 7202, 7527, 7133, 8980, 7644, 9417, 7278, 7799, 10917, 12843, 9953, 11272, 8163, 7821, 9546, 7921, 7936, 11362, 7580, 8145, 8995, 7579, 8317, 7209, 7594, 11470, 7532, 8727, 7653, 7484, 9885, 7478, 8004, 10804, 8675, 8563, 7124, 7600, 9330, 7445, 7567, 9721, 7659, 8496, 7229, 7749, 10633, 7837, 7989, 10190, 7761, 8097, 7235, 7558, 11678, 7519, 7852, 9042, 7175, 7796, 7006, 7605, 10537, 6921, 7707, 8968, 7503, 7609, 7149, 7470, 6860, 7546, 9586, 7654, 7888, 7081, 7571, 8289, 7701, 9869, 11633, 9541, 8573, 7340, 8147, 11535, 7736, 8551, 11651, 8675, 8292, 7341, 7707, 11671, 7480, 8127, 9528, 7303, 8389, 11067, 7653, 8111, 6792, 7808, 6910, 7550, 7404, 7822, 9966, 11928, 9695, 8699, 7516, 7531, 9126, 7389, 8396, 11071, 8240, 9170, 7784, 7997, 7550, 8826, 11318, 8424, 8720, 11694, 8106, 8486, 7411, 7595, 11603, 7495, 8303, 11673, 7788, 9390, 7527, 7985, 7376, 8411, 10409, 8440, 9374, 7487, 7618, 11456, 7756, 7876, 11266, 7889, 7470, 7052, 7531, 9040, 7734, 8783, 6710, 7640, 8171, 7430, 8096, 7464, 8371, 10530, 8944, 8766, 7028, 7906, 11584, 7965, 8169, 11595, 7865, 8873, 7444, 7989, 10896, 8082, 7959, 9337, 7467, 7768, 12153, 7285, 7819, 8931, 7647, 7422, 6766, 7541, 8354, 7554, 7544, 10221, 7443, 7955, 7107, 7419, 6764, 7681, 10382, 7829, 9332, 11538, 8264, 8802, 7521, 7780, 6814, 8192, 10923, 8284, 8466, 6871, 7814, 9815, 10773, 8246, 9513, 7849, 8857, 7457, 7821, 10246, 9610, 7941, 9735, 7493, 8028, 10629, 7515, 8209, 10133, 7609, 8609, 7316, 7519, 8270, 11469, 7786, 8855, 7030, 7808, 10056, 7549, 7992, 11345, 7916, 9167, 7510, 8595, 11426, 7836, 8607, 11277, 8996, 8607, 7356, 7992, 11441, 7333, 8577, 10897, 7973, 8439, 7534, 7651, 7714, 8278, 7921, 7959, 7962, 7977, 10399, 12780, 9020, 8522, 11170, 7801, 8374, 7609, 7646, 11340, 7432, 7722, 9445, 7315, 7342, 7511, 7374, 10891, 7192, 7727, 7318, 7382, 6982, 7404, 7278, 8040, 10284, 8245, 8166, 10796, 7531, 8733, 11467, 7685, 8541, 12028, 7756, 8884, 7536, 8327, 10789, 9092, 8089, 7415, 8023, 11348, 8199, 8840, 9883, 7831, 9470, 7848, 8284, 7925, 8563, 11808, 9296, 8580, 7636, 7671, 8817, 7616, 7999, 10143, 7644, 8723, 7557, 7798, 9034, 7530, 7830, 7965, 7800, 7370, 8087, 9538, 12033, 8290, 9302, 7948, 8169, 7314, 8067, 9429, 8400, 7852, 9051, 7994, 7840, 7205, 7783, 8431, 11086, 7654, 9112, 7383, 7697, 9298, 7522, 8102, 10873, 8156, 8886, 7171, 7735, 9824, 7329, 7714, 8930, 7515, 8304, 11157, 7159, 7968, 9673, 7349, 8314, 7000, 7935, 9318, 7810, 7872, 9795, 7967, 7954, 7769, 7694, 8642, 8179, 7837, 9694, 8040, 8356], 'WindowCenter': [3987.0, 3946.0, 3909.0, 3896.0, 3912.0, 3873.0, 3882.0, 3891.0, 3859.0, 3877.0, 3857.0, 3859.0, 3888.0, 3856.0, 3858.0, 3888.0, 3868.0, 3856.0, 3859.0, 3869.0, 3898.0, 3846.0, 3868.0, 3888.0, 3858.0, 3868.0, 3859.0, 3871.0, 3889.0, 3870.0, 3883.0, 3868.0, 3870.0, 3871.0, 3883.0, 3906.0, 3913.0, 3882.0, 3884.0, 3869.0, 3862.0, 3859.0, 3871.0, 3881.0, 3885.0, 3895.0, 3917.0, 3885.0, 3894.0, 3871.0, 3874.0, 3905.0, 3873.0, 3873.0, 3893.0, 3873.0, 3882.0, 3861.0, 3884.0, 3916.0, 3883.0, 3883.0, 3862.0, 3884.0, 3917.0, 3880.0, 3872.0, 3892.0, 3860.0, 3870.0, 3870.0, 3873.0, 3884.0, 3912.0, 3883.0, 3884.0, 3870.0, 3871.0, 3879.0, 3871.0, 3880.0, 3885.0, 3897.0, 3915.0, 3895.0, 3893.0, 3900.0, 3860.0, 3883.0, 3870.0, 3872.0, 3859.0, 3872.0, 3901.0, 3884.0, 3896.0, 3902.0, 3884.0, 3892.0, 3884.0, 3906.0, 3913.0, 3893.0, 3882.0, 3891.0, 3870.0, 3879.0, 3859.0, 3871.0, 3902.0, 3880.0, 3869.0, 3860.0, 3871.0, 3899.0, 3869.0, 3872.0, 3910.0, 3872.0, 3880.0, 3861.0, 3883.0, 3900.0, 3871.0, 3882.0, 3912.0, 3870.0, 3879.0, 3858.0, 3870.0, 3889.0, 3872.0, 3881.0, 3871.0, 3871.0, 3870.0, 3871.0, 3904.0, 3902.0, 3881.0, 3889.0, 3870.0, 3868.0, 3869.0, 3883.0, 3913.0, 3871.0, 3881.0, 3860.0, 3882.0, 3901.0, 3871.0, 3895.0, 3911.0, 3882.0, 3890.0, 3870.0, 3882.0, 3900.0, 3869.0, 3881.0, 3898.0, 3869.0, 3877.0, 3871.0, 3881.0, 3899.0, 3882.0, 3881.0, 3869.0, 3870.0, 3870.0, 3882.0, 3904.0, 3869.0, 3884.0, 3881.0, 3870.0, 3870.0, 3871.0, 3882.0, 3883.0, 3897.0, 3918.0, 3882.0, 3884.0, 3892.0, 3884.0, 3883.0, 3912.0, 3884.0, 3884.0, 3870.0, 3883.0, 3881.0, 3873.0, 3883.0, 3874.0, 3897.0, 3904.0, 3895.0, 3905.0, 3873.0, 3885.0, 3915.0, 3896.0, 3884.0, 3902.0, 3883.0, 3880.0, 3872.0, 3884.0, 3913.0, 3893.0, 3893.0, 3902.0, 3872.0, 3870.0, 3858.0, 3872.0, 3892.0, 3870.0, 3881.0, 3859.0, 3872.0, 3890.0, 3881.0, 3894.0, 3911.0, 3893.0, 3890.0, 3870.0, 3881.0, 3869.0, 3882.0, 3913.0, 3870.0, 3880.0, 3870.0, 3870.0, 3870.0, 3881.0, 3905.0, 3870.0, 3882.0, 3869.0, 3881.0, 3870.0, 3884.0, 3905.0, 3925.0, 3892.0, 3892.0, 3870.0, 3869.0, 3868.0, 3871.0, 3901.0, 3868.0, 3869.0, 3890.0, 3867.0, 3867.0, 3856.0, 3869.0, 3890.0, 3883.0, 3903.0, 3881.0, 3882.0, 3900.0, 3870.0, 3892.0, 3901.0, 3892.0, 3880.0, 3869.0, 3868.0, 3866.0, 3870.0, 3881.0, 3872.0, 3882.0, 3872.0, 3883.0, 3882.0, 3885.0, 3918.0, 3891.0, 3883.0, 3889.0, 3860.0, 3880.0, 3911.0, 3871.0, 3881.0, 3900.0, 3859.0, 3867.0, 3859.0, 3870.0, 3883.0, 3883.0, 3883.0, 3884.0, 3902.0, 3883.0, 3916.0, 3914.0, 3895.0, 3893.0, 3872.0, 3882.0, 3881.0, 3872.0, 3893.0, 3872.0, 3883.0, 3882.0, 3883.0, 3872.0, 3885.0, 3893.0, 3897.0, 3929.0, 3915.0, 3905.0, 3880.0, 3871.0, 3882.0, 3900.0, 3871.0, 3891.0, 3899.0, 3870.0, 3868.0, 3872.0, 3882.0, 3901.0, 3871.0, 3882.0, 3899.0, 3871.0, 3868.0, 3869.0, 3871.0, 3891.0, 3859.0, 3882.0, 3892.0, 3896.0, 3882.0, 3885.0, 3882.0, 3884.0, 3907.0, 3916.0, 3894.0, 3892.0, 3859.0, 3871.0, 3892.0, 3911.0, 3881.0, 3889.0, 3858.0, 3867.0, 3855.0, 3869.0, 3880.0, 3888.0, 3869.0, 3880.0, 3869.0, 3869.0, 3871.0, 3870.0, 3870.0, 3882.0, 3904.0, 3912.0, 3881.0, 3891.0, 3869.0, 3870.0, 3868.0, 3881.0, 3879.0, 3872.0, 3894.0, 3903.0, 3894.0, 3881.0, 3873.0, 3882.0, 3872.0, 3895.0, 3884.0, 3895.0, 3915.0, 3885.0, 3915.0, 3875.0, 3906.0, 3915.0, 3906.0, 3893.0, 3884.0, 3882.0, 3884.0, 3907.0, 3927.0, 3883.0, 3892.0, 3871.0, 3884.0, 3913.0, 3869.0, 3881.0, 3893.0, 3869.0, 3880.0, 3858.0, 3881.0, 3891.0, 3871.0, 3882.0, 3901.0, 3870.0, 3882.0, 3868.0, 3871.0, 3902.0, 3880.0, 3881.0, 3890.0, 3869.0, 3868.0, 3857.0, 3870.0, 3880.0, 3868.0, 3881.0, 3889.0, 3868.0, 3870.0, 3857.0, 3881.0, 3891.0, 3869.0, 3882.0, 3889.0, 3882.0, 3869.0, 3872.0, 3871.0, 3883.0, 3886.0, 3906.0, 3885.0, 3895.0, 3904.0, 3896.0, 3882.0, 3885.0, 3883.0, 3887.0, 3919.0, 3897.0, 3920.0, 3885.0, 3885.0, 3917.0, 3926.0, 3903.0, 3904.0, 3869.0, 3869.0, 3877.0, 3868.0, 3880.0, 3899.0, 3870.0, 3881.0, 3879.0, 3870.0, 3878.0, 3870.0, 3881.0, 3911.0, 3882.0, 3892.0, 3871.0, 3871.0, 3889.0, 3871.0, 3884.0, 3913.0, 3882.0, 3892.0, 3860.0, 3871.0, 3890.0, 3870.0, 3881.0, 3889.0, 3870.0, 3880.0, 3869.0, 3881.0, 3901.0, 3871.0, 3881.0, 3889.0, 3872.0, 3868.0, 3871.0, 3871.0, 3901.0, 3859.0, 3883.0, 3879.0, 3860.0, 3869.0, 3873.0, 3885.0, 3902.0, 3872.0, 3896.0, 3904.0, 3885.0, 3884.0, 3886.0, 3897.0, 3886.0, 3900.0, 3920.0, 3899.0, 3898.0, 3886.0, 3898.0, 3895.0, 3899.0, 3931.0, 3928.0, 3906.0, 3893.0, 3873.0, 3884.0, 3902.0, 3871.0, 3882.0, 3899.0, 3881.0, 3867.0, 3870.0, 3882.0, 3901.0, 3871.0, 3881.0, 3891.0, 3869.0, 3881.0, 3898.0, 3869.0, 3879.0, 3859.0, 3881.0, 3870.0, 3883.0, 3881.0, 3884.0, 3918.0, 3925.0, 3904.0, 3893.0, 3859.0, 3870.0, 3878.0, 3858.0, 3880.0, 3900.0, 3881.0, 3890.0, 3882.0, 3880.0, 3883.0, 3905.0, 3902.0, 3883.0, 3882.0, 3900.0, 3870.0, 3878.0, 3870.0, 3881.0, 3899.0, 3870.0, 3881.0, 3899.0, 3872.0, 3889.0, 3882.0, 3881.0, 3884.0, 3896.0, 3904.0, 3896.0, 3893.0, 3885.0, 3885.0, 3913.0, 3884.0, 3895.0, 3913.0, 3882.0, 3872.0, 3872.0, 3884.0, 3892.0, 3885.0, 3908.0, 3887.0, 3899.0, 3895.0, 3887.0, 3895.0, 3898.0, 3910.0, 3918.0, 3909.0, 3895.0, 3874.0, 3896.0, 3916.0, 3884.0, 3894.0, 3913.0, 3882.0, 3882.0, 3870.0, 3883.0, 3915.0, 3870.0, 3871.0, 3879.0, 3859.0, 3870.0, 3899.0, 3871.0, 3883.0, 3879.0, 3882.0, 3871.0, 3861.0, 3884.0, 3893.0, 3896.0, 3898.0, 3917.0, 3887.0, 3895.0, 3887.0, 3886.0, 3877.0, 3899.0, 3917.0, 3898.0, 3921.0, 3928.0, 3896.0, 3906.0, 3887.0, 3885.0, 3876.0, 3909.0, 3918.0, 3897.0, 3897.0, 3862.0, 3884.0, 3906.0, 3903.0, 3883.0, 3892.0, 3881.0, 3880.0, 3870.0, 3871.0, 3904.0, 3891.0, 3871.0, 3890.0, 3858.0, 3870.0, 3889.0, 3858.0, 3880.0, 3888.0, 3869.0, 3879.0, 3856.0, 3858.0, 3880.0, 3911.0, 3870.0, 3890.0, 3860.0, 3871.0, 3889.0, 3882.0, 3883.0, 3912.0, 3884.0, 3891.0, 3883.0, 3894.0, 3912.0, 3870.0, 3893.0, 3900.0, 3881.0, 3879.0, 3871.0, 3882.0, 3901.0, 3872.0, 3892.0, 3901.0, 3870.0, 3879.0, 3870.0, 3870.0, 3883.0, 3906.0, 3894.0, 3898.0, 3883.0, 3895.0, 3917.0, 3913.0, 3893.0, 3893.0, 3900.0, 3871.0, 3879.0, 3882.0, 3883.0, 3912.0, 3873.0, 3884.0, 3891.0, 3883.0, 3871.0, 3885.0, 3886.0, 3915.0, 3886.0, 3896.0, 3884.0, 3886.0, 3885.0, 3886.0, 3897.0, 3911.0, 3920.0, 3897.0, 3896.0, 3903.0, 3871.0, 3893.0, 3902.0, 3871.0, 3882.0, 3914.0, 3871.0, 3879.0, 3882.0, 3895.0, 3914.0, 3893.0, 3870.0, 3884.0, 3884.0, 3902.0, 3882.0, 3893.0, 3890.0, 3872.0, 3890.0, 3882.0, 3881.0, 3883.0, 3906.0, 3914.0, 3894.0, 3882.0, 3869.0, 3870.0, 3880.0, 3870.0, 3883.0, 3902.0, 3870.0, 3879.0, 3869.0, 3882.0, 3893.0, 3882.0, 3872.0, 3880.0, 3882.0, 3873.0, 3894.0, 3906.0, 3913.0, 3895.0, 3893.0, 3881.0, 3882.0, 3871.0, 3883.0, 3894.0, 3882.0, 3883.0, 3892.0, 3882.0, 3880.0, 3870.0, 3883.0, 3895.0, 3914.0, 3883.0, 3893.0, 3871.0, 3883.0, 3891.0, 3883.0, 3895.0, 3912.0, 3895.0, 3892.0, 3871.0, 3883.0, 3904.0, 3872.0, 3883.0, 3892.0, 3882.0, 3893.0, 3901.0, 3859.0, 3884.0, 3891.0, 3872.0, 3881.0, 3871.0, 3894.0, 3904.0, 3871.0, 3883.0, 3902.0, 3880.0, 3880.0, 3868.0, 3881.0, 3892.0, 3880.0, 3882.0, 3893.0, 3870.0, 3881.0], 'WindowWidth': [8902.0, 8822.0, 8756.0, 8730.0, 8745.0, 8691.0, 8703.0, 8710.0, 8666.0, 8688.0, 8660.0, 8664.0, 8702.0, 8655.0, 8661.0, 8700.0, 8676.0, 8656.0, 8665.0, 8679.0, 8714.0, 8644.0, 8674.0, 8702.0, 8665.0, 8677.0, 8667.0, 8687.0, 8708.0, 8684.0, 8704.0, 8678.0, 8685.0, 8687.0, 8708.0, 8742.0, 8745.0, 8703.0, 8707.0, 8680.0, 8674.0, 8667.0, 8688.0, 8701.0, 8713.0, 8728.0, 8758.0, 8712.0, 8723.0, 8687.0, 8696.0, 8737.0, 8693.0, 8694.0, 8719.0, 8694.0, 8704.0, 8677.0, 8712.0, 8756.0, 8707.0, 8708.0, 8678.0, 8711.0, 8757.0, 8697.0, 8691.0, 8717.0, 8669.0, 8685.0, 8683.0, 8692.0, 8710.0, 8746.0, 8707.0, 8707.0, 8684.0, 8687.0, 8694.0, 8689.0, 8700.0, 8717.0, 8733.0, 8755.0, 8725.0, 8719.0, 8723.0, 8671.0, 8705.0, 8685.0, 8690.0, 8668.0, 8690.0, 8729.0, 8709.0, 8729.0, 8732.0, 8710.0, 8718.0, 8710.0, 8742.0, 8747.0, 8720.0, 8701.0, 8712.0, 8683.0, 8692.0, 8668.0, 8687.0, 8730.0, 8696.0, 8679.0, 8671.0, 8687.0, 8722.0, 8682.0, 8691.0, 8737.0, 8690.0, 8695.0, 8675.0, 8706.0, 8724.0, 8689.0, 8702.0, 8741.0, 8684.0, 8692.0, 8663.0, 8683.0, 8707.0, 8692.0, 8699.0, 8687.0, 8686.0, 8683.0, 8687.0, 8737.0, 8730.0, 8699.0, 8708.0, 8683.0, 8678.0, 8682.0, 8706.0, 8747.0, 8687.0, 8699.0, 8670.0, 8702.0, 8724.0, 8689.0, 8723.0, 8738.0, 8702.0, 8707.0, 8683.0, 8702.0, 8722.0, 8682.0, 8699.0, 8716.0, 8680.0, 8688.0, 8686.0, 8699.0, 8720.0, 8701.0, 8699.0, 8682.0, 8684.0, 8685.0, 8705.0, 8736.0, 8682.0, 8707.0, 8700.0, 8683.0, 8682.0, 8686.0, 8703.0, 8706.0, 8733.0, 8763.0, 8705.0, 8710.0, 8716.0, 8707.0, 8708.0, 8742.0, 8709.0, 8708.0, 8684.0, 8708.0, 8701.0, 8693.0, 8706.0, 8697.0, 8732.0, 8737.0, 8727.0, 8739.0, 8694.0, 8712.0, 8752.0, 8730.0, 8711.0, 8730.0, 8706.0, 8697.0, 8690.0, 8709.0, 8749.0, 8720.0, 8718.0, 8729.0, 8688.0, 8681.0, 8663.0, 8687.0, 8716.0, 8682.0, 8698.0, 8667.0, 8688.0, 8709.0, 8702.0, 8722.0, 8740.0, 8718.0, 8708.0, 8684.0, 8698.0, 8682.0, 8704.0, 8743.0, 8683.0, 8695.0, 8680.0, 8684.0, 8683.0, 8701.0, 8737.0, 8684.0, 8703.0, 8681.0, 8701.0, 8685.0, 8709.0, 8740.0, 8765.0, 8717.0, 8713.0, 8682.0, 8680.0, 8679.0, 8686.0, 8727.0, 8677.0, 8679.0, 8711.0, 8673.0, 8674.0, 8659.0, 8679.0, 8710.0, 8708.0, 8733.0, 8701.0, 8704.0, 8724.0, 8684.0, 8715.0, 8727.0, 8715.0, 8695.0, 8678.0, 8676.0, 8671.0, 8683.0, 8701.0, 8689.0, 8705.0, 8690.0, 8707.0, 8703.0, 8712.0, 8762.0, 8714.0, 8704.0, 8707.0, 8669.0, 8697.0, 8738.0, 8686.0, 8699.0, 8720.0, 8666.0, 8673.0, 8667.0, 8684.0, 8708.0, 8706.0, 8706.0, 8709.0, 8731.0, 8707.0, 8754.0, 8751.0, 8723.0, 8719.0, 8688.0, 8702.0, 8697.0, 8689.0, 8718.0, 8690.0, 8705.0, 8702.0, 8707.0, 8692.0, 8712.0, 8721.0, 8731.0, 8781.0, 8753.0, 8738.0, 8697.0, 8686.0, 8702.0, 8721.0, 8685.0, 8713.0, 8718.0, 8684.0, 8677.0, 8688.0, 8703.0, 8725.0, 8686.0, 8701.0, 8718.0, 8686.0, 8678.0, 8679.0, 8686.0, 8713.0, 8666.0, 8702.0, 8718.0, 8731.0, 8705.0, 8712.0, 8706.0, 8710.0, 8745.0, 8756.0, 8722.0, 8714.0, 8667.0, 8684.0, 8717.0, 8740.0, 8698.0, 8707.0, 8660.0, 8674.0, 8654.0, 8678.0, 8695.0, 8702.0, 8678.0, 8696.0, 8679.0, 8679.0, 8684.0, 8685.0, 8685.0, 8704.0, 8737.0, 8742.0, 8701.0, 8712.0, 8680.0, 8683.0, 8678.0, 8698.0, 8694.0, 8689.0, 8723.0, 8732.0, 8722.0, 8699.0, 8691.0, 8702.0, 8691.0, 8727.0, 8712.0, 8726.0, 8754.0, 8713.0, 8750.0, 8697.0, 8743.0, 8751.0, 8739.0, 8718.0, 8708.0, 8703.0, 8711.0, 8745.0, 8771.0, 8707.0, 8717.0, 8688.0, 8707.0, 8746.0, 8680.0, 8697.0, 8717.0, 8680.0, 8697.0, 8666.0, 8699.0, 8714.0, 8686.0, 8702.0, 8727.0, 8683.0, 8700.0, 8678.0, 8686.0, 8728.0, 8695.0, 8699.0, 8710.0, 8678.0, 8677.0, 8661.0, 8682.0, 8697.0, 8677.0, 8698.0, 8707.0, 8676.0, 8680.0, 8663.0, 8699.0, 8712.0, 8678.0, 8702.0, 8706.0, 8700.0, 8680.0, 8690.0, 8690.0, 8707.0, 8714.0, 8741.0, 8712.0, 8725.0, 8737.0, 8726.0, 8703.0, 8712.0, 8705.0, 8720.0, 8764.0, 8733.0, 8766.0, 8712.0, 8713.0, 8760.0, 8768.0, 8732.0, 8732.0, 8677.0, 8677.0, 8685.0, 8677.0, 8695.0, 8719.0, 8682.0, 8697.0, 8691.0, 8682.0, 8689.0, 8684.0, 8700.0, 8740.0, 8702.0, 8716.0, 8685.0, 8686.0, 8708.0, 8686.0, 8709.0, 8746.0, 8703.0, 8716.0, 8668.0, 8684.0, 8709.0, 8683.0, 8700.0, 8707.0, 8681.0, 8693.0, 8681.0, 8701.0, 8728.0, 8686.0, 8700.0, 8706.0, 8686.0, 8676.0, 8686.0, 8688.0, 8727.0, 8665.0, 8703.0, 8690.0, 8669.0, 8681.0, 8691.0, 8710.0, 8729.0, 8691.0, 8727.0, 8735.0, 8713.0, 8709.0, 8718.0, 8732.0, 8717.0, 8739.0, 8767.0, 8737.0, 8734.0, 8716.0, 8734.0, 8726.0, 8737.0, 8785.0, 8775.0, 8743.0, 8719.0, 8694.0, 8710.0, 8729.0, 8686.0, 8701.0, 8720.0, 8699.0, 8674.0, 8684.0, 8702.0, 8726.0, 8687.0, 8698.0, 8711.0, 8681.0, 8699.0, 8715.0, 8679.0, 8694.0, 8668.0, 8700.0, 8685.0, 8706.0, 8702.0, 8709.0, 8760.0, 8767.0, 8735.0, 8717.0, 8667.0, 8683.0, 8690.0, 8662.0, 8697.0, 8723.0, 8698.0, 8710.0, 8702.0, 8698.0, 8706.0, 8738.0, 8728.0, 8705.0, 8702.0, 8722.0, 8682.0, 8689.0, 8684.0, 8700.0, 8720.0, 8683.0, 8699.0, 8718.0, 8688.0, 8705.0, 8702.0, 8699.0, 8709.0, 8730.0, 8734.0, 8726.0, 8718.0, 8711.0, 8713.0, 8746.0, 8709.0, 8726.0, 8745.0, 8703.0, 8688.0, 8689.0, 8709.0, 8716.0, 8712.0, 8747.0, 8719.0, 8736.0, 8725.0, 8719.0, 8726.0, 8736.0, 8756.0, 8760.0, 8749.0, 8724.0, 8695.0, 8727.0, 8757.0, 8709.0, 8722.0, 8744.0, 8701.0, 8698.0, 8682.0, 8705.0, 8751.0, 8681.0, 8686.0, 8692.0, 8667.0, 8682.0, 8718.0, 8687.0, 8705.0, 8694.0, 8703.0, 8685.0, 8674.0, 8708.0, 8718.0, 8727.0, 8734.0, 8755.0, 8717.0, 8725.0, 8719.0, 8715.0, 8705.0, 8736.0, 8758.0, 8736.0, 8770.0, 8773.0, 8729.0, 8739.0, 8717.0, 8711.0, 8705.0, 8753.0, 8764.0, 8730.0, 8728.0, 8677.0, 8710.0, 8740.0, 8733.0, 8704.0, 8716.0, 8700.0, 8697.0, 8681.0, 8687.0, 8737.0, 8712.0, 8684.0, 8708.0, 8664.0, 8681.0, 8705.0, 8664.0, 8697.0, 8703.0, 8679.0, 8692.0, 8657.0, 8664.0, 8697.0, 8740.0, 8682.0, 8711.0, 8669.0, 8687.0, 8706.0, 8703.0, 8708.0, 8741.0, 8709.0, 8714.0, 8705.0, 8723.0, 8744.0, 8684.0, 8718.0, 8721.0, 8698.0, 8690.0, 8687.0, 8703.0, 8724.0, 8689.0, 8715.0, 8725.0, 8683.0, 8691.0, 8685.0, 8684.0, 8707.0, 8743.0, 8721.0, 8733.0, 8707.0, 8725.0, 8756.0, 8746.0, 8717.0, 8718.0, 8721.0, 8686.0, 8694.0, 8703.0, 8705.0, 8741.0, 8693.0, 8708.0, 8713.0, 8707.0, 8688.0, 8713.0, 8716.0, 8751.0, 8716.0, 8728.0, 8709.0, 8717.0, 8714.0, 8716.0, 8735.0, 8759.0, 8770.0, 8730.0, 8728.0, 8730.0, 8687.0, 8717.0, 8730.0, 8688.0, 8701.0, 8748.0, 8687.0, 8692.0, 8703.0, 8726.0, 8746.0, 8718.0, 8682.0, 8710.0, 8708.0, 8728.0, 8704.0, 8720.0, 8708.0, 8686.0, 8708.0, 8701.0, 8698.0, 8706.0, 8743.0, 8749.0, 8721.0, 8700.0, 8679.0, 8683.0, 8695.0, 8684.0, 8704.0, 8726.0, 8683.0, 8694.0, 8681.0, 8702.0, 8717.0, 8702.0, 8688.0, 8695.0, 8703.0, 8693.0, 8723.0, 8742.0, 8747.0, 8722.0, 8717.0, 8699.0, 8701.0, 8686.0, 8705.0, 8722.0, 8702.0, 8705.0, 8714.0, 8699.0, 8697.0, 8685.0, 8707.0, 8726.0, 8749.0, 8707.0, 8721.0, 8688.0, 8704.0, 8711.0, 8706.0, 8726.0, 8743.0, 8725.0, 8716.0, 8689.0, 8707.0, 8736.0, 8691.0, 8704.0, 8716.0, 8704.0, 8718.0, 8726.0, 8667.0, 8707.0, 8711.0, 8690.0, 8700.0, 8688.0, 8722.0, 8735.0, 8687.0, 8706.0, 8729.0, 8696.0, 8696.0, 8677.0, 8698.0, 8715.0, 8695.0, 8702.0, 8716.0, 8682.0, 8699.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.0002505402298850575</td></tr>
<tr><td colspan=3>aqi</td><td>0.02210126643678161</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.77504119171463</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2279910199539694</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00114565835443</td></tr>
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
<tr><td colspan=3>fber</td><td>5439.0195</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10575021123439335</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.126436781609195</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568076507275166</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.591125392768211</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642241209731333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4708629193259535</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129195</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011062443256378174</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019003145396709442</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.9869719429021147</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.2023</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7007</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.6243</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.6784</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9147</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.3923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3151.887</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.7193</td></tr>
<tr><td colspan=3>tsnr</td><td>44.05911623616703</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>