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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0017_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0017_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-04/func/sub-0017_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3e79cabfc0ff35531ec9517047e136d2</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>12:40:23.172500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100154</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4be96576-8e76-455c-909e-b0fb781a7e6a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['124023.172500', '124023.632500', '124024.092500', '124024.552500', '124025.012500', '124025.472500', '124025.932500', '124026.392500', '124026.852500', '124027.312500', '124027.772500', '124028.232500', '124028.692500', '124029.152500', '124029.612500', '124030.072500', '124030.532500', '124030.992500', '124031.452500', '124031.912500', '124032.372500', '124032.832500', '124033.292500', '124033.752500', '124034.212500', '124034.672500', '124035.132500', '124035.592500', '124036.052500', '124036.512500', '124036.972500', '124037.432500', '124037.892500', '124038.352500', '124038.812500', '124039.272500', '124039.732500', '124040.192500', '124040.652500', '124041.112500', '124041.572500', '124042.032500', '124042.492500', '124042.952500', '124043.412500', '124043.872500', '124044.332500', '124044.792500', '124045.252500', '124045.712500', '124046.172500', '124046.632500', '124047.092500', '124047.552500', '124048.012500', '124048.472500', '124048.932500', '124049.392500', '124049.852500', '124050.312500', '124050.772500', '124051.232500', '124051.692500', '124052.152500', '124052.612500', '124053.072500', '124053.532500', '124053.992500', '124054.452500', '124054.912500', '124055.372500', '124055.832500', '124056.292500', '124056.752500', '124057.212500', '124057.672500', '124058.132500', '124058.592500', '124059.052500', '124059.512500', '124059.972500', '124100.432500', '124100.892500', '124101.352500', '124101.812500', '124102.272500', '124102.732500', '124103.192500', '124103.652500', '124104.112500', '124104.572500', '124105.032500', '124105.492500', '124105.952500', '124106.412500', '124106.872500', '124107.332500', '124107.792500', '124108.252500', '124108.712500', '124109.172500', '124109.632500', '124110.092500', '124110.552500', '124111.012500', '124111.472500', '124111.932500', '124112.392500', '124112.852500', '124113.312500', '124113.772500', '124114.232500', '124114.692500', '124115.152500', '124115.612500', '124116.072500', '124116.532500', '124116.992500', '124117.452500', '124117.912500', '124118.372500', '124118.832500', '124119.292500', '124119.752500', '124120.212500', '124120.672500', '124121.132500', '124121.592500', '124122.052500', '124122.512500', '124122.972500', '124123.432500', '124123.892500', '124124.352500', '124124.812500', '124125.272500', '124125.732500', '124126.192500', '124126.652500', '124127.112500', '124127.572500', '124128.032500', '124128.492500', '124128.952500', '124129.412500', '124129.872500', '124130.332500', '124130.792500', '124131.252500', '124131.712500', '124132.172500', '124132.632500', '124133.092500', '124133.552500', '124134.012500', '124134.472500', '124134.932500', '124135.392500', '124135.852500', '124136.312500', '124136.772500', '124137.232500', '124137.692500', '124138.152500', '124138.612500', '124139.072500', '124139.532500', '124139.992500', '124140.452500', '124140.912500', '124141.372500', '124141.832500', '124142.292500', '124142.752500', '124143.212500', '124143.672500', '124144.132500', '124144.592500', '124145.052500', '124145.512500', '124145.972500', '124146.432500', '124146.892500', '124147.352500', '124147.812500', '124148.272500', '124148.732500', '124149.192500', '124149.652500', '124150.112500', '124150.572500', '124151.032500', '124151.492500', '124151.952500', '124152.412500', '124152.872500', '124153.332500', '124153.792500', '124154.252500', '124154.712500', '124155.172500', '124155.632500', '124156.092500', '124156.552500', '124157.012500', '124157.472500', '124157.932500', '124158.392500', '124158.852500', '124159.312500', '124159.772500', '124200.232500', '124200.692500', '124201.152500', '124201.612500', '124202.072500', '124202.532500', '124202.992500', '124203.452500', '124203.912500', '124204.372500', '124204.832500', '124205.292500', '124205.752500', '124206.212500', '124206.672500', '124207.132500', '124207.592500', '124208.052500', '124208.512500', '124208.972500', '124209.432500', '124209.892500', '124210.352500', '124210.812500', '124211.272500', '124211.732500', '124212.192500', '124212.652500', '124213.112500', '124213.572500', '124214.032500', '124214.492500', '124214.952500', '124215.412500', '124215.872500', '124216.332500', '124216.792500', '124217.252500', '124217.712500', '124218.172500', '124218.632500', '124219.092500', '124219.552500', '124220.012500', '124220.472500', '124220.932500', '124221.392500', '124221.852500', '124222.312500', '124222.772500', '124223.232500', '124223.692500', '124224.152500', '124224.612500', '124225.072500', '124225.532500', '124225.992500', '124226.452500', '124226.912500', '124227.372500', '124227.832500', '124228.292500', '124228.752500', '124229.212500', '124229.672500', '124230.132500', '124230.592500', '124231.052500', '124231.512500', '124231.972500', '124232.432500', '124232.892500', '124233.352500', '124233.812500', '124234.272500', '124234.732500', '124235.192500', '124235.652500', '124236.112500', '124236.572500', '124237.032500', '124237.492500', '124237.952500', '124238.412500', '124238.872500', '124239.332500', '124239.792500', '124240.252500', '124240.712500', '124241.172500', '124241.632500', '124242.092500', '124242.552500', '124243.012500', '124243.472500', '124243.932500', '124244.392500', '124244.852500', '124245.312500', '124245.772500', '124246.232500', '124246.692500', '124247.152500', '124247.612500', '124248.072500', '124248.532500', '124248.992500', '124249.452500', '124249.912500', '124250.372500', '124250.832500', '124251.292500', '124251.752500', '124252.212500', '124252.672500', '124253.132500', '124253.592500', '124254.052500', '124254.512500', '124254.972500', '124255.432500', '124255.892500', '124256.352500', '124256.812500', '124257.272500', '124257.732500', '124258.192500', '124258.652500', '124259.112500', '124259.572500', '124300.032500', '124300.492500', '124300.952500', '124301.412500', '124301.872500', '124302.332500', '124302.792500', '124303.252500', '124303.712500', '124304.172500', '124304.632500', '124305.092500', '124305.552500', '124306.012500', '124306.472500', '124306.932500', '124307.392500', '124307.852500', '124308.312500', '124308.772500', '124309.232500', '124309.692500', '124310.152500', '124310.612500', '124311.072500', '124311.532500', '124311.992500', '124312.452500', '124312.912500', '124313.372500', '124313.832500', '124314.292500', '124314.752500', '124315.212500', '124315.672500', '124316.132500', '124316.592500', '124317.052500', '124317.512500', '124317.972500', '124318.432500', '124318.892500', '124319.352500', '124319.812500', '124320.272500', '124320.732500', '124321.192500', '124321.652500', '124322.112500', '124322.572500', '124323.032500', '124323.492500', '124323.952500', '124324.412500', '124324.872500', '124325.332500', '124325.792500', '124326.252500', '124326.712500', '124327.172500', '124327.632500', '124328.092500', '124328.552500', '124329.012500', '124329.472500', '124329.932500', '124330.392500', '124330.852500', '124331.312500', '124331.772500', '124332.232500', '124332.692500', '124333.152500', '124333.612500', '124334.072500', '124334.532500', '124334.992500', '124335.452500', '124335.912500', '124336.372500', '124336.832500', '124337.292500', '124337.752500', '124338.212500', '124338.672500', '124339.132500', '124339.592500', '124340.052500', '124340.512500', '124340.972500', '124341.432500', '124341.892500', '124342.352500', '124342.812500', '124343.272500', '124343.732500', '124344.192500', '124344.652500', '124345.112500', '124345.572500', '124346.032500', '124346.492500', '124346.952500', '124347.412500', '124347.872500', '124348.332500', '124348.792500', '124349.252500', '124349.712500', '124350.172500', '124350.632500', '124351.092500', '124351.552500', '124352.012500', '124352.472500', '124352.932500', '124353.392500', '124353.852500', '124354.312500', '124354.772500', '124355.232500', '124355.692500', '124356.152500', '124356.612500', '124357.072500', '124357.532500', '124357.992500', '124358.452500', '124358.912500', '124359.372500', '124359.832500', '124400.292500', '124400.752500', '124401.212500', '124401.672500', '124402.132500', '124402.592500', '124403.052500', '124403.512500', '124403.972500', '124404.432500', '124404.892500', '124405.352500', '124405.812500', '124406.272500', '124406.732500', '124407.192500', '124407.652500', '124408.112500', '124408.572500', '124409.032500', '124409.492500', '124409.952500', '124410.412500', '124410.872500', '124411.332500', '124411.792500', '124412.252500', '124412.712500', '124413.172500', '124413.632500', '124414.092500', '124414.552500', '124415.012500', '124415.472500', '124415.932500', '124416.392500', '124416.852500', '124417.312500', '124417.772500', '124418.232500', '124418.692500', '124419.152500', '124419.612500', '124420.072500', '124420.532500', '124420.992500', '124421.452500', '124421.912500', '124422.372500', '124422.832500', '124423.292500', '124423.752500', '124424.212500', '124424.672500', '124425.132500', '124425.592500', '124426.052500', '124426.512500', '124426.972500', '124427.432500', '124427.892500', '124428.352500', '124428.812500', '124429.272500', '124429.732500', '124430.192500', '124430.652500', '124431.112500', '124431.572500', '124432.032500', '124432.492500', '124432.952500', '124433.412500', '124433.872500', '124434.332500', '124434.792500', '124435.252500', '124435.712500', '124436.172500', '124436.632500', '124437.092500', '124437.552500', '124438.012500', '124438.472500', '124438.932500', '124439.392500', '124439.852500', '124440.312500', '124440.772500', '124441.232500', '124441.692500', '124442.152500', '124442.612500', '124443.072500', '124443.532500', '124443.992500', '124444.452500', '124444.912500', '124445.372500', '124445.832500', '124446.292500', '124446.752500', '124447.212500', '124447.672500', '124448.132500', '124448.592500', '124449.052500', '124449.512500', '124449.972500', '124450.432500', '124450.892500', '124451.352500', '124451.812500', '124452.272500', '124452.732500', '124453.192500', '124453.652500', '124454.112500', '124454.572500', '124455.032500', '124455.492500', '124455.952500', '124456.412500', '124456.872500', '124457.332500', '124457.792500', '124458.252500', '124458.712500', '124459.172500', '124459.632500', '124500.092500', '124500.552500', '124501.012500', '124501.472500', '124501.932500', '124502.392500', '124502.852500', '124503.312500', '124503.772500', '124504.232500', '124504.692500', '124505.152500', '124505.612500', '124506.072500', '124506.532500', '124506.992500', '124507.452500', '124507.912500', '124508.372500', '124508.832500', '124509.292500', '124509.752500', '124510.212500', '124510.672500', '124511.132500', '124511.592500', '124512.052500', '124512.512500', '124512.972500', '124513.432500', '124513.892500', '124514.352500', '124514.812500', '124515.272500', '124515.732500', '124516.192500', '124516.652500', '124517.112500', '124517.572500', '124518.032500', '124518.492500', '124518.952500', '124519.412500', '124519.872500', '124520.332500', '124520.792500', '124521.252500', '124521.712500', '124522.172500', '124522.632500', '124523.092500', '124523.552500', '124524.012500', '124524.472500', '124524.932500', '124525.392500', '124525.852500', '124526.312500', '124526.772500', '124527.232500', '124527.692500', '124528.152500', '124528.612500', '124529.072500', '124529.532500', '124529.992500', '124530.452500', '124530.912500', '124531.372500', '124531.832500', '124532.292500', '124532.752500', '124533.212500', '124533.672500', '124534.132500', '124534.592500', '124535.052500', '124535.512500', '124535.972500', '124536.432500', '124536.892500', '124537.352500', '124537.812500', '124538.272500', '124538.732500', '124539.192500', '124539.652500', '124540.112500', '124540.572500', '124541.032500', '124541.492500', '124541.952500', '124542.412500', '124542.872500', '124543.332500', '124543.792500', '124544.252500', '124544.712500', '124545.172500', '124545.632500', '124546.092500', '124546.552500', '124547.012500', '124547.472500', '124547.932500', '124548.392500', '124548.852500', '124549.312500', '124549.772500', '124550.232500', '124550.692500', '124551.152500', '124551.612500', '124552.072500', '124552.532500', '124552.992500', '124553.452500', '124553.912500', '124554.372500', '124554.832500', '124555.292500', '124555.752500', '124556.212500', '124556.672500', '124557.132500', '124557.592500', '124558.052500', '124558.512500', '124558.972500', '124559.432500', '124559.892500', '124600.352500', '124600.812500', '124601.272500', '124601.732500', '124602.192500', '124602.652500', '124603.112500', '124603.572500', '124604.032500', '124604.492500', '124604.952500', '124605.412500', '124605.872500', '124606.332500', '124606.792500', '124607.252500', '124607.712500', '124608.172500', '124608.632500', '124609.092500', '124609.552500', '124610.012500', '124610.472500', '124610.932500', '124611.392500', '124611.852500', '124612.312500', '124612.772500', '124613.232500', '124613.692500', '124614.152500', '124614.612500', '124615.072500', '124615.532500', '124615.992500', '124616.452500', '124616.912500', '124617.372500', '124617.832500', '124618.292500', '124618.752500', '124619.212500', '124619.672500', '124620.132500', '124620.592500', '124621.052500', '124621.512500', '124621.972500', '124622.432500', '124622.892500', '124623.352500', '124623.812500', '124624.272500', '124624.732500', '124625.192500', '124625.652500', '124626.112500', '124626.572500', '124627.032500', '124627.492500', '124627.952500', '124628.412500', '124628.872500', '124629.332500', '124629.792500', '124630.252500', '124630.712500', '124631.172500', '124631.632500', '124632.092500', '124632.552500', '124633.012500', '124633.472500', '124633.932500', '124634.392500', '124634.852500', '124635.312500', '124635.772500', '124636.232500', '124636.692500', '124637.152500', '124637.612500', '124638.072500', '124638.532500', '124638.992500', '124639.452500', '124639.912500', '124640.372500', '124640.832500', '124641.292500', '124641.752500', '124642.212500', '124642.672500', '124643.132500', '124643.592500', '124644.052500', '124644.512500', '124644.972500', '124645.432500', '124645.892500', '124646.352500', '124646.812500', '124647.272500', '124647.732500', '124648.192500', '124648.652500', '124649.112500', '124649.572500', '124650.032500', '124650.492500', '124650.952500', '124651.412500', '124651.872500', '124652.332500', '124652.792500', '124653.252500', '124653.712500', '124654.172500', '124654.632500', '124655.092500', '124655.552500', '124656.012500', '124656.472500', '124656.932500', '124657.392500', '124657.852500', '124658.312500', '124658.772500', '124659.232500', '124659.692500', '124700.152500', '124700.612500', '124701.072500', '124701.532500', '124701.992500', '124702.452500', '124702.912500', '124703.372500', '124703.832500'], 'ContentTime': ['124048.418000', '124048.421000', '124048.424000', '124048.427000', '124048.430000', '124048.433000', '124048.436000', '124048.439000', '124048.442000', '124048.445000', '124048.447000', '124048.450000', '124048.453000', '124048.476000', '124048.479000', '124048.482000', '124048.489000', '124048.492000', '124048.494000', '124048.497000', '124048.500000', '124048.503000', '124048.506000', '124048.509000', '124048.512000', '124048.514000', '124048.517000', '124048.520000', '124048.523000', '124048.526000', '124048.534000', '124048.537000', '124048.540000', '124048.543000', '124048.545000', '124048.548000', '124048.551000', '124048.554000', '124048.557000', '124048.559000', '124048.562000', '124048.565000', '124048.568000', '124048.571000', '124048.574000', '124048.577000', '124048.579000', '124048.582000', '124048.585000', '124048.588000', '124048.591000', '124048.599000', '124048.602000', '124108.378000', '124108.381000', '124108.384000', '124108.386000', '124108.389000', '124108.392000', '124108.395000', '124108.398000', '124108.401000', '124108.403000', '124108.406000', '124108.409000', '124108.412000', '124108.415000', '124108.417000', '124108.420000', '124108.423000', '124108.426000', '124108.429000', '124108.431000', '124108.434000', '124108.437000', '124108.440000', '124108.443000', '124108.446000', '124108.449000', '124108.451000', '124108.454000', '124108.457000', '124108.460000', '124108.463000', '124108.465000', '124108.468000', '124108.471000', '124108.474000', '124108.477000', '124108.480000', '124108.482000', '124108.485000', '124108.488000', '124108.491000', '124108.493000', '124108.496000', '124108.499000', '124128.378000', '124128.381000', '124128.384000', '124128.387000', '124128.390000', '124128.393000', '124128.395000', '124128.398000', '124128.401000', '124128.404000', '124128.407000', '124128.410000', '124128.413000', '124128.416000', '124128.419000', '124128.421000', '124128.424000', '124128.447000', '124128.450000', '124128.453000', '124128.456000', '124128.459000', '124128.461000', '124128.464000', '124128.467000', '124128.470000', '124128.473000', '124128.475000', '124128.478000', '124128.481000', '124128.484000', '124128.487000', '124128.490000', '124128.492000', '124128.495000', '124128.498000', '124128.501000', '124128.504000', '124128.506000', '124128.509000', '124128.512000', '124128.515000', '124128.518000', '124148.378000', '124148.381000', '124148.384000', '124148.387000', '124148.389000', '124148.392000', '124148.395000', '124148.398000', '124148.401000', '124148.404000', '124148.407000', '124148.410000', '124148.412000', '124148.415000', '124148.418000', '124148.421000', '124148.424000', '124148.427000', '124148.429000', '124148.432000', '124148.435000', '124148.438000', '124148.441000', '124148.444000', '124148.446000', '124148.449000', '124148.452000', '124148.456000', '124148.459000', '124148.462000', '124148.465000', '124148.468000', '124148.470000', '124148.473000', '124148.476000', '124148.479000', '124148.481000', '124148.484000', '124148.487000', '124148.490000', '124148.493000', '124148.495000', '124148.498000', '124148.501000', '124208.379000', '124208.382000', '124208.385000', '124208.388000', '124208.390000', '124208.393000', '124208.396000', '124208.399000', '124208.402000', '124208.405000', '124208.407000', '124208.410000', '124208.413000', '124208.416000', '124208.419000', '124208.422000', '124208.424000', '124208.427000', '124208.430000', '124208.433000', '124208.436000', '124208.439000', '124208.442000', '124208.445000', '124208.447000', '124208.453000', '124208.455000', '124208.458000', '124208.461000', '124208.464000', '124208.467000', '124208.470000', '124208.472000', '124208.475000', '124208.478000', '124208.481000', '124208.484000', '124208.486000', '124208.489000', '124208.492000', '124208.495000', '124208.497000', '124208.500000', '124228.379000', '124228.382000', '124228.385000', '124228.388000', '124228.390000', '124228.393000', '124228.396000', '124228.399000', '124228.402000', '124228.404000', '124228.409000', '124228.412000', '124228.415000', '124228.418000', '124228.421000', '124228.423000', '124228.426000', '124228.429000', '124228.432000', '124228.435000', '124228.437000', '124228.440000', '124228.443000', '124228.446000', '124228.449000', '124228.451000', '124228.454000', '124228.457000', '124228.460000', '124228.463000', '124228.466000', '124228.469000', '124228.471000', '124228.474000', '124228.477000', '124228.480000', '124228.483000', '124228.485000', '124228.488000', '124228.491000', '124228.494000', '124228.497000', '124228.500000', '124228.502000', '124248.378000', '124248.381000', '124248.384000', '124248.386000', '124248.389000', '124248.392000', '124248.395000', '124248.398000', '124248.401000', '124248.403000', '124248.406000', '124248.409000', '124248.419000', '124248.422000', '124248.426000', '124248.429000', '124248.432000', '124248.435000', '124248.438000', '124248.440000', '124248.443000', '124248.446000', '124248.449000', '124248.452000', '124248.455000', '124248.457000', '124248.461000', '124248.463000', '124248.466000', '124248.469000', '124248.472000', '124248.475000', '124248.477000', '124248.480000', '124248.483000', '124248.486000', '124248.489000', '124248.491000', '124248.494000', '124248.497000', '124248.500000', '124248.503000', '124248.506000', '124308.378000', '124308.381000', '124308.384000', '124308.387000', '124308.389000', '124308.392000', '124308.395000', '124308.398000', '124308.401000', '124308.404000', '124308.406000', '124308.409000', '124308.412000', '124308.415000', '124308.418000', '124308.421000', '124308.423000', '124308.426000', '124308.429000', '124308.432000', '124308.435000', '124308.438000', '124308.440000', '124308.443000', '124308.446000', '124308.449000', '124308.452000', '124308.454000', '124308.457000', '124308.460000', '124308.463000', '124308.466000', '124308.469000', '124308.471000', '124308.474000', '124308.477000', '124308.480000', '124308.483000', '124308.486000', '124308.488000', '124308.491000', '124308.494000', '124308.497000', '124308.500000', '124328.378000', '124328.381000', '124328.384000', '124328.387000', '124328.390000', '124328.392000', '124328.395000', '124328.398000', '124328.401000', '124328.404000', '124328.407000', '124328.409000', '124328.412000', '124328.415000', '124328.418000', '124328.421000', '124328.423000', '124328.426000', '124328.429000', '124328.432000', '124328.435000', '124328.438000', '124328.440000', '124328.443000', '124328.446000', '124328.449000', '124328.453000', '124328.456000', '124328.459000', '124328.462000', '124328.465000', '124328.468000', '124328.471000', '124328.474000', '124328.477000', '124328.479000', '124328.482000', '124328.485000', '124328.488000', '124328.491000', '124328.493000', '124328.496000', '124328.499000', '124348.378000', '124348.381000', '124348.384000', '124348.387000', '124348.390000', '124348.392000', '124348.395000', '124348.398000', '124348.401000', '124348.404000', '124348.407000', '124348.409000', '124348.412000', '124348.415000', '124348.418000', '124348.421000', '124348.424000', '124348.426000', '124348.429000', '124348.432000', '124348.435000', '124348.438000', '124348.440000', '124348.443000', '124348.446000', '124348.449000', '124348.452000', '124348.455000', '124348.458000', '124348.461000', '124348.464000', '124348.467000', '124348.476000', '124348.478000', '124348.481000', '124348.484000', '124348.487000', '124348.490000', '124348.507000', '124348.510000', '124348.516000', '124348.518000', '124348.521000', '124348.524000', '124408.378000', '124408.381000', '124408.384000', '124408.387000', '124408.390000', '124408.392000', '124408.395000', '124408.398000', '124408.401000', '124408.404000', '124408.408000', '124408.411000', '124408.413000', '124408.416000', '124408.419000', '124408.422000', '124408.425000', '124408.428000', '124408.431000', '124408.433000', '124408.436000', '124408.439000', '124408.442000', '124408.445000', '124408.448000', '124408.450000', '124408.453000', '124408.456000', '124408.459000', '124408.462000', '124408.465000', '124408.468000', '124408.471000', '124408.473000', '124408.476000', '124408.479000', '124408.482000', '124408.485000', '124408.488000', '124408.491000', '124408.494000', '124408.496000', '124408.499000', '124428.379000', '124428.382000', '124428.385000', '124428.388000', '124428.391000', '124428.393000', '124428.396000', '124428.399000', '124428.402000', '124428.405000', '124428.407000', '124428.410000', '124428.413000', '124428.416000', '124428.419000', '124428.422000', '124428.424000', '124428.427000', '124428.430000', '124428.433000', '124428.436000', '124428.438000', '124428.441000', '124428.444000', '124428.447000', '124428.450000', '124428.453000', '124428.455000', '124428.458000', '124428.461000', '124428.464000', '124428.467000', '124428.470000', '124428.472000', '124428.475000', '124428.478000', '124428.481000', '124428.484000', '124428.486000', '124428.489000', '124428.492000', '124428.495000', '124428.498000', '124428.504000', '124448.379000', '124448.382000', '124448.385000', '124448.388000', '124448.390000', '124448.393000', '124448.396000', '124448.399000', '124448.402000', '124448.405000', '124448.408000', '124448.410000', '124448.413000', '124448.416000', '124448.419000', '124448.422000', '124448.424000', '124448.427000', '124448.430000', '124448.433000', '124448.436000', '124448.439000', '124448.442000', '124448.445000', '124448.447000', '124448.450000', '124448.453000', '124448.456000', '124448.459000', '124448.462000', '124448.464000', '124448.467000', '124448.470000', '124448.473000', '124448.476000', '124448.479000', '124448.482000', '124448.485000', '124448.488000', '124448.491000', '124448.493000', '124448.496000', '124448.500000', '124508.378000', '124508.381000', '124508.384000', '124508.387000', '124508.389000', '124508.392000', '124508.395000', '124508.398000', '124508.401000', '124508.403000', '124508.406000', '124508.409000', '124508.412000', '124508.415000', '124508.418000', '124508.420000', '124508.423000', '124508.426000', '124508.429000', '124508.432000', '124508.435000', '124508.438000', '124508.441000', '124508.443000', '124508.446000', '124508.449000', '124508.452000', '124508.455000', '124508.457000', '124508.460000', '124508.463000', '124508.466000', '124508.469000', '124508.471000', '124508.474000', '124508.477000', '124508.480000', '124508.483000', '124508.486000', '124508.488000', '124508.491000', '124508.494000', '124508.497000', '124508.500000', '124528.378000', '124528.381000', '124528.384000', '124528.387000', '124528.390000', '124528.392000', '124528.395000', '124528.398000', '124528.401000', '124528.404000', '124528.406000', '124528.409000', '124528.412000', '124528.415000', '124528.418000', '124528.421000', '124528.424000', '124528.426000', '124528.429000', '124528.442000', '124528.445000', '124528.448000', '124528.451000', '124528.454000', '124528.457000', '124528.460000', '124528.463000', '124528.465000', '124528.468000', '124528.471000', '124528.474000', '124528.477000', '124528.480000', '124528.483000', '124528.485000', '124528.488000', '124528.491000', '124528.494000', '124528.497000', '124528.499000', '124528.502000', '124528.505000', '124528.508000', '124548.378000', '124548.381000', '124548.384000', '124548.387000', '124548.389000', '124548.392000', '124548.395000', '124548.398000', '124548.401000', '124548.404000', '124548.407000', '124548.410000', '124548.413000', '124548.416000', '124548.418000', '124548.421000', '124548.424000', '124548.427000', '124548.430000', '124548.433000', '124548.435000', '124548.446000', '124548.449000', '124548.451000', '124548.454000', '124548.457000', '124548.460000', '124548.463000', '124548.466000', '124548.469000', '124548.471000', '124548.474000', '124548.477000', '124548.480000', '124548.483000', '124548.486000', '124548.488000', '124548.491000', '124548.494000', '124548.497000', '124548.500000', '124548.503000', '124548.506000', '124548.509000', '124608.378000', '124608.381000', '124608.384000', '124608.387000', '124608.390000', '124608.392000', '124608.395000', '124608.398000', '124608.401000', '124608.404000', '124608.406000', '124608.409000', '124608.412000', '124608.415000', '124608.418000', '124608.421000', '124608.423000', '124608.426000', '124608.429000', '124608.432000', '124608.435000', '124608.438000', '124608.440000', '124608.443000', '124608.446000', '124608.449000', '124608.452000', '124608.455000', '124608.457000', '124608.460000', '124608.463000', '124608.466000', '124608.469000', '124608.472000', '124608.474000', '124608.477000', '124608.480000', '124608.483000', '124608.486000', '124608.489000', '124608.491000', '124608.494000', '124608.497000', '124628.378000', '124628.381000', '124628.384000', '124628.387000', '124628.390000', '124628.392000', '124628.395000', '124628.398000', '124628.401000', '124628.404000', '124628.407000', '124628.409000', '124628.412000', '124628.417000', '124628.420000', '124628.422000', '124628.425000', '124628.428000', '124628.431000', '124628.434000', '124628.437000', '124628.440000', '124628.442000', '124628.445000', '124628.448000', '124628.451000', '124628.454000', '124628.456000', '124628.459000', '124628.462000', '124628.465000', '124628.468000', '124628.471000', '124628.473000', '124628.476000', '124628.479000', '124628.482000', '124628.485000', '124628.487000', '124628.490000', '124628.493000', '124628.497000', '124628.500000', '124628.503000', '124648.379000', '124648.382000', '124648.385000', '124648.388000', '124648.391000', '124648.393000', '124648.396000', '124648.399000', '124648.402000', '124648.405000', '124648.408000', '124648.411000', '124648.413000', '124648.416000', '124648.419000', '124648.422000', '124648.425000', '124648.427000', '124648.430000', '124648.433000', '124648.436000', '124648.439000', '124648.442000', '124648.444000', '124648.447000', '124648.450000', '124648.453000', '124648.456000', '124648.458000', '124648.472000', '124648.474000', '124648.477000', '124648.480000', '124648.485000', '124648.488000', '124648.491000', '124648.493000', '124648.496000', '124648.499000', '124648.502000', '124648.505000', '124648.508000', '124648.510000', '124704.704000', '124704.708000', '124704.710000', '124704.721000', '124704.724000', '124704.727000', '124704.730000', '124704.733000', '124704.736000', '124704.739000', '124704.742000', '124704.745000', '124704.747000', '124704.750000', '124704.754000', '124704.757000', '124704.760000', '124704.762000', '124704.765000', '124704.768000', '124704.829000', '124704.831000', '124704.834000', '124704.837000', '124704.840000', '124704.843000', '124704.846000', '124704.849000', '124704.851000', '124704.854000', '124704.857000', '124704.860000', '124704.863000', '124704.866000', '124704.869000', '124704.872000'], 'InstanceCreationTime': ['124048.418000', '124048.421000', '124048.424000', '124048.427000', '124048.430000', '124048.433000', '124048.436000', '124048.439000', '124048.442000', '124048.445000', '124048.447000', '124048.450000', '124048.453000', '124048.476000', '124048.479000', '124048.482000', '124048.489000', '124048.492000', '124048.494000', '124048.497000', '124048.500000', '124048.503000', '124048.506000', '124048.509000', '124048.512000', '124048.514000', '124048.517000', '124048.520000', '124048.523000', '124048.526000', '124048.534000', '124048.537000', '124048.540000', '124048.543000', '124048.545000', '124048.548000', '124048.551000', '124048.554000', '124048.557000', '124048.559000', '124048.562000', '124048.565000', '124048.568000', '124048.571000', '124048.574000', '124048.577000', '124048.579000', '124048.582000', '124048.585000', '124048.588000', '124048.591000', '124048.599000', '124048.602000', '124108.378000', '124108.381000', '124108.384000', '124108.386000', '124108.389000', '124108.392000', '124108.395000', '124108.398000', '124108.401000', '124108.403000', '124108.406000', '124108.409000', '124108.412000', '124108.415000', '124108.417000', '124108.420000', '124108.423000', '124108.426000', '124108.429000', '124108.431000', '124108.434000', '124108.437000', '124108.440000', '124108.443000', '124108.446000', '124108.449000', '124108.451000', '124108.454000', '124108.457000', '124108.460000', '124108.463000', '124108.465000', '124108.468000', '124108.471000', '124108.474000', '124108.477000', '124108.480000', '124108.482000', '124108.485000', '124108.488000', '124108.491000', '124108.493000', '124108.496000', '124108.499000', '124128.378000', '124128.381000', '124128.384000', '124128.387000', '124128.390000', '124128.393000', '124128.395000', '124128.398000', '124128.401000', '124128.404000', '124128.407000', '124128.410000', '124128.413000', '124128.416000', '124128.419000', '124128.421000', '124128.424000', '124128.447000', '124128.450000', '124128.453000', '124128.456000', '124128.459000', '124128.461000', '124128.464000', '124128.467000', '124128.470000', '124128.473000', '124128.475000', '124128.478000', '124128.481000', '124128.484000', '124128.487000', '124128.490000', '124128.492000', '124128.495000', '124128.498000', '124128.501000', '124128.504000', '124128.506000', '124128.509000', '124128.512000', '124128.515000', '124128.518000', '124148.378000', '124148.381000', '124148.384000', '124148.387000', '124148.389000', '124148.392000', '124148.395000', '124148.398000', '124148.401000', '124148.404000', '124148.407000', '124148.410000', '124148.412000', '124148.415000', '124148.418000', '124148.421000', '124148.424000', '124148.427000', '124148.429000', '124148.432000', '124148.435000', '124148.438000', '124148.441000', '124148.444000', '124148.446000', '124148.449000', '124148.452000', '124148.456000', '124148.459000', '124148.462000', '124148.465000', '124148.468000', '124148.470000', '124148.473000', '124148.476000', '124148.479000', '124148.481000', '124148.484000', '124148.487000', '124148.490000', '124148.493000', '124148.495000', '124148.498000', '124148.501000', '124208.379000', '124208.382000', '124208.385000', '124208.388000', '124208.390000', '124208.393000', '124208.396000', '124208.399000', '124208.402000', '124208.405000', '124208.407000', '124208.410000', '124208.413000', '124208.416000', '124208.419000', '124208.422000', '124208.424000', '124208.427000', '124208.430000', '124208.433000', '124208.436000', '124208.439000', '124208.442000', '124208.445000', '124208.447000', '124208.453000', '124208.455000', '124208.458000', '124208.461000', '124208.464000', '124208.467000', '124208.470000', '124208.472000', '124208.475000', '124208.478000', '124208.481000', '124208.484000', '124208.486000', '124208.489000', '124208.492000', '124208.495000', '124208.497000', '124208.500000', '124228.379000', '124228.382000', '124228.385000', '124228.388000', '124228.390000', '124228.393000', '124228.396000', '124228.399000', '124228.402000', '124228.404000', '124228.409000', '124228.412000', '124228.415000', '124228.418000', '124228.421000', '124228.423000', '124228.426000', '124228.429000', '124228.432000', '124228.435000', '124228.437000', '124228.440000', '124228.443000', '124228.446000', '124228.449000', '124228.451000', '124228.454000', '124228.457000', '124228.460000', '124228.463000', '124228.466000', '124228.469000', '124228.471000', '124228.474000', '124228.477000', '124228.480000', '124228.483000', '124228.485000', '124228.488000', '124228.491000', '124228.494000', '124228.497000', '124228.500000', '124228.502000', '124248.378000', '124248.381000', '124248.384000', '124248.386000', '124248.389000', '124248.392000', '124248.395000', '124248.398000', '124248.401000', '124248.403000', '124248.406000', '124248.409000', '124248.419000', '124248.422000', '124248.426000', '124248.429000', '124248.432000', '124248.435000', '124248.438000', '124248.440000', '124248.443000', '124248.446000', '124248.449000', '124248.452000', '124248.455000', '124248.457000', '124248.461000', '124248.463000', '124248.466000', '124248.469000', '124248.472000', '124248.475000', '124248.477000', '124248.480000', '124248.483000', '124248.486000', '124248.489000', '124248.491000', '124248.494000', '124248.497000', '124248.500000', '124248.503000', '124248.506000', '124308.378000', '124308.381000', '124308.384000', '124308.387000', '124308.389000', '124308.392000', '124308.395000', '124308.398000', '124308.401000', '124308.404000', '124308.406000', '124308.409000', '124308.412000', '124308.415000', '124308.418000', '124308.421000', '124308.423000', '124308.426000', '124308.429000', '124308.432000', '124308.435000', '124308.438000', '124308.440000', '124308.443000', '124308.446000', '124308.449000', '124308.452000', '124308.454000', '124308.457000', '124308.460000', '124308.463000', '124308.466000', '124308.469000', '124308.471000', '124308.474000', '124308.477000', '124308.480000', '124308.483000', '124308.486000', '124308.488000', '124308.491000', '124308.494000', '124308.497000', '124308.500000', '124328.378000', '124328.381000', '124328.384000', '124328.387000', '124328.390000', '124328.392000', '124328.395000', '124328.398000', '124328.401000', '124328.404000', '124328.407000', '124328.409000', '124328.412000', '124328.415000', '124328.418000', '124328.421000', '124328.423000', '124328.426000', '124328.429000', '124328.432000', '124328.435000', '124328.438000', '124328.440000', '124328.443000', '124328.446000', '124328.449000', '124328.453000', '124328.456000', '124328.459000', '124328.462000', '124328.465000', '124328.468000', '124328.471000', '124328.474000', '124328.477000', '124328.479000', '124328.482000', '124328.485000', '124328.488000', '124328.491000', '124328.493000', '124328.496000', '124328.499000', '124348.378000', '124348.381000', '124348.384000', '124348.387000', '124348.390000', '124348.392000', '124348.395000', '124348.398000', '124348.401000', '124348.404000', '124348.407000', '124348.409000', '124348.412000', '124348.415000', '124348.418000', '124348.421000', '124348.424000', '124348.426000', '124348.429000', '124348.432000', '124348.435000', '124348.438000', '124348.440000', '124348.443000', '124348.446000', '124348.449000', '124348.452000', '124348.455000', '124348.458000', '124348.461000', '124348.464000', '124348.467000', '124348.476000', '124348.478000', '124348.481000', '124348.484000', '124348.487000', '124348.490000', '124348.507000', '124348.510000', '124348.516000', '124348.518000', '124348.521000', '124348.524000', '124408.378000', '124408.381000', '124408.384000', '124408.387000', '124408.390000', '124408.392000', '124408.395000', '124408.398000', '124408.401000', '124408.404000', '124408.408000', '124408.411000', '124408.413000', '124408.416000', '124408.419000', '124408.422000', '124408.425000', '124408.428000', '124408.431000', '124408.433000', '124408.436000', '124408.439000', '124408.442000', '124408.445000', '124408.448000', '124408.450000', '124408.453000', '124408.456000', '124408.459000', '124408.462000', '124408.465000', '124408.468000', '124408.471000', '124408.473000', '124408.476000', '124408.479000', '124408.482000', '124408.485000', '124408.488000', '124408.491000', '124408.494000', '124408.496000', '124408.499000', '124428.379000', '124428.382000', '124428.385000', '124428.388000', '124428.391000', '124428.393000', '124428.396000', '124428.399000', '124428.402000', '124428.405000', '124428.407000', '124428.410000', '124428.413000', '124428.416000', '124428.419000', '124428.422000', '124428.424000', '124428.427000', '124428.430000', '124428.433000', '124428.436000', '124428.438000', '124428.441000', '124428.444000', '124428.447000', '124428.450000', '124428.453000', '124428.455000', '124428.458000', '124428.461000', '124428.464000', '124428.467000', '124428.470000', '124428.472000', '124428.475000', '124428.478000', '124428.481000', '124428.484000', '124428.486000', '124428.489000', '124428.492000', '124428.495000', '124428.498000', '124428.504000', '124448.379000', '124448.382000', '124448.385000', '124448.388000', '124448.390000', '124448.393000', '124448.396000', '124448.399000', '124448.402000', '124448.405000', '124448.408000', '124448.410000', '124448.413000', '124448.416000', '124448.419000', '124448.422000', '124448.424000', '124448.427000', '124448.430000', '124448.433000', '124448.436000', '124448.439000', '124448.442000', '124448.445000', '124448.447000', '124448.450000', '124448.453000', '124448.456000', '124448.459000', '124448.462000', '124448.464000', '124448.467000', '124448.470000', '124448.473000', '124448.476000', '124448.479000', '124448.482000', '124448.485000', '124448.488000', '124448.491000', '124448.493000', '124448.496000', '124448.500000', '124508.378000', '124508.381000', '124508.384000', '124508.387000', '124508.389000', '124508.392000', '124508.395000', '124508.398000', '124508.401000', '124508.403000', '124508.406000', '124508.409000', '124508.412000', '124508.415000', '124508.418000', '124508.420000', '124508.423000', '124508.426000', '124508.429000', '124508.432000', '124508.435000', '124508.438000', '124508.441000', '124508.443000', '124508.446000', '124508.449000', '124508.452000', '124508.455000', '124508.457000', '124508.460000', '124508.463000', '124508.466000', '124508.469000', '124508.471000', '124508.474000', '124508.477000', '124508.480000', '124508.483000', '124508.486000', '124508.488000', '124508.491000', '124508.494000', '124508.497000', '124508.500000', '124528.378000', '124528.381000', '124528.384000', '124528.387000', '124528.390000', '124528.392000', '124528.395000', '124528.398000', '124528.401000', '124528.404000', '124528.406000', '124528.409000', '124528.412000', '124528.415000', '124528.418000', '124528.421000', '124528.424000', '124528.426000', '124528.429000', '124528.442000', '124528.445000', '124528.448000', '124528.451000', '124528.454000', '124528.457000', '124528.460000', '124528.463000', '124528.465000', '124528.468000', '124528.471000', '124528.474000', '124528.477000', '124528.480000', '124528.483000', '124528.485000', '124528.488000', '124528.491000', '124528.494000', '124528.497000', '124528.499000', '124528.502000', '124528.505000', '124528.508000', '124548.378000', '124548.381000', '124548.384000', '124548.387000', '124548.389000', '124548.392000', '124548.395000', '124548.398000', '124548.401000', '124548.404000', '124548.407000', '124548.410000', '124548.413000', '124548.416000', '124548.418000', '124548.421000', '124548.424000', '124548.427000', '124548.430000', '124548.433000', '124548.435000', '124548.446000', '124548.449000', '124548.451000', '124548.454000', '124548.457000', '124548.460000', '124548.463000', '124548.466000', '124548.469000', '124548.471000', '124548.474000', '124548.477000', '124548.480000', '124548.483000', '124548.486000', '124548.488000', '124548.491000', '124548.494000', '124548.497000', '124548.500000', '124548.503000', '124548.506000', '124548.509000', '124608.378000', '124608.381000', '124608.384000', '124608.387000', '124608.390000', '124608.392000', '124608.395000', '124608.398000', '124608.401000', '124608.404000', '124608.406000', '124608.409000', '124608.412000', '124608.415000', '124608.418000', '124608.421000', '124608.423000', '124608.426000', '124608.429000', '124608.432000', '124608.435000', '124608.438000', '124608.440000', '124608.443000', '124608.446000', '124608.449000', '124608.452000', '124608.455000', '124608.457000', '124608.460000', '124608.463000', '124608.466000', '124608.469000', '124608.472000', '124608.474000', '124608.477000', '124608.480000', '124608.483000', '124608.486000', '124608.489000', '124608.491000', '124608.494000', '124608.497000', '124628.378000', '124628.381000', '124628.384000', '124628.387000', '124628.390000', '124628.392000', '124628.395000', '124628.398000', '124628.401000', '124628.404000', '124628.407000', '124628.409000', '124628.412000', '124628.417000', '124628.420000', '124628.422000', '124628.425000', '124628.428000', '124628.431000', '124628.434000', '124628.437000', '124628.440000', '124628.442000', '124628.445000', '124628.448000', '124628.451000', '124628.454000', '124628.456000', '124628.459000', '124628.462000', '124628.465000', '124628.468000', '124628.471000', '124628.473000', '124628.476000', '124628.479000', '124628.482000', '124628.485000', '124628.487000', '124628.490000', '124628.493000', '124628.497000', '124628.500000', '124628.503000', '124648.379000', '124648.382000', '124648.385000', '124648.388000', '124648.391000', '124648.393000', '124648.396000', '124648.399000', '124648.402000', '124648.405000', '124648.408000', '124648.411000', '124648.413000', '124648.416000', '124648.419000', '124648.422000', '124648.425000', '124648.427000', '124648.430000', '124648.433000', '124648.436000', '124648.439000', '124648.442000', '124648.444000', '124648.447000', '124648.450000', '124648.453000', '124648.456000', '124648.458000', '124648.472000', '124648.474000', '124648.477000', '124648.480000', '124648.485000', '124648.488000', '124648.491000', '124648.493000', '124648.496000', '124648.499000', '124648.502000', '124648.505000', '124648.508000', '124648.510000', '124704.704000', '124704.708000', '124704.710000', '124704.721000', '124704.724000', '124704.727000', '124704.730000', '124704.733000', '124704.736000', '124704.739000', '124704.742000', '124704.745000', '124704.747000', '124704.750000', '124704.754000', '124704.757000', '124704.760000', '124704.762000', '124704.765000', '124704.768000', '124704.829000', '124704.831000', '124704.834000', '124704.837000', '124704.840000', '124704.843000', '124704.846000', '124704.849000', '124704.851000', '124704.854000', '124704.857000', '124704.860000', '124704.863000', '124704.866000', '124704.869000', '124704.872000'], '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': [11866, 17425, 11308, 14424, 9769, 13562, 10758, 13051, 10035, 12436, 13657, 11293, 13723, 10537, 12440, 10282, 13262, 10877, 13624, 10618, 11301, 11686, 8081, 13112, 8321, 13373, 9224, 12857, 9477, 13560, 9747, 13943, 8770, 13776, 10323, 13070, 10647, 13380, 10042, 12535, 11616, 11964, 12243, 11662, 10010, 11823, 10612, 13193, 8672, 14021, 9077, 13608, 11383, 13770, 13173, 10092, 13476, 9309, 14149, 9444, 13795, 9681, 14777, 9452, 14357, 9637, 14128, 8938, 13783, 9488, 14014, 9165, 13774, 9401, 13303, 10279, 13563, 9523, 13040, 9615, 14147, 11772, 11746, 9649, 12618, 11296, 8462, 13028, 10382, 13894, 11767, 14808, 10159, 15607, 9659, 13714, 9244, 12931, 12663, 12211, 16426, 10431, 15600, 9763, 14458, 9270, 13761, 8955, 13740, 8245, 13755, 8090, 13258, 12645, 10799, 15126, 9779, 13989, 9102, 13797, 8958, 13353, 12020, 10892, 15193, 9736, 14025, 10057, 13289, 9495, 12922, 10855, 13992, 10531, 14743, 9548, 14429, 9094, 13889, 9972, 14123, 9230, 11980, 9027, 13291, 8147, 14206, 9817, 15628, 9526, 17423, 12201, 12751, 18633, 9498, 16274, 9099, 13563, 9586, 10750, 14563, 10397, 14172, 9513, 14052, 8683, 13546, 8125, 12516, 9525, 11015, 9467, 10811, 12987, 9399, 14041, 9528, 14016, 8658, 13125, 8257, 13141, 7969, 12754, 10096, 11049, 15267, 9372, 14468, 9563, 14447, 9490, 13957, 9215, 14114, 9270, 13334, 12036, 12121, 14866, 10136, 14732, 8906, 14273, 10146, 13153, 10676, 12655, 14943, 10943, 15018, 9602, 14321, 10378, 13748, 14530, 11358, 16193, 9988, 14496, 10068, 13068, 8754, 11762, 9259, 10835, 13143, 9864, 13359, 11180, 15561, 10308, 12344, 11303, 8991, 13833, 12255, 11521, 14688, 10163, 14299, 9683, 13697, 9060, 12615, 8170, 13162, 9895, 13207, 10341, 12902, 9406, 13338, 12522, 11899, 15914, 11059, 15542, 11004, 14746, 10238, 14025, 8803, 14059, 8516, 13778, 9493, 12671, 14984, 10542, 14426, 9421, 14163, 9838, 13551, 15114, 11218, 14898, 10731, 14408, 8838, 13511, 14956, 10431, 14759, 9889, 14209, 9016, 13719, 8263, 12745, 11554, 11353, 15428, 10016, 14951, 9344, 13234, 10226, 11045, 15033, 9599, 14748, 10324, 12352, 15602, 10116, 14643, 8817, 14191, 9281, 11485, 15460, 10502, 15119, 9789, 14506, 8687, 13705, 9253, 11375, 15351, 9423, 14735, 8628, 13489, 10711, 11159, 15779, 9300, 14627, 9205, 13109, 13053, 11218, 15463, 10371, 14895, 9336, 14757, 11826, 12172, 18215, 10771, 15631, 9562, 14094, 10794, 11860, 15474, 11356, 14221, 9372, 13919, 9975, 12780, 15345, 10247, 13833, 8708, 14182, 10500, 16454, 12294, 16621, 11954, 14395, 10051, 13957, 9291, 13536, 11919, 12322, 16274, 11471, 15701, 10729, 15336, 8940, 13896, 8995, 13391, 8711, 13802, 8552, 13113, 11185, 11991, 15068, 10676, 15675, 8943, 14113, 8365, 13346, 9189, 12818, 14344, 11307, 16203, 11419, 15577, 11315, 15812, 10020, 14499, 9386, 13400, 10565, 13962, 10069, 13428, 10653, 14875, 10432, 14400, 9507, 14257, 9423, 13569, 14143, 11771, 16925, 11193, 14862, 10419, 13919, 10073, 12652, 16592, 11292, 14241, 10832, 14415, 9362, 13866, 8973, 13802, 10446, 12613, 10329, 17008, 12338, 12200, 15262, 11272, 14598, 17386, 13134, 11414, 11865, 17899, 12652, 18588, 17968, 16795, 19636, 16226, 20401, 17136, 14817, 18109, 15829, 17892, 11304, 16077, 11797, 15429, 12493, 15765, 11940, 15879, 10213, 14208, 16524, 13063, 17018, 9710, 15819, 10627, 17021, 11113, 15609, 9204, 14645, 11561, 15517, 11029, 15364, 10132, 13181, 16707, 10740, 15526, 10314, 14974, 9687, 15088, 9545, 14599, 13922, 12073, 17178, 10659, 15871, 9717, 14288, 15507, 11832, 14527, 12017, 8023, 14678, 8111, 15443, 10717, 13496, 16574, 11214, 16285, 11544, 16033, 9686, 15714, 9103, 15524, 9299, 14712, 14546, 13467, 15294, 13667, 17202, 12898, 17391, 11575, 16764, 10188, 16179, 9633, 16343, 9326, 16158, 9191, 15462, 17123, 12483, 16880, 10307, 15839, 9494, 15435, 12676, 14234, 16971, 13336, 17356, 12693, 14751, 11266, 12335, 12778, 10996, 14629, 9312, 15245, 13051, 15444, 11848, 13528, 10531, 16527, 9325, 16824, 12560, 15601, 17004, 13177, 17302, 12093, 16395, 10138, 15585, 9129, 16057, 9462, 16083, 12491, 14205, 17880, 12117, 15933, 10467, 16121, 9384, 15207, 11671, 14703, 14449, 13073, 11768, 14062, 16551, 13905, 17508, 11569, 15461, 11528, 14730, 11040, 12853, 12216, 9350, 16378, 11564, 15275, 16346, 10337, 14352, 12295, 12757, 13436, 12935, 9991, 15385, 14613, 17348, 13488, 17756, 14254, 18016, 15166, 21314, 16074, 15176, 18442, 15675, 16814, 14027, 15878, 12045, 15314, 9902, 16526, 12756, 15285, 10994, 11710, 14051, 17284, 13150, 16703, 12899, 16174, 12787, 15947, 12731, 15425, 12362, 15979, 10866, 15803, 10872, 13205, 19054, 13424, 14602, 12470, 10048, 8836, 8112, 10444, 8042, 14375, 15059, 14775, 10909, 8535, 13154, 9169, 14770, 17193, 11626, 15672, 11681, 14709, 14782, 12109, 17261, 12397, 16098, 10246, 14740, 9382, 13124, 14796, 11258, 16331, 10824, 14994, 10894, 14493, 10134, 14610, 9197, 14301, 9802, 14345, 9682, 14577, 9990, 14853, 9233, 15102, 10254, 13299, 18299, 12041, 16800, 12485, 16930, 11102, 16325, 10905, 15873, 10883, 15896, 10472, 15402, 9967, 14305, 12919, 12849, 17228, 11554, 16362, 11018, 15554, 10027, 15071, 9557, 15517, 9473, 15297, 9650, 14770, 10385, 14339, 9872, 11915, 10354, 15386, 9768, 17112, 10510, 16575, 10082, 16569, 9478, 16743, 10789, 16085, 11581, 14408, 18928, 12884, 16629, 13176, 15471, 8899, 10359, 9568, 8508, 14421, 9725, 14564, 11676, 16894, 12215, 16033, 15163, 12073, 17642, 12037, 16482, 11724, 21173, 12994, 19379, 16578, 14838, 18104, 16183, 16682, 12874, 15023, 11511, 15618, 10153, 14440, 10380, 13076, 11206, 12745, 13752, 12174, 15620, 11662, 15522, 11332, 16386, 10910, 15333, 9753, 14632, 9199, 14790, 8980, 15278, 9216, 15765, 9953, 16019, 10175, 16628, 9489, 15893, 17442, 10346, 16179, 13291, 11391, 17884, 10562, 16253, 12071, 12779, 17549, 11438, 16564, 10437, 14148, 17857, 11888, 16543, 10144, 14919, 16217, 11684, 16572, 11025, 16293, 11107, 14537, 16617, 12868, 16718, 12306, 16115, 9841, 15978, 9425, 15565, 9441, 15370, 11536, 15784, 12607, 12775, 12192, 13660, 8528], 'WindowCenter': [4933.0, 4945.0, 4882.0, 4899.0, 4846.0, 4874.0, 4853.0, 4872.0, 4832.0, 4862.0, 4883.0, 4853.0, 4870.0, 4841.0, 4859.0, 4841.0, 4870.0, 4855.0, 4893.0, 4856.0, 4864.0, 4865.0, 4828.0, 4887.0, 4841.0, 4898.0, 4860.0, 4898.0, 4872.0, 4899.0, 4872.0, 4908.0, 4851.0, 4899.0, 4869.0, 4899.0, 4868.0, 4898.0, 4858.0, 4887.0, 4878.0, 4876.0, 4875.0, 4878.0, 4857.0, 4878.0, 4868.0, 4898.0, 4861.0, 4919.0, 4873.0, 4920.0, 4914.0, 4921.0, 4911.0, 4881.0, 4910.0, 4873.0, 4908.0, 4870.0, 4909.0, 4871.0, 4909.0, 4859.0, 4906.0, 4857.0, 4895.0, 4848.0, 4895.0, 4857.0, 4894.0, 4846.0, 4884.0, 4858.0, 4895.0, 4854.0, 4883.0, 4845.0, 4886.0, 4845.0, 4883.0, 4876.0, 4876.0, 4858.0, 4899.0, 4878.0, 4849.0, 4898.0, 4895.0, 4922.0, 4902.0, 4919.0, 4871.0, 4907.0, 4847.0, 4885.0, 4834.0, 4875.0, 4873.0, 4863.0, 4889.0, 4843.0, 4890.0, 4832.0, 4880.0, 4832.0, 4870.0, 4822.0, 4871.0, 4825.0, 4882.0, 4825.0, 4883.0, 4873.0, 4855.0, 4893.0, 4845.0, 4884.0, 4834.0, 4882.0, 4834.0, 4883.0, 4862.0, 4853.0, 4893.0, 4846.0, 4895.0, 4857.0, 4884.0, 4847.0, 4884.0, 4865.0, 4893.0, 4866.0, 4906.0, 4858.0, 4907.0, 4848.0, 4895.0, 4858.0, 4898.0, 4848.0, 4875.0, 4835.0, 4895.0, 4838.0, 4895.0, 4856.0, 4903.0, 4846.0, 4905.0, 4863.0, 4862.0, 4898.0, 4819.0, 4877.0, 4809.0, 4858.0, 4817.0, 4839.0, 4866.0, 4827.0, 4855.0, 4818.0, 4867.0, 4810.0, 4857.0, 4812.0, 4860.0, 4830.0, 4840.0, 4831.0, 4852.0, 4870.0, 4833.0, 4882.0, 4844.0, 4883.0, 4837.0, 4884.0, 4826.0, 4885.0, 4838.0, 4888.0, 4869.0, 4879.0, 4907.0, 4850.0, 4897.0, 4859.0, 4907.0, 4860.0, 4907.0, 4860.0, 4908.0, 4859.0, 4899.0, 4888.0, 4889.0, 4909.0, 4869.0, 4908.0, 4860.0, 4907.0, 4869.0, 4899.0, 4870.0, 4900.0, 4917.0, 4869.0, 4908.0, 4858.0, 4896.0, 4858.0, 4896.0, 4895.0, 4865.0, 4903.0, 4846.0, 4897.0, 4844.0, 4883.0, 4824.0, 4864.0, 4834.0, 4864.0, 4885.0, 4857.0, 4883.0, 4877.0, 4927.0, 4880.0, 4900.0, 4879.0, 4849.0, 4909.0, 4878.0, 4878.0, 4908.0, 4860.0, 4910.0, 4873.0, 4887.0, 4850.0, 4875.0, 4839.0, 4888.0, 4846.0, 4875.0, 4845.0, 4875.0, 4837.0, 4887.0, 4866.0, 4867.0, 4894.0, 4855.0, 4892.0, 4845.0, 4884.0, 4846.0, 4884.0, 4837.0, 4884.0, 4826.0, 4886.0, 4846.0, 4877.0, 4893.0, 4857.0, 4885.0, 4837.0, 4885.0, 4835.0, 4886.0, 4884.0, 4855.0, 4884.0, 4844.0, 4873.0, 4813.0, 4863.0, 4871.0, 4833.0, 4872.0, 4824.0, 4873.0, 4813.0, 4862.0, 4815.0, 4864.0, 4853.0, 4855.0, 4894.0, 4847.0, 4895.0, 4836.0, 4887.0, 4847.0, 4868.0, 4896.0, 4846.0, 4897.0, 4857.0, 4878.0, 4906.0, 4858.0, 4897.0, 4840.0, 4888.0, 4837.0, 4869.0, 4897.0, 4859.0, 4899.0, 4860.0, 4898.0, 4839.0, 4898.0, 4850.0, 4882.0, 4909.0, 4852.0, 4911.0, 4844.0, 4903.0, 4872.0, 4883.0, 4911.0, 4855.0, 4912.0, 4853.0, 4893.0, 4891.0, 4872.0, 4909.0, 4861.0, 4900.0, 4841.0, 4901.0, 4869.0, 4870.0, 4918.0, 4859.0, 4897.0, 4837.0, 4876.0, 4845.0, 4855.0, 4884.0, 4855.0, 4874.0, 4826.0, 4874.0, 4834.0, 4876.0, 4895.0, 4856.0, 4897.0, 4850.0, 4895.0, 4857.0, 4894.0, 4864.0, 4892.0, 4856.0, 4883.0, 4835.0, 4874.0, 4825.0, 4875.0, 4855.0, 4865.0, 4893.0, 4845.0, 4883.0, 4845.0, 4882.0, 4814.0, 4863.0, 4814.0, 4873.0, 4817.0, 4874.0, 4815.0, 4865.0, 4844.0, 4856.0, 4885.0, 4846.0, 4896.0, 4839.0, 4886.0, 4827.0, 4875.0, 4837.0, 4876.0, 4883.0, 4856.0, 4895.0, 4857.0, 4894.0, 4858.0, 4897.0, 4849.0, 4888.0, 4849.0, 4890.0, 4872.0, 4901.0, 4872.0, 4901.0, 4872.0, 4924.0, 4875.0, 4902.0, 4851.0, 4902.0, 4838.0, 4890.0, 4887.0, 4869.0, 4906.0, 4856.0, 4885.0, 4844.0, 4866.0, 4834.0, 4863.0, 4892.0, 4844.0, 4872.0, 4843.0, 4871.0, 4825.0, 4885.0, 4839.0, 4897.0, 4857.0, 4890.0, 4855.0, 4929.0, 4917.0, 4934.0, 4929.0, 4969.0, 4981.0, 4921.0, 4936.0, 4930.0, 4922.0, 4993.0, 4928.0, 4956.0, 4933.0, 4919.0, 4914.0, 4878.0, 4904.0, 4871.0, 4849.0, 4869.0, 4860.0, 4870.0, 4768.0, 4842.0, 4789.0, 4805.0, 4786.0, 4804.0, 4776.0, 4817.0, 4767.0, 4807.0, 4827.0, 4808.0, 4826.0, 4766.0, 4825.0, 4777.0, 4847.0, 4788.0, 4838.0, 4783.0, 4840.0, 4825.0, 4855.0, 4817.0, 4857.0, 4808.0, 4850.0, 4868.0, 4819.0, 4866.0, 4821.0, 4867.0, 4809.0, 4869.0, 4821.0, 4880.0, 4870.0, 4852.0, 4890.0, 4833.0, 4880.0, 4822.0, 4884.0, 4894.0, 4878.0, 4883.0, 4852.0, 4803.0, 4894.0, 4817.0, 4907.0, 4858.0, 4888.0, 4917.0, 4869.0, 4905.0, 4868.0, 4907.0, 4850.0, 4907.0, 4839.0, 4908.0, 4839.0, 4898.0, 4900.0, 4889.0, 4909.0, 4900.0, 4916.0, 4880.0, 4918.0, 4870.0, 4907.0, 4861.0, 4907.0, 4849.0, 4908.0, 4850.0, 4908.0, 4840.0, 4909.0, 4917.0, 4879.0, 4908.0, 4850.0, 4909.0, 4841.0, 4899.0, 4877.0, 4888.0, 4916.0, 4889.0, 4929.0, 4903.0, 4921.0, 4885.0, 4878.0, 4889.0, 4857.0, 4898.0, 4851.0, 4922.0, 4902.0, 4923.0, 4894.0, 4903.0, 4872.0, 4931.0, 4853.0, 4922.0, 4880.0, 4911.0, 4909.0, 4880.0, 4921.0, 4856.0, 4895.0, 4837.0, 4884.0, 4824.0, 4893.0, 4825.0, 4895.0, 4853.0, 4875.0, 4903.0, 4865.0, 4893.0, 4845.0, 4894.0, 4825.0, 4898.0, 4867.0, 4897.0, 4897.0, 4877.0, 4857.0, 4887.0, 4906.0, 4890.0, 4919.0, 4872.0, 4926.0, 4897.0, 4927.0, 4847.0, 4877.0, 4868.0, 4840.0, 4931.0, 4908.0, 4922.0, 4945.0, 4891.0, 4934.0, 4902.0, 4905.0, 4932.0, 4910.0, 4880.0, 4916.0, 4916.0, 4924.0, 4894.0, 4914.0, 4881.0, 4901.0, 4866.0, 4894.0, 4851.0, 4838.0, 4845.0, 4832.0, 4843.0, 4811.0, 4818.0, 4802.0, 4831.0, 4772.0, 4809.0, 4821.0, 4851.0, 4800.0, 4810.0, 4843.0, 4863.0, 4833.0, 4850.0, 4824.0, 4853.0, 4849.0, 4893.0, 4835.0, 4880.0, 4846.0, 4866.0, 4831.0, 4880.0, 4859.0, 4839.0, 4860.0, 4884.0, 4868.0, 4870.0, 4814.0, 4802.0, 4848.0, 4891.0, 4800.0, 4909.0, 4905.0, 4894.0, 4881.0, 4854.0, 4904.0, 4867.0, 4923.0, 4932.0, 4871.0, 4897.0, 4856.0, 4874.0, 4860.0, 4841.0, 4881.0, 4841.0, 4869.0, 4819.0, 4859.0, 4810.0, 4848.0, 4857.0, 4842.0, 4880.0, 4827.0, 4866.0, 4843.0, 4869.0, 4833.0, 4881.0, 4835.0, 4880.0, 4856.0, 4895.0, 4850.0, 4907.0, 4861.0, 4910.0, 4859.0, 4923.0, 4873.0, 4902.0, 4939.0, 4891.0, 4919.0, 4890.0, 4929.0, 4893.0, 4929.0, 4883.0, 4918.0, 4869.0, 4907.0, 4870.0, 4910.0, 4849.0, 4898.0, 4874.0, 4879.0, 4915.0, 4867.0, 4904.0, 4855.0, 4904.0, 4847.0, 4893.0, 4848.0, 4896.0, 4838.0, 4907.0, 4848.0, 4908.0, 4860.0, 4911.0, 4888.0, 4904.0, 4871.0, 4923.0, 4864.0, 4932.0, 4863.0, 4922.0, 4865.0, 4923.0, 4866.0, 4934.0, 4874.0, 4922.0, 4871.0, 4901.0, 4929.0, 4879.0, 4924.0, 4893.0, 4899.0, 4816.0, 4833.0, 4824.0, 4816.0, 4886.0, 4850.0, 4888.0, 4872.0, 4910.0, 4857.0, 4899.0, 4888.0, 4858.0, 4908.0, 4857.0, 4886.0, 4834.0, 4902.0, 4842.0, 4882.0, 4857.0, 4838.0, 4845.0, 4834.0, 4821.0, 4789.0, 4796.0, 4765.0, 4805.0, 4744.0, 4796.0, 4755.0, 4786.0, 4765.0, 4784.0, 4797.0, 4778.0, 4843.0, 4804.0, 4830.0, 4794.0, 4841.0, 4803.0, 4845.0, 4799.0, 4856.0, 4813.0, 4884.0, 4816.0, 4884.0, 4829.0, 4908.0, 4850.0, 4908.0, 4850.0, 4906.0, 4853.0, 4910.0, 4908.0, 4835.0, 4896.0, 4865.0, 4847.0, 4894.0, 4836.0, 4883.0, 4854.0, 4854.0, 4893.0, 4845.0, 4885.0, 4834.0, 4863.0, 4892.0, 4832.0, 4872.0, 4810.0, 4859.0, 4869.0, 4830.0, 4882.0, 4833.0, 4893.0, 4832.0, 4860.0, 4868.0, 4840.0, 4879.0, 4842.0, 4881.0, 4833.0, 4879.0, 4812.0, 4869.0, 4811.0, 4896.0, 4848.0, 4887.0, 4868.0, 4878.0, 4867.0, 4887.0, 4826.0], 'WindowWidth': [10728.0, 10732.0, 10633.0, 10653.0, 10571.0, 10605.0, 10574.0, 10599.0, 10543.0, 10584.0, 10617.0, 10575.0, 10592.0, 10554.0, 10575.0, 10556.0, 10593.0, 10580.0, 10634.0, 10584.0, 10593.0, 10596.0, 10550.0, 10629.0, 10571.0, 10648.0, 10599.0, 10648.0, 10619.0, 10651.0, 10619.0, 10664.0, 10588.0, 10651.0, 10609.0, 10649.0, 10604.0, 10646.0, 10591.0, 10630.0, 10618.0, 10614.0, 10611.0, 10619.0, 10590.0, 10621.0, 10607.0, 10650.0, 10606.0, 10682.0, 10625.0, 10688.0, 10686.0, 10690.0, 10673.0, 10630.0, 10669.0, 10621.0, 10666.0, 10613.0, 10669.0, 10618.0, 10668.0, 10598.0, 10659.0, 10592.0, 10641.0, 10582.0, 10639.0, 10589.0, 10639.0, 10574.0, 10623.0, 10597.0, 10642.0, 10581.0, 10619.0, 10568.0, 10628.0, 10570.0, 10618.0, 10615.0, 10616.0, 10595.0, 10652.0, 10620.0, 10585.0, 10650.0, 10660.0, 10692.0, 10661.0, 10680.0, 10615.0, 10660.0, 10574.0, 10624.0, 10551.0, 10609.0, 10603.0, 10588.0, 10621.0, 10560.0, 10622.0, 10545.0, 10608.0, 10544.0, 10594.0, 10532.0, 10596.0, 10542.0, 10613.0, 10541.0, 10619.0, 10605.0, 10582.0, 10631.0, 10567.0, 10620.0, 10553.0, 10615.0, 10550.0, 10616.0, 10585.0, 10575.0, 10633.0, 10572.0, 10637.0, 10590.0, 10620.0, 10574.0, 10622.0, 10598.0, 10633.0, 10603.0, 10657.0, 10594.0, 10661.0, 10579.0, 10639.0, 10591.0, 10648.0, 10576.0, 10610.0, 10555.0, 10639.0, 10567.0, 10639.0, 10586.0, 10649.0, 10573.0, 10652.0, 10587.0, 10586.0, 10631.0, 10519.0, 10597.0, 10505.0, 10573.0, 10514.0, 10547.0, 10580.0, 10528.0, 10565.0, 10517.0, 10583.0, 10509.0, 10569.0, 10517.0, 10581.0, 10538.0, 10553.0, 10541.0, 10570.0, 10595.0, 10548.0, 10614.0, 10565.0, 10617.0, 10562.0, 10622.0, 10545.0, 10623.0, 10565.0, 10632.0, 10608.0, 10621.0, 10656.0, 10581.0, 10641.0, 10592.0, 10657.0, 10598.0, 10658.0, 10598.0, 10661.0, 10596.0, 10652.0, 10633.0, 10636.0, 10664.0, 10609.0, 10662.0, 10599.0, 10660.0, 10610.0, 10651.0, 10611.0, 10653.0, 10674.0, 10609.0, 10662.0, 10591.0, 10643.0, 10592.0, 10640.0, 10637.0, 10596.0, 10649.0, 10571.0, 10645.0, 10566.0, 10617.0, 10537.0, 10592.0, 10551.0, 10594.0, 10622.0, 10588.0, 10619.0, 10618.0, 10690.0, 10630.0, 10656.0, 10624.0, 10582.0, 10664.0, 10618.0, 10617.0, 10662.0, 10594.0, 10665.0, 10621.0, 10623.0, 10580.0, 10607.0, 10565.0, 10629.0, 10566.0, 10603.0, 10562.0, 10602.0, 10555.0, 10622.0, 10594.0, 10594.0, 10631.0, 10577.0, 10624.0, 10563.0, 10615.0, 10565.0, 10616.0, 10556.0, 10617.0, 10541.0, 10622.0, 10569.0, 10612.0, 10631.0, 10584.0, 10621.0, 10555.0, 10619.0, 10551.0, 10620.0, 10617.0, 10577.0, 10617.0, 10559.0, 10599.0, 10515.0, 10582.0, 10593.0, 10540.0, 10596.0, 10530.0, 10596.0, 10514.0, 10579.0, 10521.0, 10585.0, 10571.0, 10576.0, 10629.0, 10570.0, 10633.0, 10554.0, 10623.0, 10570.0, 10598.0, 10636.0, 10568.0, 10637.0, 10584.0, 10614.0, 10649.0, 10586.0, 10639.0, 10564.0, 10626.0, 10555.0, 10601.0, 10639.0, 10589.0, 10643.0, 10591.0, 10641.0, 10566.0, 10643.0, 10579.0, 10627.0, 10661.0, 10585.0, 10664.0, 10577.0, 10655.0, 10611.0, 10626.0, 10665.0, 10591.0, 10666.0, 10585.0, 10639.0, 10635.0, 10611.0, 10661.0, 10593.0, 10646.0, 10565.0, 10647.0, 10601.0, 10603.0, 10671.0, 10585.0, 10639.0, 10552.0, 10605.0, 10563.0, 10576.0, 10619.0, 10574.0, 10601.0, 10537.0, 10600.0, 10546.0, 10606.0, 10638.0, 10583.0, 10644.0, 10583.0, 10636.0, 10587.0, 10630.0, 10585.0, 10623.0, 10578.0, 10612.0, 10548.0, 10599.0, 10534.0, 10603.0, 10574.0, 10588.0, 10625.0, 10557.0, 10609.0, 10560.0, 10607.0, 10516.0, 10582.0, 10516.0, 10596.0, 10524.0, 10597.0, 10520.0, 10587.0, 10558.0, 10575.0, 10616.0, 10563.0, 10632.0, 10560.0, 10619.0, 10541.0, 10603.0, 10552.0, 10608.0, 10614.0, 10580.0, 10631.0, 10581.0, 10628.0, 10581.0, 10636.0, 10575.0, 10625.0, 10576.0, 10634.0, 10610.0, 10652.0, 10617.0, 10654.0, 10614.0, 10689.0, 10618.0, 10654.0, 10581.0, 10651.0, 10558.0, 10630.0, 10627.0, 10599.0, 10652.0, 10578.0, 10618.0, 10556.0, 10588.0, 10544.0, 10581.0, 10621.0, 10557.0, 10594.0, 10553.0, 10591.0, 10531.0, 10618.0, 10562.0, 10639.0, 10585.0, 10637.0, 10584.0, 10693.0, 10692.0, 10728.0, 10702.0, 10805.0, 10802.0, 10675.0, 10726.0, 10720.0, 10694.0, 10818.0, 10707.0, 10746.0, 10710.0, 10680.0, 10671.0, 10604.0, 10651.0, 10594.0, 10555.0, 10585.0, 10570.0, 10585.0, 10417.0, 10533.0, 10449.0, 10467.0, 10439.0, 10464.0, 10426.0, 10486.0, 10416.0, 10472.0, 10504.0, 10475.0, 10499.0, 10418.0, 10496.0, 10434.0, 10530.0, 10452.0, 10520.0, 10454.0, 10529.0, 10517.0, 10557.0, 10510.0, 10566.0, 10497.0, 10557.0, 10579.0, 10513.0, 10576.0, 10520.0, 10579.0, 10502.0, 10585.0, 10522.0, 10602.0, 10589.0, 10565.0, 10617.0, 10540.0, 10602.0, 10525.0, 10614.0, 10629.0, 10613.0, 10614.0, 10566.0, 10503.0, 10630.0, 10530.0, 10654.0, 10588.0, 10628.0, 10667.0, 10601.0, 10647.0, 10598.0, 10650.0, 10576.0, 10651.0, 10559.0, 10654.0, 10562.0, 10643.0, 10649.0, 10631.0, 10657.0, 10645.0, 10665.0, 10618.0, 10669.0, 10602.0, 10650.0, 10596.0, 10653.0, 10575.0, 10654.0, 10577.0, 10655.0, 10563.0, 10658.0, 10667.0, 10615.0, 10654.0, 10577.0, 10658.0, 10564.0, 10643.0, 10610.0, 10626.0, 10665.0, 10632.0, 10690.0, 10658.0, 10681.0, 10636.0, 10613.0, 10630.0, 10583.0, 10641.0, 10583.0, 10683.0, 10656.0, 10684.0, 10647.0, 10658.0, 10615.0, 10693.0, 10588.0, 10683.0, 10621.0, 10664.0, 10661.0, 10616.0, 10681.0, 10577.0, 10630.0, 10553.0, 10612.0, 10531.0, 10623.0, 10532.0, 10628.0, 10568.0, 10598.0, 10642.0, 10587.0, 10625.0, 10561.0, 10628.0, 10535.0, 10640.0, 10595.0, 10635.0, 10636.0, 10608.0, 10579.0, 10620.0, 10646.0, 10633.0, 10673.0, 10610.0, 10694.0, 10653.0, 10695.0, 10562.0, 10609.0, 10597.0, 10565.0, 10692.0, 10674.0, 10688.0, 10722.0, 10654.0, 10712.0, 10665.0, 10667.0, 10716.0, 10672.0, 10629.0, 10676.0, 10677.0, 10691.0, 10639.0, 10676.0, 10617.0, 10654.0, 10584.0, 10628.0, 10557.0, 10531.0, 10543.0, 10513.0, 10537.0, 10481.0, 10489.0, 10471.0, 10511.0, 10430.0, 10461.0, 10503.0, 10547.0, 10473.0, 10486.0, 10537.0, 10565.0, 10521.0, 10542.0, 10511.0, 10550.0, 10555.0, 10628.0, 10529.0, 10606.0, 10548.0, 10579.0, 10534.0, 10602.0, 10588.0, 10537.0, 10567.0, 10622.0, 10588.0, 10598.0, 10508.0, 10492.0, 10586.0, 10648.0, 10493.0, 10664.0, 10653.0, 10637.0, 10629.0, 10596.0, 10661.0, 10614.0, 10690.0, 10703.0, 10609.0, 10642.0, 10576.0, 10599.0, 10574.0, 10545.0, 10606.0, 10545.0, 10584.0, 10513.0, 10569.0, 10503.0, 10553.0, 10564.0, 10550.0, 10601.0, 10525.0, 10576.0, 10557.0, 10587.0, 10542.0, 10608.0, 10552.0, 10610.0, 10584.0, 10637.0, 10581.0, 10657.0, 10598.0, 10664.0, 10595.0, 10686.0, 10616.0, 10655.0, 10705.0, 10639.0, 10677.0, 10636.0, 10689.0, 10648.0, 10690.0, 10633.0, 10673.0, 10606.0, 10657.0, 10608.0, 10661.0, 10575.0, 10642.0, 10606.0, 10614.0, 10665.0, 10596.0, 10647.0, 10582.0, 10646.0, 10569.0, 10628.0, 10572.0, 10635.0, 10558.0, 10651.0, 10574.0, 10656.0, 10594.0, 10666.0, 10647.0, 10663.0, 10610.0, 10683.0, 10603.0, 10692.0, 10595.0, 10676.0, 10603.0, 10682.0, 10608.0, 10700.0, 10613.0, 10677.0, 10606.0, 10645.0, 10691.0, 10618.0, 10687.0, 10636.0, 10643.0, 10520.0, 10538.0, 10531.0, 10523.0, 10617.0, 10577.0, 10627.0, 10609.0, 10662.0, 10580.0, 10639.0, 10623.0, 10581.0, 10651.0, 10574.0, 10616.0, 10536.0, 10636.0, 10543.0, 10601.0, 10560.0, 10530.0, 10545.0, 10517.0, 10501.0, 10445.0, 10453.0, 10405.0, 10459.0, 10376.0, 10447.0, 10392.0, 10434.0, 10406.0, 10432.0, 10452.0, 10428.0, 10530.0, 10478.0, 10509.0, 10464.0, 10525.0, 10478.0, 10537.0, 10484.0, 10558.0, 10511.0, 10612.0, 10522.0, 10611.0, 10544.0, 10652.0, 10575.0, 10652.0, 10573.0, 10648.0, 10584.0, 10658.0, 10656.0, 10546.0, 10630.0, 10585.0, 10562.0, 10625.0, 10547.0, 10609.0, 10567.0, 10567.0, 10623.0, 10554.0, 10610.0, 10540.0, 10577.0, 10621.0, 10532.0, 10588.0, 10498.0, 10564.0, 10582.0, 10526.0, 10603.0, 10537.0, 10622.0, 10533.0, 10570.0, 10580.0, 10541.0, 10595.0, 10549.0, 10600.0, 10540.0, 10596.0, 10508.0, 10582.0, 10506.0, 10631.0, 10564.0, 10614.0, 10592.0, 10608.0, 10593.0, 10621.0, 10539.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.006986222732491388</td></tr>
<tr><td colspan=3>aqi</td><td>0.09097369402985074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.20930131482756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0943058172643665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.954554186310345</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>6200.8857</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24142007416499717</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.502870264064295</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7551651979046112</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.584662302013212</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.03284074587326</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6479925458273614</td></tr>
<tr><td colspan=3>gcor</td><td>0.0169138</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011427569203078747</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038357701152563095</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0793534660439965</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>13.8652</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5617</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.4347</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1057.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.1777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2494</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>636.7856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4051.5671</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1047.7083</td></tr>
<tr><td colspan=3>tsnr</td><td>21.820642075384967</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>