ds005256-mriqc/sub-0043_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 73e9b2cec3 [DATALAD RUNCMD] Compute MRIQC for sub-0043
=== 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-0043 --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-0043",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:14 +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-0043_ses-03_task-social_acq-mb8_run-05_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-0043_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0043_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-05_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-0043/ses-03/func/sub-0043_ses-03_task-social_acq-mb8_run-05_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>07b2b6687517a44ce6d750c595522006</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>14:00:4.360000</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.997165, 0.0638333, 0.0398459, -0.0662316, 0.99587, 0.0620914]</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-05_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.082307</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7286, 599, -44, -290, 42, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b5d7a9f-2343-404b-a216-420d0e9548d6||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.6753201484680176, -0.17769458889961243, 0.09643825888633728, 118.69110870361328], [-0.17126022279262543, 2.6718478202819824, 0.17429685592651367, -97.86394500732422], [0.10690368711948395, -0.16658662259578705, 2.6926417350769043, -70.07633209228516], [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': ['140004.360000', '140004.820000', '140005.280000', '140005.740000', '140006.200000', '140006.660000', '140007.120000', '140007.580000', '140008.040000', '140008.500000', '140008.960000', '140009.420000', '140009.880000', '140010.340000', '140010.800000', '140011.260000', '140011.720000', '140012.180000', '140012.640000', '140013.100000', '140013.560000', '140014.020000', '140014.480000', '140014.940000', '140015.400000', '140015.860000', '140016.320000', '140016.780000', '140017.240000', '140017.700000', '140018.160000', '140018.620000', '140019.080000', '140019.540000', '140020.000000', '140020.460000', '140020.920000', '140021.380000', '140021.840000', '140022.300000', '140022.760000', '140023.220000', '140023.680000', '140024.140000', '140024.600000', '140025.060000', '140025.520000', '140025.980000', '140026.440000', '140026.900000', '140027.360000', '140027.820000', '140028.280000', '140028.740000', '140029.200000', '140029.660000', '140030.120000', '140030.580000', '140031.040000', '140031.500000', '140031.960000', '140032.420000', '140032.880000', '140033.340000', '140033.800000', '140034.260000', '140034.720000', '140035.180000', '140035.640000', '140036.100000', '140036.560000', '140037.020000', '140037.480000', '140037.940000', '140038.400000', '140038.860000', '140039.320000', '140039.780000', '140040.240000', '140040.700000', '140041.160000', '140041.620000', '140042.080000', '140042.540000', '140043.000000', '140043.460000', '140043.920000', '140044.380000', '140044.840000', '140045.300000', '140045.760000', '140046.220000', '140046.680000', '140047.140000', '140047.600000', '140048.060000', '140048.520000', '140048.980000', '140049.440000', '140049.900000', '140050.360000', '140050.820000', '140051.280000', '140051.740000', '140052.200000', '140052.660000', '140053.120000', '140053.580000', '140054.040000', '140054.500000', '140054.960000', '140055.420000', '140055.880000', '140056.340000', '140056.800000', '140057.260000', '140057.720000', '140058.180000', '140058.640000', '140059.100000', '140059.560000', '140100.020000', '140100.480000', '140100.940000', '140101.400000', '140101.860000', '140102.320000', '140102.780000', '140103.240000', '140103.700000', '140104.160000', '140104.620000', '140105.080000', '140105.540000', '140106.000000', '140106.460000', '140106.920000', '140107.380000', '140107.840000', '140108.300000', '140108.760000', '140109.220000', '140109.680000', '140110.140000', '140110.600000', '140111.060000', '140111.520000', '140111.980000', '140112.440000', '140112.900000', '140113.360000', '140113.820000', '140114.280000', '140114.740000', '140115.200000', '140115.660000', '140116.120000', '140116.580000', '140117.040000', '140117.500000', '140117.960000', '140118.420000', '140118.880000', '140119.340000', '140119.800000', '140120.260000', '140120.720000', '140121.180000', '140121.640000', '140122.100000', '140122.560000', '140123.020000', '140123.480000', '140123.940000', '140124.400000', '140124.860000', '140125.320000', '140125.780000', '140126.240000', '140126.700000', '140127.160000', '140127.620000', '140128.080000', '140128.540000', '140129.000000', '140129.460000', '140129.920000', '140130.380000', '140130.840000', '140131.300000', '140131.760000', '140132.220000', '140132.680000', '140133.140000', '140133.600000', '140134.060000', '140134.520000', '140134.980000', '140135.440000', '140135.900000', '140136.360000', '140136.820000', '140137.280000', '140137.740000', '140138.200000', '140138.660000', '140139.120000', '140139.580000', '140140.040000', '140140.500000', '140140.960000', '140141.420000', '140141.880000', '140142.340000', '140142.800000', '140143.260000', '140143.720000', '140144.180000', '140144.640000', '140145.100000', '140145.560000', '140146.020000', '140146.480000', '140146.940000', '140147.400000', '140147.860000', '140148.320000', '140148.780000', '140149.240000', '140149.700000', '140150.160000', '140150.620000', '140151.080000', '140151.540000', '140152.000000', '140152.460000', '140152.920000', '140153.380000', '140153.840000', '140154.300000', '140154.760000', '140155.220000', '140155.680000', '140156.140000', '140156.600000', '140157.060000', '140157.520000', '140157.980000', '140158.440000', '140158.900000', '140159.360000', '140159.820000', '140200.280000', '140200.740000', '140201.200000', '140201.660000', '140202.120000', '140202.580000', '140203.040000', '140203.500000', '140203.960000', '140204.420000', '140204.880000', '140205.340000', '140205.800000', '140206.260000', '140206.720000', '140207.180000', '140207.640000', '140208.100000', '140208.560000', '140209.020000', '140209.480000', '140209.940000', '140210.400000', '140210.860000', '140211.320000', '140211.780000', '140212.240000', '140212.700000', '140213.160000', '140213.620000', '140214.080000', '140214.540000', '140215.000000', '140215.460000', '140215.920000', '140216.380000', '140216.840000', '140217.300000', '140217.760000', '140218.220000', '140218.680000', '140219.140000', '140219.600000', '140220.060000', '140220.520000', '140220.980000', '140221.440000', '140221.900000', '140222.360000', '140222.820000', '140223.280000', '140223.740000', '140224.200000', '140224.660000', '140225.120000', '140225.580000', '140226.040000', '140226.500000', '140226.960000', '140227.420000', '140227.880000', '140228.340000', '140228.800000', '140229.260000', '140229.720000', '140230.180000', '140230.640000', '140231.100000', '140231.560000', '140232.020000', '140232.480000', '140232.940000', '140233.400000', '140233.860000', '140234.320000', '140234.780000', '140235.240000', '140235.700000', '140236.160000', '140236.620000', '140237.080000', '140237.540000', '140238.000000', '140238.460000', '140238.920000', '140239.380000', '140239.840000', '140240.300000', '140240.760000', '140241.220000', '140241.680000', '140242.140000', '140242.600000', '140243.060000', '140243.520000', '140243.980000', '140244.440000', '140244.900000', '140245.360000', '140245.820000', '140246.280000', '140246.740000', '140247.200000', '140247.660000', '140248.120000', '140248.580000', '140249.040000', '140249.500000', '140249.960000', '140250.420000', '140250.880000', '140251.340000', '140251.800000', '140252.260000', '140252.720000', '140253.180000', '140253.640000', '140254.100000', '140254.560000', '140255.020000', '140255.480000', '140255.940000', '140256.400000', '140256.860000', '140257.320000', '140257.780000', '140258.240000', '140258.700000', '140259.160000', '140259.620000', '140300.080000', '140300.540000', '140301.000000', '140301.460000', '140301.920000', '140302.380000', '140302.840000', '140303.300000', '140303.760000', '140304.220000', '140304.680000', '140305.140000', '140305.600000', '140306.060000', '140306.520000', '140306.980000', '140307.440000', '140307.900000', '140308.360000', '140308.820000', '140309.280000', '140309.740000', '140310.200000', '140310.660000', '140311.120000', '140311.580000', '140312.040000', '140312.500000', '140312.960000', '140313.420000', '140313.880000', '140314.340000', '140314.800000', '140315.260000', '140315.720000', '140316.180000', '140316.640000', '140317.100000', '140317.560000', '140318.020000', '140318.480000', '140318.940000', '140319.400000', '140319.860000', '140320.320000', '140320.780000', '140321.240000', '140321.700000', '140322.160000', '140322.620000', '140323.080000', '140323.540000', '140324.000000', '140324.460000', '140324.920000', '140325.380000', '140325.840000', '140326.300000', '140326.760000', '140327.220000', '140327.680000', '140328.140000', '140328.600000', '140329.060000', '140329.520000', '140329.980000', '140330.440000', '140330.900000', '140331.360000', '140331.820000', '140332.280000', '140332.740000', '140333.200000', '140333.660000', '140334.120000', '140334.580000', '140335.040000', '140335.500000', '140335.960000', '140336.420000', '140336.880000', '140337.340000', '140337.800000', '140338.260000', '140338.720000', '140339.180000', '140339.640000', '140340.100000', '140340.560000', '140341.020000', '140341.480000', '140341.940000', '140342.400000', '140342.860000', '140343.320000', '140343.780000', '140344.240000', '140344.700000', '140345.160000', '140345.620000', '140346.080000', '140346.540000', '140347.000000', '140347.460000', '140347.920000', '140348.380000', '140348.840000', '140349.300000', '140349.760000', '140350.220000', '140350.680000', '140351.140000', '140351.600000', '140352.060000', '140352.520000', '140352.980000', '140353.440000', '140353.900000', '140354.360000', '140354.820000', '140355.280000', '140355.740000', '140356.200000', '140356.660000', '140357.120000', '140357.580000', '140358.040000', '140358.500000', '140358.960000', '140359.420000', '140359.880000', '140400.340000', '140400.800000', '140401.260000', '140401.720000', '140402.180000', '140402.640000', '140403.100000', '140403.560000', '140404.020000', '140404.480000', '140404.940000', '140405.400000', '140405.860000', '140406.320000', '140406.780000', '140407.240000', '140407.700000', '140408.160000', '140408.620000', '140409.080000', '140409.540000', '140410.000000', '140410.460000', '140410.920000', '140411.380000', '140411.840000', '140412.300000', '140412.760000', '140413.220000', '140413.680000', '140414.140000', '140414.600000', '140415.060000', '140415.520000', '140415.980000', '140416.440000', '140416.900000', '140417.360000', '140417.820000', '140418.280000', '140418.740000', '140419.200000', '140419.660000', '140420.120000', '140420.580000', '140421.040000', '140421.500000', '140421.960000', '140422.420000', '140422.880000', '140423.340000', '140423.800000', '140424.260000', '140424.720000', '140425.180000', '140425.640000', '140426.100000', '140426.560000', '140427.020000', '140427.480000', '140427.940000', '140428.400000', '140428.860000', '140429.320000', '140429.780000', '140430.240000', '140430.700000', '140431.160000', '140431.620000', '140432.080000', '140432.540000', '140433.000000', '140433.460000', '140433.920000', '140434.380000', '140434.840000', '140435.300000', '140435.760000', '140436.220000', '140436.680000', '140437.140000', '140437.600000', '140438.060000', '140438.520000', '140438.980000', '140439.440000', '140439.900000', '140440.360000', '140440.820000', '140441.280000', '140441.740000', '140442.200000', '140442.660000', '140443.120000', '140443.580000', '140444.040000', '140444.500000', '140444.960000', '140445.420000', '140445.880000', '140446.340000', '140446.800000', '140447.260000', '140447.720000', '140448.180000', '140448.640000', '140449.100000', '140449.560000', '140450.020000', '140450.480000', '140450.940000', '140451.400000', '140451.860000', '140452.320000', '140452.780000', '140453.240000', '140453.700000', '140454.160000', '140454.620000', '140455.080000', '140455.540000', '140456.000000', '140456.460000', '140456.920000', '140457.380000', '140457.840000', '140458.300000', '140458.760000', '140459.220000', '140459.680000', '140500.140000', '140500.600000', '140501.060000', '140501.520000', '140501.980000', '140502.440000', '140502.900000', '140503.360000', '140503.820000', '140504.280000', '140504.740000', '140505.200000', '140505.660000', '140506.120000', '140506.580000', '140507.040000', '140507.500000', '140507.960000', '140508.420000', '140508.880000', '140509.340000', '140509.800000', '140510.260000', '140510.720000', '140511.180000', '140511.640000', '140512.100000', '140512.560000', '140513.020000', '140513.480000', '140513.940000', '140514.400000', '140514.860000', '140515.320000', '140515.780000', '140516.240000', '140516.700000', '140517.160000', '140517.620000', '140518.080000', '140518.540000', '140519.000000', '140519.460000', '140519.920000', '140520.380000', '140520.840000', '140521.300000', '140521.760000', '140522.220000', '140522.680000', '140523.140000', '140523.600000', '140524.060000', '140524.520000', '140524.980000', '140525.440000', '140525.900000', '140526.360000', '140526.820000', '140527.280000', '140527.740000', '140528.200000', '140528.660000', '140529.120000', '140529.580000', '140530.040000', '140530.500000', '140530.960000', '140531.420000', '140531.880000', '140532.340000', '140532.800000', '140533.260000', '140533.720000', '140534.180000', '140534.640000', '140535.100000', '140535.560000', '140536.020000', '140536.480000', '140536.940000', '140537.400000', '140537.860000', '140538.320000', '140538.780000', '140539.240000', '140539.700000', '140540.160000', '140540.620000', '140541.080000', '140541.540000', '140542.000000', '140542.460000', '140542.920000', '140543.380000', '140543.840000', '140544.300000', '140544.760000', '140545.220000', '140545.680000', '140546.140000', '140546.600000', '140547.060000', '140547.520000', '140547.980000', '140548.440000', '140548.900000', '140549.360000', '140549.820000', '140550.280000', '140550.740000', '140551.200000', '140551.660000', '140552.120000', '140552.580000', '140553.040000', '140553.500000', '140553.960000', '140554.420000', '140554.880000', '140555.340000', '140555.800000', '140556.260000', '140556.720000', '140557.180000', '140557.640000', '140558.100000', '140558.560000', '140559.020000', '140559.480000', '140559.940000', '140600.400000', '140600.860000', '140601.320000', '140601.780000', '140602.240000', '140602.700000', '140603.160000', '140603.620000', '140604.080000', '140604.540000', '140605.000000', '140605.460000', '140605.920000', '140606.380000', '140606.840000', '140607.300000', '140607.760000', '140608.220000', '140608.680000', '140609.140000', '140609.600000', '140610.060000', '140610.520000', '140610.980000', '140611.440000', '140611.900000', '140612.360000', '140612.820000', '140613.280000', '140613.740000', '140614.200000', '140614.660000', '140615.120000', '140615.580000', '140616.040000', '140616.500000', '140616.960000', '140617.420000', '140617.880000', '140618.340000', '140618.800000', '140619.260000', '140619.720000', '140620.180000', '140620.640000', '140621.100000', '140621.560000', '140622.020000', '140622.480000', '140622.940000', '140623.400000', '140623.860000', '140624.320000', '140624.780000', '140625.240000', '140625.700000', '140626.160000', '140626.620000', '140627.080000', '140627.540000', '140628.000000', '140628.460000', '140628.920000', '140629.380000', '140629.840000', '140630.300000', '140630.760000', '140631.220000', '140631.680000', '140632.140000', '140632.600000', '140633.060000', '140633.520000', '140633.980000', '140634.440000', '140634.900000', '140635.360000', '140635.820000', '140636.280000', '140636.740000', '140637.200000', '140637.660000', '140638.120000', '140638.580000', '140639.040000', '140639.500000', '140639.960000', '140640.420000', '140640.880000', '140641.340000', '140641.800000', '140642.260000', '140642.720000', '140643.180000', '140643.640000', '140644.100000', '140644.560000', '140645.020000'], 'ContentTime': ['140020.348000', '140020.351000', '140020.354000', '140020.357000', '140020.359000', '140020.362000', '140020.365000', '140020.368000', '140020.371000', '140020.373000', '140020.376000', '140020.379000', '140020.382000', '140020.385000', '140020.388000', '140020.390000', '140020.393000', '140020.396000', '140020.399000', '140020.407000', '140020.410000', '140020.412000', '140020.415000', '140020.418000', '140020.421000', '140020.424000', '140020.426000', '140020.429000', '140020.432000', '140020.435000', '140020.438000', '140020.441000', '140020.444000', '140040.304000', '140040.307000', '140040.309000', '140040.312000', '140040.323000', '140040.326000', '140040.328000', '140040.331000', '140040.346000', '140040.359000', '140040.362000', '140040.365000', '140040.368000', '140040.374000', '140040.377000', '140040.379000', '140040.382000', '140040.385000', '140040.388000', '140040.391000', '140040.393000', '140040.396000', '140040.399000', '140040.402000', '140040.405000', '140040.408000', '140040.410000', '140040.413000', '140040.416000', '140040.419000', '140040.422000', '140040.424000', '140040.427000', '140040.430000', '140040.433000', '140040.436000', '140040.438000', '140040.441000', '140040.444000', '140040.447000', '140040.450000', '140040.452000', '140040.455000', '140040.458000', '140100.303000', '140100.306000', '140100.308000', '140100.311000', '140100.314000', '140100.317000', '140100.320000', '140100.323000', '140100.326000', '140100.328000', '140100.334000', '140100.337000', '140100.340000', '140100.343000', '140100.346000', '140100.349000', '140100.351000', '140100.354000', '140100.357000', '140100.360000', '140100.363000', '140100.366000', '140100.368000', '140100.371000', '140100.374000', '140100.377000', '140100.380000', '140100.383000', '140100.386000', '140100.388000', '140100.391000', '140100.394000', '140100.397000', '140100.400000', '140100.402000', '140100.405000', '140100.408000', '140100.411000', '140100.414000', '140100.417000', '140100.419000', '140100.422000', '140100.425000', '140120.303000', '140120.306000', '140120.308000', '140120.321000', '140120.324000', '140120.326000', '140120.329000', '140120.332000', '140120.335000', '140120.338000', '140120.341000', '140120.343000', '140120.346000', '140120.349000', '140120.352000', '140120.355000', '140120.358000', '140120.360000', '140120.363000', '140120.366000', '140120.369000', '140120.372000', '140120.374000', '140120.377000', '140120.380000', '140120.383000', '140120.386000', '140120.389000', '140120.392000', '140120.395000', '140120.397000', '140120.400000', '140120.403000', '140120.406000', '140120.409000', '140120.412000', '140120.415000', '140120.417000', '140120.420000', '140120.423000', '140120.426000', '140120.429000', '140120.431000', '140120.434000', '140140.303000', '140140.310000', '140140.313000', '140140.316000', '140140.319000', '140140.322000', '140140.325000', '140140.327000', '140140.330000', '140140.333000', '140140.336000', '140140.339000', '140140.342000', '140140.344000', '140140.347000', '140140.350000', '140140.353000', '140140.356000', '140140.359000', '140140.362000', '140140.364000', '140140.367000', '140140.370000', '140140.373000', '140140.376000', '140140.379000', '140140.382000', '140140.384000', '140140.387000', '140140.390000', '140140.393000', '140140.396000', '140140.398000', '140140.401000', '140140.404000', '140140.407000', '140140.410000', '140140.412000', '140140.415000', '140140.418000', '140140.421000', '140140.424000', '140140.427000', '140200.303000', '140200.306000', '140200.309000', '140200.312000', '140200.315000', '140200.318000', '140200.320000', '140200.323000', '140200.326000', '140200.329000', '140200.332000', '140200.337000', '140200.340000', '140200.343000', '140200.346000', '140200.349000', '140200.352000', '140200.355000', '140200.357000', '140200.360000', '140200.363000', '140200.366000', '140200.369000', '140200.372000', '140200.374000', '140200.377000', '140200.380000', '140200.383000', '140200.386000', '140200.389000', '140200.391000', '140200.394000', '140200.397000', '140200.400000', '140200.403000', '140200.406000', '140200.408000', '140200.411000', '140200.414000', '140200.417000', '140200.420000', '140200.422000', '140200.425000', '140220.304000', '140220.307000', '140220.313000', '140220.316000', '140220.325000', '140220.328000', '140220.331000', '140220.334000', '140220.336000', '140220.339000', '140220.342000', '140220.345000', '140220.348000', '140220.351000', '140220.354000', '140220.356000', '140220.359000', '140220.362000', '140220.365000', '140220.368000', '140220.371000', '140220.373000', '140220.376000', '140220.379000', '140220.382000', '140220.385000', '140220.387000', '140220.390000', '140220.393000', '140220.396000', '140220.399000', '140220.408000', '140220.411000', '140220.414000', '140220.417000', '140220.420000', '140220.423000', '140220.425000', '140220.428000', '140220.431000', '140220.434000', '140220.437000', '140220.440000', '140220.442000', '140240.304000', '140240.308000', '140240.311000', '140240.314000', '140240.326000', '140240.329000', '140240.332000', '140240.334000', '140240.337000', '140240.340000', '140240.343000', '140240.346000', '140240.349000', '140240.351000', '140240.354000', '140240.357000', '140240.360000', '140240.363000', '140240.366000', '140240.369000', '140240.372000', '140240.374000', '140240.377000', '140240.380000', '140240.383000', '140240.386000', '140240.389000', '140240.391000', '140240.394000', '140240.397000', '140240.400000', '140240.403000', '140240.406000', '140240.408000', '140240.411000', '140240.414000', '140240.417000', '140240.420000', '140240.423000', '140240.426000', '140240.429000', '140240.431000', '140240.434000', '140300.304000', '140300.307000', '140300.310000', '140300.313000', '140300.316000', '140300.329000', '140300.332000', '140300.335000', '140300.338000', '140300.341000', '140300.344000', '140300.346000', '140300.349000', '140300.352000', '140300.355000', '140300.358000', '140300.361000', '140300.364000', '140300.366000', '140300.369000', '140300.372000', '140300.375000', '140300.378000', '140300.381000', '140300.383000', '140300.386000', '140300.389000', '140300.392000', '140300.395000', '140300.398000', '140300.401000', '140300.403000', '140300.406000', '140300.409000', '140300.412000', '140300.415000', '140300.418000', '140300.421000', '140300.423000', '140300.426000', '140300.429000', '140300.432000', '140300.435000', '140300.437000', '140320.303000', '140320.306000', '140320.309000', '140320.312000', '140320.315000', '140320.318000', '140320.321000', '140320.324000', '140320.327000', '140320.330000', '140320.332000', '140320.335000', '140320.338000', '140320.341000', '140320.344000', '140320.347000', '140320.350000', '140320.353000', '140320.356000', '140320.359000', '140320.361000', '140320.364000', '140320.367000', '140320.370000', '140320.373000', '140320.376000', '140320.379000', '140320.381000', '140320.384000', '140320.387000', '140320.390000', '140320.393000', '140320.395000', '140320.398000', '140320.401000', '140320.404000', '140320.407000', '140320.409000', '140320.412000', '140320.415000', '140320.418000', '140320.421000', '140320.423000', '140340.303000', '140340.306000', '140340.309000', '140340.312000', '140340.314000', '140340.317000', '140340.320000', '140340.323000', '140340.326000', '140340.329000', '140340.332000', '140340.334000', '140340.337000', '140340.340000', '140340.343000', '140340.346000', '140340.349000', '140340.352000', '140340.355000', '140340.357000', '140340.360000', '140340.363000', '140340.366000', '140340.369000', '140340.372000', '140340.375000', '140340.377000', '140340.380000', '140340.383000', '140340.386000', '140340.389000', '140340.392000', '140340.395000', '140340.398000', '140340.400000', '140340.403000', '140340.406000', '140340.409000', '140340.412000', '140340.415000', '140340.418000', '140340.420000', '140340.423000', '140340.436000', '140400.303000', '140400.306000', '140400.309000', '140400.312000', '140400.314000', '140400.317000', '140400.320000', '140400.323000', '140400.326000', '140400.329000', '140400.332000', '140400.335000', '140400.337000', '140400.341000', '140400.345000', '140400.348000', '140400.351000', '140400.354000', '140400.357000', '140400.360000', '140400.363000', '140400.365000', '140400.368000', '140400.371000', '140400.374000', '140400.377000', '140400.380000', '140400.382000', '140400.385000', '140400.388000', '140400.391000', '140400.394000', '140400.397000', '140400.400000', '140400.402000', '140400.405000', '140400.408000', '140400.411000', '140400.414000', '140400.416000', '140400.419000', '140400.422000', '140400.425000', '140420.303000', '140420.306000', '140420.309000', '140420.312000', '140420.315000', '140420.317000', '140420.320000', '140420.323000', '140420.326000', '140420.329000', '140420.332000', '140420.335000', '140420.337000', '140420.340000', '140420.343000', '140420.346000', '140420.349000', '140420.352000', '140420.355000', '140420.358000', '140420.360000', '140420.363000', '140420.366000', '140420.369000', '140420.372000', '140420.375000', '140420.377000', '140420.380000', '140420.383000', '140420.386000', '140420.389000', '140420.392000', '140420.395000', '140420.398000', '140420.400000', '140420.403000', '140420.406000', '140420.409000', '140420.412000', '140420.415000', '140420.418000', '140420.421000', '140420.424000', '140420.426000', '140440.305000', '140440.317000', '140440.320000', '140440.323000', '140440.326000', '140440.329000', '140440.331000', '140440.334000', '140440.337000', '140440.340000', '140440.343000', '140440.346000', '140440.349000', '140440.352000', '140440.355000', '140440.357000', '140440.360000', '140440.363000', '140440.367000', '140440.372000', '140440.375000', '140440.378000', '140440.381000', '140440.384000', '140440.387000', '140440.390000', '140440.393000', '140440.396000', '140440.398000', '140440.401000', '140440.404000', '140440.407000', '140440.410000', '140440.413000', '140440.421000', '140440.424000', '140440.427000', '140440.429000', '140440.432000', '140440.435000', '140440.438000', '140440.441000', '140440.444000', '140500.304000', '140500.307000', '140500.310000', '140500.313000', '140500.315000', '140500.318000', '140500.321000', '140500.324000', '140500.327000', '140500.330000', '140500.333000', '140500.335000', '140500.338000', '140500.341000', '140500.344000', '140500.347000', '140500.350000', '140500.353000', '140500.356000', '140500.359000', '140500.361000', '140500.364000', '140500.367000', '140500.370000', '140500.373000', '140500.376000', '140500.378000', '140500.381000', '140500.384000', '140500.387000', '140500.390000', '140500.393000', '140500.395000', '140500.398000', '140500.401000', '140500.404000', '140500.407000', '140500.409000', '140500.412000', '140500.415000', '140500.418000', '140500.421000', '140500.424000', '140500.427000', '140520.304000', '140520.307000', '140520.310000', '140520.312000', '140520.321000', '140520.324000', '140520.327000', '140520.329000', '140520.333000', '140520.335000', '140520.352000', '140520.355000', '140520.358000', '140520.361000', '140520.364000', '140520.366000', '140520.369000', '140520.372000', '140520.375000', '140520.378000', '140520.381000', '140520.384000', '140520.386000', '140520.389000', '140520.394000', '140520.399000', '140520.402000', '140520.405000', '140520.408000', '140520.410000', '140520.413000', '140520.416000', '140520.419000', '140520.422000', '140520.425000', '140520.428000', '140520.430000', '140520.433000', '140520.436000', '140520.439000', '140520.442000', '140520.445000', '140520.448000', '140540.303000', '140540.307000', '140540.310000', '140540.313000', '140540.315000', '140540.318000', '140540.321000', '140540.324000', '140540.327000', '140540.330000', '140540.333000', '140540.336000', '140540.339000', '140540.342000', '140540.344000', '140540.347000', '140540.350000', '140540.356000', '140540.359000', '140540.362000', '140540.365000', '140540.368000', '140540.370000', '140540.373000', '140540.376000', '140540.379000', '140540.382000', '140540.385000', '140540.388000', '140540.390000', '140540.393000', '140540.396000', '140540.399000', '140540.402000', '140540.405000', '140540.408000', '140540.410000', '140540.413000', '140540.416000', '140540.419000', '140540.422000', '140540.425000', '140540.428000', '140540.431000', '140600.303000', '140600.306000', '140600.309000', '140600.312000', '140600.314000', '140600.317000', '140600.320000', '140600.330000', '140600.333000', '140600.336000', '140600.340000', '140600.343000', '140600.346000', '140600.349000', '140600.351000', '140600.354000', '140600.357000', '140600.360000', '140600.363000', '140600.366000', '140600.369000', '140600.371000', '140600.374000', '140600.377000', '140600.380000', '140600.384000', '140600.387000', '140600.390000', '140600.393000', '140600.396000', '140600.399000', '140600.402000', '140600.405000', '140600.410000', '140600.414000', '140600.417000', '140600.419000', '140600.422000', '140600.425000', '140600.428000', '140600.431000', '140600.434000', '140600.436000', '140620.303000', '140620.306000', '140620.309000', '140620.312000', '140620.315000', '140620.317000', '140620.320000', '140620.323000', '140620.326000', '140620.329000', '140620.332000', '140620.334000', '140620.337000', '140620.340000', '140620.343000', '140620.346000', '140620.349000', '140620.356000', '140620.358000', '140620.361000', '140620.364000', '140620.367000', '140620.370000', '140620.373000', '140620.376000', '140620.379000', '140620.381000', '140620.384000', '140620.387000', '140620.390000', '140620.393000', '140620.396000', '140620.399000', '140620.401000', '140620.404000', '140620.407000', '140620.410000', '140620.413000', '140620.415000', '140620.418000', '140620.421000', '140620.424000', '140620.427000', '140620.429000', '140640.303000', '140640.306000', '140640.309000', '140640.312000', '140640.315000', '140640.317000', '140640.320000', '140640.323000', '140640.326000', '140640.329000', '140640.332000', '140640.335000', '140640.337000', '140640.340000', '140640.343000', '140640.346000', '140640.349000', '140640.352000', '140640.354000', '140640.357000', '140640.360000', '140640.373000', '140640.376000', '140640.379000', '140640.382000', '140640.384000', '140640.387000', '140640.390000', '140640.393000', '140640.396000', '140640.399000', '140640.402000', '140640.404000', '140640.407000', '140640.410000', '140640.413000', '140640.416000', '140640.419000', '140640.422000', '140640.424000', '140640.427000', '140640.430000', '140640.434000', '140646.010000', '140646.025000', '140646.028000', '140646.031000', '140646.034000', '140646.037000', '140646.040000', '140646.043000', '140646.046000', '140646.049000', '140646.051000', '140646.054000', '140646.057000'], 'InstanceCreationTime': ['140020.348000', '140020.351000', '140020.354000', '140020.357000', '140020.359000', '140020.362000', '140020.365000', '140020.368000', '140020.371000', '140020.373000', '140020.376000', '140020.379000', '140020.382000', '140020.385000', '140020.388000', '140020.390000', '140020.393000', '140020.396000', '140020.399000', '140020.407000', '140020.410000', '140020.412000', '140020.415000', '140020.418000', '140020.421000', '140020.424000', '140020.426000', '140020.429000', '140020.432000', '140020.435000', '140020.438000', '140020.441000', '140020.444000', '140040.304000', '140040.307000', '140040.309000', '140040.312000', '140040.323000', '140040.326000', '140040.328000', '140040.331000', '140040.346000', '140040.359000', '140040.362000', '140040.365000', '140040.368000', '140040.374000', '140040.377000', '140040.379000', '140040.382000', '140040.385000', '140040.388000', '140040.391000', '140040.393000', '140040.396000', '140040.399000', '140040.402000', '140040.405000', '140040.408000', '140040.410000', '140040.413000', '140040.416000', '140040.419000', '140040.422000', '140040.424000', '140040.427000', '140040.430000', '140040.433000', '140040.436000', '140040.438000', '140040.441000', '140040.444000', '140040.447000', '140040.450000', '140040.452000', '140040.455000', '140040.458000', '140100.303000', '140100.306000', '140100.308000', '140100.311000', '140100.314000', '140100.317000', '140100.320000', '140100.323000', '140100.326000', '140100.328000', '140100.334000', '140100.337000', '140100.340000', '140100.343000', '140100.346000', '140100.349000', '140100.351000', '140100.354000', '140100.357000', '140100.360000', '140100.363000', '140100.366000', '140100.368000', '140100.371000', '140100.374000', '140100.377000', '140100.380000', '140100.383000', '140100.386000', '140100.388000', '140100.391000', '140100.394000', '140100.397000', '140100.400000', '140100.402000', '140100.405000', '140100.408000', '140100.411000', '140100.414000', '140100.417000', '140100.419000', '140100.422000', '140100.425000', '140120.303000', '140120.306000', '140120.308000', '140120.321000', '140120.324000', '140120.326000', '140120.329000', '140120.332000', '140120.335000', '140120.338000', '140120.341000', '140120.343000', '140120.346000', '140120.349000', '140120.352000', '140120.355000', '140120.358000', '140120.360000', '140120.363000', '140120.366000', '140120.369000', '140120.372000', '140120.374000', '140120.377000', '140120.380000', '140120.383000', '140120.386000', '140120.389000', '140120.392000', '140120.395000', '140120.397000', '140120.400000', '140120.403000', '140120.406000', '140120.409000', '140120.412000', '140120.415000', '140120.417000', '140120.420000', '140120.423000', '140120.426000', '140120.429000', '140120.431000', '140120.434000', '140140.303000', '140140.310000', '140140.313000', '140140.316000', '140140.319000', '140140.322000', '140140.325000', '140140.327000', '140140.330000', '140140.333000', '140140.336000', '140140.339000', '140140.342000', '140140.344000', '140140.347000', '140140.350000', '140140.353000', '140140.356000', '140140.359000', '140140.362000', '140140.364000', '140140.367000', '140140.370000', '140140.373000', '140140.376000', '140140.379000', '140140.382000', '140140.384000', '140140.387000', '140140.390000', '140140.393000', '140140.396000', '140140.398000', '140140.401000', '140140.404000', '140140.407000', '140140.410000', '140140.412000', '140140.415000', '140140.418000', '140140.421000', '140140.424000', '140140.427000', '140200.303000', '140200.306000', '140200.309000', '140200.312000', '140200.315000', '140200.318000', '140200.320000', '140200.323000', '140200.326000', '140200.329000', '140200.332000', '140200.337000', '140200.340000', '140200.343000', '140200.346000', '140200.349000', '140200.352000', '140200.355000', '140200.357000', '140200.360000', '140200.363000', '140200.366000', '140200.369000', '140200.372000', '140200.374000', '140200.377000', '140200.380000', '140200.383000', '140200.386000', '140200.389000', '140200.391000', '140200.394000', '140200.397000', '140200.400000', '140200.403000', '140200.406000', '140200.408000', '140200.411000', '140200.414000', '140200.417000', '140200.420000', '140200.422000', '140200.425000', '140220.304000', '140220.307000', '140220.313000', '140220.316000', '140220.325000', '140220.328000', '140220.331000', '140220.334000', '140220.336000', '140220.339000', '140220.342000', '140220.345000', '140220.348000', '140220.351000', '140220.354000', '140220.356000', '140220.359000', '140220.362000', '140220.365000', '140220.368000', '140220.371000', '140220.373000', '140220.376000', '140220.379000', '140220.382000', '140220.385000', '140220.387000', '140220.390000', '140220.393000', '140220.396000', '140220.399000', '140220.408000', '140220.411000', '140220.414000', '140220.417000', '140220.420000', '140220.423000', '140220.425000', '140220.428000', '140220.431000', '140220.434000', '140220.437000', '140220.440000', '140220.442000', '140240.304000', '140240.308000', '140240.311000', '140240.314000', '140240.326000', '140240.329000', '140240.332000', '140240.334000', '140240.337000', '140240.340000', '140240.343000', '140240.346000', '140240.349000', '140240.351000', '140240.354000', '140240.357000', '140240.360000', '140240.363000', '140240.366000', '140240.369000', '140240.372000', '140240.374000', '140240.377000', '140240.380000', '140240.383000', '140240.386000', '140240.389000', '140240.391000', '140240.394000', '140240.397000', '140240.400000', '140240.403000', '140240.406000', '140240.408000', '140240.411000', '140240.414000', '140240.417000', '140240.420000', '140240.423000', '140240.426000', '140240.429000', '140240.431000', '140240.434000', '140300.304000', '140300.307000', '140300.310000', '140300.313000', '140300.316000', '140300.329000', '140300.332000', '140300.335000', '140300.338000', '140300.341000', '140300.344000', '140300.346000', '140300.349000', '140300.352000', '140300.355000', '140300.358000', '140300.361000', '140300.364000', '140300.366000', '140300.369000', '140300.372000', '140300.375000', '140300.378000', '140300.381000', '140300.383000', '140300.386000', '140300.389000', '140300.392000', '140300.395000', '140300.398000', '140300.401000', '140300.403000', '140300.406000', '140300.409000', '140300.412000', '140300.415000', '140300.418000', '140300.421000', '140300.423000', '140300.426000', '140300.429000', '140300.432000', '140300.435000', '140300.437000', '140320.303000', '140320.306000', '140320.309000', '140320.312000', '140320.315000', '140320.318000', '140320.321000', '140320.324000', '140320.327000', '140320.330000', '140320.332000', '140320.335000', '140320.338000', '140320.341000', '140320.344000', '140320.347000', '140320.350000', '140320.353000', '140320.356000', '140320.359000', '140320.361000', '140320.364000', '140320.367000', '140320.370000', '140320.373000', '140320.376000', '140320.379000', '140320.381000', '140320.384000', '140320.387000', '140320.390000', '140320.393000', '140320.395000', '140320.398000', '140320.401000', '140320.404000', '140320.407000', '140320.409000', '140320.412000', '140320.415000', '140320.418000', '140320.421000', '140320.423000', '140340.303000', '140340.306000', '140340.309000', '140340.312000', '140340.314000', '140340.317000', '140340.320000', '140340.323000', '140340.326000', '140340.329000', '140340.332000', '140340.334000', '140340.337000', '140340.340000', '140340.343000', '140340.346000', '140340.349000', '140340.352000', '140340.355000', '140340.357000', '140340.360000', '140340.363000', '140340.366000', '140340.369000', '140340.372000', '140340.375000', '140340.377000', '140340.380000', '140340.383000', '140340.386000', '140340.389000', '140340.392000', '140340.395000', '140340.398000', '140340.400000', '140340.403000', '140340.406000', '140340.409000', '140340.412000', '140340.415000', '140340.418000', '140340.420000', '140340.423000', '140340.436000', '140400.303000', '140400.306000', '140400.309000', '140400.312000', '140400.314000', '140400.317000', '140400.320000', '140400.323000', '140400.326000', '140400.329000', '140400.332000', '140400.335000', '140400.337000', '140400.341000', '140400.345000', '140400.348000', '140400.351000', '140400.354000', '140400.357000', '140400.360000', '140400.363000', '140400.365000', '140400.368000', '140400.371000', '140400.374000', '140400.377000', '140400.380000', '140400.382000', '140400.385000', '140400.388000', '140400.391000', '140400.394000', '140400.397000', '140400.400000', '140400.402000', '140400.405000', '140400.408000', '140400.411000', '140400.414000', '140400.416000', '140400.419000', '140400.422000', '140400.425000', '140420.303000', '140420.306000', '140420.309000', '140420.312000', '140420.315000', '140420.317000', '140420.320000', '140420.323000', '140420.326000', '140420.329000', '140420.332000', '140420.335000', '140420.337000', '140420.340000', '140420.343000', '140420.346000', '140420.349000', '140420.352000', '140420.355000', '140420.358000', '140420.360000', '140420.363000', '140420.366000', '140420.369000', '140420.372000', '140420.375000', '140420.377000', '140420.380000', '140420.383000', '140420.386000', '140420.389000', '140420.392000', '140420.395000', '140420.398000', '140420.400000', '140420.403000', '140420.406000', '140420.409000', '140420.412000', '140420.415000', '140420.418000', '140420.421000', '140420.424000', '140420.426000', '140440.305000', '140440.317000', '140440.320000', '140440.323000', '140440.326000', '140440.329000', '140440.331000', '140440.334000', '140440.337000', '140440.340000', '140440.343000', '140440.346000', '140440.349000', '140440.352000', '140440.355000', '140440.357000', '140440.360000', '140440.363000', '140440.367000', '140440.372000', '140440.375000', '140440.378000', '140440.381000', '140440.384000', '140440.387000', '140440.390000', '140440.393000', '140440.396000', '140440.398000', '140440.401000', '140440.404000', '140440.407000', '140440.410000', '140440.413000', '140440.421000', '140440.424000', '140440.427000', '140440.429000', '140440.432000', '140440.435000', '140440.438000', '140440.441000', '140440.444000', '140500.304000', '140500.307000', '140500.310000', '140500.313000', '140500.315000', '140500.318000', '140500.321000', '140500.324000', '140500.327000', '140500.330000', '140500.333000', '140500.335000', '140500.338000', '140500.341000', '140500.344000', '140500.347000', '140500.350000', '140500.353000', '140500.356000', '140500.359000', '140500.361000', '140500.364000', '140500.367000', '140500.370000', '140500.373000', '140500.376000', '140500.378000', '140500.381000', '140500.384000', '140500.387000', '140500.390000', '140500.393000', '140500.395000', '140500.398000', '140500.401000', '140500.404000', '140500.407000', '140500.409000', '140500.412000', '140500.415000', '140500.418000', '140500.421000', '140500.424000', '140500.427000', '140520.304000', '140520.307000', '140520.310000', '140520.312000', '140520.321000', '140520.324000', '140520.327000', '140520.329000', '140520.333000', '140520.335000', '140520.352000', '140520.355000', '140520.358000', '140520.361000', '140520.364000', '140520.366000', '140520.369000', '140520.372000', '140520.375000', '140520.378000', '140520.381000', '140520.384000', '140520.386000', '140520.389000', '140520.394000', '140520.399000', '140520.402000', '140520.405000', '140520.408000', '140520.410000', '140520.413000', '140520.416000', '140520.419000', '140520.422000', '140520.425000', '140520.428000', '140520.430000', '140520.433000', '140520.436000', '140520.439000', '140520.442000', '140520.445000', '140520.448000', '140540.303000', '140540.307000', '140540.310000', '140540.313000', '140540.315000', '140540.318000', '140540.321000', '140540.324000', '140540.327000', '140540.330000', '140540.333000', '140540.336000', '140540.339000', '140540.342000', '140540.344000', '140540.347000', '140540.350000', '140540.356000', '140540.359000', '140540.362000', '140540.365000', '140540.368000', '140540.370000', '140540.373000', '140540.376000', '140540.379000', '140540.382000', '140540.385000', '140540.388000', '140540.390000', '140540.393000', '140540.396000', '140540.399000', '140540.402000', '140540.405000', '140540.408000', '140540.410000', '140540.413000', '140540.416000', '140540.419000', '140540.422000', '140540.425000', '140540.428000', '140540.431000', '140600.303000', '140600.306000', '140600.309000', '140600.312000', '140600.314000', '140600.317000', '140600.320000', '140600.330000', '140600.333000', '140600.336000', '140600.340000', '140600.343000', '140600.346000', '140600.349000', '140600.351000', '140600.354000', '140600.357000', '140600.360000', '140600.363000', '140600.366000', '140600.369000', '140600.371000', '140600.374000', '140600.377000', '140600.380000', '140600.384000', '140600.387000', '140600.390000', '140600.393000', '140600.396000', '140600.399000', '140600.402000', '140600.405000', '140600.410000', '140600.414000', '140600.417000', '140600.419000', '140600.422000', '140600.425000', '140600.428000', '140600.431000', '140600.434000', '140600.436000', '140620.303000', '140620.306000', '140620.309000', '140620.312000', '140620.315000', '140620.317000', '140620.320000', '140620.323000', '140620.326000', '140620.329000', '140620.332000', '140620.334000', '140620.337000', '140620.340000', '140620.343000', '140620.346000', '140620.349000', '140620.356000', '140620.358000', '140620.361000', '140620.364000', '140620.367000', '140620.370000', '140620.373000', '140620.376000', '140620.379000', '140620.381000', '140620.384000', '140620.387000', '140620.390000', '140620.393000', '140620.396000', '140620.399000', '140620.401000', '140620.404000', '140620.407000', '140620.410000', '140620.413000', '140620.415000', '140620.418000', '140620.421000', '140620.424000', '140620.427000', '140620.429000', '140640.303000', '140640.306000', '140640.309000', '140640.312000', '140640.315000', '140640.317000', '140640.320000', '140640.323000', '140640.326000', '140640.329000', '140640.332000', '140640.335000', '140640.337000', '140640.340000', '140640.343000', '140640.346000', '140640.349000', '140640.352000', '140640.354000', '140640.357000', '140640.360000', '140640.373000', '140640.376000', '140640.379000', '140640.382000', '140640.384000', '140640.387000', '140640.390000', '140640.393000', '140640.396000', '140640.399000', '140640.402000', '140640.404000', '140640.407000', '140640.410000', '140640.413000', '140640.416000', '140640.419000', '140640.422000', '140640.424000', '140640.427000', '140640.430000', '140640.434000', '140646.010000', '140646.025000', '140646.028000', '140646.031000', '140646.034000', '140646.037000', '140646.040000', '140646.043000', '140646.046000', '140646.049000', '140646.051000', '140646.054000', '140646.057000'], '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': [10195, 9581, 11721, 8531, 12123, 8405, 12788, 9037, 13300, 9267, 13714, 9326, 13008, 9675, 13245, 10126, 11599, 9241, 8235, 9784, 8173, 11874, 8692, 13218, 9503, 13464, 9749, 11593, 9842, 8271, 11282, 8376, 13574, 9370, 14248, 10543, 13724, 9658, 10139, 9336, 8242, 11450, 8492, 12859, 8732, 13506, 9348, 13795, 9309, 13541, 9676, 13924, 10183, 10883, 9144, 8363, 10016, 8068, 11668, 8268, 12659, 9060, 13347, 9241, 12334, 10007, 8380, 9734, 7654, 11762, 8669, 13651, 9671, 14165, 9143, 13589, 9511, 10972, 9848, 7892, 11064, 8330, 13227, 9510, 14744, 9418, 11112, 9707, 11235, 9495, 8046, 14668, 9304, 10054, 9329, 8022, 11597, 8752, 14200, 9242, 13381, 8763, 8803, 8947, 7859, 12388, 8588, 11473, 8411, 8287, 9553, 7698, 11936, 8280, 13073, 9763, 13446, 9575, 11685, 9487, 10923, 9897, 7786, 10233, 7956, 13554, 9534, 14373, 9308, 13698, 9157, 11806, 9946, 7858, 9945, 7832, 11545, 8488, 13628, 10299, 11536, 9020, 7955, 10171, 8308, 12210, 8634, 12971, 8755, 13360, 8853, 13763, 9986, 14047, 8953, 12983, 9193, 11150, 9096, 7891, 9581, 7598, 11211, 8172, 12967, 9160, 13471, 9485, 13950, 10330, 11083, 9195, 8135, 9634, 7994, 11317, 7981, 13039, 9020, 13475, 9433, 13971, 10467, 13522, 9594, 11468, 9274, 10511, 9746, 7732, 10404, 7744, 12406, 9219, 14185, 9871, 10789, 8853, 8813, 10205, 9613, 11543, 8132, 12879, 8490, 13831, 9609, 14764, 9497, 9601, 8952, 7696, 11134, 8457, 13162, 9168, 13896, 9932, 14060, 10038, 15119, 10732, 10156, 9446, 7531, 9382, 7784, 12033, 7952, 12856, 8774, 8454, 8520, 8132, 13218, 9795, 12493, 10795, 8200, 11120, 7944, 13426, 9482, 14938, 10892, 11749, 9458, 7912, 9164, 7590, 11830, 8516, 13344, 9164, 13316, 9196, 11491, 9195, 7899, 8979, 7699, 12067, 9441, 13362, 9609, 13320, 9775, 12457, 10380, 9626, 10060, 7850, 11129, 8086, 14328, 9499, 12705, 9367, 8415, 10086, 8011, 12673, 8924, 13797, 9452, 12786, 10250, 11094, 10073, 8103, 10761, 7952, 12918, 9113, 14459, 9234, 12079, 8959, 8309, 9753, 7572, 12339, 8402, 13178, 9006, 10464, 9683, 7973, 10731, 8221, 13718, 9715, 14949, 10394, 7968, 10228, 8275, 8349, 10443, 8878, 14624, 10535, 9793, 9196, 7758, 12214, 9657, 15928, 10785, 8769, 8945, 7829, 10810, 8080, 13016, 8557, 9560, 8717, 8358, 11801, 8295, 13558, 9035, 13118, 9752, 10868, 10961, 7977, 12814, 8915, 13220, 9883, 7778, 9401, 7748, 12666, 9120, 9847, 9771, 8014, 10785, 8313, 14316, 10983, 10817, 10048, 8185, 12103, 8926, 14055, 9679, 14774, 8912, 9911, 9055, 7929, 11746, 8282, 12311, 8751, 8105, 10271, 9412, 13016, 8934, 13546, 8568, 14112, 9776, 11966, 9462, 8699, 8686, 7777, 10154, 8393, 11450, 7865, 11867, 8419, 12245, 9051, 13403, 8582, 9849, 8598, 8494, 9639, 7795, 10524, 7763, 11937, 8880, 13195, 9824, 13481, 9343, 13046, 9629, 11796, 10135, 7950, 9501, 7542, 11035, 7820, 12288, 8685, 13045, 9065, 13467, 9569, 14240, 10768, 14224, 10710, 11167, 9378, 10945, 10219, 8312, 10423, 7858, 11514, 8515, 14554, 9432, 8557, 9135, 7765, 11234, 8275, 14314, 9484, 12220, 9398, 9594, 9390, 8321, 11305, 7983, 12837, 8618, 13842, 9920, 13796, 9076, 9353, 8990, 7744, 12180, 8547, 11972, 8588, 8130, 9320, 7773, 11302, 8085, 13338, 9834, 13684, 10720, 9848, 9520, 8047, 11256, 9033, 12574, 8320, 13013, 8361, 13350, 9170, 12233, 9270, 7807, 9253, 7638, 12779, 9115, 12616, 8946, 7911, 9447, 8101, 11055, 9809, 11583, 11879, 8452, 13525, 8934, 14489, 10007, 11770, 10499, 7771, 11076, 8040, 12901, 8764, 10369, 9218, 7554, 9954, 7909, 12804, 9203, 12826, 9316, 8085, 9873, 8684, 12413, 9558, 14213, 9918, 14390, 9537, 14491, 10074, 12078, 9978, 8125, 9101, 7836, 10391, 8078, 12513, 8278, 12452, 8135, 12326, 8651, 12801, 8950, 12750, 8365, 12565, 9288, 10400, 9403, 7833, 9345, 7643, 11849, 8646, 13861, 9770, 9806, 8684, 7859, 11032, 8594, 12638, 8582, 12921, 8964, 13865, 10039, 10366, 10309, 7793, 12227, 8489, 7982, 10626, 8805, 14331, 10401, 14422, 9354, 10477, 9542, 9855, 11918, 8032, 12390, 8429, 13321, 9191, 10830, 9792, 7993, 9941, 8210, 12381, 8740, 13516, 9859, 13378, 9161, 10621, 9004, 11528, 9870, 8846, 8824, 7914, 10843, 8083, 13422, 9027, 13227, 8605, 13074, 9451, 10637, 9402, 7871, 9353, 8020, 11945, 8409, 13531, 8950, 11853, 8998, 9396, 10437, 7780, 12066, 8270, 13236, 9135, 14317, 10244, 9998, 9024, 7784, 10916, 8469, 14273, 9402, 12992, 9447, 10310, 9871, 9809, 12229, 8428, 13643, 8825, 13470, 9674, 10385, 9189, 7721, 11060, 7888, 13201, 8637, 9801, 9150, 8127, 9818, 7848, 12238, 8322, 12819, 8516, 10759, 9435, 8056, 9595, 7846, 11890, 8654, 13746, 9266, 10792, 8719, 8032, 10259, 7825, 12153, 8702, 13114, 9458, 13457, 10135, 10098, 9018, 7737, 11124, 8261, 13957, 10013, 13075, 10826, 8033, 11315, 8467, 8373, 8754, 8148, 8156, 10031, 8370, 14900, 10199, 11999, 11764, 8905, 14073, 9019, 10089, 10009, 9285, 13536, 9037, 14115, 8980, 12173, 9242, 8206, 9536, 7913, 11493, 8118, 12716, 9437, 13067, 8764, 8157, 8677, 7775, 10013, 7666, 11328, 8302, 12246, 8590, 11493, 9203, 9676, 9877, 7842, 11377, 8253, 13195, 8996, 13647, 9883, 8270, 9399, 7816, 11966, 8653, 13056, 8687, 8016, 8683, 7878, 11636, 8425, 13406, 9083, 11079, 8738, 10170, 11588, 8076, 10598, 8519, 8042, 10784, 8344, 8720, 10015, 8023, 13783, 9158, 11921, 10186, 10847, 11940, 8710, 13531, 8754, 14102, 9254, 11619, 9424, 7749, 9452, 7741, 11920, 8683, 13225, 9321, 11098, 9051, 8251, 9430, 8060, 11151, 7930, 12386, 8529, 11471, 9187, 8032, 10914, 8157, 13104, 8822, 12084, 8935, 9353, 10802, 8032, 13279, 9287, 14506, 10394, 13555, 10476, 9410, 9310, 7705, 11576, 8635, 14449, 9364, 12426, 9347, 10691, 9320, 8283, 10226, 7792, 12425, 8725, 13397, 9825, 11561, 9067, 7945, 9956, 8079, 12645, 8878, 13513, 9213, 14024, 9430, 12951, 10436, 9099, 9541], 'WindowCenter': [4562.0, 4523.0, 4551.0, 4499.0, 4538.0, 4486.0, 4532.0, 4482.0, 4520.0, 4478.0, 4518.0, 4478.0, 4506.0, 4477.0, 4518.0, 4487.0, 4498.0, 4478.0, 4468.0, 4488.0, 4470.0, 4509.0, 4480.0, 4519.0, 4489.0, 4519.0, 4491.0, 4510.0, 4490.0, 4469.0, 4500.0, 4468.0, 4520.0, 4479.0, 4530.0, 4489.0, 4519.0, 4477.0, 4488.0, 4477.0, 4468.0, 4509.0, 4468.0, 4508.0, 4467.0, 4519.0, 4481.0, 4518.0, 4478.0, 4518.0, 4479.0, 4529.0, 4491.0, 4498.0, 4478.0, 4468.0, 4488.0, 4457.0, 4509.0, 4467.0, 4507.0, 4478.0, 4518.0, 4478.0, 4509.0, 4489.0, 4468.0, 4488.0, 4458.0, 4510.0, 4469.0, 4520.0, 4479.0, 4518.0, 4480.0, 4517.0, 4478.0, 4497.0, 4487.0, 4457.0, 4498.0, 4457.0, 4517.0, 4477.0, 4528.0, 4478.0, 4498.0, 4477.0, 4497.0, 4475.0, 4457.0, 4517.0, 4467.0, 4477.0, 4467.0, 4446.0, 4497.0, 4455.0, 4517.0, 4466.0, 4506.0, 4455.0, 4465.0, 4466.0, 4456.0, 4506.0, 4467.0, 4497.0, 4468.0, 4470.0, 4490.0, 4460.0, 4509.0, 4472.0, 4531.0, 4502.0, 4532.0, 4491.0, 4511.0, 4490.0, 4500.0, 4490.0, 4459.0, 4491.0, 4459.0, 4519.0, 4489.0, 4529.0, 4479.0, 4519.0, 4479.0, 4508.0, 4488.0, 4457.0, 4488.0, 4458.0, 4498.0, 4469.0, 4519.0, 4500.0, 4511.0, 4479.0, 4459.0, 4499.0, 4470.0, 4509.0, 4468.0, 4520.0, 4468.0, 4517.0, 4469.0, 4518.0, 4490.0, 4529.0, 4480.0, 4520.0, 4491.0, 4512.0, 4480.0, 4460.0, 4489.0, 4459.0, 4511.0, 4481.0, 4520.0, 4479.0, 4521.0, 4492.0, 4531.0, 4490.0, 4500.0, 4478.0, 4456.0, 4476.0, 4456.0, 4498.0, 4458.0, 4520.0, 4480.0, 4520.0, 4479.0, 4531.0, 4502.0, 4521.0, 4479.0, 4512.0, 4479.0, 4499.0, 4480.0, 4446.0, 4489.0, 4458.0, 4520.0, 4481.0, 4528.0, 4490.0, 4511.0, 4493.0, 4481.0, 4501.0, 4480.0, 4511.0, 4458.0, 4519.0, 4468.0, 4520.0, 4479.0, 4530.0, 4478.0, 4479.0, 4469.0, 4459.0, 4500.0, 4469.0, 4520.0, 4481.0, 4530.0, 4489.0, 4519.0, 4489.0, 4530.0, 4488.0, 4488.0, 4490.0, 4461.0, 4479.0, 4458.0, 4510.0, 4457.0, 4507.0, 4468.0, 4469.0, 4470.0, 4460.0, 4519.0, 4493.0, 4521.0, 4503.0, 4460.0, 4499.0, 4460.0, 4520.0, 4480.0, 4530.0, 4487.0, 4498.0, 4477.0, 4456.0, 4468.0, 4447.0, 4497.0, 4467.0, 4509.0, 4478.0, 4519.0, 4479.0, 4498.0, 4478.0, 4459.0, 4480.0, 4462.0, 4511.0, 4492.0, 4520.0, 4492.0, 4532.0, 4491.0, 4521.0, 4489.0, 4479.0, 4479.0, 4460.0, 4498.0, 4457.0, 4518.0, 4481.0, 4518.0, 4478.0, 4470.0, 4489.0, 4459.0, 4521.0, 4481.0, 4532.0, 4492.0, 4522.0, 4501.0, 4501.0, 4491.0, 4459.0, 4501.0, 4459.0, 4511.0, 4468.0, 4519.0, 4469.0, 4510.0, 4467.0, 4459.0, 4479.0, 4459.0, 4511.0, 4470.0, 4520.0, 4481.0, 4501.0, 4489.0, 4460.0, 4500.0, 4470.0, 4520.0, 4479.0, 4530.0, 4489.0, 4458.0, 4489.0, 4469.0, 4471.0, 4501.0, 4480.0, 4531.0, 4490.0, 4489.0, 4479.0, 4447.0, 4509.0, 4479.0, 4530.0, 4489.0, 4471.0, 4467.0, 4449.0, 4499.0, 4458.0, 4518.0, 4469.0, 4491.0, 4481.0, 4473.0, 4523.0, 4472.0, 4531.0, 4482.0, 4521.0, 4491.0, 4501.0, 4501.0, 4460.0, 4520.0, 4481.0, 4520.0, 4491.0, 4459.0, 4482.0, 4462.0, 4520.0, 4491.0, 4504.0, 4502.0, 4475.0, 4514.0, 4483.0, 4533.0, 4502.0, 4502.0, 4491.0, 4472.0, 4523.0, 4481.0, 4532.0, 4479.0, 4528.0, 4468.0, 4478.0, 4467.0, 4447.0, 4509.0, 4469.0, 4509.0, 4470.0, 4461.0, 4491.0, 4479.0, 4520.0, 4469.0, 4520.0, 4468.0, 4518.0, 4478.0, 4498.0, 4476.0, 4457.0, 4455.0, 4447.0, 4476.0, 4455.0, 4497.0, 4444.0, 4496.0, 4457.0, 4496.0, 4466.0, 4517.0, 4467.0, 4488.0, 4469.0, 4470.0, 4490.0, 4458.0, 4499.0, 4459.0, 4510.0, 4480.0, 4519.0, 4489.0, 4519.0, 4478.0, 4520.0, 4477.0, 4509.0, 4489.0, 4458.0, 4478.0, 4449.0, 4499.0, 4461.0, 4510.0, 4469.0, 4520.0, 4480.0, 4520.0, 4479.0, 4529.0, 4500.0, 4519.0, 4489.0, 4499.0, 4467.0, 4488.0, 4487.0, 4456.0, 4487.0, 4459.0, 4499.0, 4469.0, 4529.0, 4479.0, 4470.0, 4480.0, 4461.0, 4510.0, 4472.0, 4531.0, 4490.0, 4511.0, 4481.0, 4491.0, 4482.0, 4470.0, 4501.0, 4459.0, 4519.0, 4469.0, 4520.0, 4490.0, 4520.0, 4470.0, 4479.0, 4468.0, 4460.0, 4508.0, 4471.0, 4511.0, 4482.0, 4473.0, 4492.0, 4472.0, 4513.0, 4475.0, 4545.0, 4504.0, 4544.0, 4515.0, 4504.0, 4492.0, 4473.0, 4511.0, 4482.0, 4521.0, 4469.0, 4519.0, 4469.0, 4520.0, 4480.0, 4512.0, 4480.0, 4461.0, 4480.0, 4462.0, 4520.0, 4493.0, 4522.0, 4481.0, 4471.0, 4493.0, 4473.0, 4514.0, 4504.0, 4523.0, 4525.0, 4472.0, 4521.0, 4482.0, 4530.0, 4479.0, 4510.0, 4489.0, 4448.0, 4499.0, 4459.0, 4507.0, 4468.0, 4490.0, 4481.0, 4460.0, 4490.0, 4471.0, 4522.0, 4491.0, 4532.0, 4492.0, 4472.0, 4492.0, 4482.0, 4522.0, 4489.0, 4531.0, 4489.0, 4530.0, 4478.0, 4518.0, 4477.0, 4498.0, 4477.0, 4446.0, 4467.0, 4448.0, 4478.0, 4446.0, 4507.0, 4456.0, 4508.0, 4446.0, 4508.0, 4468.0, 4506.0, 4467.0, 4508.0, 4458.0, 4507.0, 4478.0, 4488.0, 4479.0, 4448.0, 4478.0, 4459.0, 4510.0, 4480.0, 4530.0, 4491.0, 4491.0, 4481.0, 4470.0, 4501.0, 4481.0, 4521.0, 4469.0, 4521.0, 4481.0, 4531.0, 4492.0, 4492.0, 4490.0, 4450.0, 4509.0, 4470.0, 4461.0, 4500.0, 4482.0, 4531.0, 4489.0, 4531.0, 4478.0, 4488.0, 4478.0, 4477.0, 4498.0, 4447.0, 4508.0, 4458.0, 4518.0, 4479.0, 4499.0, 4489.0, 4447.0, 4478.0, 4459.0, 4508.0, 4470.0, 4517.0, 4478.0, 4519.0, 4478.0, 4489.0, 4468.0, 4498.0, 4479.0, 4467.0, 4468.0, 4457.0, 4498.0, 4458.0, 4519.0, 4479.0, 4520.0, 4467.0, 4518.0, 4479.0, 4499.0, 4478.0, 4459.0, 4480.0, 4460.0, 4509.0, 4470.0, 4520.0, 4480.0, 4509.0, 4480.0, 4490.0, 4499.0, 4460.0, 4511.0, 4470.0, 4520.0, 4480.0, 4532.0, 4489.0, 4490.0, 4481.0, 4460.0, 4502.0, 4471.0, 4531.0, 4491.0, 4522.0, 4491.0, 4490.0, 4490.0, 4489.0, 4510.0, 4470.0, 4520.0, 4480.0, 4519.0, 4479.0, 4489.0, 4479.0, 4449.0, 4498.0, 4458.0, 4533.0, 4482.0, 4492.0, 4481.0, 4459.0, 4489.0, 4459.0, 4508.0, 4468.0, 4509.0, 4469.0, 4499.0, 4479.0, 4460.0, 4478.0, 4460.0, 4509.0, 4469.0, 4520.0, 4479.0, 4499.0, 4470.0, 4460.0, 4489.0, 4459.0, 4511.0, 4470.0, 4522.0, 4491.0, 4530.0, 4491.0, 4491.0, 4482.0, 4461.0, 4512.0, 4471.0, 4532.0, 4506.0, 4535.0, 4513.0, 4472.0, 4513.0, 4473.0, 4471.0, 4469.0, 4461.0, 4460.0, 4491.0, 4471.0, 4532.0, 4491.0, 4512.0, 4509.0, 4470.0, 4519.0, 4468.0, 4478.0, 4476.0, 4465.0, 4507.0, 4455.0, 4506.0, 4455.0, 4496.0, 4464.0, 4445.0, 4462.0, 4444.0, 4483.0, 4444.0, 4493.0, 4464.0, 4504.0, 4455.0, 4445.0, 4456.0, 4446.0, 4475.0, 4447.0, 4497.0, 4458.0, 4507.0, 4469.0, 4498.0, 4480.0, 4479.0, 4491.0, 4458.0, 4500.0, 4458.0, 4507.0, 4468.0, 4519.0, 4479.0, 4457.0, 4478.0, 4459.0, 4510.0, 4469.0, 4519.0, 4468.0, 4471.0, 4470.0, 4471.0, 4512.0, 4471.0, 4531.0, 4482.0, 4525.0, 4496.0, 4517.0, 4512.0, 4461.0, 4501.0, 4470.0, 4469.0, 4501.0, 4472.0, 4485.0, 4506.0, 4484.0, 4545.0, 4493.0, 4524.0, 4504.0, 4514.0, 4525.0, 4481.0, 4521.0, 4482.0, 4530.0, 4481.0, 4511.0, 4479.0, 4460.0, 4491.0, 4462.0, 4510.0, 4482.0, 4531.0, 4493.0, 4512.0, 4482.0, 4473.0, 4493.0, 4474.0, 4514.0, 4472.0, 4521.0, 4483.0, 4512.0, 4493.0, 4473.0, 4515.0, 4474.0, 4534.0, 4496.0, 4526.0, 4496.0, 4495.0, 4516.0, 4476.0, 4534.0, 4496.0, 4544.0, 4505.0, 4534.0, 4503.0, 4493.0, 4481.0, 4461.0, 4513.0, 4481.0, 4541.0, 4492.0, 4521.0, 4493.0, 4502.0, 4491.0, 4471.0, 4503.0, 4462.0, 4522.0, 4481.0, 4533.0, 4504.0, 4523.0, 4482.0, 4472.0, 4503.0, 4473.0, 4534.0, 4493.0, 4534.0, 4493.0, 4531.0, 4494.0, 4523.0, 4503.0, 4482.0, 4494.0], 'WindowWidth': [10029.0, 9957.0, 9991.0, 9914.0, 9963.0, 9887.0, 9946.0, 9873.0, 9921.0, 9863.0, 9916.0, 9860.0, 9898.0, 9859.0, 9915.0, 9872.0, 9887.0, 9861.0, 9847.0, 9875.0, 9854.0, 9906.0, 9867.0, 9919.0, 9879.0, 9919.0, 9883.0, 9910.0, 9881.0, 9851.0, 9895.0, 9849.0, 9920.0, 9863.0, 9935.0, 9877.0, 9917.0, 9858.0, 9874.0, 9858.0, 9849.0, 9905.0, 9847.0, 9903.0, 9846.0, 9917.0, 9868.0, 9917.0, 9861.0, 9917.0, 9865.0, 9931.0, 9882.0, 9888.0, 9862.0, 9848.0, 9875.0, 9833.0, 9906.0, 9847.0, 9898.0, 9861.0, 9915.0, 9862.0, 9906.0, 9879.0, 9849.0, 9876.0, 9836.0, 9906.0, 9851.0, 9922.0, 9863.0, 9917.0, 9864.0, 9913.0, 9862.0, 9885.0, 9873.0, 9833.0, 9888.0, 9832.0, 9912.0, 9859.0, 9931.0, 9861.0, 9888.0, 9859.0, 9884.0, 9853.0, 9829.0, 9914.0, 9845.0, 9857.0, 9843.0, 9815.0, 9883.0, 9825.0, 9913.0, 9840.0, 9896.0, 9823.0, 9840.0, 9840.0, 9828.0, 9897.0, 9844.0, 9886.0, 9848.0, 9857.0, 9882.0, 9842.0, 9905.0, 9859.0, 9938.0, 9902.0, 9942.0, 9883.0, 9911.0, 9883.0, 9895.0, 9880.0, 9836.0, 9881.0, 9838.0, 9919.0, 9878.0, 9932.0, 9863.0, 9917.0, 9863.0, 9903.0, 9875.0, 9830.0, 9874.0, 9835.0, 9888.0, 9851.0, 9919.0, 9895.0, 9910.0, 9864.0, 9838.0, 9891.0, 9852.0, 9907.0, 9848.0, 9920.0, 9847.0, 9913.0, 9847.0, 9915.0, 9879.0, 9933.0, 9865.0, 9922.0, 9884.0, 9915.0, 9868.0, 9840.0, 9878.0, 9838.0, 9915.0, 9873.0, 9922.0, 9865.0, 9924.0, 9887.0, 9941.0, 9881.0, 9892.0, 9860.0, 9830.0, 9856.0, 9829.0, 9889.0, 9835.0, 9921.0, 9866.0, 9922.0, 9865.0, 9937.0, 9899.0, 9925.0, 9865.0, 9916.0, 9865.0, 9891.0, 9865.0, 9816.0, 9876.0, 9835.0, 9921.0, 9868.0, 9932.0, 9881.0, 9911.0, 9891.0, 9869.0, 9896.0, 9866.0, 9910.0, 9834.0, 9917.0, 9847.0, 9921.0, 9863.0, 9934.0, 9862.0, 9863.0, 9849.0, 9838.0, 9894.0, 9850.0, 9922.0, 9868.0, 9935.0, 9876.0, 9920.0, 9877.0, 9936.0, 9874.0, 9875.0, 9880.0, 9845.0, 9865.0, 9836.0, 9906.0, 9831.0, 9899.0, 9848.0, 9851.0, 9853.0, 9840.0, 9920.0, 9887.0, 9923.0, 9900.0, 9837.0, 9889.0, 9837.0, 9919.0, 9863.0, 9933.0, 9872.0, 9887.0, 9855.0, 9827.0, 9844.0, 9817.0, 9884.0, 9843.0, 9901.0, 9860.0, 9916.0, 9864.0, 9888.0, 9861.0, 9836.0, 9866.0, 9844.0, 9909.0, 9885.0, 9923.0, 9886.0, 9940.0, 9884.0, 9925.0, 9879.0, 9864.0, 9863.0, 9836.0, 9887.0, 9831.0, 9916.0, 9867.0, 9916.0, 9861.0, 9852.0, 9877.0, 9837.0, 9923.0, 9869.0, 9940.0, 9885.0, 9927.0, 9897.0, 9897.0, 9883.0, 9837.0, 9895.0, 9834.0, 9909.0, 9848.0, 9920.0, 9848.0, 9907.0, 9844.0, 9835.0, 9862.0, 9837.0, 9908.0, 9851.0, 9920.0, 9868.0, 9896.0, 9879.0, 9839.0, 9894.0, 9853.0, 9920.0, 9862.0, 9934.0, 9875.0, 9834.0, 9878.0, 9849.0, 9856.0, 9896.0, 9866.0, 9938.0, 9879.0, 9876.0, 9862.0, 9818.0, 9903.0, 9862.0, 9936.0, 9875.0, 9853.0, 9845.0, 9822.0, 9888.0, 9835.0, 9916.0, 9851.0, 9882.0, 9871.0, 9862.0, 9929.0, 9860.0, 9938.0, 9872.0, 9923.0, 9882.0, 9897.0, 9897.0, 9839.0, 9921.0, 9870.0, 9922.0, 9882.0, 9838.0, 9872.0, 9845.0, 9921.0, 9883.0, 9904.0, 9901.0, 9869.0, 9918.0, 9878.0, 9944.0, 9900.0, 9900.0, 9883.0, 9859.0, 9931.0, 9870.0, 9944.0, 9865.0, 9931.0, 9844.0, 9859.0, 9843.0, 9817.0, 9903.0, 9850.0, 9906.0, 9853.0, 9843.0, 9883.0, 9863.0, 9922.0, 9850.0, 9920.0, 9847.0, 9916.0, 9860.0, 9886.0, 9853.0, 9829.0, 9824.0, 9814.0, 9854.0, 9823.0, 9883.0, 9809.0, 9880.0, 9828.0, 9881.0, 9841.0, 9910.0, 9844.0, 9873.0, 9848.0, 9852.0, 9879.0, 9833.0, 9890.0, 9838.0, 9905.0, 9866.0, 9918.0, 9877.0, 9918.0, 9861.0, 9919.0, 9858.0, 9904.0, 9875.0, 9833.0, 9860.0, 9823.0, 9890.0, 9844.0, 9908.0, 9849.0, 9921.0, 9864.0, 9920.0, 9863.0, 9932.0, 9893.0, 9919.0, 9876.0, 9888.0, 9844.0, 9875.0, 9870.0, 9827.0, 9869.0, 9835.0, 9888.0, 9849.0, 9930.0, 9863.0, 9855.0, 9867.0, 9844.0, 9908.0, 9858.0, 9938.0, 9881.0, 9910.0, 9869.0, 9883.0, 9871.0, 9853.0, 9896.0, 9838.0, 9917.0, 9851.0, 9921.0, 9879.0, 9922.0, 9852.0, 9865.0, 9848.0, 9841.0, 9904.0, 9856.0, 9911.0, 9873.0, 9864.0, 9890.0, 9862.0, 9919.0, 9870.0, 9963.0, 9909.0, 9963.0, 9923.0, 9906.0, 9889.0, 9861.0, 9912.0, 9873.0, 9925.0, 9851.0, 9918.0, 9850.0, 9919.0, 9867.0, 9911.0, 9867.0, 9843.0, 9868.0, 9848.0, 9923.0, 9890.0, 9930.0, 9871.0, 9857.0, 9890.0, 9864.0, 9920.0, 9907.0, 9931.0, 9937.0, 9858.0, 9927.0, 9869.0, 9934.0, 9864.0, 9907.0, 9877.0, 9819.0, 9889.0, 9835.0, 9899.0, 9848.0, 9879.0, 9867.0, 9840.0, 9880.0, 9856.0, 9928.0, 9884.0, 9941.0, 9887.0, 9860.0, 9886.0, 9873.0, 9929.0, 9878.0, 9939.0, 9877.0, 9936.0, 9860.0, 9916.0, 9858.0, 9886.0, 9857.0, 9812.0, 9842.0, 9818.0, 9859.0, 9815.0, 9897.0, 9827.0, 9899.0, 9815.0, 9898.0, 9845.0, 9895.0, 9843.0, 9900.0, 9833.0, 9900.0, 9861.0, 9873.0, 9863.0, 9820.0, 9862.0, 9837.0, 9906.0, 9869.0, 9933.0, 9882.0, 9883.0, 9870.0, 9855.0, 9896.0, 9871.0, 9926.0, 9853.0, 9925.0, 9870.0, 9939.0, 9885.0, 9884.0, 9879.0, 9824.0, 9905.0, 9852.0, 9842.0, 9892.0, 9870.0, 9939.0, 9877.0, 9938.0, 9861.0, 9874.0, 9859.0, 9858.0, 9887.0, 9816.0, 9899.0, 9832.0, 9914.0, 9862.0, 9890.0, 9875.0, 9817.0, 9860.0, 9836.0, 9900.0, 9851.0, 9912.0, 9861.0, 9917.0, 9859.0, 9876.0, 9847.0, 9886.0, 9861.0, 9844.0, 9846.0, 9830.0, 9886.0, 9834.0, 9919.0, 9862.0, 9920.0, 9846.0, 9917.0, 9864.0, 9889.0, 9862.0, 9837.0, 9866.0, 9840.0, 9904.0, 9853.0, 9922.0, 9866.0, 9905.0, 9866.0, 9882.0, 9894.0, 9839.0, 9910.0, 9853.0, 9921.0, 9868.0, 9940.0, 9879.0, 9880.0, 9868.0, 9840.0, 9899.0, 9857.0, 9939.0, 9884.0, 9926.0, 9882.0, 9881.0, 9880.0, 9877.0, 9908.0, 9851.0, 9921.0, 9865.0, 9918.0, 9863.0, 9876.0, 9863.0, 9821.0, 9886.0, 9835.0, 9948.0, 9874.0, 9887.0, 9867.0, 9835.0, 9877.0, 9836.0, 9903.0, 9848.0, 9903.0, 9849.0, 9890.0, 9864.0, 9837.0, 9862.0, 9839.0, 9905.0, 9852.0, 9920.0, 9863.0, 9892.0, 9852.0, 9840.0, 9877.0, 9837.0, 9909.0, 9852.0, 9925.0, 9882.0, 9937.0, 9884.0, 9883.0, 9870.0, 9842.0, 9911.0, 9856.0, 9942.0, 9912.0, 9955.0, 9917.0, 9860.0, 9917.0, 9861.0, 9857.0, 9852.0, 9841.0, 9840.0, 9882.0, 9855.0, 9941.0, 9882.0, 9913.0, 9908.0, 9850.0, 9919.0, 9845.0, 9859.0, 9853.0, 9836.0, 9899.0, 9823.0, 9896.0, 9822.0, 9880.0, 9833.0, 9808.0, 9830.0, 9807.0, 9859.0, 9807.0, 9873.0, 9834.0, 9890.0, 9822.0, 9811.0, 9826.0, 9812.0, 9852.0, 9817.0, 9883.0, 9831.0, 9898.0, 9850.0, 9888.0, 9865.0, 9863.0, 9882.0, 9834.0, 9892.0, 9834.0, 9899.0, 9848.0, 9918.0, 9863.0, 9831.0, 9861.0, 9837.0, 9905.0, 9849.0, 9918.0, 9848.0, 9857.0, 9854.0, 9857.0, 9913.0, 9856.0, 9938.0, 9874.0, 9938.0, 9902.0, 9930.0, 9915.0, 9843.0, 9896.0, 9855.0, 9852.0, 9898.0, 9861.0, 9882.0, 9912.0, 9881.0, 9965.0, 9893.0, 9936.0, 9908.0, 9920.0, 9939.0, 9871.0, 9927.0, 9872.0, 9936.0, 9869.0, 9911.0, 9866.0, 9840.0, 9883.0, 9846.0, 9907.0, 9874.0, 9939.0, 9889.0, 9914.0, 9873.0, 9862.0, 9889.0, 9866.0, 9920.0, 9861.0, 9927.0, 9876.0, 9915.0, 9891.0, 9864.0, 9922.0, 9866.0, 9949.0, 9900.0, 9938.0, 9899.0, 9896.0, 9927.0, 9871.0, 9951.0, 9898.0, 9963.0, 9909.0, 9950.0, 9903.0, 9888.0, 9871.0, 9844.0, 9916.0, 9871.0, 9955.0, 9887.0, 9926.0, 9887.0, 9901.0, 9885.0, 9857.0, 9901.0, 9847.0, 9926.0, 9871.0, 9945.0, 9905.0, 9931.0, 9873.0, 9862.0, 9903.0, 9863.0, 9947.0, 9889.0, 9946.0, 9889.0, 9942.0, 9890.0, 9932.0, 9903.0, 9872.0, 9891.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.0008603579676674366</td></tr>
<tr><td colspan=3>aqi</td><td>0.015586944226327944</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.13265314480924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1982523407283234</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110616900231209</td></tr>
<tr><td colspan=3>efc</td><td>0.4825</td></tr>
<tr><td colspan=3>fber</td><td>4861.2959</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08105105962695812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.655889145496536</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646209918598901</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7015644810442287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.753791025253596</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4832742494988795</td></tr>
<tr><td colspan=3>gcor</td><td>0.00791469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00034909904934465885</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01102757640182972</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8140068553389983</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9669</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9101</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.5119</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298357.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>902.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.4785</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3492</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.3725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.3074</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.7048</td></tr>
<tr><td colspan=3>tsnr</td><td>45.88337277970277</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>