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

616 lines
No EOL
106 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-0005_ses-01_task-social_acq-mb8_run-01_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-0005_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0005_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_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-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-01_task-social_acq-mb8_run-01_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-0005/ses-01/func/sub-0005_ses-01_task-social_acq-mb8_run-01_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>9300a32342e6cad9b670d9213dfac45f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:11:1.000000</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_VE11C_LATEST_20160120</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.999449, 0.0189586, -0.0272404, -0.0200629, 0.998964, -0.0408536]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0795652</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7753, -7253, 481, -78, -10, -75, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d2293d3-14fe-4ebd-aca4-660ad49348a6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814489364624023, -0.05382716655731201, -0.07138160616159439, 118.90250396728516], [-0.05086447671055794, 2.6801464557647705, -0.11171967536211014, -88.51456451416016], [-0.07308396697044373, 0.10960733145475388, 2.6967432498931885, -50.972007751464844], [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': ['151101.000000', '151101.460000', '151101.920000', '151102.380000', '151102.840000', '151103.300000', '151103.760000', '151104.220000', '151104.680000', '151105.140000', '151105.600000', '151106.060000', '151106.520000', '151106.980000', '151107.440000', '151107.900000', '151108.360000', '151108.820000', '151109.280000', '151109.740000', '151110.200000', '151110.660000', '151111.120000', '151111.580000', '151112.040000', '151112.500000', '151112.960000', '151113.420000', '151113.880000', '151114.340000', '151114.800000', '151115.260000', '151115.720000', '151116.180000', '151116.640000', '151117.100000', '151117.560000', '151118.020000', '151118.480000', '151118.940000', '151119.400000', '151119.860000', '151120.320000', '151120.780000', '151121.240000', '151121.700000', '151122.160000', '151122.620000', '151123.080000', '151123.540000', '151124.000000', '151124.460000', '151124.920000', '151125.380000', '151125.840000', '151126.300000', '151126.760000', '151127.220000', '151127.680000', '151128.140000', '151128.600000', '151129.060000', '151129.520000', '151129.980000', '151130.440000', '151130.900000', '151131.360000', '151131.820000', '151132.280000', '151132.740000', '151133.200000', '151133.660000', '151134.120000', '151134.580000', '151135.040000', '151135.500000', '151135.960000', '151136.420000', '151136.880000', '151137.340000', '151137.800000', '151138.260000', '151138.720000', '151139.180000', '151139.640000', '151140.100000', '151140.560000', '151141.020000', '151141.480000', '151141.940000', '151142.400000', '151142.860000', '151143.320000', '151143.780000', '151144.240000', '151144.700000', '151145.160000', '151145.620000', '151146.080000', '151146.540000', '151147.000000', '151147.460000', '151147.920000', '151148.380000', '151148.840000', '151149.300000', '151149.760000', '151150.220000', '151150.680000', '151151.140000', '151151.600000', '151152.060000', '151152.520000', '151152.980000', '151153.440000', '151153.900000', '151154.360000', '151154.820000', '151155.280000', '151155.740000', '151156.200000', '151156.660000', '151157.120000', '151157.580000', '151158.040000', '151158.500000', '151158.960000', '151159.420000', '151159.880000', '151200.340000', '151200.800000', '151201.260000', '151201.720000', '151202.180000', '151202.640000', '151203.100000', '151203.560000', '151204.020000', '151204.480000', '151204.940000', '151205.400000', '151205.860000', '151206.320000', '151206.780000', '151207.240000', '151207.700000', '151208.160000', '151208.620000', '151209.080000', '151209.540000', '151210.000000', '151210.460000', '151210.920000', '151211.380000', '151211.840000', '151212.300000', '151212.760000', '151213.220000', '151213.680000', '151214.140000', '151214.600000', '151215.060000', '151215.520000', '151215.980000', '151216.440000', '151216.900000', '151217.360000', '151217.820000', '151218.280000', '151218.740000', '151219.200000', '151219.660000', '151220.120000', '151220.580000', '151221.040000', '151221.500000', '151221.960000', '151222.420000', '151222.880000', '151223.340000', '151223.800000', '151224.260000', '151224.720000', '151225.180000', '151225.640000', '151226.100000', '151226.560000', '151227.020000', '151227.480000', '151227.940000', '151228.400000', '151228.860000', '151229.320000', '151229.780000', '151230.240000', '151230.700000', '151231.160000', '151231.620000', '151232.080000', '151232.540000', '151233.000000', '151233.460000', '151233.920000', '151234.380000', '151234.840000', '151235.300000', '151235.760000', '151236.220000', '151236.680000', '151237.140000', '151237.600000', '151238.060000', '151238.520000', '151238.980000', '151239.440000', '151239.900000', '151240.360000', '151240.820000', '151241.280000', '151241.740000', '151242.200000', '151242.660000', '151243.120000', '151243.580000', '151244.040000', '151244.500000', '151244.960000', '151245.420000', '151245.880000', '151246.340000', '151246.800000', '151247.260000', '151247.720000', '151248.180000', '151248.640000', '151249.100000', '151249.560000', '151250.020000', '151250.480000', '151250.940000', '151251.400000', '151251.860000', '151252.320000', '151252.780000', '151253.240000', '151253.700000', '151254.160000', '151254.620000', '151255.080000', '151255.540000', '151256.000000', '151256.460000', '151256.920000', '151257.380000', '151257.840000', '151258.300000', '151258.760000', '151259.220000', '151259.680000', '151300.140000', '151300.600000', '151301.060000', '151301.520000', '151301.980000', '151302.440000', '151302.900000', '151303.360000', '151303.820000', '151304.280000', '151304.740000', '151305.200000', '151305.660000', '151306.120000', '151306.580000', '151307.040000', '151307.500000', '151307.960000', '151308.420000', '151308.880000', '151309.340000', '151309.800000', '151310.260000', '151310.720000', '151311.180000', '151311.640000', '151312.100000', '151312.560000', '151313.020000', '151313.480000', '151313.940000', '151314.400000', '151314.860000', '151315.320000', '151315.780000', '151316.240000', '151316.700000', '151317.160000', '151317.620000', '151318.080000', '151318.540000', '151319.000000', '151319.460000', '151319.920000', '151320.380000', '151320.840000', '151321.300000', '151321.760000', '151322.220000', '151322.680000', '151323.140000', '151323.600000', '151324.060000', '151324.520000', '151324.980000', '151325.440000', '151325.900000', '151326.360000', '151326.820000', '151327.280000', '151327.740000', '151328.200000', '151328.660000', '151329.120000', '151329.580000', '151330.040000', '151330.500000', '151330.960000', '151331.420000', '151331.880000', '151332.340000', '151332.800000', '151333.260000', '151333.720000', '151334.180000', '151334.640000', '151335.100000', '151335.560000', '151336.020000', '151336.480000', '151336.940000', '151337.400000', '151337.860000', '151338.320000', '151338.780000', '151339.240000', '151339.700000', '151340.160000', '151340.620000', '151341.080000', '151341.540000', '151342.000000', '151342.460000', '151342.920000', '151343.380000', '151343.840000', '151344.300000', '151344.760000', '151345.220000', '151345.680000', '151346.140000', '151346.600000', '151347.060000', '151347.520000', '151347.980000', '151348.440000', '151348.900000', '151349.360000', '151349.820000', '151350.280000', '151350.740000', '151351.200000', '151351.660000', '151352.120000', '151352.580000', '151353.040000', '151353.500000', '151353.960000', '151354.420000', '151354.880000', '151355.340000', '151355.800000', '151356.260000', '151356.720000', '151357.180000', '151357.640000', '151358.100000', '151358.560000', '151359.020000', '151359.480000', '151359.940000', '151400.400000', '151400.860000', '151401.320000', '151401.780000', '151402.240000', '151402.700000', '151403.160000', '151403.620000', '151404.080000', '151404.540000', '151405.000000', '151405.460000', '151405.920000', '151406.380000', '151406.840000', '151407.300000', '151407.760000', '151408.220000', '151408.680000', '151409.140000', '151409.600000', '151410.060000', '151410.520000', '151410.980000', '151411.440000', '151411.900000', '151412.360000', '151412.820000', '151413.280000', '151413.740000', '151414.200000', '151414.660000', '151415.120000', '151415.580000', '151416.040000', '151416.500000', '151416.960000', '151417.420000', '151417.880000', '151418.340000', '151418.800000', '151419.260000', '151419.720000', '151420.180000', '151420.640000', '151421.100000', '151421.560000', '151422.020000', '151422.480000', '151422.940000', '151423.400000', '151423.860000', '151424.320000', '151424.780000', '151425.240000', '151425.700000', '151426.160000', '151426.620000', '151427.080000', '151427.540000', '151428.000000', '151428.460000', '151428.920000', '151429.380000', '151429.840000', '151430.300000', '151430.760000', '151431.220000', '151431.680000', '151432.140000', '151432.600000', '151433.060000', '151433.520000', '151433.980000', '151434.440000', '151434.900000', '151435.360000', '151435.820000', '151436.280000', '151436.740000', '151437.200000', '151437.660000', '151438.120000', '151438.580000', '151439.040000', '151439.500000', '151439.960000', '151440.420000', '151440.880000', '151441.340000', '151441.800000', '151442.260000', '151442.720000', '151443.180000', '151443.640000', '151444.100000', '151444.560000', '151445.020000', '151445.480000', '151445.940000', '151446.400000', '151446.860000', '151447.320000', '151447.780000', '151448.240000', '151448.700000', '151449.160000', '151449.620000', '151450.080000', '151450.540000', '151451.000000', '151451.460000', '151451.920000', '151452.380000', '151452.840000', '151453.300000', '151453.760000', '151454.220000', '151454.680000', '151455.140000', '151455.600000', '151456.060000', '151456.520000', '151456.980000', '151457.440000', '151457.900000', '151458.360000', '151458.820000', '151459.280000', '151459.740000', '151500.200000', '151500.660000', '151501.120000', '151501.580000', '151502.040000', '151502.500000', '151502.960000', '151503.420000', '151503.880000', '151504.340000', '151504.800000', '151505.260000', '151505.720000', '151506.180000', '151506.640000', '151507.100000', '151507.560000', '151508.020000', '151508.480000', '151508.940000', '151509.400000', '151509.860000', '151510.320000', '151510.780000', '151511.240000', '151511.700000', '151512.160000', '151512.620000', '151513.080000', '151513.540000', '151514.000000', '151514.460000', '151514.920000', '151515.380000', '151515.840000', '151516.300000', '151516.760000', '151517.220000', '151517.680000', '151518.140000', '151518.600000', '151519.060000', '151519.520000', '151519.980000', '151520.440000', '151520.900000', '151521.360000', '151521.820000', '151522.280000', '151522.740000', '151523.200000', '151523.660000', '151524.120000', '151524.580000', '151525.040000', '151525.500000', '151525.960000', '151526.420000', '151526.880000', '151527.340000', '151527.800000', '151528.260000', '151528.720000', '151529.180000', '151529.640000', '151530.100000', '151530.560000', '151531.020000', '151531.480000', '151531.940000', '151532.400000', '151532.860000', '151533.320000', '151533.780000', '151534.240000', '151534.700000', '151535.160000', '151535.620000', '151536.080000', '151536.540000', '151537.000000', '151537.460000', '151537.920000', '151538.380000', '151538.840000', '151539.300000', '151539.760000', '151540.220000', '151540.680000', '151541.140000', '151541.600000', '151542.060000', '151542.520000', '151542.980000', '151543.440000', '151543.900000', '151544.360000', '151544.820000', '151545.280000', '151545.740000', '151546.200000', '151546.660000', '151547.120000', '151547.580000', '151548.040000', '151548.500000', '151548.960000', '151549.420000', '151549.880000', '151550.340000', '151550.800000', '151551.260000', '151551.720000', '151552.180000', '151552.640000', '151553.100000', '151553.560000', '151554.020000', '151554.480000', '151554.940000', '151555.400000', '151555.860000', '151556.320000', '151556.780000', '151557.240000', '151557.700000', '151558.160000', '151558.620000', '151559.080000', '151559.540000', '151600.000000', '151600.460000', '151600.920000', '151601.380000', '151601.840000', '151602.300000', '151602.760000', '151603.220000', '151603.680000', '151604.140000', '151604.600000', '151605.060000', '151605.520000', '151605.980000', '151606.440000', '151606.900000', '151607.360000', '151607.820000', '151608.280000', '151608.740000', '151609.200000', '151609.660000', '151610.120000', '151610.580000', '151611.040000', '151611.500000', '151611.960000', '151612.420000', '151612.880000', '151613.340000', '151613.800000', '151614.260000', '151614.720000', '151615.180000', '151615.640000', '151616.100000', '151616.560000', '151617.020000', '151617.480000', '151617.940000', '151618.400000', '151618.860000', '151619.320000', '151619.780000', '151620.240000', '151620.700000', '151621.160000', '151621.620000', '151622.080000', '151622.540000', '151623.000000', '151623.460000', '151623.920000', '151624.380000', '151624.840000', '151625.300000', '151625.760000', '151626.220000', '151626.680000', '151627.140000', '151627.600000', '151628.060000', '151628.520000', '151628.980000', '151629.440000', '151629.900000', '151630.360000', '151630.820000', '151631.280000', '151631.740000', '151632.200000', '151632.660000', '151633.120000', '151633.580000', '151634.040000', '151634.500000', '151634.960000', '151635.420000', '151635.880000', '151636.340000', '151636.800000', '151637.260000', '151637.720000', '151638.180000', '151638.640000', '151639.100000', '151639.560000', '151640.020000', '151640.480000', '151640.940000', '151641.400000', '151641.860000', '151642.320000', '151642.780000', '151643.240000', '151643.700000', '151644.160000', '151644.620000', '151645.080000', '151645.540000', '151646.000000', '151646.460000', '151646.920000', '151647.380000', '151647.840000', '151648.300000', '151648.760000', '151649.220000', '151649.680000', '151650.140000', '151650.600000', '151651.060000', '151651.520000', '151651.980000', '151652.440000', '151652.900000', '151653.360000', '151653.820000', '151654.280000', '151654.740000', '151655.200000', '151655.660000', '151656.120000', '151656.580000', '151657.040000', '151657.500000', '151657.960000', '151658.420000', '151658.880000', '151659.340000', '151659.800000', '151700.260000', '151700.720000', '151701.180000', '151701.640000', '151702.100000', '151702.560000', '151703.020000', '151703.480000', '151703.940000', '151704.400000', '151704.860000', '151705.320000', '151705.780000', '151706.240000', '151706.700000', '151707.160000', '151707.620000', '151708.080000', '151708.540000', '151709.000000', '151709.460000', '151709.920000', '151710.380000', '151710.840000', '151711.300000', '151711.760000', '151712.220000', '151712.680000', '151713.140000', '151713.600000', '151714.060000', '151714.520000', '151714.980000', '151715.440000', '151715.900000', '151716.360000', '151716.820000', '151717.280000', '151717.740000', '151718.200000', '151718.660000', '151719.120000', '151719.580000', '151720.040000', '151720.500000', '151720.960000', '151721.420000', '151721.880000', '151722.340000', '151722.800000', '151723.260000', '151723.720000', '151724.180000', '151724.640000', '151725.100000', '151725.560000', '151726.020000', '151726.480000', '151726.940000', '151727.400000', '151727.860000', '151728.320000', '151728.780000', '151729.240000', '151729.700000', '151730.160000', '151730.620000', '151731.080000', '151731.540000', '151732.000000', '151732.460000', '151732.920000', '151733.380000', '151733.840000', '151734.300000', '151734.760000', '151735.220000', '151735.680000', '151736.140000', '151736.600000', '151737.060000', '151737.520000', '151737.980000', '151738.440000', '151738.900000', '151739.360000', '151739.820000', '151740.280000', '151740.740000', '151741.200000', '151741.660000'], 'ContentTime': ['151128.977000', '151128.981000', '151128.984000', '151128.987000', '151128.989000', '151128.992000', '151128.995000', '151128.998000', '151129.002000', '151129.005000', '151129.021000', '151129.024000', '151129.027000', '151129.030000', '151129.033000', '151129.036000', '151129.039000', '151129.042000', '151129.045000', '151129.048000', '151129.051000', '151129.053000', '151129.056000', '151129.059000', '151129.071000', '151129.074000', '151129.077000', '151129.080000', '151129.083000', '151129.085000', '151129.088000', '151129.091000', '151129.094000', '151129.097000', '151129.100000', '151129.103000', '151129.105000', '151129.108000', '151129.111000', '151129.114000', '151129.117000', '151129.120000', '151129.123000', '151129.125000', '151129.128000', '151129.131000', '151129.134000', '151129.137000', '151129.140000', '151129.143000', '151129.145000', '151129.148000', '151129.151000', '151129.154000', '151129.157000', '151129.162000', '151129.165000', '151129.168000', '151148.936000', '151148.939000', '151148.942000', '151148.945000', '151148.948000', '151148.950000', '151148.953000', '151148.956000', '151148.959000', '151148.962000', '151148.965000', '151148.968000', '151148.971000', '151148.973000', '151148.976000', '151148.979000', '151148.982000', '151148.985000', '151148.988000', '151148.990000', '151149.031000', '151149.033000', '151149.036000', '151149.043000', '151149.046000', '151149.049000', '151149.052000', '151149.054000', '151149.057000', '151149.060000', '151149.063000', '151149.066000', '151149.069000', '151149.072000', '151149.075000', '151149.078000', '151149.081000', '151149.083000', '151149.086000', '151149.089000', '151149.092000', '151149.095000', '151149.098000', '151149.101000', '151208.936000', '151208.939000', '151208.942000', '151208.944000', '151208.947000', '151208.950000', '151208.953000', '151208.956000', '151208.959000', '151208.962000', '151208.965000', '151208.967000', '151208.970000', '151208.973000', '151208.976000', '151208.979000', '151208.982000', '151208.985000', '151208.988000', '151208.990000', '151208.997000', '151209.001000', '151209.004000', '151209.007000', '151209.010000', '151209.013000', '151209.016000', '151209.019000', '151209.022000', '151209.025000', '151209.028000', '151209.030000', '151209.033000', '151209.036000', '151209.039000', '151209.057000', '151209.059000', '151209.062000', '151209.065000', '151209.068000', '151209.071000', '151209.074000', '151209.077000', '151228.936000', '151228.939000', '151228.942000', '151228.945000', '151228.948000', '151228.951000', '151228.961000', '151228.964000', '151228.966000', '151228.969000', '151228.972000', '151228.975000', '151228.978000', '151228.981000', '151228.984000', '151228.986000', '151228.989000', '151228.992000', '151228.995000', '151228.998000', '151229.002000', '151229.005000', '151229.007000', '151229.010000', '151229.013000', '151229.022000', '151229.025000', '151229.028000', '151229.031000', '151229.034000', '151229.037000', '151229.040000', '151229.043000', '151229.046000', '151229.049000', '151229.052000', '151229.055000', '151229.058000', '151229.060000', '151229.063000', '151229.066000', '151229.069000', '151229.072000', '151229.075000', '151248.935000', '151248.938000', '151248.941000', '151248.944000', '151248.947000', '151248.950000', '151248.952000', '151248.955000', '151248.958000', '151248.967000', '151248.970000', '151248.973000', '151248.976000', '151248.979000', '151248.982000', '151248.985000', '151248.988000', '151248.990000', '151248.993000', '151248.996000', '151249.000000', '151249.003000', '151249.006000', '151249.009000', '151249.012000', '151249.015000', '151249.018000', '151249.021000', '151249.024000', '151249.027000', '151249.030000', '151249.033000', '151249.036000', '151249.039000', '151249.041000', '151249.044000', '151249.047000', '151249.050000', '151249.053000', '151249.056000', '151249.058000', '151249.062000', '151249.064000', '151308.936000', '151308.939000', '151308.942000', '151308.945000', '151308.948000', '151308.950000', '151308.953000', '151308.956000', '151308.959000', '151308.962000', '151308.965000', '151308.968000', '151308.971000', '151308.985000', '151308.987000', '151308.990000', '151308.993000', '151308.996000', '151309.000000', '151309.003000', '151309.006000', '151309.009000', '151309.012000', '151309.014000', '151309.017000', '151309.020000', '151309.023000', '151309.026000', '151309.029000', '151309.032000', '151309.035000', '151309.038000', '151309.041000', '151309.043000', '151309.046000', '151309.049000', '151309.052000', '151309.055000', '151309.058000', '151309.061000', '151309.070000', '151309.073000', '151309.076000', '151309.079000', '151328.936000', '151328.939000', '151328.942000', '151328.945000', '151328.948000', '151328.950000', '151328.953000', '151328.956000', '151328.959000', '151328.962000', '151328.965000', '151328.968000', '151328.970000', '151328.973000', '151328.976000', '151328.979000', '151328.982000', '151328.985000', '151328.988000', '151328.991000', '151328.993000', '151328.996000', '151329.000000', '151329.003000', '151329.006000', '151329.009000', '151329.012000', '151329.015000', '151329.017000', '151329.020000', '151329.023000', '151329.026000', '151329.029000', '151329.032000', '151329.035000', '151329.037000', '151329.042000', '151329.045000', '151329.048000', '151329.051000', '151329.054000', '151329.057000', '151329.059000', '151348.936000', '151348.939000', '151348.942000', '151348.945000', '151348.948000', '151348.951000', '151348.954000', '151348.956000', '151348.959000', '151348.962000', '151348.965000', '151348.968000', '151348.971000', '151348.974000', '151348.977000', '151348.980000', '151348.983000', '151348.986000', '151348.988000', '151348.991000', '151348.994000', '151348.997000', '151349.001000', '151349.004000', '151349.007000', '151349.022000', '151349.025000', '151349.028000', '151349.031000', '151349.034000', '151349.037000', '151349.039000', '151349.042000', '151349.045000', '151349.048000', '151349.051000', '151349.054000', '151349.057000', '151349.060000', '151349.063000', '151349.073000', '151349.076000', '151349.079000', '151349.082000', '151408.936000', '151408.939000', '151408.942000', '151408.945000', '151408.948000', '151408.950000', '151408.959000', '151408.962000', '151408.965000', '151408.968000', '151408.971000', '151408.974000', '151408.977000', '151408.979000', '151408.982000', '151408.985000', '151408.988000', '151408.991000', '151408.994000', '151408.996000', '151409.000000', '151409.003000', '151409.007000', '151409.011000', '151409.013000', '151409.016000', '151409.019000', '151409.022000', '151409.025000', '151409.028000', '151409.031000', '151409.034000', '151409.036000', '151409.039000', '151409.042000', '151409.045000', '151409.048000', '151409.051000', '151409.054000', '151409.057000', '151409.059000', '151409.062000', '151409.065000', '151428.936000', '151428.939000', '151428.942000', '151428.945000', '151428.948000', '151428.951000', '151428.953000', '151428.956000', '151428.959000', '151428.962000', '151428.965000', '151428.968000', '151428.972000', '151428.975000', '151428.978000', '151428.981000', '151428.984000', '151428.986000', '151428.989000', '151429.000000', '151429.003000', '151429.006000', '151429.009000', '151429.012000', '151429.015000', '151429.017000', '151429.020000', '151429.023000', '151429.026000', '151429.029000', '151429.032000', '151429.035000', '151429.038000', '151429.040000', '151429.043000', '151429.046000', '151429.049000', '151429.052000', '151429.055000', '151429.058000', '151429.061000', '151429.063000', '151429.066000', '151429.069000', '151448.936000', '151448.939000', '151448.942000', '151448.945000', '151448.948000', '151448.951000', '151448.954000', '151448.956000', '151448.959000', '151448.962000', '151448.965000', '151448.968000', '151448.971000', '151448.974000', '151448.977000', '151448.980000', '151448.982000', '151448.985000', '151448.988000', '151448.991000', '151448.994000', '151448.997000', '151449.001000', '151449.004000', '151449.007000', '151449.010000', '151449.013000', '151449.016000', '151449.018000', '151449.021000', '151449.024000', '151449.027000', '151449.030000', '151449.033000', '151449.036000', '151449.038000', '151449.041000', '151449.044000', '151449.047000', '151449.050000', '151449.053000', '151449.056000', '151449.059000', '151508.935000', '151508.938000', '151508.941000', '151508.944000', '151508.947000', '151508.950000', '151508.952000', '151508.955000', '151508.958000', '151508.961000', '151508.964000', '151508.967000', '151508.970000', '151508.972000', '151508.975000', '151508.978000', '151508.981000', '151508.984000', '151508.987000', '151508.990000', '151508.993000', '151508.996000', '151508.998000', '151509.002000', '151509.005000', '151509.008000', '151509.011000', '151509.014000', '151509.017000', '151509.019000', '151509.022000', '151509.025000', '151509.028000', '151509.031000', '151509.034000', '151509.037000', '151509.039000', '151509.042000', '151509.045000', '151509.048000', '151509.051000', '151509.054000', '151509.057000', '151509.060000', '151528.944000', '151528.947000', '151528.950000', '151528.953000', '151528.956000', '151528.959000', '151528.961000', '151528.964000', '151528.967000', '151528.970000', '151528.973000', '151528.976000', '151528.979000', '151528.982000', '151528.985000', '151528.988000', '151528.990000', '151528.993000', '151528.996000', '151529.000000', '151529.006000', '151529.009000', '151529.012000', '151529.015000', '151529.018000', '151529.021000', '151529.024000', '151529.026000', '151529.029000', '151529.032000', '151529.035000', '151529.038000', '151529.041000', '151529.045000', '151529.048000', '151529.051000', '151529.054000', '151529.057000', '151529.060000', '151529.062000', '151529.065000', '151529.068000', '151529.071000', '151548.936000', '151548.939000', '151548.942000', '151548.945000', '151548.948000', '151548.950000', '151548.953000', '151548.956000', '151548.959000', '151548.962000', '151548.965000', '151548.972000', '151548.975000', '151548.977000', '151548.980000', '151548.983000', '151548.986000', '151548.989000', '151548.992000', '151548.995000', '151548.998000', '151549.002000', '151549.005000', '151549.009000', '151549.012000', '151549.014000', '151549.017000', '151549.020000', '151549.023000', '151549.026000', '151549.029000', '151549.032000', '151549.035000', '151549.037000', '151549.040000', '151549.043000', '151549.046000', '151549.049000', '151549.052000', '151549.055000', '151549.058000', '151549.061000', '151549.064000', '151549.067000', '151608.936000', '151608.939000', '151608.942000', '151608.945000', '151608.948000', '151608.951000', '151608.953000', '151608.956000', '151608.959000', '151608.962000', '151608.965000', '151608.968000', '151608.971000', '151608.974000', '151608.976000', '151608.979000', '151608.982000', '151608.985000', '151608.988000', '151608.991000', '151608.994000', '151608.997000', '151609.000000', '151609.003000', '151609.006000', '151609.009000', '151609.012000', '151609.015000', '151609.018000', '151609.021000', '151609.023000', '151609.026000', '151609.029000', '151609.032000', '151609.035000', '151609.038000', '151609.041000', '151609.044000', '151609.046000', '151609.049000', '151609.052000', '151609.055000', '151609.058000', '151628.936000', '151628.939000', '151628.942000', '151628.945000', '151628.948000', '151628.951000', '151628.954000', '151628.956000', '151628.959000', '151628.962000', '151628.965000', '151628.968000', '151628.971000', '151628.974000', '151628.977000', '151628.980000', '151628.982000', '151628.985000', '151628.988000', '151628.991000', '151628.994000', '151628.997000', '151629.001000', '151629.004000', '151629.006000', '151629.009000', '151629.012000', '151629.015000', '151629.018000', '151629.021000', '151629.024000', '151629.027000', '151629.029000', '151629.032000', '151629.035000', '151629.038000', '151629.041000', '151629.044000', '151629.047000', '151629.050000', '151629.053000', '151629.055000', '151629.058000', '151629.061000', '151648.936000', '151648.939000', '151648.942000', '151648.945000', '151648.948000', '151648.951000', '151648.954000', '151648.957000', '151648.960000', '151648.962000', '151648.965000', '151648.968000', '151648.971000', '151648.974000', '151648.977000', '151648.980000', '151648.983000', '151648.986000', '151648.988000', '151648.991000', '151649.003000', '151649.006000', '151649.009000', '151649.012000', '151649.015000', '151649.018000', '151649.020000', '151649.023000', '151649.026000', '151649.029000', '151649.032000', '151649.035000', '151649.038000', '151649.041000', '151649.044000', '151649.046000', '151649.049000', '151649.052000', '151649.055000', '151649.058000', '151649.061000', '151649.064000', '151649.066000', '151708.936000', '151708.939000', '151708.942000', '151708.944000', '151708.948000', '151708.950000', '151708.953000', '151708.956000', '151708.959000', '151708.962000', '151708.965000', '151708.968000', '151708.971000', '151708.975000', '151708.978000', '151708.980000', '151708.984000', '151708.986000', '151708.989000', '151708.992000', '151709.003000', '151709.006000', '151709.009000', '151709.012000', '151709.015000', '151709.018000', '151709.021000', '151709.024000', '151709.027000', '151709.030000', '151709.032000', '151709.035000', '151709.038000', '151709.041000', '151709.044000', '151709.047000', '151709.050000', '151709.053000', '151709.056000', '151709.058000', '151709.061000', '151709.064000', '151709.067000', '151728.935000', '151728.938000', '151728.941000', '151728.947000', '151728.950000', '151728.953000', '151728.955000', '151728.958000', '151728.961000', '151728.964000', '151728.967000', '151728.970000', '151728.973000', '151728.975000', '151728.978000', '151728.981000', '151728.984000', '151728.987000', '151728.990000', '151728.993000', '151728.996000', '151729.000000', '151729.002000', '151729.005000', '151729.008000', '151729.011000', '151729.014000', '151729.017000', '151729.020000', '151729.022000', '151729.025000', '151729.028000', '151729.031000', '151729.034000', '151729.037000', '151729.040000', '151729.043000', '151729.049000', '151729.052000', '151729.055000', '151729.058000', '151729.061000', '151729.064000', '151729.067000', '151743.022000', '151743.036000', '151743.039000', '151743.043000', '151743.046000', '151743.049000', '151743.052000', '151743.055000', '151743.058000', '151743.061000', '151743.064000', '151743.068000', '151743.070000', '151743.073000', '151743.077000', '151743.079000', '151743.082000', '151743.085000', '151743.088000', '151743.091000', '151743.094000', '151743.097000', '151743.100000', '151743.103000', '151743.106000', '151743.109000', '151743.112000', '151743.115000', '151743.118000', '151743.121000', '151743.124000'], 'InstanceCreationTime': ['151128.977000', '151128.981000', '151128.984000', '151128.987000', '151128.989000', '151128.992000', '151128.995000', '151128.998000', '151129.002000', '151129.005000', '151129.021000', '151129.024000', '151129.027000', '151129.030000', '151129.033000', '151129.036000', '151129.039000', '151129.042000', '151129.045000', '151129.048000', '151129.051000', '151129.053000', '151129.056000', '151129.059000', '151129.071000', '151129.074000', '151129.077000', '151129.080000', '151129.083000', '151129.085000', '151129.088000', '151129.091000', '151129.094000', '151129.097000', '151129.100000', '151129.103000', '151129.105000', '151129.108000', '151129.111000', '151129.114000', '151129.117000', '151129.120000', '151129.123000', '151129.125000', '151129.128000', '151129.131000', '151129.134000', '151129.137000', '151129.140000', '151129.143000', '151129.145000', '151129.148000', '151129.151000', '151129.154000', '151129.157000', '151129.162000', '151129.165000', '151129.168000', '151148.936000', '151148.939000', '151148.942000', '151148.945000', '151148.948000', '151148.950000', '151148.953000', '151148.956000', '151148.959000', '151148.962000', '151148.965000', '151148.968000', '151148.971000', '151148.973000', '151148.976000', '151148.979000', '151148.982000', '151148.985000', '151148.988000', '151148.990000', '151149.031000', '151149.033000', '151149.036000', '151149.043000', '151149.046000', '151149.049000', '151149.052000', '151149.054000', '151149.057000', '151149.060000', '151149.063000', '151149.066000', '151149.069000', '151149.072000', '151149.075000', '151149.078000', '151149.081000', '151149.083000', '151149.086000', '151149.089000', '151149.092000', '151149.095000', '151149.098000', '151149.101000', '151208.936000', '151208.939000', '151208.942000', '151208.944000', '151208.947000', '151208.950000', '151208.953000', '151208.956000', '151208.959000', '151208.962000', '151208.965000', '151208.967000', '151208.970000', '151208.973000', '151208.976000', '151208.979000', '151208.982000', '151208.985000', '151208.988000', '151208.990000', '151208.997000', '151209.001000', '151209.004000', '151209.007000', '151209.010000', '151209.013000', '151209.016000', '151209.019000', '151209.022000', '151209.025000', '151209.028000', '151209.030000', '151209.033000', '151209.036000', '151209.039000', '151209.057000', '151209.059000', '151209.062000', '151209.065000', '151209.068000', '151209.071000', '151209.074000', '151209.077000', '151228.936000', '151228.939000', '151228.942000', '151228.945000', '151228.948000', '151228.951000', '151228.961000', '151228.964000', '151228.966000', '151228.969000', '151228.972000', '151228.975000', '151228.978000', '151228.981000', '151228.984000', '151228.986000', '151228.989000', '151228.992000', '151228.995000', '151228.998000', '151229.002000', '151229.005000', '151229.007000', '151229.010000', '151229.013000', '151229.022000', '151229.025000', '151229.028000', '151229.031000', '151229.034000', '151229.037000', '151229.040000', '151229.043000', '151229.046000', '151229.049000', '151229.052000', '151229.055000', '151229.058000', '151229.060000', '151229.063000', '151229.066000', '151229.069000', '151229.072000', '151229.075000', '151248.935000', '151248.938000', '151248.941000', '151248.944000', '151248.947000', '151248.950000', '151248.952000', '151248.955000', '151248.958000', '151248.967000', '151248.970000', '151248.973000', '151248.976000', '151248.979000', '151248.982000', '151248.985000', '151248.988000', '151248.990000', '151248.993000', '151248.996000', '151249.000000', '151249.003000', '151249.006000', '151249.009000', '151249.012000', '151249.015000', '151249.018000', '151249.021000', '151249.024000', '151249.027000', '151249.030000', '151249.033000', '151249.036000', '151249.039000', '151249.041000', '151249.044000', '151249.047000', '151249.050000', '151249.053000', '151249.056000', '151249.058000', '151249.062000', '151249.064000', '151308.936000', '151308.939000', '151308.942000', '151308.945000', '151308.948000', '151308.950000', '151308.953000', '151308.956000', '151308.959000', '151308.962000', '151308.965000', '151308.968000', '151308.971000', '151308.985000', '151308.987000', '151308.990000', '151308.993000', '151308.996000', '151309.000000', '151309.003000', '151309.006000', '151309.009000', '151309.012000', '151309.014000', '151309.017000', '151309.020000', '151309.023000', '151309.026000', '151309.029000', '151309.032000', '151309.035000', '151309.038000', '151309.041000', '151309.043000', '151309.046000', '151309.049000', '151309.052000', '151309.055000', '151309.058000', '151309.061000', '151309.070000', '151309.073000', '151309.076000', '151309.079000', '151328.936000', '151328.939000', '151328.942000', '151328.945000', '151328.948000', '151328.950000', '151328.953000', '151328.956000', '151328.959000', '151328.962000', '151328.965000', '151328.968000', '151328.970000', '151328.973000', '151328.976000', '151328.979000', '151328.982000', '151328.985000', '151328.988000', '151328.991000', '151328.993000', '151328.996000', '151329.000000', '151329.003000', '151329.006000', '151329.009000', '151329.012000', '151329.015000', '151329.017000', '151329.020000', '151329.023000', '151329.026000', '151329.029000', '151329.032000', '151329.035000', '151329.037000', '151329.042000', '151329.045000', '151329.048000', '151329.051000', '151329.054000', '151329.057000', '151329.059000', '151348.936000', '151348.939000', '151348.942000', '151348.945000', '151348.948000', '151348.951000', '151348.954000', '151348.956000', '151348.959000', '151348.962000', '151348.965000', '151348.968000', '151348.971000', '151348.974000', '151348.977000', '151348.980000', '151348.983000', '151348.986000', '151348.988000', '151348.991000', '151348.994000', '151348.997000', '151349.001000', '151349.004000', '151349.007000', '151349.022000', '151349.025000', '151349.028000', '151349.031000', '151349.034000', '151349.037000', '151349.039000', '151349.042000', '151349.045000', '151349.048000', '151349.051000', '151349.054000', '151349.057000', '151349.060000', '151349.063000', '151349.073000', '151349.076000', '151349.079000', '151349.082000', '151408.936000', '151408.939000', '151408.942000', '151408.945000', '151408.948000', '151408.950000', '151408.959000', '151408.962000', '151408.965000', '151408.968000', '151408.971000', '151408.974000', '151408.977000', '151408.979000', '151408.982000', '151408.985000', '151408.988000', '151408.991000', '151408.994000', '151408.996000', '151409.000000', '151409.003000', '151409.007000', '151409.011000', '151409.013000', '151409.016000', '151409.019000', '151409.022000', '151409.025000', '151409.028000', '151409.031000', '151409.034000', '151409.036000', '151409.039000', '151409.042000', '151409.045000', '151409.048000', '151409.051000', '151409.054000', '151409.057000', '151409.059000', '151409.062000', '151409.065000', '151428.936000', '151428.939000', '151428.942000', '151428.945000', '151428.948000', '151428.951000', '151428.953000', '151428.956000', '151428.959000', '151428.962000', '151428.965000', '151428.968000', '151428.972000', '151428.975000', '151428.978000', '151428.981000', '151428.984000', '151428.986000', '151428.989000', '151429.000000', '151429.003000', '151429.006000', '151429.009000', '151429.012000', '151429.015000', '151429.017000', '151429.020000', '151429.023000', '151429.026000', '151429.029000', '151429.032000', '151429.035000', '151429.038000', '151429.040000', '151429.043000', '151429.046000', '151429.049000', '151429.052000', '151429.055000', '151429.058000', '151429.061000', '151429.063000', '151429.066000', '151429.069000', '151448.936000', '151448.939000', '151448.942000', '151448.945000', '151448.948000', '151448.951000', '151448.954000', '151448.956000', '151448.959000', '151448.962000', '151448.965000', '151448.968000', '151448.971000', '151448.974000', '151448.977000', '151448.980000', '151448.982000', '151448.985000', '151448.988000', '151448.991000', '151448.994000', '151448.997000', '151449.001000', '151449.004000', '151449.007000', '151449.010000', '151449.013000', '151449.016000', '151449.018000', '151449.021000', '151449.024000', '151449.027000', '151449.030000', '151449.033000', '151449.036000', '151449.038000', '151449.041000', '151449.044000', '151449.047000', '151449.050000', '151449.053000', '151449.056000', '151449.059000', '151508.935000', '151508.938000', '151508.941000', '151508.944000', '151508.947000', '151508.950000', '151508.952000', '151508.955000', '151508.958000', '151508.961000', '151508.964000', '151508.967000', '151508.970000', '151508.972000', '151508.975000', '151508.978000', '151508.981000', '151508.984000', '151508.987000', '151508.990000', '151508.993000', '151508.996000', '151508.998000', '151509.002000', '151509.005000', '151509.008000', '151509.011000', '151509.014000', '151509.017000', '151509.019000', '151509.022000', '151509.025000', '151509.028000', '151509.031000', '151509.034000', '151509.037000', '151509.039000', '151509.042000', '151509.045000', '151509.048000', '151509.051000', '151509.054000', '151509.057000', '151509.060000', '151528.944000', '151528.947000', '151528.950000', '151528.953000', '151528.956000', '151528.959000', '151528.961000', '151528.964000', '151528.967000', '151528.970000', '151528.973000', '151528.976000', '151528.979000', '151528.982000', '151528.985000', '151528.988000', '151528.990000', '151528.993000', '151528.996000', '151529.000000', '151529.006000', '151529.009000', '151529.012000', '151529.015000', '151529.018000', '151529.021000', '151529.024000', '151529.026000', '151529.029000', '151529.032000', '151529.035000', '151529.038000', '151529.041000', '151529.045000', '151529.048000', '151529.051000', '151529.054000', '151529.057000', '151529.060000', '151529.062000', '151529.065000', '151529.068000', '151529.071000', '151548.936000', '151548.939000', '151548.942000', '151548.945000', '151548.948000', '151548.950000', '151548.953000', '151548.956000', '151548.959000', '151548.962000', '151548.965000', '151548.972000', '151548.975000', '151548.977000', '151548.980000', '151548.983000', '151548.986000', '151548.989000', '151548.992000', '151548.995000', '151548.998000', '151549.002000', '151549.005000', '151549.009000', '151549.012000', '151549.014000', '151549.017000', '151549.020000', '151549.023000', '151549.026000', '151549.029000', '151549.032000', '151549.035000', '151549.037000', '151549.040000', '151549.043000', '151549.046000', '151549.049000', '151549.052000', '151549.055000', '151549.058000', '151549.061000', '151549.064000', '151549.067000', '151608.936000', '151608.939000', '151608.942000', '151608.945000', '151608.948000', '151608.951000', '151608.953000', '151608.956000', '151608.959000', '151608.962000', '151608.965000', '151608.968000', '151608.971000', '151608.974000', '151608.976000', '151608.979000', '151608.982000', '151608.985000', '151608.988000', '151608.991000', '151608.994000', '151608.997000', '151609.000000', '151609.003000', '151609.006000', '151609.009000', '151609.012000', '151609.015000', '151609.018000', '151609.021000', '151609.023000', '151609.026000', '151609.029000', '151609.032000', '151609.035000', '151609.038000', '151609.041000', '151609.044000', '151609.046000', '151609.049000', '151609.052000', '151609.055000', '151609.058000', '151628.936000', '151628.939000', '151628.942000', '151628.945000', '151628.948000', '151628.951000', '151628.954000', '151628.956000', '151628.959000', '151628.962000', '151628.965000', '151628.968000', '151628.971000', '151628.974000', '151628.977000', '151628.980000', '151628.982000', '151628.985000', '151628.988000', '151628.991000', '151628.994000', '151628.997000', '151629.001000', '151629.004000', '151629.006000', '151629.009000', '151629.012000', '151629.015000', '151629.018000', '151629.021000', '151629.024000', '151629.027000', '151629.029000', '151629.032000', '151629.035000', '151629.038000', '151629.041000', '151629.044000', '151629.047000', '151629.050000', '151629.053000', '151629.055000', '151629.058000', '151629.061000', '151648.936000', '151648.939000', '151648.942000', '151648.945000', '151648.948000', '151648.951000', '151648.954000', '151648.957000', '151648.960000', '151648.962000', '151648.965000', '151648.968000', '151648.971000', '151648.974000', '151648.977000', '151648.980000', '151648.983000', '151648.986000', '151648.988000', '151648.991000', '151649.003000', '151649.006000', '151649.009000', '151649.012000', '151649.015000', '151649.018000', '151649.020000', '151649.023000', '151649.026000', '151649.029000', '151649.032000', '151649.035000', '151649.038000', '151649.041000', '151649.044000', '151649.046000', '151649.049000', '151649.052000', '151649.055000', '151649.058000', '151649.061000', '151649.064000', '151649.066000', '151708.936000', '151708.939000', '151708.942000', '151708.944000', '151708.948000', '151708.950000', '151708.953000', '151708.956000', '151708.959000', '151708.962000', '151708.965000', '151708.968000', '151708.971000', '151708.975000', '151708.978000', '151708.980000', '151708.984000', '151708.986000', '151708.989000', '151708.992000', '151709.003000', '151709.006000', '151709.009000', '151709.012000', '151709.015000', '151709.018000', '151709.021000', '151709.024000', '151709.027000', '151709.030000', '151709.032000', '151709.035000', '151709.038000', '151709.041000', '151709.044000', '151709.047000', '151709.050000', '151709.053000', '151709.056000', '151709.058000', '151709.061000', '151709.064000', '151709.067000', '151728.935000', '151728.938000', '151728.941000', '151728.947000', '151728.950000', '151728.953000', '151728.955000', '151728.958000', '151728.961000', '151728.964000', '151728.967000', '151728.970000', '151728.973000', '151728.975000', '151728.978000', '151728.981000', '151728.984000', '151728.987000', '151728.990000', '151728.993000', '151728.996000', '151729.000000', '151729.002000', '151729.005000', '151729.008000', '151729.011000', '151729.014000', '151729.017000', '151729.020000', '151729.022000', '151729.025000', '151729.028000', '151729.031000', '151729.034000', '151729.037000', '151729.040000', '151729.043000', '151729.049000', '151729.052000', '151729.055000', '151729.058000', '151729.061000', '151729.064000', '151729.067000', '151743.022000', '151743.036000', '151743.039000', '151743.043000', '151743.046000', '151743.049000', '151743.052000', '151743.055000', '151743.058000', '151743.061000', '151743.064000', '151743.068000', '151743.070000', '151743.073000', '151743.077000', '151743.079000', '151743.082000', '151743.085000', '151743.088000', '151743.091000', '151743.094000', '151743.097000', '151743.100000', '151743.103000', '151743.106000', '151743.109000', '151743.112000', '151743.115000', '151743.118000', '151743.121000', '151743.124000'], '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': [13103, 9742, 13228, 9367, 12629, 9825, 12154, 7818, 11455, 7702, 11130, 7833, 11021, 7667, 10101, 7923, 10186, 7594, 7670, 9053, 7658, 12437, 7781, 12874, 8285, 12007, 14928, 10170, 13532, 8937, 10869, 7707, 10707, 7669, 9832, 7589, 9834, 7652, 9823, 7935, 8956, 8117, 9233, 8911, 9891, 8910, 9767, 8704, 10078, 8382, 11209, 8481, 10773, 7884, 8783, 8103, 11095, 8523, 13566, 10000, 10049, 8619, 9402, 9404, 10818, 8932, 8439, 9890, 8201, 9823, 8425, 9499, 8389, 9611, 8700, 9763, 8836, 8978, 7923, 9697, 8686, 9898, 9098, 10961, 8522, 11533, 8781, 10907, 8748, 10670, 9075, 10671, 8920, 10584, 8711, 11003, 7890, 12034, 8316, 9616, 8908, 7741, 9196, 8114, 11440, 8627, 9246, 10885, 8109, 14417, 9233, 14855, 10802, 14911, 10213, 11801, 10253, 10498, 8069, 9702, 7638, 9215, 8011, 9239, 8260, 8850, 7890, 8478, 8458, 8212, 11138, 8141, 9347, 8234, 10127, 7965, 11589, 8541, 11792, 8384, 12966, 8552, 12475, 9053, 11977, 8830, 11619, 7737, 11136, 8457, 10481, 8637, 9523, 7770, 8948, 9824, 8006, 11436, 8340, 10823, 7706, 11250, 8270, 10132, 8119, 10020, 8421, 9812, 8672, 9619, 9007, 9197, 11033, 9177, 8577, 10101, 13699, 10499, 14208, 10167, 12803, 8331, 12080, 7710, 11156, 8200, 10804, 8407, 9970, 7960, 9296, 11023, 8513, 11707, 8522, 12154, 8496, 11650, 7770, 11183, 7715, 10430, 8218, 9945, 7823, 9491, 8149, 8726, 11421, 8331, 9890, 7855, 12080, 8104, 11292, 8092, 10674, 7726, 10519, 8569, 9614, 7864, 9531, 7983, 8864, 8508, 8657, 13359, 8599, 11648, 7806, 11012, 7973, 10238, 8730, 9442, 8037, 8665, 8549, 8409, 8551, 7810, 11732, 8065, 11702, 8776, 10530, 8092, 12157, 7952, 11478, 8185, 10994, 7920, 11011, 8533, 10312, 10964, 9703, 10094, 10361, 8095, 10123, 9794, 8731, 12624, 8469, 12761, 8279, 11918, 8763, 11024, 7729, 10493, 7842, 10559, 8001, 10523, 8079, 10994, 7978, 10570, 8693, 7784, 9836, 9235, 9776, 15832, 12173, 13005, 9268, 12527, 8024, 11601, 7699, 10777, 7689, 10027, 7757, 9059, 8247, 8159, 8300, 8205, 9097, 7798, 11488, 7695, 9992, 8083, 9898, 7736, 10477, 8353, 9912, 7829, 9249, 10395, 8705, 13607, 8616, 12052, 8411, 11279, 8693, 11396, 7801, 11064, 8300, 10729, 7976, 10594, 7818, 10007, 8046, 9410, 11236, 8753, 10418, 7912, 11711, 7772, 11107, 8131, 10632, 7871, 10818, 7915, 9835, 8144, 10175, 8006, 11403, 7697, 11022, 8506, 9620, 10786, 9439, 12130, 8618, 8036, 8372, 10621, 8187, 11713, 8315, 10850, 8190, 8863, 8853, 7880, 10402, 7835, 12138, 12579, 9981, 9906, 8358, 12378, 8357, 11011, 7811, 9633, 8844, 8810, 7716, 8146, 11950, 8283, 10222, 7786, 10090, 8641, 9498, 8147, 8903, 11446, 8332, 11125, 7776, 10084, 8438, 9435, 9105, 9837, 8904, 9788, 8167, 9193, 10770, 9018, 8713, 9499, 13025, 8608, 13023, 9886, 12240, 8401, 11942, 8129, 11307, 8412, 10467, 11703, 9899, 8309, 9097, 12828, 8702, 12540, 8701, 10676, 7824, 10127, 8588, 9614, 7930, 9671, 8008, 9869, 8261, 9550, 13964, 10660, 11141, 8511, 10283, 8028, 12761, 8426, 12134, 8732, 11253, 7754, 10740, 7937, 10205, 7795, 9608, 7795, 8708, 7776, 8382, 9076, 8314, 13240, 14481, 11806, 13607, 8585, 12030, 7738, 10791, 7753, 10665, 7713, 10042, 8072, 9578, 8373, 9700, 8419, 9490, 7929, 8438, 12876, 8688, 11289, 7806, 11380, 7722, 10146, 7785, 10067, 7795, 9742, 7666, 9611, 9950, 8493, 13487, 9204, 10651, 7770, 12020, 7991, 10799, 8082, 9949, 7720, 9375, 8049, 8703, 8105, 8444, 12731, 8870, 11691, 8172, 11890, 7838, 10578, 7926, 10337, 7785, 9592, 8175, 8774, 8232, 8931, 8134, 9088, 8826, 9076, 10099, 8637, 8628, 9236, 13462, 8738, 13115, 10469, 11958, 8878, 12722, 9726, 12200, 8388, 11850, 8672, 11213, 7778, 10226, 8205, 9808, 8071, 9378, 8057, 9421, 8984, 8952, 13263, 9505, 11352, 8455, 12002, 7892, 12242, 8640, 10633, 7749, 11528, 7759, 11519, 7856, 11121, 8106, 10740, 7773, 10816, 7971, 10022, 8010, 9940, 8088, 9511, 7704, 9639, 7804, 7754, 9709, 7741, 11393, 8812, 10881, 13502, 10970, 11886, 9527, 8297, 8775, 12783, 8165, 11313, 8940, 11432, 8077, 10882, 7701, 10200, 7849, 10134, 7708, 10435, 7595, 10482, 7974, 10472, 8026, 10255, 7717, 10056, 8385, 9478, 10333, 8889, 9278, 7830, 11834, 7696, 10614, 8053, 10393, 8117, 9983, 8852, 9354, 8916, 8755, 8634, 8221, 7742, 8588, 14622, 8651, 12363, 9066, 12282, 8503, 12041, 7893, 10903, 8247, 10275, 7916, 9463, 8065, 9424, 12037, 8577, 8553, 8515, 11576, 8559, 12982, 10526, 12112, 7741, 12466, 7965, 11043, 8461, 10734, 8002, 10073, 12235, 8674, 13037, 9215, 12405, 8324, 11904, 7755, 10799, 7733, 10926, 7824, 10825, 7711, 10692, 8368, 9854, 8080, 9668, 7960, 9019, 8268, 8757, 10313, 8347, 9032, 8180, 8732, 7820, 8546, 8380, 7809, 9716, 7880, 9583, 8448, 14900, 11294, 12780, 8782, 11872, 7793, 10539, 7924, 9604, 10749, 8362, 12292, 9001, 9415, 7785, 10063, 7773, 9655, 7996, 9556, 8156, 9381, 8648, 9131, 8060, 8607, 9067, 8313, 8989, 8474, 13908, 8297, 12442, 8481, 11199, 8180, 11990, 7846, 11165, 8482, 10938, 8303, 9585, 8319, 8791, 9248, 8166, 12007, 8474, 11352, 7873, 11008, 7864, 10785, 7927, 9771, 10091, 10024, 9165, 9621, 14292, 9101, 13588, 10152, 12928, 9715, 12189, 8802, 11489, 7811, 11133, 7994, 10660, 7779, 10496, 7787, 10671, 8002, 9941, 8013, 9643, 7817, 9626, 8396, 9538, 7950, 9896, 8040, 10905, 8055, 11874, 8471, 13732, 11320, 12433, 9060, 9971, 9245, 7818, 11420, 8176, 13203, 10654, 11142, 10020, 8305, 9876, 8432, 10222, 7992, 10171, 7716, 10313, 7836, 11233, 8456, 12263, 9041, 12372, 8116, 12009, 7930, 12212, 7948, 11602, 8303, 11354, 7761, 10298, 7784, 10175, 7845, 10082, 7888, 9927, 7791, 9478, 8254, 9682, 8350, 9571, 8318, 9208, 11038, 8515, 13298, 9653, 11912, 7759, 11018, 7806, 9708, 7794, 9650, 7782, 9318, 8159, 9318, 8611], 'WindowCenter': [4693.0, 4624.0, 4635.0, 4581.0, 4609.0, 4577.0, 4585.0, 4533.0, 4571.0, 4521.0, 4571.0, 4521.0, 4571.0, 4521.0, 4563.0, 4532.0, 4560.0, 4532.0, 4533.0, 4566.0, 4545.0, 4596.0, 4535.0, 4594.0, 4543.0, 4583.0, 4600.0, 4561.0, 4589.0, 4553.0, 4573.0, 4534.0, 4560.0, 4519.0, 4561.0, 4533.0, 4575.0, 4534.0, 4562.0, 4545.0, 4553.0, 4545.0, 4562.0, 4556.0, 4565.0, 4555.0, 4564.0, 4555.0, 4563.0, 4546.0, 4585.0, 4554.0, 4574.0, 4548.0, 4567.0, 4547.0, 4587.0, 4568.0, 4607.0, 4578.0, 4576.0, 4545.0, 4553.0, 4555.0, 4574.0, 4553.0, 4546.0, 4564.0, 4545.0, 4564.0, 4544.0, 4564.0, 4544.0, 4567.0, 4544.0, 4565.0, 4553.0, 4555.0, 4546.0, 4575.0, 4556.0, 4576.0, 4567.0, 4585.0, 4569.0, 4596.0, 4556.0, 4586.0, 4556.0, 4575.0, 4567.0, 4586.0, 4566.0, 4576.0, 4558.0, 4586.0, 4547.0, 4608.0, 4557.0, 4579.0, 4567.0, 4536.0, 4566.0, 4546.0, 4596.0, 4569.0, 4579.0, 4587.0, 4547.0, 4618.0, 4567.0, 4605.0, 4576.0, 4605.0, 4564.0, 4585.0, 4551.0, 4561.0, 4520.0, 4551.0, 4520.0, 4539.0, 4517.0, 4550.0, 4533.0, 4554.0, 4533.0, 4544.0, 4544.0, 4544.0, 4584.0, 4532.0, 4554.0, 4543.0, 4575.0, 4536.0, 4585.0, 4556.0, 4584.0, 4545.0, 4593.0, 4544.0, 4594.0, 4556.0, 4583.0, 4555.0, 4572.0, 4523.0, 4573.0, 4532.0, 4563.0, 4541.0, 4550.0, 4522.0, 4543.0, 4551.0, 4531.0, 4573.0, 4545.0, 4573.0, 4534.0, 4584.0, 4545.0, 4565.0, 4544.0, 4565.0, 4542.0, 4564.0, 4543.0, 4563.0, 4554.0, 4556.0, 4573.0, 4555.0, 4545.0, 4564.0, 4603.0, 4564.0, 4593.0, 4562.0, 4582.0, 4532.0, 4571.0, 4520.0, 4570.0, 4532.0, 4561.0, 4529.0, 4551.0, 4519.0, 4541.0, 4558.0, 4530.0, 4571.0, 4542.0, 4571.0, 4541.0, 4569.0, 4521.0, 4560.0, 4519.0, 4561.0, 4529.0, 4551.0, 4520.0, 4539.0, 4520.0, 4542.0, 4572.0, 4532.0, 4550.0, 4521.0, 4571.0, 4522.0, 4572.0, 4533.0, 4561.0, 4523.0, 4559.0, 4542.0, 4552.0, 4533.0, 4553.0, 4532.0, 4554.0, 4541.0, 4543.0, 4591.0, 4542.0, 4573.0, 4521.0, 4561.0, 4533.0, 4562.0, 4543.0, 4551.0, 4534.0, 4543.0, 4543.0, 4545.0, 4543.0, 4534.0, 4584.0, 4545.0, 4596.0, 4556.0, 4576.0, 4545.0, 4594.0, 4533.0, 4583.0, 4544.0, 4575.0, 4532.0, 4572.0, 4541.0, 4562.0, 4575.0, 4564.0, 4563.0, 4550.0, 4522.0, 4550.0, 4549.0, 4531.0, 4582.0, 4541.0, 4579.0, 4532.0, 4570.0, 4543.0, 4562.0, 4522.0, 4560.0, 4531.0, 4559.0, 4530.0, 4562.0, 4535.0, 4562.0, 4533.0, 4560.0, 4542.0, 4534.0, 4563.0, 4552.0, 4551.0, 4602.0, 4573.0, 4579.0, 4538.0, 4569.0, 4518.0, 4568.0, 4521.0, 4558.0, 4519.0, 4549.0, 4509.0, 4538.0, 4531.0, 4521.0, 4528.0, 4531.0, 4539.0, 4521.0, 4569.0, 4522.0, 4561.0, 4533.0, 4564.0, 4535.0, 4574.0, 4545.0, 4564.0, 4535.0, 4554.0, 4564.0, 4546.0, 4593.0, 4543.0, 4582.0, 4544.0, 4571.0, 4545.0, 4582.0, 4533.0, 4574.0, 4542.0, 4574.0, 4534.0, 4563.0, 4522.0, 4561.0, 4531.0, 4553.0, 4571.0, 4542.0, 4559.0, 4520.0, 4569.0, 4520.0, 4572.0, 4534.0, 4560.0, 4532.0, 4573.0, 4532.0, 4551.0, 4532.0, 4561.0, 4530.0, 4572.0, 4520.0, 4561.0, 4529.0, 4550.0, 4562.0, 4555.0, 4571.0, 4542.0, 4519.0, 4528.0, 4559.0, 4529.0, 4570.0, 4532.0, 4562.0, 4532.0, 4541.0, 4540.0, 4532.0, 4561.0, 4533.0, 4583.0, 4582.0, 4551.0, 4548.0, 4529.0, 4568.0, 4530.0, 4560.0, 4520.0, 4539.0, 4541.0, 4540.0, 4520.0, 4531.0, 4580.0, 4544.0, 4561.0, 4535.0, 4562.0, 4543.0, 4553.0, 4531.0, 4554.0, 4583.0, 4544.0, 4573.0, 4532.0, 4561.0, 4542.0, 4552.0, 4555.0, 4564.0, 4555.0, 4566.0, 4544.0, 4564.0, 4575.0, 4553.0, 4544.0, 4554.0, 4593.0, 4545.0, 4591.0, 4561.0, 4581.0, 4531.0, 4582.0, 4532.0, 4571.0, 4532.0, 4560.0, 4571.0, 4550.0, 4530.0, 4539.0, 4579.0, 4530.0, 4580.0, 4529.0, 4558.0, 4521.0, 4549.0, 4542.0, 4551.0, 4534.0, 4553.0, 4532.0, 4563.0, 4532.0, 4565.0, 4603.0, 4562.0, 4570.0, 4531.0, 4561.0, 4530.0, 4581.0, 4533.0, 4580.0, 4544.0, 4571.0, 4522.0, 4562.0, 4530.0, 4561.0, 4534.0, 4561.0, 4533.0, 4542.0, 4532.0, 4556.0, 4554.0, 4558.0, 4608.0, 4607.0, 4573.0, 4591.0, 4531.0, 4568.0, 4519.0, 4558.0, 4511.0, 4547.0, 4520.0, 4549.0, 4519.0, 4551.0, 4531.0, 4551.0, 4529.0, 4550.0, 4518.0, 4531.0, 4580.0, 4530.0, 4559.0, 4520.0, 4568.0, 4519.0, 4548.0, 4521.0, 4550.0, 4521.0, 4551.0, 4521.0, 4551.0, 4551.0, 4540.0, 4590.0, 4551.0, 4560.0, 4521.0, 4569.0, 4521.0, 4558.0, 4531.0, 4550.0, 4519.0, 4540.0, 4531.0, 4542.0, 4532.0, 4542.0, 4593.0, 4552.0, 4581.0, 4531.0, 4580.0, 4522.0, 4562.0, 4532.0, 4562.0, 4520.0, 4548.0, 4529.0, 4542.0, 4532.0, 4553.0, 4532.0, 4553.0, 4541.0, 4552.0, 4563.0, 4541.0, 4541.0, 4553.0, 4591.0, 4542.0, 4592.0, 4562.0, 4568.0, 4541.0, 4581.0, 4550.0, 4569.0, 4531.0, 4569.0, 4531.0, 4559.0, 4519.0, 4548.0, 4530.0, 4550.0, 4530.0, 4552.0, 4531.0, 4553.0, 4542.0, 4541.0, 4591.0, 4550.0, 4560.0, 4530.0, 4568.0, 4520.0, 4580.0, 4541.0, 4560.0, 4521.0, 4570.0, 4521.0, 4570.0, 4530.0, 4570.0, 4533.0, 4561.0, 4522.0, 4560.0, 4529.0, 4549.0, 4531.0, 4562.0, 4534.0, 4552.0, 4532.0, 4563.0, 4533.0, 4545.0, 4566.0, 4534.0, 4584.0, 4554.0, 4574.0, 4592.0, 4563.0, 4571.0, 4541.0, 4530.0, 4529.0, 4578.0, 4528.0, 4559.0, 4555.0, 4560.0, 4533.0, 4560.0, 4522.0, 4550.0, 4519.0, 4550.0, 4521.0, 4560.0, 4520.0, 4560.0, 4530.0, 4561.0, 4532.0, 4561.0, 4519.0, 4550.0, 4529.0, 4551.0, 4561.0, 4540.0, 4539.0, 4520.0, 4570.0, 4522.0, 4561.0, 4532.0, 4563.0, 4532.0, 4552.0, 4542.0, 4554.0, 4554.0, 4544.0, 4543.0, 4544.0, 4533.0, 4555.0, 4604.0, 4546.0, 4584.0, 4556.0, 4583.0, 4545.0, 4584.0, 4534.0, 4574.0, 4544.0, 4563.0, 4530.0, 4551.0, 4533.0, 4555.0, 4583.0, 4544.0, 4544.0, 4543.0, 4581.0, 4544.0, 4591.0, 4574.0, 4571.0, 4522.0, 4581.0, 4520.0, 4570.0, 4530.0, 4560.0, 4517.0, 4549.0, 4569.0, 4529.0, 4579.0, 4539.0, 4568.0, 4530.0, 4570.0, 4520.0, 4558.0, 4519.0, 4572.0, 4520.0, 4563.0, 4519.0, 4561.0, 4529.0, 4550.0, 4518.0, 4550.0, 4518.0, 4539.0, 4529.0, 4540.0, 4560.0, 4532.0, 4543.0, 4532.0, 4542.0, 4523.0, 4543.0, 4532.0, 4520.0, 4552.0, 4533.0, 4551.0, 4532.0, 4603.0, 4561.0, 4579.0, 4529.0, 4559.0, 4508.0, 4547.0, 4518.0, 4538.0, 4548.0, 4518.0, 4557.0, 4529.0, 4528.0, 4509.0, 4537.0, 4518.0, 4549.0, 4534.0, 4551.0, 4533.0, 4552.0, 4543.0, 4552.0, 4532.0, 4543.0, 4553.0, 4545.0, 4554.0, 4543.0, 4592.0, 4543.0, 4581.0, 4544.0, 4572.0, 4544.0, 4585.0, 4532.0, 4572.0, 4533.0, 4561.0, 4531.0, 4551.0, 4531.0, 4542.0, 4551.0, 4533.0, 4583.0, 4544.0, 4573.0, 4532.0, 4574.0, 4533.0, 4574.0, 4533.0, 4563.0, 4562.0, 4553.0, 4552.0, 4552.0, 4591.0, 4540.0, 4580.0, 4551.0, 4580.0, 4539.0, 4570.0, 4540.0, 4557.0, 4518.0, 4559.0, 4519.0, 4549.0, 4520.0, 4561.0, 4518.0, 4559.0, 4531.0, 4549.0, 4531.0, 4552.0, 4523.0, 4552.0, 4543.0, 4551.0, 4534.0, 4562.0, 4535.0, 4573.0, 4534.0, 4582.0, 4544.0, 4593.0, 4585.0, 4583.0, 4542.0, 4552.0, 4541.0, 4521.0, 4571.0, 4534.0, 4591.0, 4564.0, 4574.0, 4550.0, 4530.0, 4549.0, 4531.0, 4551.0, 4520.0, 4560.0, 4522.0, 4559.0, 4521.0, 4571.0, 4531.0, 4580.0, 4541.0, 4580.0, 4520.0, 4570.0, 4520.0, 4569.0, 4521.0, 4558.0, 4530.0, 4558.0, 4520.0, 4549.0, 4522.0, 4551.0, 4531.0, 4562.0, 4531.0, 4550.0, 4521.0, 4551.0, 4530.0, 4552.0, 4532.0, 4552.0, 4532.0, 4540.0, 4560.0, 4531.0, 4580.0, 4552.0, 4570.0, 4520.0, 4560.0, 4520.0, 4551.0, 4521.0, 4551.0, 4532.0, 4551.0, 4533.0, 4551.0, 4555.0], 'WindowWidth': [10279.0, 10163.0, 10162.0, 10078.0, 10108.0, 10059.0, 10063.0, 9990.0, 10039.0, 9970.0, 10035.0, 9970.0, 10036.0, 9969.0, 10026.0, 9984.0, 10021.0, 9987.0, 9991.0, 10037.0, 10009.0, 10081.0, 9993.0, 10074.0, 10000.0, 10054.0, 10076.0, 10020.0, 10057.0, 10016.0, 10044.0, 9988.0, 10019.0, 9965.0, 10022.0, 9988.0, 10048.0, 9992.0, 10025.0, 10005.0, 10014.0, 10006.0, 10028.0, 10024.0, 10033.0, 10021.0, 10030.0, 10021.0, 10031.0, 10010.0, 10061.0, 10020.0, 10046.0, 10018.0, 10044.0, 10014.0, 10068.0, 10046.0, 10096.0, 10058.0, 10050.0, 10007.0, 10015.0, 10018.0, 10043.0, 10014.0, 10008.0, 10031.0, 10004.0, 10029.0, 10003.0, 10031.0, 10004.0, 10037.0, 10003.0, 10033.0, 10014.0, 10021.0, 10010.0, 10051.0, 10024.0, 10051.0, 10040.0, 10062.0, 10047.0, 10078.0, 10025.0, 10063.0, 10025.0, 10049.0, 10040.0, 10065.0, 10038.0, 10052.0, 10030.0, 10064.0, 10014.0, 10098.0, 10029.0, 10060.0, 10042.0, 9996.0, 10038.0, 10011.0, 10080.0, 10047.0, 10061.0, 10069.0, 10012.0, 10111.0, 10039.0, 10090.0, 10047.0, 10089.0, 10031.0, 10060.0, 10007.0, 10020.0, 9962.0, 10006.0, 9962.0, 9986.0, 9957.0, 10006.0, 9986.0, 10017.0, 9986.0, 10002.0, 10001.0, 10004.0, 10058.0, 9987.0, 10017.0, 10003.0, 10045.0, 9994.0, 10063.0, 10022.0, 10060.0, 10008.0, 10070.0, 10005.0, 10073.0, 10022.0, 10053.0, 10018.0, 10037.0, 9973.0, 10038.0, 9984.0, 10027.0, 9994.0, 10007.0, 9968.0, 9998.0, 10009.0, 9981.0, 10041.0, 10007.0, 10042.0, 9991.0, 10057.0, 10006.0, 10034.0, 10004.0, 10031.0, 9999.0, 10030.0, 10002.0, 10028.0, 10017.0, 10020.0, 10042.0, 10019.0, 10005.0, 10029.0, 10084.0, 10029.0, 10067.0, 10022.0, 10049.0, 9983.0, 10033.0, 9963.0, 10032.0, 9982.0, 10020.0, 9972.0, 10005.0, 9960.0, 9991.0, 10013.0, 9976.0, 10034.0, 9995.0, 10033.0, 9994.0, 10028.0, 9967.0, 10018.0, 9964.0, 10018.0, 9973.0, 10006.0, 9962.0, 9988.0, 9963.0, 9996.0, 10037.0, 9981.0, 10004.0, 9966.0, 10033.0, 9967.0, 10036.0, 9986.0, 10020.0, 9973.0, 10016.0, 9997.0, 10009.0, 9988.0, 10013.0, 9983.0, 10016.0, 9996.0, 10000.0, 10063.0, 9996.0, 10041.0, 9969.0, 10020.0, 9986.0, 10023.0, 9998.0, 10008.0, 9989.0, 10001.0, 10000.0, 10007.0, 10001.0, 9989.0, 10058.0, 10007.0, 10076.0, 10025.0, 10050.0, 10007.0, 10073.0, 9989.0, 10058.0, 10006.0, 10046.0, 9986.0, 10039.0, 9995.0, 10024.0, 10045.0, 10031.0, 10026.0, 10004.0, 9968.0, 10005.0, 10002.0, 9979.0, 10054.0, 9997.0, 10044.0, 9985.0, 10033.0, 10000.0, 10022.0, 9972.0, 10020.0, 9981.0, 10014.0, 9980.0, 10022.0, 9994.0, 10023.0, 9986.0, 10019.0, 9997.0, 9989.0, 10028.0, 10010.0, 10009.0, 10079.0, 10037.0, 10042.0, 9985.0, 10027.0, 9960.0, 10027.0, 9966.0, 10012.0, 9960.0, 10000.0, 9947.0, 9987.0, 9979.0, 9965.0, 9973.0, 9980.0, 9989.0, 9968.0, 10032.0, 9970.0, 10022.0, 9989.0, 10029.0, 9992.0, 10044.0, 10004.0, 10029.0, 9993.0, 10017.0, 10031.0, 10006.0, 10069.0, 10000.0, 10052.0, 10005.0, 10035.0, 10006.0, 10051.0, 9988.0, 10041.0, 9998.0, 10043.0, 9990.0, 10028.0, 9970.0, 10021.0, 9981.0, 10013.0, 10037.0, 9996.0, 10017.0, 9965.0, 10031.0, 9967.0, 10038.0, 9988.0, 10020.0, 9984.0, 10039.0, 9984.0, 10008.0, 9984.0, 10022.0, 9978.0, 10037.0, 9965.0, 10022.0, 9977.0, 10004.0, 10025.0, 10018.0, 10035.0, 9997.0, 9961.0, 9973.0, 10014.0, 9976.0, 10032.0, 9983.0, 10023.0, 9983.0, 9995.0, 9994.0, 9984.0, 10022.0, 9987.0, 10057.0, 10050.0, 10007.0, 9997.0, 9973.0, 10025.0, 9976.0, 10017.0, 9964.0, 9987.0, 9993.0, 9992.0, 9966.0, 9981.0, 10047.0, 10001.0, 10021.0, 9994.0, 10025.0, 10000.0, 10013.0, 9982.0, 10015.0, 10055.0, 10004.0, 10040.0, 9985.0, 10024.0, 10001.0, 10014.0, 10020.0, 10031.0, 10019.0, 10037.0, 10005.0, 10034.0, 10049.0, 10017.0, 10003.0, 10016.0, 10069.0, 10005.0, 10066.0, 10023.0, 10048.0, 9983.0, 10053.0, 9985.0, 10036.0, 9982.0, 10019.0, 10036.0, 10008.0, 9977.0, 9990.0, 10044.0, 9977.0, 10046.0, 9977.0, 10014.0, 9967.0, 10002.0, 9996.0, 10009.0, 9990.0, 10015.0, 9984.0, 10026.0, 9984.0, 10032.0, 10083.0, 10025.0, 10033.0, 9981.0, 10020.0, 9979.0, 10048.0, 9987.0, 10045.0, 10006.0, 10035.0, 9973.0, 10024.0, 9981.0, 10021.0, 9992.0, 10025.0, 9990.0, 10001.0, 9987.0, 10026.0, 10021.0, 10030.0, 10100.0, 10096.0, 10041.0, 10063.0, 9980.0, 10027.0, 9964.0, 10012.0, 9951.0, 9996.0, 9962.0, 10003.0, 9962.0, 10005.0, 9980.0, 10007.0, 9974.0, 10003.0, 9961.0, 9982.0, 10046.0, 9977.0, 10016.0, 9965.0, 10028.0, 9962.0, 10001.0, 9969.0, 10006.0, 9969.0, 10008.0, 9967.0, 10008.0, 10008.0, 9991.0, 10060.0, 10009.0, 10019.0, 9966.0, 10029.0, 9967.0, 10014.0, 9981.0, 10005.0, 9963.0, 9993.0, 9981.0, 9998.0, 9983.0, 9999.0, 10069.0, 10014.0, 10049.0, 9983.0, 10048.0, 9969.0, 10025.0, 9984.0, 10025.0, 9965.0, 10002.0, 9976.0, 9997.0, 9984.0, 10015.0, 9985.0, 10014.0, 9995.0, 10012.0, 10029.0, 9997.0, 9996.0, 10013.0, 10063.0, 9997.0, 10066.0, 10023.0, 10029.0, 9994.0, 10048.0, 10005.0, 10030.0, 9980.0, 10027.0, 9980.0, 10014.0, 9962.0, 10000.0, 9978.0, 10005.0, 9979.0, 10010.0, 9980.0, 10013.0, 9998.0, 9996.0, 10064.0, 10006.0, 10019.0, 9977.0, 10028.0, 9965.0, 10047.0, 9995.0, 10018.0, 9968.0, 10032.0, 9968.0, 10033.0, 9981.0, 10033.0, 9990.0, 10022.0, 9971.0, 10019.0, 9978.0, 10005.0, 9984.0, 10025.0, 9990.0, 10010.0, 9987.0, 10029.0, 9989.0, 10011.0, 10039.0, 9992.0, 10061.0, 10017.0, 10043.0, 10065.0, 10025.0, 10035.0, 9992.0, 9976.0, 9975.0, 10041.0, 9973.0, 10016.0, 10018.0, 10015.0, 9983.0, 10015.0, 9969.0, 10001.0, 9963.0, 10001.0, 9967.0, 10016.0, 9966.0, 10017.0, 9979.0, 10020.0, 9981.0, 10020.0, 9962.0, 10005.0, 9975.0, 10008.0, 10020.0, 9991.0, 9989.0, 9966.0, 10033.0, 9970.0, 10021.0, 9985.0, 10026.0, 9985.0, 10009.0, 9997.0, 10015.0, 10016.0, 10003.0, 10001.0, 10004.0, 9989.0, 10020.0, 10085.0, 10008.0, 10055.0, 10022.0, 10054.0, 10004.0, 10056.0, 9987.0, 10042.0, 10001.0, 10027.0, 9980.0, 10009.0, 9985.0, 10018.0, 10055.0, 10003.0, 10001.0, 10000.0, 10052.0, 10003.0, 10064.0, 10043.0, 10035.0, 9970.0, 10049.0, 9965.0, 10032.0, 9978.0, 10018.0, 9957.0, 10001.0, 10028.0, 9974.0, 10043.0, 9988.0, 10025.0, 9977.0, 10029.0, 9964.0, 10013.0, 9962.0, 10038.0, 9965.0, 10026.0, 9961.0, 10018.0, 9974.0, 10003.0, 9958.0, 10005.0, 9959.0, 9989.0, 9974.0, 9992.0, 10019.0, 9983.0, 9997.0, 9982.0, 9998.0, 9972.0, 10000.0, 9982.0, 9966.0, 10014.0, 9990.0, 10010.0, 9984.0, 10081.0, 10020.0, 10044.0, 9975.0, 10014.0, 9942.0, 9996.0, 9957.0, 9983.0, 9998.0, 9957.0, 10008.0, 9973.0, 9969.0, 9946.0, 9982.0, 9960.0, 10003.0, 9988.0, 10008.0, 9986.0, 10011.0, 9999.0, 10011.0, 9986.0, 10003.0, 10013.0, 10005.0, 10016.0, 10002.0, 10067.0, 10000.0, 10052.0, 10004.0, 10039.0, 10004.0, 10058.0, 9984.0, 10038.0, 9985.0, 10021.0, 9980.0, 10007.0, 9981.0, 9995.0, 10007.0, 9986.0, 10054.0, 10002.0, 10039.0, 9985.0, 10043.0, 9988.0, 10044.0, 9987.0, 10027.0, 10025.0, 10014.0, 10010.0, 10009.0, 10063.0, 9992.0, 10046.0, 10008.0, 10046.0, 9989.0, 10029.0, 9991.0, 10011.0, 9960.0, 10012.0, 9962.0, 10001.0, 9964.0, 10019.0, 9962.0, 10016.0, 9980.0, 10001.0, 9981.0, 10011.0, 9973.0, 10009.0, 10000.0, 10009.0, 9991.0, 10025.0, 9991.0, 10041.0, 9992.0, 10052.0, 10006.0, 10069.0, 10064.0, 10055.0, 9997.0, 10009.0, 9994.0, 9967.0, 10036.0, 9990.0, 10064.0, 10031.0, 10041.0, 10006.0, 9978.0, 10002.0, 9980.0, 10007.0, 9963.0, 10019.0, 9969.0, 10017.0, 9968.0, 10035.0, 9983.0, 10047.0, 9994.0, 10045.0, 9965.0, 10030.0, 9964.0, 10028.0, 9967.0, 10013.0, 9979.0, 10015.0, 9965.0, 10002.0, 9969.0, 10006.0, 9980.0, 10021.0, 9981.0, 10006.0, 9967.0, 10009.0, 9980.0, 10011.0, 9982.0, 10011.0, 9981.0, 9991.0, 10018.0, 9980.0, 10045.0, 10012.0, 10030.0, 9965.0, 10017.0, 9965.0, 10007.0, 9969.0, 10009.0, 9984.0, 10010.0, 9989.0, 10010.0, 10020.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.0007248446490218642</td></tr>
<tr><td colspan=3>aqi</td><td>0.013727213291139241</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.3670910030415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215581399435483</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012620927764986</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>5842.98</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0967873327155637</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.33716915995397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.573843168450376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5313362123755145</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5942563017844735</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5959369911911403</td></tr>
<tr><td colspan=3>gcor</td><td>0.0076372</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008277657441794872</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03243892639875412</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.021555676575711</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>26.6658</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.776</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.8859</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294185.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>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.3264</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6143</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.3768</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3737.2293</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82359.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.0543</td></tr>
<tr><td colspan=3>tsnr</td><td>44.19663162319921</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>