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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_ses-04_task-social_acq-mb8_run-06_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-0094_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-06_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-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-06_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>d513a0291eb32e05ece4ac90fa94d527</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>19:30:14.602500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.106691</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</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>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04182892-862b-4bd5-b2c7-ec2ee58a8cba||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['193014.602500', '193015.062500', '193015.522500', '193015.982500', '193016.442500', '193016.902500', '193017.362500', '193017.822500', '193018.282500', '193018.742500', '193019.202500', '193019.662500', '193020.122500', '193020.582500', '193021.042500', '193021.502500', '193021.962500', '193022.422500', '193022.882500', '193023.342500', '193023.802500', '193024.262500', '193024.722500', '193025.182500', '193025.642500', '193026.102500', '193026.562500', '193027.022500', '193027.482500', '193027.942500', '193028.402500', '193028.862500', '193029.322500', '193029.782500', '193030.242500', '193030.702500', '193031.162500', '193031.622500', '193032.082500', '193032.542500', '193033.002500', '193033.462500', '193033.922500', '193034.382500', '193034.842500', '193035.302500', '193035.762500', '193036.222500', '193036.682500', '193037.142500', '193037.602500', '193038.062500', '193038.522500', '193038.982500', '193039.442500', '193039.902500', '193040.362500', '193040.822500', '193041.282500', '193041.742500', '193042.202500', '193042.662500', '193043.122500', '193043.582500', '193044.042500', '193044.502500', '193044.962500', '193045.422500', '193045.882500', '193046.342500', '193046.802500', '193047.262500', '193047.722500', '193048.182500', '193048.642500', '193049.102500', '193049.562500', '193050.022500', '193050.482500', '193050.942500', '193051.402500', '193051.862500', '193052.322500', '193052.782500', '193053.242500', '193053.702500', '193054.162500', '193054.622500', '193055.082500', '193055.542500', '193056.002500', '193056.462500', '193056.922500', '193057.382500', '193057.842500', '193058.302500', '193058.762500', '193059.222500', '193059.682500', '193100.142500', '193100.602500', '193101.062500', '193101.522500', '193101.982500', '193102.442500', '193102.902500', '193103.362500', '193103.822500', '193104.282500', '193104.742500', '193105.202500', '193105.662500', '193106.122500', '193106.582500', '193107.042500', '193107.502500', '193107.962500', '193108.422500', '193108.882500', '193109.342500', '193109.802500', '193110.262500', '193110.722500', '193111.182500', '193111.642500', '193112.102500', '193112.562500', '193113.022500', '193113.482500', '193113.942500', '193114.402500', '193114.862500', '193115.322500', '193115.782500', '193116.242500', '193116.702500', '193117.162500', '193117.622500', '193118.082500', '193118.542500', '193119.002500', '193119.462500', '193119.922500', '193120.382500', '193120.842500', '193121.302500', '193121.762500', '193122.222500', '193122.682500', '193123.142500', '193123.602500', '193124.062500', '193124.522500', '193124.982500', '193125.442500', '193125.902500', '193126.362500', '193126.822500', '193127.282500', '193127.742500', '193128.202500', '193128.662500', '193129.122500', '193129.582500', '193130.042500', '193130.502500', '193130.962500', '193131.422500', '193131.882500', '193132.342500', '193132.802500', '193133.262500', '193133.722500', '193134.182500', '193134.642500', '193135.102500', '193135.562500', '193136.022500', '193136.482500', '193136.942500', '193137.402500', '193137.862500', '193138.322500', '193138.782500', '193139.242500', '193139.702500', '193140.162500', '193140.622500', '193141.082500', '193141.542500', '193142.002500', '193142.462500', '193142.922500', '193143.382500', '193143.842500', '193144.302500', '193144.762500', '193145.222500', '193145.682500', '193146.142500', '193146.602500', '193147.062500', '193147.522500', '193147.982500', '193148.442500', '193148.902500', '193149.362500', '193149.822500', '193150.282500', '193150.742500', '193151.202500', '193151.662500', '193152.122500', '193152.582500', '193153.042500', '193153.502500', '193153.962500', '193154.422500', '193154.882500', '193155.342500', '193155.802500', '193156.262500', '193156.722500', '193157.182500', '193157.642500', '193158.102500', '193158.562500', '193159.022500', '193159.482500', '193159.942500', '193200.402500', '193200.862500', '193201.322500', '193201.782500', '193202.242500', '193202.702500', '193203.162500', '193203.622500', '193204.082500', '193204.542500', '193205.002500', '193205.462500', '193205.922500', '193206.382500', '193206.842500', '193207.302500', '193207.762500', '193208.222500', '193208.682500', '193209.142500', '193209.602500', '193210.062500', '193210.522500', '193210.982500', '193211.442500', '193211.902500', '193212.362500', '193212.822500', '193213.282500', '193213.742500', '193214.202500', '193214.662500', '193215.122500', '193215.582500', '193216.042500', '193216.502500', '193216.962500', '193217.422500', '193217.882500', '193218.342500', '193218.802500', '193219.262500', '193219.722500', '193220.182500', '193220.642500', '193221.102500', '193221.562500', '193222.022500', '193222.482500', '193222.942500', '193223.402500', '193223.862500', '193224.322500', '193224.782500', '193225.242500', '193225.702500', '193226.162500', '193226.622500', '193227.082500', '193227.542500', '193228.002500', '193228.462500', '193228.922500', '193229.382500', '193229.842500', '193230.302500', '193230.762500', '193231.222500', '193231.682500', '193232.142500', '193232.602500', '193233.062500', '193233.522500', '193233.982500', '193234.442500', '193234.902500', '193235.362500', '193235.822500', '193236.282500', '193236.742500', '193237.202500', '193237.662500', '193238.122500', '193238.582500', '193239.042500', '193239.502500', '193239.962500', '193240.422500', '193240.882500', '193241.342500', '193241.802500', '193242.262500', '193242.722500', '193243.182500', '193243.642500', '193244.102500', '193244.562500', '193245.022500', '193245.482500', '193245.942500', '193246.402500', '193246.862500', '193247.322500', '193247.782500', '193248.242500', '193248.702500', '193249.162500', '193249.622500', '193250.082500', '193250.542500', '193251.002500', '193251.462500', '193251.922500', '193252.382500', '193252.842500', '193253.302500', '193253.762500', '193254.222500', '193254.682500', '193255.142500', '193255.602500', '193256.062500', '193256.522500', '193256.982500', '193257.442500', '193257.902500', '193258.362500', '193258.822500', '193259.282500', '193259.742500', '193300.202500', '193300.662500', '193301.122500', '193301.582500', '193302.042500', '193302.502500', '193302.962500', '193303.422500', '193303.882500', '193304.342500', '193304.802500', '193305.262500', '193305.722500', '193306.182500', '193306.642500', '193307.102500', '193307.562500', '193308.022500', '193308.482500', '193308.942500', '193309.402500', '193309.862500', '193310.322500', '193310.782500', '193311.242500', '193311.702500', '193312.162500', '193312.622500', '193313.082500', '193313.542500', '193314.002500', '193314.462500', '193314.922500', '193315.382500', '193315.842500', '193316.302500', '193316.762500', '193317.222500', '193317.682500', '193318.142500', '193318.602500', '193319.062500', '193319.522500', '193319.982500', '193320.442500', '193320.902500', '193321.362500', '193321.822500', '193322.282500', '193322.742500', '193323.202500', '193323.662500', '193324.122500', '193324.582500', '193325.042500', '193325.502500', '193325.962500', '193326.422500', '193326.882500', '193327.342500', '193327.802500', '193328.262500', '193328.722500', '193329.182500', '193329.642500', '193330.102500', '193330.562500', '193331.022500', '193331.482500', '193331.942500', '193332.402500', '193332.862500', '193333.322500', '193333.782500', '193334.242500', '193334.702500', '193335.162500', '193335.622500', '193336.082500', '193336.542500', '193337.002500', '193337.462500', '193337.922500', '193338.382500', '193338.842500', '193339.302500', '193339.762500', '193340.222500', '193340.682500', '193341.142500', '193341.602500', '193342.062500', '193342.522500', '193342.982500', '193343.442500', '193343.902500', '193344.362500', '193344.822500', '193345.282500', '193345.742500', '193346.202500', '193346.662500', '193347.122500', '193347.582500', '193348.042500', '193348.502500', '193348.962500', '193349.422500', '193349.882500', '193350.342500', '193350.802500', '193351.262500', '193351.722500', '193352.182500', '193352.642500', '193353.102500', '193353.562500', '193354.022500', '193354.482500', '193354.942500', '193355.402500', '193355.862500', '193356.322500', '193356.782500', '193357.242500', '193357.702500', '193358.162500', '193358.622500', '193359.082500', '193359.542500', '193400.002500', '193400.462500', '193400.922500', '193401.382500', '193401.842500', '193402.302500', '193402.762500', '193403.222500', '193403.682500', '193404.142500', '193404.602500', '193405.062500', '193405.522500', '193405.982500', '193406.442500', '193406.902500', '193407.362500', '193407.822500', '193408.282500', '193408.742500', '193409.202500', '193409.662500', '193410.122500', '193410.582500', '193411.042500', '193411.502500', '193411.962500', '193412.422500', '193412.882500', '193413.342500', '193413.802500', '193414.262500', '193414.722500', '193415.182500', '193415.642500', '193416.102500', '193416.562500', '193417.022500', '193417.482500', '193417.942500', '193418.402500', '193418.862500', '193419.322500', '193419.782500', '193420.242500', '193420.702500', '193421.162500', '193421.622500', '193422.082500', '193422.542500', '193423.002500', '193423.462500', '193423.922500', '193424.382500', '193424.842500', '193425.302500', '193425.762500', '193426.222500', '193426.682500', '193427.142500', '193427.602500', '193428.062500', '193428.522500', '193428.982500', '193429.442500', '193429.902500', '193430.362500', '193430.822500', '193431.282500', '193431.742500', '193432.202500', '193432.662500', '193433.122500', '193433.582500', '193434.042500', '193434.502500', '193434.962500', '193435.422500', '193435.882500', '193436.342500', '193436.802500', '193437.262500', '193437.722500', '193438.182500', '193438.642500', '193439.102500', '193439.562500', '193440.022500', '193440.482500', '193440.942500', '193441.402500', '193441.862500', '193442.322500', '193442.782500', '193443.242500', '193443.702500', '193444.162500', '193444.622500', '193445.082500', '193445.542500', '193446.002500', '193446.462500', '193446.922500', '193447.382500', '193447.842500', '193448.302500', '193448.762500', '193449.222500', '193449.682500', '193450.142500', '193450.602500', '193451.062500', '193451.522500', '193451.982500', '193452.442500', '193452.902500', '193453.362500', '193453.822500', '193454.282500', '193454.742500', '193455.202500', '193455.662500', '193456.122500', '193456.582500', '193457.042500', '193457.502500', '193457.962500', '193458.422500', '193458.882500', '193459.342500', '193459.802500', '193500.262500', '193500.722500', '193501.182500', '193501.642500', '193502.102500', '193502.562500', '193503.022500', '193503.482500', '193503.942500', '193504.402500', '193504.862500', '193505.322500', '193505.782500', '193506.242500', '193506.702500', '193507.162500', '193507.622500', '193508.082500', '193508.542500', '193509.002500', '193509.462500', '193509.922500', '193510.382500', '193510.842500', '193511.302500', '193511.762500', '193512.222500', '193512.682500', '193513.142500', '193513.602500', '193514.062500', '193514.522500', '193514.982500', '193515.442500', '193515.902500', '193516.362500', '193516.822500', '193517.282500', '193517.742500', '193518.202500', '193518.662500', '193519.122500', '193519.582500', '193520.042500', '193520.502500', '193520.962500', '193521.422500', '193521.882500', '193522.342500', '193522.802500', '193523.262500', '193523.722500', '193524.182500', '193524.642500', '193525.102500', '193525.562500', '193526.022500', '193526.482500', '193526.942500', '193527.402500', '193527.862500', '193528.322500', '193528.782500', '193529.242500', '193529.702500', '193530.162500', '193530.622500', '193531.082500', '193531.542500', '193532.002500', '193532.462500', '193532.922500', '193533.382500', '193533.842500', '193534.302500', '193534.762500', '193535.222500', '193535.682500', '193536.142500', '193536.602500', '193537.062500', '193537.522500', '193537.982500', '193538.442500', '193538.902500', '193539.362500', '193539.822500', '193540.282500', '193540.742500', '193541.202500', '193541.662500', '193542.122500', '193542.582500', '193543.042500', '193543.502500', '193543.962500', '193544.422500', '193544.882500', '193545.342500', '193545.802500', '193546.262500', '193546.722500', '193547.182500', '193547.642500', '193548.102500', '193548.562500', '193549.022500', '193549.482500', '193549.942500', '193550.402500', '193550.862500', '193551.322500', '193551.782500', '193552.242500', '193552.702500', '193553.162500', '193553.622500', '193554.082500', '193554.542500', '193555.002500', '193555.462500', '193555.922500', '193556.382500', '193556.842500', '193557.302500', '193557.762500', '193558.222500', '193558.682500', '193559.142500', '193559.602500', '193600.062500', '193600.522500', '193600.982500', '193601.442500', '193601.902500', '193602.362500', '193602.822500', '193603.282500', '193603.742500', '193604.202500', '193604.662500', '193605.122500', '193605.582500', '193606.042500', '193606.502500', '193606.962500', '193607.422500', '193607.882500', '193608.342500', '193608.802500', '193609.262500', '193609.722500', '193610.182500', '193610.642500', '193611.102500', '193611.562500', '193612.022500', '193612.482500', '193612.942500', '193613.402500', '193613.862500', '193614.322500', '193614.782500', '193615.242500', '193615.702500', '193616.162500', '193616.622500', '193617.082500', '193617.542500', '193618.002500', '193618.462500', '193618.922500', '193619.382500', '193619.842500', '193620.302500', '193620.762500', '193621.222500', '193621.682500', '193622.142500', '193622.602500', '193623.062500', '193623.522500', '193623.982500', '193624.442500', '193624.902500', '193625.362500', '193625.822500', '193626.282500', '193626.742500', '193627.202500', '193627.662500', '193628.122500', '193628.582500', '193629.042500', '193629.502500', '193629.962500', '193630.422500', '193630.882500', '193631.342500', '193631.802500', '193632.262500', '193632.722500', '193633.182500', '193633.642500', '193634.102500', '193634.562500', '193635.022500', '193635.482500', '193635.942500', '193636.402500', '193636.862500', '193637.322500', '193637.782500', '193638.242500', '193638.702500', '193639.162500', '193639.622500', '193640.082500', '193640.542500', '193641.002500', '193641.462500', '193641.922500', '193642.382500', '193642.842500', '193643.302500', '193643.762500', '193644.222500', '193644.682500', '193645.142500', '193645.602500', '193646.062500', '193646.522500', '193646.982500', '193647.442500', '193647.902500', '193648.362500', '193648.822500', '193649.282500', '193649.742500', '193650.202500', '193650.662500', '193651.122500', '193651.582500', '193652.042500', '193652.502500', '193652.962500', '193653.422500', '193653.882500', '193654.342500', '193654.802500', '193655.262500'], 'ContentTime': ['193028.069000', '193028.072000', '193028.075000', '193028.077000', '193028.083000', '193028.086000', '193028.088000', '193028.091000', '193028.094000', '193028.096000', '193028.099000', '193028.106000', '193028.108000', '193028.111000', '193028.113000', '193028.116000', '193028.118000', '193028.121000', '193028.123000', '193028.126000', '193028.129000', '193028.131000', '193028.134000', '193028.136000', '193028.141000', '193028.144000', '193028.146000', '193028.149000', '193048.011000', '193048.014000', '193048.017000', '193048.019000', '193048.022000', '193048.025000', '193048.027000', '193048.030000', '193048.032000', '193048.035000', '193048.037000', '193048.040000', '193048.043000', '193048.045000', '193048.048000', '193048.050000', '193048.053000', '193048.056000', '193048.058000', '193048.061000', '193048.063000', '193048.066000', '193048.068000', '193048.071000', '193048.073000', '193048.076000', '193048.078000', '193048.081000', '193048.084000', '193048.086000', '193048.090000', '193048.093000', '193048.095000', '193048.098000', '193048.101000', '193048.103000', '193048.106000', '193048.108000', '193048.111000', '193048.113000', '193048.116000', '193048.119000', '193048.121000', '193108.011000', '193108.014000', '193108.017000', '193108.019000', '193108.022000', '193108.025000', '193108.027000', '193108.030000', '193108.032000', '193108.035000', '193108.037000', '193108.040000', '193108.042000', '193108.045000', '193108.048000', '193108.050000', '193108.053000', '193108.055000', '193108.058000', '193108.060000', '193108.063000', '193108.066000', '193108.068000', '193108.071000', '193108.080000', '193108.083000', '193108.086000', '193108.088000', '193108.091000', '193108.093000', '193108.096000', '193108.099000', '193108.101000', '193108.104000', '193108.106000', '193108.109000', '193108.111000', '193108.114000', '193108.117000', '193108.119000', '193108.122000', '193108.124000', '193108.127000', '193128.011000', '193128.014000', '193128.017000', '193128.019000', '193128.022000', '193128.024000', '193128.027000', '193128.030000', '193128.032000', '193128.035000', '193128.038000', '193128.040000', '193128.043000', '193128.045000', '193128.048000', '193128.051000', '193128.053000', '193128.056000', '193128.058000', '193128.061000', '193128.063000', '193128.066000', '193128.069000', '193128.071000', '193128.074000', '193128.076000', '193128.079000', '193128.082000', '193128.084000', '193128.087000', '193128.089000', '193128.092000', '193128.094000', '193128.097000', '193128.099000', '193128.102000', '193128.105000', '193128.107000', '193128.110000', '193128.112000', '193128.115000', '193128.118000', '193128.120000', '193128.123000', '193148.010000', '193148.013000', '193148.016000', '193148.019000', '193148.021000', '193148.024000', '193148.026000', '193148.029000', '193148.032000', '193148.034000', '193148.037000', '193148.039000', '193148.042000', '193148.045000', '193148.047000', '193148.050000', '193148.052000', '193148.055000', '193148.057000', '193148.060000', '193148.063000', '193148.066000', '193148.069000', '193148.072000', '193148.074000', '193148.077000', '193148.079000', '193148.082000', '193148.085000', '193148.087000', '193148.090000', '193148.092000', '193148.095000', '193148.097000', '193148.100000', '193148.103000', '193148.106000', '193148.109000', '193148.112000', '193148.114000', '193148.117000', '193148.119000', '193148.122000', '193208.011000', '193208.014000', '193208.017000', '193208.019000', '193208.022000', '193208.025000', '193208.027000', '193208.030000', '193208.033000', '193208.036000', '193208.039000', '193208.041000', '193208.044000', '193208.047000', '193208.049000', '193208.052000', '193208.054000', '193208.057000', '193208.060000', '193208.062000', '193208.065000', '193208.067000', '193208.070000', '193208.073000', '193208.075000', '193208.078000', '193208.080000', '193208.083000', '193208.086000', '193208.088000', '193208.091000', '193208.093000', '193208.096000', '193208.099000', '193208.101000', '193208.104000', '193208.106000', '193208.109000', '193208.111000', '193208.114000', '193208.117000', '193208.119000', '193208.122000', '193208.124000', '193228.012000', '193228.014000', '193228.017000', '193228.020000', '193228.022000', '193228.025000', '193228.027000', '193228.030000', '193228.032000', '193228.035000', '193228.038000', '193228.040000', '193228.043000', '193228.045000', '193228.048000', '193228.051000', '193228.053000', '193228.056000', '193228.058000', '193228.061000', '193228.064000', '193228.066000', '193228.069000', '193228.072000', '193228.074000', '193228.077000', '193228.079000', '193228.082000', '193228.085000', '193228.087000', '193228.090000', '193228.092000', '193228.095000', '193228.098000', '193228.100000', '193228.103000', '193228.105000', '193228.108000', '193228.111000', '193228.113000', '193228.116000', '193228.118000', '193228.121000', '193248.011000', '193248.014000', '193248.017000', '193248.019000', '193248.022000', '193248.024000', '193248.027000', '193248.030000', '193248.032000', '193248.035000', '193248.037000', '193248.040000', '193248.043000', '193248.045000', '193248.048000', '193248.050000', '193248.053000', '193248.056000', '193248.058000', '193248.061000', '193248.063000', '193248.066000', '193248.068000', '193248.071000', '193248.074000', '193248.076000', '193248.079000', '193248.082000', '193248.084000', '193248.087000', '193248.089000', '193248.092000', '193248.094000', '193248.097000', '193248.100000', '193248.102000', '193248.105000', '193248.107000', '193248.110000', '193248.113000', '193248.115000', '193248.118000', '193248.120000', '193248.123000', '193308.011000', '193308.014000', '193308.017000', '193308.019000', '193308.022000', '193308.025000', '193308.027000', '193308.030000', '193308.032000', '193308.035000', '193308.038000', '193308.040000', '193308.043000', '193308.045000', '193308.048000', '193308.051000', '193308.053000', '193308.056000', '193308.059000', '193308.061000', '193308.064000', '193308.066000', '193308.069000', '193308.072000', '193308.074000', '193308.077000', '193308.080000', '193308.082000', '193308.085000', '193308.088000', '193308.090000', '193308.093000', '193308.095000', '193308.098000', '193308.100000', '193308.103000', '193308.107000', '193308.109000', '193308.112000', '193308.115000', '193308.117000', '193308.120000', '193308.122000', '193328.011000', '193328.014000', '193328.017000', '193328.020000', '193328.022000', '193328.025000', '193328.027000', '193328.030000', '193328.033000', '193328.035000', '193328.038000', '193328.040000', '193328.043000', '193328.046000', '193328.048000', '193328.051000', '193328.053000', '193328.056000', '193328.059000', '193328.061000', '193328.064000', '193328.066000', '193328.069000', '193328.072000', '193328.074000', '193328.077000', '193328.079000', '193328.082000', '193328.085000', '193328.087000', '193328.090000', '193328.092000', '193328.095000', '193328.098000', '193328.100000', '193328.103000', '193328.105000', '193328.108000', '193328.111000', '193328.113000', '193328.116000', '193328.118000', '193328.121000', '193328.123000', '193348.012000', '193348.014000', '193348.017000', '193348.020000', '193348.022000', '193348.025000', '193348.028000', '193348.030000', '193348.033000', '193348.035000', '193348.038000', '193348.040000', '193348.043000', '193348.046000', '193348.048000', '193348.051000', '193348.053000', '193348.056000', '193348.059000', '193348.061000', '193348.064000', '193348.066000', '193348.069000', '193348.072000', '193348.075000', '193348.078000', '193348.081000', '193348.084000', '193348.087000', '193348.089000', '193348.092000', '193348.095000', '193348.097000', '193348.100000', '193348.103000', '193348.105000', '193348.108000', '193348.110000', '193348.113000', '193348.116000', '193348.118000', '193348.121000', '193348.123000', '193408.010000', '193408.013000', '193408.016000', '193408.018000', '193408.021000', '193408.024000', '193408.026000', '193408.029000', '193408.032000', '193408.034000', '193408.037000', '193408.039000', '193408.042000', '193408.045000', '193408.047000', '193408.050000', '193408.052000', '193408.055000', '193408.057000', '193408.060000', '193408.063000', '193408.065000', '193408.068000', '193408.071000', '193408.073000', '193408.076000', '193408.078000', '193408.081000', '193408.083000', '193408.086000', '193408.089000', '193408.091000', '193408.094000', '193408.096000', '193408.099000', '193408.102000', '193408.104000', '193408.107000', '193408.109000', '193408.112000', '193408.115000', '193408.117000', '193408.120000', '193408.122000', '193428.012000', '193428.014000', '193428.017000', '193428.020000', '193428.022000', '193428.025000', '193428.028000', '193428.030000', '193428.033000', '193428.035000', '193428.038000', '193428.041000', '193428.043000', '193428.046000', '193428.048000', '193428.051000', '193428.054000', '193428.056000', '193428.059000', '193428.061000', '193428.064000', '193428.067000', '193428.069000', '193428.072000', '193428.074000', '193428.077000', '193428.080000', '193428.082000', '193428.085000', '193428.087000', '193428.090000', '193428.092000', '193428.106000', '193428.108000', '193428.111000', '193428.113000', '193428.116000', '193428.119000', '193428.121000', '193428.124000', '193428.126000', '193428.130000', '193428.132000', '193448.011000', '193448.014000', '193448.017000', '193448.020000', '193448.022000', '193448.025000', '193448.027000', '193448.030000', '193448.033000', '193448.035000', '193448.038000', '193448.040000', '193448.043000', '193448.045000', '193448.048000', '193448.051000', '193448.053000', '193448.056000', '193448.058000', '193448.061000', '193448.064000', '193448.066000', '193448.069000', '193448.072000', '193448.074000', '193448.077000', '193448.079000', '193448.082000', '193448.084000', '193448.087000', '193448.090000', '193448.092000', '193448.095000', '193448.098000', '193448.100000', '193448.103000', '193448.105000', '193448.108000', '193448.111000', '193448.113000', '193448.116000', '193448.119000', '193448.121000', '193448.124000', '193508.011000', '193508.014000', '193508.017000', '193508.020000', '193508.022000', '193508.025000', '193508.028000', '193508.030000', '193508.033000', '193508.035000', '193508.038000', '193508.040000', '193508.043000', '193508.046000', '193508.048000', '193508.051000', '193508.054000', '193508.057000', '193508.059000', '193508.062000', '193508.064000', '193508.067000', '193508.070000', '193508.072000', '193508.075000', '193508.077000', '193508.080000', '193508.083000', '193508.085000', '193508.088000', '193508.091000', '193508.093000', '193508.096000', '193508.098000', '193508.101000', '193508.104000', '193508.106000', '193508.109000', '193508.111000', '193508.114000', '193508.117000', '193508.119000', '193508.122000', '193528.012000', '193528.014000', '193528.017000', '193528.020000', '193528.022000', '193528.025000', '193528.028000', '193528.030000', '193528.033000', '193528.035000', '193528.038000', '193528.041000', '193528.043000', '193528.046000', '193528.049000', '193528.051000', '193528.054000', '193528.056000', '193528.059000', '193528.062000', '193528.064000', '193528.067000', '193528.070000', '193528.072000', '193528.075000', '193528.078000', '193528.080000', '193528.083000', '193528.085000', '193528.088000', '193528.091000', '193528.093000', '193528.096000', '193528.098000', '193528.101000', '193528.104000', '193528.106000', '193528.109000', '193528.111000', '193528.114000', '193528.116000', '193528.119000', '193528.122000', '193528.124000', '193548.012000', '193548.014000', '193548.017000', '193548.020000', '193548.022000', '193548.025000', '193548.027000', '193548.030000', '193548.033000', '193548.035000', '193548.038000', '193548.040000', '193548.043000', '193548.046000', '193548.048000', '193548.051000', '193548.054000', '193548.056000', '193548.059000', '193548.061000', '193548.064000', '193548.066000', '193548.069000', '193548.072000', '193548.074000', '193548.077000', '193548.080000', '193548.082000', '193548.085000', '193548.087000', '193548.090000', '193548.093000', '193548.095000', '193548.098000', '193548.100000', '193548.105000', '193548.108000', '193548.110000', '193548.113000', '193548.115000', '193548.118000', '193548.121000', '193548.123000', '193608.012000', '193608.014000', '193608.017000', '193608.020000', '193608.022000', '193608.025000', '193608.027000', '193608.030000', '193608.033000', '193608.035000', '193608.038000', '193608.041000', '193608.043000', '193608.046000', '193608.049000', '193608.051000', '193608.054000', '193608.056000', '193608.059000', '193608.061000', '193608.064000', '193608.067000', '193608.069000', '193608.072000', '193608.074000', '193608.077000', '193608.080000', '193608.082000', '193608.085000', '193608.087000', '193608.090000', '193608.093000', '193608.095000', '193608.098000', '193608.100000', '193608.103000', '193608.106000', '193608.108000', '193608.111000', '193608.113000', '193608.116000', '193608.118000', '193608.121000', '193608.124000', '193628.010000', '193628.013000', '193628.016000', '193628.019000', '193628.021000', '193628.024000', '193628.026000', '193628.029000', '193628.032000', '193628.034000', '193628.037000', '193628.039000', '193628.042000', '193628.045000', '193628.047000', '193628.050000', '193628.052000', '193628.055000', '193628.058000', '193628.060000', '193628.063000', '193628.065000', '193628.068000', '193628.071000', '193628.073000', '193628.076000', '193628.079000', '193628.081000', '193628.084000', '193628.087000', '193628.089000', '193628.092000', '193628.094000', '193628.097000', '193628.099000', '193628.102000', '193628.105000', '193628.107000', '193628.110000', '193628.112000', '193628.115000', '193628.118000', '193628.120000', '193648.012000', '193648.014000', '193648.017000', '193648.020000', '193648.022000', '193648.025000', '193648.027000', '193648.030000', '193648.032000', '193648.035000', '193648.038000', '193648.040000', '193648.043000', '193648.046000', '193648.048000', '193648.051000', '193648.053000', '193648.056000', '193648.059000', '193648.061000', '193648.064000', '193648.066000', '193648.069000', '193648.072000', '193648.074000', '193648.077000', '193648.079000', '193648.082000', '193648.085000', '193648.087000', '193648.090000', '193648.092000', '193648.095000', '193648.098000', '193648.100000', '193648.103000', '193648.106000', '193648.108000', '193648.111000', '193648.113000', '193648.116000', '193648.119000', '193648.121000', '193648.124000', '193656.192000', '193656.195000', '193656.198000', '193656.200000', '193656.203000', '193656.206000', '193656.208000', '193656.211000', '193656.213000', '193656.216000', '193656.219000', '193656.221000', '193656.224000', '193656.226000', '193656.229000', '193656.232000', '193656.234000', '193656.237000'], 'InstanceCreationTime': ['193028.069000', '193028.072000', '193028.075000', '193028.077000', '193028.083000', '193028.086000', '193028.088000', '193028.091000', '193028.094000', '193028.096000', '193028.099000', '193028.106000', '193028.108000', '193028.111000', '193028.113000', '193028.116000', '193028.118000', '193028.121000', '193028.123000', '193028.126000', '193028.129000', '193028.131000', '193028.134000', '193028.136000', '193028.141000', '193028.144000', '193028.146000', '193028.149000', '193048.011000', '193048.014000', '193048.017000', '193048.019000', '193048.022000', '193048.025000', '193048.027000', '193048.030000', '193048.032000', '193048.035000', '193048.037000', '193048.040000', '193048.043000', '193048.045000', '193048.048000', '193048.050000', '193048.053000', '193048.056000', '193048.058000', '193048.061000', '193048.063000', '193048.066000', '193048.068000', '193048.071000', '193048.073000', '193048.076000', '193048.078000', '193048.081000', '193048.084000', '193048.086000', '193048.090000', '193048.093000', '193048.095000', '193048.098000', '193048.101000', '193048.103000', '193048.106000', '193048.108000', '193048.111000', '193048.113000', '193048.116000', '193048.119000', '193048.121000', '193108.011000', '193108.014000', '193108.017000', '193108.019000', '193108.022000', '193108.025000', '193108.027000', '193108.030000', '193108.032000', '193108.035000', '193108.037000', '193108.040000', '193108.042000', '193108.045000', '193108.048000', '193108.050000', '193108.053000', '193108.055000', '193108.058000', '193108.060000', '193108.063000', '193108.066000', '193108.068000', '193108.071000', '193108.080000', '193108.083000', '193108.086000', '193108.088000', '193108.091000', '193108.093000', '193108.096000', '193108.099000', '193108.101000', '193108.104000', '193108.106000', '193108.109000', '193108.111000', '193108.114000', '193108.117000', '193108.119000', '193108.122000', '193108.124000', '193108.127000', '193128.011000', '193128.014000', '193128.017000', '193128.019000', '193128.022000', '193128.024000', '193128.027000', '193128.030000', '193128.032000', '193128.035000', '193128.038000', '193128.040000', '193128.043000', '193128.045000', '193128.048000', '193128.051000', '193128.053000', '193128.056000', '193128.058000', '193128.061000', '193128.063000', '193128.066000', '193128.069000', '193128.071000', '193128.074000', '193128.076000', '193128.079000', '193128.082000', '193128.084000', '193128.087000', '193128.089000', '193128.092000', '193128.094000', '193128.097000', '193128.099000', '193128.102000', '193128.105000', '193128.107000', '193128.110000', '193128.112000', '193128.115000', '193128.118000', '193128.120000', '193128.123000', '193148.010000', '193148.013000', '193148.016000', '193148.019000', '193148.021000', '193148.024000', '193148.026000', '193148.029000', '193148.032000', '193148.034000', '193148.037000', '193148.039000', '193148.042000', '193148.045000', '193148.047000', '193148.050000', '193148.052000', '193148.055000', '193148.057000', '193148.060000', '193148.063000', '193148.066000', '193148.069000', '193148.072000', '193148.074000', '193148.077000', '193148.079000', '193148.082000', '193148.085000', '193148.087000', '193148.090000', '193148.092000', '193148.095000', '193148.097000', '193148.100000', '193148.103000', '193148.106000', '193148.109000', '193148.112000', '193148.114000', '193148.117000', '193148.119000', '193148.122000', '193208.011000', '193208.014000', '193208.017000', '193208.019000', '193208.022000', '193208.025000', '193208.027000', '193208.030000', '193208.033000', '193208.036000', '193208.039000', '193208.041000', '193208.044000', '193208.047000', '193208.049000', '193208.052000', '193208.054000', '193208.057000', '193208.060000', '193208.062000', '193208.065000', '193208.067000', '193208.070000', '193208.073000', '193208.075000', '193208.078000', '193208.080000', '193208.083000', '193208.086000', '193208.088000', '193208.091000', '193208.093000', '193208.096000', '193208.099000', '193208.101000', '193208.104000', '193208.106000', '193208.109000', '193208.111000', '193208.114000', '193208.117000', '193208.119000', '193208.122000', '193208.124000', '193228.012000', '193228.014000', '193228.017000', '193228.020000', '193228.022000', '193228.025000', '193228.027000', '193228.030000', '193228.032000', '193228.035000', '193228.038000', '193228.040000', '193228.043000', '193228.045000', '193228.048000', '193228.051000', '193228.053000', '193228.056000', '193228.058000', '193228.061000', '193228.064000', '193228.066000', '193228.069000', '193228.072000', '193228.074000', '193228.077000', '193228.079000', '193228.082000', '193228.085000', '193228.087000', '193228.090000', '193228.092000', '193228.095000', '193228.098000', '193228.100000', '193228.103000', '193228.105000', '193228.108000', '193228.111000', '193228.113000', '193228.116000', '193228.118000', '193228.121000', '193248.011000', '193248.014000', '193248.017000', '193248.019000', '193248.022000', '193248.024000', '193248.027000', '193248.030000', '193248.032000', '193248.035000', '193248.037000', '193248.040000', '193248.043000', '193248.045000', '193248.048000', '193248.050000', '193248.053000', '193248.056000', '193248.058000', '193248.061000', '193248.063000', '193248.066000', '193248.068000', '193248.071000', '193248.074000', '193248.076000', '193248.079000', '193248.082000', '193248.084000', '193248.087000', '193248.089000', '193248.092000', '193248.094000', '193248.097000', '193248.100000', '193248.102000', '193248.105000', '193248.107000', '193248.110000', '193248.113000', '193248.115000', '193248.118000', '193248.120000', '193248.123000', '193308.011000', '193308.014000', '193308.017000', '193308.019000', '193308.022000', '193308.025000', '193308.027000', '193308.030000', '193308.032000', '193308.035000', '193308.038000', '193308.040000', '193308.043000', '193308.045000', '193308.048000', '193308.051000', '193308.053000', '193308.056000', '193308.059000', '193308.061000', '193308.064000', '193308.066000', '193308.069000', '193308.072000', '193308.074000', '193308.077000', '193308.080000', '193308.082000', '193308.085000', '193308.088000', '193308.090000', '193308.093000', '193308.095000', '193308.098000', '193308.100000', '193308.103000', '193308.107000', '193308.109000', '193308.112000', '193308.115000', '193308.117000', '193308.120000', '193308.122000', '193328.011000', '193328.014000', '193328.017000', '193328.020000', '193328.022000', '193328.025000', '193328.027000', '193328.030000', '193328.033000', '193328.035000', '193328.038000', '193328.040000', '193328.043000', '193328.046000', '193328.048000', '193328.051000', '193328.053000', '193328.056000', '193328.059000', '193328.061000', '193328.064000', '193328.066000', '193328.069000', '193328.072000', '193328.074000', '193328.077000', '193328.079000', '193328.082000', '193328.085000', '193328.087000', '193328.090000', '193328.092000', '193328.095000', '193328.098000', '193328.100000', '193328.103000', '193328.105000', '193328.108000', '193328.111000', '193328.113000', '193328.116000', '193328.118000', '193328.121000', '193328.123000', '193348.012000', '193348.014000', '193348.017000', '193348.020000', '193348.022000', '193348.025000', '193348.028000', '193348.030000', '193348.033000', '193348.035000', '193348.038000', '193348.040000', '193348.043000', '193348.046000', '193348.048000', '193348.051000', '193348.053000', '193348.056000', '193348.059000', '193348.061000', '193348.064000', '193348.066000', '193348.069000', '193348.072000', '193348.075000', '193348.078000', '193348.081000', '193348.084000', '193348.087000', '193348.089000', '193348.092000', '193348.095000', '193348.097000', '193348.100000', '193348.103000', '193348.105000', '193348.108000', '193348.110000', '193348.113000', '193348.116000', '193348.118000', '193348.121000', '193348.123000', '193408.010000', '193408.013000', '193408.016000', '193408.018000', '193408.021000', '193408.024000', '193408.026000', '193408.029000', '193408.032000', '193408.034000', '193408.037000', '193408.039000', '193408.042000', '193408.045000', '193408.047000', '193408.050000', '193408.052000', '193408.055000', '193408.057000', '193408.060000', '193408.063000', '193408.065000', '193408.068000', '193408.071000', '193408.073000', '193408.076000', '193408.078000', '193408.081000', '193408.083000', '193408.086000', '193408.089000', '193408.091000', '193408.094000', '193408.096000', '193408.099000', '193408.102000', '193408.104000', '193408.107000', '193408.109000', '193408.112000', '193408.115000', '193408.117000', '193408.120000', '193408.122000', '193428.012000', '193428.014000', '193428.017000', '193428.020000', '193428.022000', '193428.025000', '193428.028000', '193428.030000', '193428.033000', '193428.035000', '193428.038000', '193428.041000', '193428.043000', '193428.046000', '193428.048000', '193428.051000', '193428.054000', '193428.056000', '193428.059000', '193428.061000', '193428.064000', '193428.067000', '193428.069000', '193428.072000', '193428.074000', '193428.077000', '193428.080000', '193428.082000', '193428.085000', '193428.087000', '193428.090000', '193428.092000', '193428.106000', '193428.108000', '193428.111000', '193428.113000', '193428.116000', '193428.119000', '193428.121000', '193428.124000', '193428.126000', '193428.130000', '193428.132000', '193448.011000', '193448.014000', '193448.017000', '193448.020000', '193448.022000', '193448.025000', '193448.027000', '193448.030000', '193448.033000', '193448.035000', '193448.038000', '193448.040000', '193448.043000', '193448.045000', '193448.048000', '193448.051000', '193448.053000', '193448.056000', '193448.058000', '193448.061000', '193448.064000', '193448.066000', '193448.069000', '193448.072000', '193448.074000', '193448.077000', '193448.079000', '193448.082000', '193448.084000', '193448.087000', '193448.090000', '193448.092000', '193448.095000', '193448.098000', '193448.100000', '193448.103000', '193448.105000', '193448.108000', '193448.111000', '193448.113000', '193448.116000', '193448.119000', '193448.121000', '193448.124000', '193508.011000', '193508.014000', '193508.017000', '193508.020000', '193508.022000', '193508.025000', '193508.028000', '193508.030000', '193508.033000', '193508.035000', '193508.038000', '193508.040000', '193508.043000', '193508.046000', '193508.048000', '193508.051000', '193508.054000', '193508.057000', '193508.059000', '193508.062000', '193508.064000', '193508.067000', '193508.070000', '193508.072000', '193508.075000', '193508.077000', '193508.080000', '193508.083000', '193508.085000', '193508.088000', '193508.091000', '193508.093000', '193508.096000', '193508.098000', '193508.101000', '193508.104000', '193508.106000', '193508.109000', '193508.111000', '193508.114000', '193508.117000', '193508.119000', '193508.122000', '193528.012000', '193528.014000', '193528.017000', '193528.020000', '193528.022000', '193528.025000', '193528.028000', '193528.030000', '193528.033000', '193528.035000', '193528.038000', '193528.041000', '193528.043000', '193528.046000', '193528.049000', '193528.051000', '193528.054000', '193528.056000', '193528.059000', '193528.062000', '193528.064000', '193528.067000', '193528.070000', '193528.072000', '193528.075000', '193528.078000', '193528.080000', '193528.083000', '193528.085000', '193528.088000', '193528.091000', '193528.093000', '193528.096000', '193528.098000', '193528.101000', '193528.104000', '193528.106000', '193528.109000', '193528.111000', '193528.114000', '193528.116000', '193528.119000', '193528.122000', '193528.124000', '193548.012000', '193548.014000', '193548.017000', '193548.020000', '193548.022000', '193548.025000', '193548.027000', '193548.030000', '193548.033000', '193548.035000', '193548.038000', '193548.040000', '193548.043000', '193548.046000', '193548.048000', '193548.051000', '193548.054000', '193548.056000', '193548.059000', '193548.061000', '193548.064000', '193548.066000', '193548.069000', '193548.072000', '193548.074000', '193548.077000', '193548.080000', '193548.082000', '193548.085000', '193548.087000', '193548.090000', '193548.093000', '193548.095000', '193548.098000', '193548.100000', '193548.105000', '193548.108000', '193548.110000', '193548.113000', '193548.115000', '193548.118000', '193548.121000', '193548.123000', '193608.012000', '193608.014000', '193608.017000', '193608.020000', '193608.022000', '193608.025000', '193608.027000', '193608.030000', '193608.033000', '193608.035000', '193608.038000', '193608.041000', '193608.043000', '193608.046000', '193608.049000', '193608.051000', '193608.054000', '193608.056000', '193608.059000', '193608.061000', '193608.064000', '193608.067000', '193608.069000', '193608.072000', '193608.074000', '193608.077000', '193608.080000', '193608.082000', '193608.085000', '193608.087000', '193608.090000', '193608.093000', '193608.095000', '193608.098000', '193608.100000', '193608.103000', '193608.106000', '193608.108000', '193608.111000', '193608.113000', '193608.116000', '193608.118000', '193608.121000', '193608.124000', '193628.010000', '193628.013000', '193628.016000', '193628.019000', '193628.021000', '193628.024000', '193628.026000', '193628.029000', '193628.032000', '193628.034000', '193628.037000', '193628.039000', '193628.042000', '193628.045000', '193628.047000', '193628.050000', '193628.052000', '193628.055000', '193628.058000', '193628.060000', '193628.063000', '193628.065000', '193628.068000', '193628.071000', '193628.073000', '193628.076000', '193628.079000', '193628.081000', '193628.084000', '193628.087000', '193628.089000', '193628.092000', '193628.094000', '193628.097000', '193628.099000', '193628.102000', '193628.105000', '193628.107000', '193628.110000', '193628.112000', '193628.115000', '193628.118000', '193628.120000', '193648.012000', '193648.014000', '193648.017000', '193648.020000', '193648.022000', '193648.025000', '193648.027000', '193648.030000', '193648.032000', '193648.035000', '193648.038000', '193648.040000', '193648.043000', '193648.046000', '193648.048000', '193648.051000', '193648.053000', '193648.056000', '193648.059000', '193648.061000', '193648.064000', '193648.066000', '193648.069000', '193648.072000', '193648.074000', '193648.077000', '193648.079000', '193648.082000', '193648.085000', '193648.087000', '193648.090000', '193648.092000', '193648.095000', '193648.098000', '193648.100000', '193648.103000', '193648.106000', '193648.108000', '193648.111000', '193648.113000', '193648.116000', '193648.119000', '193648.121000', '193648.124000', '193656.192000', '193656.195000', '193656.198000', '193656.200000', '193656.203000', '193656.206000', '193656.208000', '193656.211000', '193656.213000', '193656.216000', '193656.219000', '193656.221000', '193656.224000', '193656.226000', '193656.229000', '193656.232000', '193656.234000', '193656.237000'], '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': [7822, 8596, 7911, 7300, 7367, 7876, 7338, 7570, 7233, 7515, 7307, 8162, 7038, 7434, 7764, 7285, 8010, 8707, 7823, 8316, 8507, 7561, 7434, 7822, 7109, 7355, 8069, 7111, 7983, 7073, 8021, 7344, 8255, 7089, 7187, 7884, 7078, 8074, 7752, 8213, 6857, 8241, 7025, 8219, 7145, 7473, 7809, 7796, 7902, 7422, 7613, 7213, 7776, 7220, 7395, 7898, 7111, 7826, 7175, 7156, 7987, 7741, 8917, 7687, 8353, 7723, 8037, 8251, 7865, 7980, 7952, 6929, 7729, 7456, 7783, 7875, 7922, 8307, 7658, 7896, 7057, 7538, 7436, 8153, 7562, 8164, 7433, 8049, 7753, 7194, 7841, 7014, 7386, 7346, 8025, 7635, 7405, 7935, 7837, 7937, 7396, 7846, 7617, 7858, 7653, 7587, 7436, 7366, 7247, 7646, 7055, 7361, 7818, 7390, 7836, 7522, 7902, 7126, 7415, 7660, 7467, 7824, 7433, 7816, 6947, 7669, 7323, 7754, 7013, 7449, 7388, 7228, 7706, 7316, 7618, 7080, 7260, 7181, 7596, 7728, 7067, 7897, 7643, 7746, 7569, 7668, 7204, 7751, 7393, 7798, 7191, 7801, 7090, 8064, 8056, 7579, 7769, 7312, 7370, 7512, 7714, 6988, 7629, 7419, 7409, 7118, 8341, 7466, 7564, 7755, 7018, 7219, 7934, 7443, 7778, 7723, 7716, 6987, 7802, 7206, 7577, 6902, 7520, 7549, 7255, 7489, 7155, 7547, 7795, 7557, 7767, 7173, 7625, 7250, 7209, 7745, 7428, 7070, 7523, 7900, 7910, 7702, 6985, 8095, 6816, 7966, 7969, 7739, 7637, 7398, 7994, 7330, 8009, 7791, 7344, 7440, 7975, 7400, 7472, 7667, 7231, 7686, 7395, 7408, 6937, 7204, 8495, 7748, 6963, 7647, 7937, 7587, 7959, 7364, 8509, 7403, 7775, 7761, 7361, 7729, 7697, 7511, 7899, 7653, 7833, 7887, 6977, 7135, 8270, 7406, 7510, 7538, 7451, 7692, 7774, 7776, 7331, 7668, 7294, 7271, 7431, 7586, 7650, 7075, 7466, 7090, 7426, 7079, 8026, 6902, 6941, 7364, 6900, 7666, 7964, 7803, 8185, 7221, 6825, 7115, 7311, 8388, 7285, 7609, 7429, 7342, 8154, 7606, 6937, 7283, 7290, 9040, 8066, 8637, 7482, 6982, 7159, 7653, 8383, 7795, 7491, 7024, 7912, 7104, 7108, 7541, 8047, 7922, 8486, 7763, 7451, 7254, 7654, 6943, 7756, 7439, 8155, 7934, 7961, 7316, 7066, 7456, 7139, 7840, 7490, 8283, 6817, 7946, 7457, 7805, 7147, 8092, 7964, 6799, 7477, 7619, 7943, 7638, 7566, 7841, 6905, 7863, 7536, 7729, 7916, 7581, 8132, 7262, 7526, 7752, 7245, 8051, 7020, 7630, 7872, 7260, 7543, 7438, 8446, 7327, 7920, 7695, 8844, 7694, 7374, 7683, 6985, 7637, 7090, 8159, 7770, 7826, 7812, 8592, 7852, 8572, 7782, 10793, 9218, 12270, 7585, 7595, 6975, 7698, 7523, 7584, 8033, 7502, 8412, 7108, 8258, 7267, 8183, 7760, 7136, 7787, 7838, 7805, 7563, 7276, 7596, 7750, 7487, 7625, 6960, 7582, 7462, 8619, 7673, 7069, 7008, 7278, 7843, 7232, 7219, 7280, 7991, 7448, 8408, 7555, 7405, 7559, 7033, 7529, 6907, 7786, 7418, 7856, 8202, 7881, 7500, 7515, 7253, 7132, 7599, 7182, 7388, 6868, 7229, 7690, 7805, 7183, 6920, 7784, 7308, 6878, 7049, 7551, 7130, 7459, 7488, 7037, 7430, 8141, 7561, 7695, 7063, 8624, 7076, 9405, 6954, 7546, 7086, 7358, 7529, 7564, 7585, 7566, 8328, 7645, 7145, 7448, 7731, 7741, 7601, 7153, 7479, 7070, 7239, 6806, 7296, 7484, 7791, 7384, 8210, 7196, 7173, 7021, 6935, 7613, 7511, 7330, 8411, 7385, 7415, 7287, 8082, 7414, 7741, 7360, 7387, 7279, 7140, 7728, 6876, 7421, 7576, 7465, 7564, 7656, 7479, 7921, 7045, 7237, 7629, 7469, 7837, 7203, 7568, 7550, 7291, 7773, 7356, 7453, 7143, 7426, 7472, 7401, 7901, 7363, 7546, 7392, 7321, 7715, 7592, 7492, 7784, 7621, 7743, 7322, 7563, 8075, 7453, 7763, 7975, 7420, 7726, 7726, 7678, 7819, 8109, 7470, 7748, 7351, 8065, 7646, 7155, 7590, 7032, 7626, 6991, 7303, 7329, 7802, 7907, 6904, 7475, 7375, 7099, 7435, 7961, 7664, 7899, 7522, 8159, 7736, 7535, 7425, 7161, 7797, 7190, 7653, 7666, 7822, 7892, 8061, 7860, 7997, 7801, 8350, 7586, 7277, 7705, 6904, 7872, 7127, 7756, 7634, 7698, 7895, 7761, 7571, 7507, 6937, 7187, 7586, 7341, 7474, 7507, 8344, 7705, 7877, 7625, 7995, 7706, 8231, 7686, 7275, 8218, 7377, 8061, 7609, 7422, 7721, 7253, 7883, 7216, 8138, 7488, 7914, 7555, 7537, 7908, 7732, 8037, 7542, 7847, 7516, 7004, 7840, 7165, 7725, 7109, 7466, 7096, 7960, 7647, 8249, 7344, 7831, 7643, 7404, 7549, 7085, 7683, 7006, 7733, 7499, 7940, 7660, 7494, 7595, 7286, 7931, 7493, 7727, 7816, 6903, 7780, 7320, 7787, 7387, 7971, 7513, 8289, 7510, 6893, 7678, 7257, 7900, 7352, 8120, 7654, 8049, 7833, 7910, 7633, 7110, 7663, 7028, 7961, 7465, 8033, 7655, 8251, 7476, 7085, 7540, 7435, 7665, 7396, 8199, 7432, 7615, 6868, 7442, 7595, 7575, 7804, 8077, 7594, 7115, 7609, 7957, 7781, 6944, 7734, 6939, 7837, 7438, 7056, 7691, 6983, 7157, 6917, 7155, 7318, 8918, 7375, 7431, 7895, 7613, 7879, 7463, 8325, 7393, 7839, 7581, 6915, 7519, 7490, 7690, 7288, 7946, 7530, 8043, 7703, 7360, 7523, 6881, 7869, 7265, 7561, 7424, 7643, 7483, 7218, 7419, 6790, 7430, 7432, 7977, 8401, 8591, 6981, 7648, 7325, 7571, 7701, 7237, 7383, 7551, 7783, 7455, 7028, 9018, 7293, 7925, 7991, 7544, 7364, 7960, 7933, 7022, 7443, 7108, 7432, 7536, 7499, 7538, 7188, 7323, 7658, 8099, 7308, 7385, 7992, 8049, 7484, 7301, 7033, 7232, 7122, 7713, 7141, 7758, 7368, 7005, 7079, 7648, 6797, 7986, 7362, 8030, 8452, 7891, 7446, 7970, 8900, 8067, 8787, 8348, 7673, 8149, 7891, 8421, 7610, 7887, 6878, 7873, 7747, 7189, 8106, 8630, 8195, 8345, 7958, 7911, 7065, 7942, 7201, 7326, 7355, 7483, 7683, 7743, 7647, 7255, 7600, 7032, 7252, 7874, 8214, 7923, 8298, 8399, 7289, 7597, 7996, 7546, 7752, 7072, 7681, 8169, 7659, 7892, 7171, 8003, 7791, 7595, 7863, 7260], 'WindowCenter': [4221.0, 4202.0, 4187.0, 4166.0, 4173.0, 4192.0, 4161.0, 4171.0, 4160.0, 4160.0, 4163.0, 4171.0, 4151.0, 4159.0, 4157.0, 4158.0, 4170.0, 4168.0, 4160.0, 4172.0, 4176.0, 4157.0, 4161.0, 4153.0, 4146.0, 4157.0, 4171.0, 4147.0, 4160.0, 4147.0, 4161.0, 4147.0, 4168.0, 4151.0, 4148.0, 4166.0, 4162.0, 4175.0, 4173.0, 4170.0, 4138.0, 4172.0, 4162.0, 4183.0, 4163.0, 4162.0, 4162.0, 4174.0, 4173.0, 4158.0, 4164.0, 4164.0, 4166.0, 4150.0, 4147.0, 4170.0, 4170.0, 4197.0, 4168.0, 4156.0, 4172.0, 4175.0, 4188.0, 4173.0, 4160.0, 4180.0, 4180.0, 4177.0, 4161.0, 4157.0, 4146.0, 4125.0, 4149.0, 4146.0, 4152.0, 4158.0, 4168.0, 4163.0, 4151.0, 4162.0, 4133.0, 4151.0, 4140.0, 4168.0, 4164.0, 4185.0, 4172.0, 4175.0, 4169.0, 4157.0, 4182.0, 4161.0, 4167.0, 4167.0, 4183.0, 4179.0, 4176.0, 4179.0, 4176.0, 4168.0, 4162.0, 4167.0, 4170.0, 4171.0, 4158.0, 4161.0, 4152.0, 4154.0, 4148.0, 4158.0, 4147.0, 4157.0, 4158.0, 4159.0, 4163.0, 4169.0, 4168.0, 4161.0, 4158.0, 4164.0, 4162.0, 4164.0, 4159.0, 4170.0, 4163.0, 4173.0, 4161.0, 4159.0, 4149.0, 4156.0, 4161.0, 4160.0, 4170.0, 4159.0, 4159.0, 4152.0, 4160.0, 4140.0, 4157.0, 4159.0, 4161.0, 4155.0, 4159.0, 4160.0, 4172.0, 4156.0, 4163.0, 4165.0, 4150.0, 4165.0, 4156.0, 4168.0, 4153.0, 4179.0, 4174.0, 4164.0, 4169.0, 4149.0, 4173.0, 4153.0, 4158.0, 4136.0, 4152.0, 4146.0, 4143.0, 4136.0, 4173.0, 4159.0, 4163.0, 4147.0, 4137.0, 4149.0, 4151.0, 4156.0, 4157.0, 4159.0, 4157.0, 4146.0, 4150.0, 4146.0, 4158.0, 4147.0, 4163.0, 4157.0, 4159.0, 4158.0, 4146.0, 4159.0, 4159.0, 4171.0, 4169.0, 4160.0, 4174.0, 4163.0, 4173.0, 4166.0, 4173.0, 4156.0, 4168.0, 4173.0, 4168.0, 4170.0, 4163.0, 4174.0, 4151.0, 4174.0, 4166.0, 4174.0, 4159.0, 4159.0, 4169.0, 4158.0, 4170.0, 4160.0, 4154.0, 4159.0, 4171.0, 4142.0, 4141.0, 4157.0, 4163.0, 4159.0, 4159.0, 4160.0, 4167.0, 4156.0, 4198.0, 4185.0, 4157.0, 4164.0, 4167.0, 4166.0, 4163.0, 4154.0, 4163.0, 4156.0, 4165.0, 4174.0, 4154.0, 4147.0, 4159.0, 4154.0, 4170.0, 4152.0, 4150.0, 4156.0, 4142.0, 4155.0, 4162.0, 4151.0, 4149.0, 4149.0, 4151.0, 4146.0, 4152.0, 4152.0, 4161.0, 4160.0, 4158.0, 4156.0, 4153.0, 4167.0, 4166.0, 4171.0, 4158.0, 4149.0, 4173.0, 4162.0, 4183.0, 4165.0, 4164.0, 4164.0, 4152.0, 4159.0, 4177.0, 4158.0, 4175.0, 4160.0, 4146.0, 4151.0, 4159.0, 4158.0, 4167.0, 4159.0, 4166.0, 4165.0, 4158.0, 4176.0, 4157.0, 4164.0, 4161.0, 4169.0, 4169.0, 4170.0, 4161.0, 4147.0, 4148.0, 4163.0, 4170.0, 4173.0, 4155.0, 4147.0, 4154.0, 4146.0, 4149.0, 4159.0, 4173.0, 4169.0, 4170.0, 4158.0, 4145.0, 4148.0, 4143.0, 4134.0, 4146.0, 4146.0, 4157.0, 4158.0, 4156.0, 4157.0, 4147.0, 4158.0, 4151.0, 4158.0, 4152.0, 4176.0, 4150.0, 4173.0, 4154.0, 4159.0, 4163.0, 4155.0, 4171.0, 4143.0, 4159.0, 4152.0, 4164.0, 4161.0, 4155.0, 4167.0, 4142.0, 4168.0, 4155.0, 4170.0, 4169.0, 4158.0, 4160.0, 4144.0, 4159.0, 4159.0, 4160.0, 4171.0, 4148.0, 4159.0, 4153.0, 4150.0, 4158.0, 4147.0, 4164.0, 4143.0, 4158.0, 4160.0, 4182.0, 4163.0, 4161.0, 4173.0, 4173.0, 4185.0, 4177.0, 4181.0, 4180.0, 4192.0, 4194.0, 4210.0, 4202.0, 4202.0, 4195.0, 4222.0, 4195.0, 4213.0, 4172.0, 4166.0, 4162.0, 4161.0, 4162.0, 4163.0, 4162.0, 4140.0, 4159.0, 4145.0, 4154.0, 4131.0, 4139.0, 4142.0, 4127.0, 4138.0, 4143.0, 4134.0, 4142.0, 4143.0, 4142.0, 4141.0, 4125.0, 4137.0, 4132.0, 4137.0, 4136.0, 4160.0, 4170.0, 4149.0, 4156.0, 4158.0, 4161.0, 4152.0, 4140.0, 4153.0, 4162.0, 4151.0, 4162.0, 4157.0, 4138.0, 4149.0, 4139.0, 4153.0, 4133.0, 4152.0, 4132.0, 4134.0, 4152.0, 4142.0, 4138.0, 4136.0, 4145.0, 4139.0, 4149.0, 4141.0, 4153.0, 4138.0, 4152.0, 4171.0, 4174.0, 4172.0, 4161.0, 4171.0, 4166.0, 4172.0, 4186.0, 4187.0, 4164.0, 4176.0, 4181.0, 4179.0, 4194.0, 4189.0, 4164.0, 4166.0, 4157.0, 4175.0, 4158.0, 4170.0, 4157.0, 4169.0, 4162.0, 4163.0, 4151.0, 4171.0, 4170.0, 4167.0, 4171.0, 4169.0, 4156.0, 4165.0, 4164.0, 4163.0, 4148.0, 4140.0, 4148.0, 4140.0, 4153.0, 4138.0, 4163.0, 4160.0, 4159.0, 4167.0, 4177.0, 4165.0, 4169.0, 4153.0, 4155.0, 4164.0, 4161.0, 4169.0, 4175.0, 4160.0, 4165.0, 4168.0, 4176.0, 4168.0, 4162.0, 4153.0, 4152.0, 4166.0, 4169.0, 4175.0, 4156.0, 4165.0, 4161.0, 4169.0, 4165.0, 4178.0, 4166.0, 4165.0, 4154.0, 4156.0, 4168.0, 4164.0, 4176.0, 4169.0, 4168.0, 4165.0, 4165.0, 4165.0, 4165.0, 4152.0, 4154.0, 4163.0, 4153.0, 4152.0, 4162.0, 4153.0, 4151.0, 4150.0, 4148.0, 4166.0, 4157.0, 4151.0, 4151.0, 4157.0, 4169.0, 4162.0, 4163.0, 4174.0, 4162.0, 4163.0, 4159.0, 4166.0, 4171.0, 4160.0, 4164.0, 4165.0, 4158.0, 4140.0, 4151.0, 4140.0, 4162.0, 4157.0, 4140.0, 4157.0, 4146.0, 4153.0, 4159.0, 4161.0, 4159.0, 4171.0, 4152.0, 4156.0, 4170.0, 4159.0, 4161.0, 4158.0, 4163.0, 4179.0, 4185.0, 4171.0, 4168.0, 4168.0, 4165.0, 4162.0, 4151.0, 4157.0, 4153.0, 4173.0, 4158.0, 4171.0, 4154.0, 4159.0, 4153.0, 4153.0, 4156.0, 4167.0, 4168.0, 4154.0, 4156.0, 4139.0, 4158.0, 4147.0, 4167.0, 4163.0, 4172.0, 4165.0, 4162.0, 4171.0, 4178.0, 4166.0, 4174.0, 4178.0, 4164.0, 4156.0, 4164.0, 4181.0, 4163.0, 4169.0, 4165.0, 4165.0, 4170.0, 4160.0, 4163.0, 4151.0, 4163.0, 4136.0, 4164.0, 4157.0, 4162.0, 4148.0, 4145.0, 4164.0, 4161.0, 4181.0, 4159.0, 4170.0, 4170.0, 4153.0, 4167.0, 4149.0, 4166.0, 4162.0, 4168.0, 4151.0, 4142.0, 4152.0, 4144.0, 4152.0, 4147.0, 4151.0, 4145.0, 4150.0, 4151.0, 4162.0, 4151.0, 4150.0, 4158.0, 4156.0, 4158.0, 4139.0, 4157.0, 4146.0, 4152.0, 4153.0, 4164.0, 4165.0, 4149.0, 4152.0, 4149.0, 4167.0, 4154.0, 4165.0, 4170.0, 4158.0, 4161.0, 4150.0, 4151.0, 4157.0, 4162.0, 4150.0, 4174.0, 4161.0, 4142.0, 4157.0, 4149.0, 4168.0, 4153.0, 4168.0, 4151.0, 4154.0, 4155.0, 4151.0, 4155.0, 4138.0, 4152.0, 4138.0, 4148.0, 4139.0, 4154.0, 4142.0, 4165.0, 4146.0, 4147.0, 4169.0, 4149.0, 4167.0, 4148.0, 4183.0, 4152.0, 4164.0, 4157.0, 4170.0, 4167.0, 4164.0, 4167.0, 4169.0, 4170.0, 4149.0, 4157.0, 4156.0, 4150.0, 4139.0, 4144.0, 4140.0, 4159.0, 4156.0, 4160.0, 4169.0, 4152.0, 4155.0, 4174.0, 4166.0, 4184.0, 4186.0, 4172.0, 4154.0, 4166.0, 4170.0, 4164.0, 4156.0, 4163.0, 4151.0, 4157.0, 4153.0, 4138.0, 4140.0, 4145.0, 4146.0, 4138.0, 4154.0, 4154.0, 4156.0, 4144.0, 4144.0, 4144.0, 4133.0, 4154.0, 4145.0, 4173.0, 4158.0, 4159.0, 4140.0, 4148.0, 4155.0, 4146.0, 4155.0, 4161.0, 4158.0, 4170.0, 4177.0, 4157.0, 4169.0, 4163.0, 4178.0, 4176.0, 4184.0, 4165.0, 4159.0, 4170.0, 4142.0, 4139.0, 4157.0, 4135.0, 4160.0, 4151.0, 4157.0, 4140.0, 4156.0, 4148.0, 4121.0, 4141.0, 4132.0, 4144.0, 4150.0, 4146.0, 4170.0, 4153.0, 4149.0, 4152.0, 4170.0, 4154.0, 4178.0, 4176.0, 4175.0, 4177.0, 4161.0, 4158.0, 4165.0, 4170.0, 4173.0, 4140.0, 4169.0, 4144.0, 4140.0, 4157.0, 4151.0, 4127.0, 4161.0, 4171.0, 4163.0, 4170.0, 4150.0, 4145.0, 4141.0, 4140.0, 4144.0, 4143.0, 4153.0, 4135.0, 4133.0, 4134.0, 4146.0, 4133.0, 4143.0, 4122.0, 4149.0, 4136.0, 4136.0, 4147.0, 4159.0, 4160.0, 4160.0, 4161.0, 4150.0, 4138.0, 4160.0, 4139.0, 4150.0, 4138.0, 4149.0, 4150.0, 4147.0, 4163.0, 4150.0, 4161.0, 4137.0, 4149.0, 4158.0, 4171.0, 4162.0, 4173.0, 4172.0, 4159.0, 4158.0, 4172.0, 4159.0, 4157.0, 4144.0, 4160.0, 4181.0, 4172.0, 4171.0, 4155.0, 4169.0, 4154.0, 4161.0, 4172.0, 4154.0], 'WindowWidth': [9390.0, 9347.0, 9316.0, 9277.0, 9285.0, 9317.0, 9267.0, 9277.0, 9259.0, 9258.0, 9263.0, 9272.0, 9247.0, 9255.0, 9248.0, 9253.0, 9270.0, 9266.0, 9254.0, 9274.0, 9282.0, 9249.0, 9258.0, 9240.0, 9236.0, 9252.0, 9273.0, 9236.0, 9256.0, 9236.0, 9258.0, 9235.0, 9265.0, 9244.0, 9240.0, 9264.0, 9264.0, 9285.0, 9280.0, 9271.0, 9224.0, 9272.0, 9264.0, 9293.0, 9265.0, 9263.0, 9261.0, 9282.0, 9277.0, 9253.0, 9267.0, 9266.0, 9268.0, 9240.0, 9234.0, 9276.0, 9277.0, 9324.0, 9275.0, 9254.0, 9278.0, 9286.0, 9300.0, 9282.0, 9255.0, 9295.0, 9293.0, 9286.0, 9255.0, 9248.0, 9224.0, 9193.0, 9233.0, 9228.0, 9239.0, 9245.0, 9268.0, 9259.0, 9239.0, 9254.0, 9208.0, 9238.0, 9223.0, 9269.0, 9260.0, 9300.0, 9278.0, 9286.0, 9273.0, 9255.0, 9293.0, 9263.0, 9269.0, 9270.0, 9298.0, 9289.0, 9290.0, 9289.0, 9288.0, 9271.0, 9265.0, 9267.0, 9274.0, 9276.0, 9252.0, 9259.0, 9240.0, 9244.0, 9238.0, 9252.0, 9237.0, 9252.0, 9252.0, 9256.0, 9263.0, 9269.0, 9267.0, 9259.0, 9256.0, 9260.0, 9264.0, 9260.0, 9256.0, 9274.0, 9267.0, 9279.0, 9261.0, 9256.0, 9241.0, 9251.0, 9259.0, 9258.0, 9271.0, 9257.0, 9257.0, 9248.0, 9256.0, 9222.0, 9249.0, 9254.0, 9260.0, 9245.0, 9253.0, 9259.0, 9276.0, 9248.0, 9262.0, 9262.0, 9241.0, 9267.0, 9254.0, 9268.0, 9249.0, 9291.0, 9279.0, 9262.0, 9270.0, 9238.0, 9284.0, 9244.0, 9252.0, 9214.0, 9238.0, 9232.0, 9228.0, 9218.0, 9274.0, 9256.0, 9261.0, 9233.0, 9218.0, 9239.0, 9235.0, 9247.0, 9250.0, 9253.0, 9247.0, 9231.0, 9240.0, 9230.0, 9251.0, 9238.0, 9262.0, 9250.0, 9256.0, 9253.0, 9237.0, 9255.0, 9255.0, 9274.0, 9273.0, 9260.0, 9283.0, 9267.0, 9281.0, 9264.0, 9280.0, 9252.0, 9271.0, 9278.0, 9267.0, 9274.0, 9263.0, 9281.0, 9248.0, 9283.0, 9264.0, 9281.0, 9256.0, 9257.0, 9268.0, 9253.0, 9272.0, 9259.0, 9247.0, 9254.0, 9274.0, 9226.0, 9221.0, 9250.0, 9262.0, 9251.0, 9253.0, 9261.0, 9275.0, 9247.0, 9324.0, 9302.0, 9256.0, 9262.0, 9269.0, 9264.0, 9256.0, 9243.0, 9253.0, 9247.0, 9262.0, 9285.0, 9247.0, 9233.0, 9248.0, 9248.0, 9274.0, 9242.0, 9237.0, 9245.0, 9227.0, 9253.0, 9255.0, 9239.0, 9234.0, 9233.0, 9240.0, 9228.0, 9240.0, 9239.0, 9257.0, 9256.0, 9254.0, 9252.0, 9243.0, 9269.0, 9266.0, 9280.0, 9256.0, 9241.0, 9282.0, 9263.0, 9296.0, 9271.0, 9270.0, 9266.0, 9248.0, 9254.0, 9285.0, 9254.0, 9281.0, 9256.0, 9233.0, 9244.0, 9253.0, 9249.0, 9271.0, 9252.0, 9267.0, 9265.0, 9253.0, 9283.0, 9258.0, 9266.0, 9259.0, 9268.0, 9268.0, 9270.0, 9258.0, 9236.0, 9238.0, 9259.0, 9270.0, 9280.0, 9249.0, 9239.0, 9243.0, 9236.0, 9242.0, 9253.0, 9277.0, 9268.0, 9269.0, 9250.0, 9229.0, 9235.0, 9221.0, 9210.0, 9228.0, 9230.0, 9249.0, 9249.0, 9246.0, 9250.0, 9234.0, 9252.0, 9244.0, 9252.0, 9239.0, 9283.0, 9244.0, 9277.0, 9244.0, 9257.0, 9266.0, 9247.0, 9274.0, 9230.0, 9254.0, 9240.0, 9258.0, 9259.0, 9248.0, 9266.0, 9227.0, 9267.0, 9247.0, 9272.0, 9268.0, 9252.0, 9256.0, 9229.0, 9253.0, 9251.0, 9257.0, 9272.0, 9241.0, 9254.0, 9241.0, 9241.0, 9250.0, 9235.0, 9259.0, 9228.0, 9253.0, 9255.0, 9289.0, 9264.0, 9260.0, 9281.0, 9283.0, 9301.0, 9290.0, 9295.0, 9295.0, 9318.0, 9322.0, 9342.0, 9330.0, 9328.0, 9323.0, 9358.0, 9314.0, 9334.0, 9276.0, 9264.0, 9260.0, 9258.0, 9259.0, 9260.0, 9254.0, 9220.0, 9246.0, 9229.0, 9238.0, 9205.0, 9212.0, 9220.0, 9196.0, 9210.0, 9224.0, 9204.0, 9221.0, 9223.0, 9222.0, 9218.0, 9191.0, 9208.0, 9203.0, 9213.0, 9212.0, 9251.0, 9271.0, 9236.0, 9251.0, 9256.0, 9253.0, 9242.0, 9221.0, 9244.0, 9256.0, 9237.0, 9253.0, 9249.0, 9217.0, 9233.0, 9221.0, 9242.0, 9207.0, 9238.0, 9200.0, 9205.0, 9234.0, 9222.0, 9213.0, 9209.0, 9230.0, 9217.0, 9231.0, 9223.0, 9242.0, 9220.0, 9246.0, 9278.0, 9284.0, 9282.0, 9260.0, 9279.0, 9268.0, 9286.0, 9311.0, 9303.0, 9269.0, 9286.0, 9299.0, 9300.0, 9321.0, 9307.0, 9266.0, 9268.0, 9255.0, 9276.0, 9254.0, 9266.0, 9253.0, 9270.0, 9263.0, 9263.0, 9240.0, 9273.0, 9272.0, 9268.0, 9277.0, 9270.0, 9254.0, 9264.0, 9261.0, 9257.0, 9234.0, 9223.0, 9232.0, 9222.0, 9242.0, 9224.0, 9261.0, 9257.0, 9255.0, 9271.0, 9284.0, 9270.0, 9277.0, 9248.0, 9251.0, 9261.0, 9256.0, 9277.0, 9280.0, 9255.0, 9264.0, 9272.0, 9284.0, 9272.0, 9256.0, 9245.0, 9244.0, 9271.0, 9279.0, 9281.0, 9258.0, 9266.0, 9257.0, 9278.0, 9268.0, 9287.0, 9269.0, 9266.0, 9249.0, 9252.0, 9272.0, 9263.0, 9285.0, 9275.0, 9273.0, 9267.0, 9265.0, 9265.0, 9263.0, 9244.0, 9246.0, 9259.0, 9246.0, 9241.0, 9256.0, 9244.0, 9239.0, 9237.0, 9232.0, 9264.0, 9252.0, 9240.0, 9239.0, 9252.0, 9271.0, 9263.0, 9257.0, 9277.0, 9257.0, 9261.0, 9252.0, 9267.0, 9276.0, 9252.0, 9262.0, 9263.0, 9253.0, 9222.0, 9238.0, 9221.0, 9254.0, 9247.0, 9219.0, 9248.0, 9233.0, 9243.0, 9257.0, 9260.0, 9257.0, 9273.0, 9240.0, 9254.0, 9275.0, 9258.0, 9265.0, 9256.0, 9259.0, 9290.0, 9298.0, 9280.0, 9268.0, 9270.0, 9262.0, 9263.0, 9247.0, 9252.0, 9243.0, 9279.0, 9254.0, 9275.0, 9245.0, 9254.0, 9240.0, 9240.0, 9244.0, 9262.0, 9270.0, 9245.0, 9250.0, 9218.0, 9247.0, 9235.0, 9266.0, 9259.0, 9275.0, 9264.0, 9260.0, 9276.0, 9292.0, 9271.0, 9293.0, 9292.0, 9266.0, 9254.0, 9263.0, 9290.0, 9258.0, 9272.0, 9263.0, 9263.0, 9274.0, 9250.0, 9260.0, 9238.0, 9254.0, 9213.0, 9257.0, 9251.0, 9264.0, 9234.0, 9226.0, 9259.0, 9257.0, 9293.0, 9254.0, 9274.0, 9274.0, 9244.0, 9266.0, 9235.0, 9265.0, 9256.0, 9269.0, 9238.0, 9228.0, 9239.0, 9230.0, 9241.0, 9237.0, 9239.0, 9232.0, 9235.0, 9236.0, 9253.0, 9241.0, 9238.0, 9254.0, 9249.0, 9253.0, 9220.0, 9250.0, 9233.0, 9243.0, 9243.0, 9260.0, 9262.0, 9235.0, 9240.0, 9233.0, 9266.0, 9248.0, 9262.0, 9275.0, 9256.0, 9254.0, 9236.0, 9239.0, 9250.0, 9256.0, 9236.0, 9277.0, 9261.0, 9227.0, 9249.0, 9234.0, 9269.0, 9242.0, 9267.0, 9238.0, 9243.0, 9245.0, 9236.0, 9244.0, 9218.0, 9239.0, 9217.0, 9230.0, 9216.0, 9240.0, 9222.0, 9258.0, 9234.0, 9236.0, 9273.0, 9235.0, 9267.0, 9235.0, 9296.0, 9244.0, 9263.0, 9256.0, 9275.0, 9266.0, 9261.0, 9266.0, 9269.0, 9273.0, 9242.0, 9250.0, 9247.0, 9233.0, 9216.0, 9226.0, 9222.0, 9254.0, 9247.0, 9262.0, 9270.0, 9242.0, 9253.0, 9290.0, 9270.0, 9303.0, 9295.0, 9280.0, 9249.0, 9266.0, 9272.0, 9260.0, 9250.0, 9257.0, 9238.0, 9250.0, 9241.0, 9217.0, 9220.0, 9232.0, 9227.0, 9214.0, 9240.0, 9241.0, 9244.0, 9229.0, 9228.0, 9228.0, 9211.0, 9242.0, 9229.0, 9279.0, 9255.0, 9255.0, 9221.0, 9238.0, 9244.0, 9235.0, 9247.0, 9257.0, 9252.0, 9268.0, 9278.0, 9258.0, 9274.0, 9262.0, 9287.0, 9283.0, 9302.0, 9268.0, 9257.0, 9271.0, 9225.0, 9217.0, 9241.0, 9210.0, 9256.0, 9237.0, 9250.0, 9219.0, 9248.0, 9228.0, 9187.0, 9221.0, 9208.0, 9228.0, 9234.0, 9235.0, 9273.0, 9244.0, 9238.0, 9242.0, 9274.0, 9249.0, 9296.0, 9288.0, 9283.0, 9289.0, 9262.0, 9255.0, 9265.0, 9278.0, 9280.0, 9220.0, 9270.0, 9229.0, 9223.0, 9252.0, 9237.0, 9202.0, 9255.0, 9278.0, 9259.0, 9271.0, 9233.0, 9227.0, 9216.0, 9210.0, 9220.0, 9220.0, 9237.0, 9209.0, 9203.0, 9204.0, 9222.0, 9203.0, 9218.0, 9188.0, 9231.0, 9210.0, 9212.0, 9227.0, 9246.0, 9249.0, 9251.0, 9255.0, 9237.0, 9219.0, 9252.0, 9221.0, 9239.0, 9218.0, 9237.0, 9238.0, 9232.0, 9262.0, 9240.0, 9254.0, 9219.0, 9236.0, 9249.0, 9270.0, 9258.0, 9274.0, 9274.0, 9254.0, 9253.0, 9275.0, 9254.0, 9248.0, 9227.0, 9257.0, 9290.0, 9276.0, 9275.0, 9247.0, 9272.0, 9247.0, 9260.0, 9275.0, 9245.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.0009780437284234752</td></tr>
<tr><td colspan=3>aqi</td><td>0.028984428883774453</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.67031061812219</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1501119276843328</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9945964033179736</td></tr>
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
<tr><td colspan=3>fber</td><td>6371.1694</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15757269877094263</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.669735327963178</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520872909832035</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.509442212897508</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7591172978538814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2940592187447155</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01873789355158806</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027816521003842354</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9313582240106544</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2521</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5534</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.0564</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305310.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>888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.1515</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.6363</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.0378</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.164</td></tr>
<tr><td colspan=3>tsnr</td><td>36.279322207614314</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>