ds005256-mriqc/sub-0031_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter f55c07f2a8 [DATALAD RUNCMD] Compute MRIQC for sub-0031
=== 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-0031 --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-0031",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:43 +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-0031_ses-03_task-social_acq-mb8_run-03_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-0031_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-03_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-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-03_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>6821353cdf9b624ab5c7dd7d8104b7c7</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:22:21.917500</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.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.100329</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9eff8ad1-be1b-4623-8349-1c3a9fc914ae||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.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['152221.917500', '152222.377500', '152222.837500', '152223.297500', '152223.757500', '152224.217500', '152224.677500', '152225.137500', '152225.597500', '152226.057500', '152226.517500', '152226.977500', '152227.437500', '152227.897500', '152228.357500', '152228.817500', '152229.277500', '152229.737500', '152230.197500', '152230.657500', '152231.117500', '152231.577500', '152232.037500', '152232.497500', '152232.957500', '152233.417500', '152233.877500', '152234.337500', '152234.797500', '152235.257500', '152235.717500', '152236.177500', '152236.637500', '152237.097500', '152237.557500', '152238.017500', '152238.477500', '152238.937500', '152239.397500', '152239.857500', '152240.317500', '152240.777500', '152241.237500', '152241.697500', '152242.157500', '152242.617500', '152243.077500', '152243.537500', '152243.997500', '152244.457500', '152244.917500', '152245.377500', '152245.837500', '152246.297500', '152246.757500', '152247.217500', '152247.677500', '152248.137500', '152248.597500', '152249.057500', '152249.517500', '152249.977500', '152250.437500', '152250.897500', '152251.357500', '152251.817500', '152252.277500', '152252.737500', '152253.197500', '152253.657500', '152254.117500', '152254.577500', '152255.037500', '152255.497500', '152255.957500', '152256.417500', '152256.877500', '152257.337500', '152257.797500', '152258.257500', '152258.717500', '152259.177500', '152259.637500', '152300.097500', '152300.557500', '152301.017500', '152301.477500', '152301.937500', '152302.397500', '152302.857500', '152303.317500', '152303.777500', '152304.237500', '152304.697500', '152305.157500', '152305.617500', '152306.077500', '152306.537500', '152306.997500', '152307.457500', '152307.917500', '152308.377500', '152308.837500', '152309.297500', '152309.757500', '152310.217500', '152310.677500', '152311.137500', '152311.597500', '152312.057500', '152312.517500', '152312.977500', '152313.437500', '152313.897500', '152314.357500', '152314.817500', '152315.277500', '152315.737500', '152316.197500', '152316.657500', '152317.117500', '152317.577500', '152318.037500', '152318.497500', '152318.957500', '152319.417500', '152319.877500', '152320.337500', '152320.797500', '152321.257500', '152321.717500', '152322.177500', '152322.637500', '152323.097500', '152323.557500', '152324.017500', '152324.477500', '152324.937500', '152325.397500', '152325.857500', '152326.317500', '152326.777500', '152327.237500', '152327.697500', '152328.157500', '152328.617500', '152329.077500', '152329.537500', '152329.997500', '152330.457500', '152330.917500', '152331.377500', '152331.837500', '152332.297500', '152332.757500', '152333.217500', '152333.677500', '152334.137500', '152334.597500', '152335.057500', '152335.517500', '152335.977500', '152336.437500', '152336.897500', '152337.357500', '152337.817500', '152338.277500', '152338.737500', '152339.197500', '152339.657500', '152340.117500', '152340.577500', '152341.037500', '152341.497500', '152341.957500', '152342.417500', '152342.877500', '152343.337500', '152343.797500', '152344.257500', '152344.717500', '152345.177500', '152345.637500', '152346.097500', '152346.557500', '152347.017500', '152347.477500', '152347.937500', '152348.397500', '152348.857500', '152349.317500', '152349.777500', '152350.237500', '152350.697500', '152351.157500', '152351.617500', '152352.077500', '152352.537500', '152352.997500', '152353.457500', '152353.917500', '152354.377500', '152354.837500', '152355.297500', '152355.757500', '152356.217500', '152356.677500', '152357.137500', '152357.597500', '152358.057500', '152358.517500', '152358.977500', '152359.437500', '152359.897500', '152400.357500', '152400.817500', '152401.277500', '152401.737500', '152402.197500', '152402.657500', '152403.117500', '152403.577500', '152404.037500', '152404.497500', '152404.957500', '152405.417500', '152405.877500', '152406.337500', '152406.797500', '152407.257500', '152407.717500', '152408.177500', '152408.637500', '152409.097500', '152409.557500', '152410.017500', '152410.477500', '152410.937500', '152411.397500', '152411.857500', '152412.317500', '152412.777500', '152413.237500', '152413.697500', '152414.157500', '152414.617500', '152415.077500', '152415.537500', '152415.997500', '152416.457500', '152416.917500', '152417.377500', '152417.837500', '152418.297500', '152418.757500', '152419.217500', '152419.677500', '152420.137500', '152420.597500', '152421.057500', '152421.517500', '152421.977500', '152422.437500', '152422.897500', '152423.357500', '152423.817500', '152424.277500', '152424.737500', '152425.197500', '152425.657500', '152426.117500', '152426.577500', '152427.037500', '152427.497500', '152427.957500', '152428.417500', '152428.877500', '152429.337500', '152429.797500', '152430.257500', '152430.717500', '152431.177500', '152431.637500', '152432.097500', '152432.557500', '152433.017500', '152433.477500', '152433.937500', '152434.397500', '152434.857500', '152435.317500', '152435.777500', '152436.237500', '152436.697500', '152437.157500', '152437.617500', '152438.077500', '152438.537500', '152438.997500', '152439.457500', '152439.917500', '152440.377500', '152440.837500', '152441.297500', '152441.757500', '152442.217500', '152442.677500', '152443.137500', '152443.597500', '152444.057500', '152444.517500', '152444.977500', '152445.437500', '152445.897500', '152446.357500', '152446.817500', '152447.277500', '152447.737500', '152448.197500', '152448.657500', '152449.117500', '152449.577500', '152450.037500', '152450.497500', '152450.957500', '152451.417500', '152451.877500', '152452.337500', '152452.797500', '152453.257500', '152453.717500', '152454.177500', '152454.637500', '152455.097500', '152455.557500', '152456.017500', '152456.477500', '152456.937500', '152457.397500', '152457.857500', '152458.317500', '152458.777500', '152459.237500', '152459.697500', '152500.157500', '152500.617500', '152501.077500', '152501.537500', '152501.997500', '152502.457500', '152502.917500', '152503.377500', '152503.837500', '152504.297500', '152504.757500', '152505.217500', '152505.677500', '152506.137500', '152506.597500', '152507.057500', '152507.517500', '152507.977500', '152508.437500', '152508.897500', '152509.357500', '152509.817500', '152510.277500', '152510.737500', '152511.197500', '152511.657500', '152512.117500', '152512.577500', '152513.037500', '152513.497500', '152513.957500', '152514.417500', '152514.877500', '152515.337500', '152515.797500', '152516.257500', '152516.717500', '152517.177500', '152517.637500', '152518.097500', '152518.557500', '152519.017500', '152519.477500', '152519.937500', '152520.397500', '152520.857500', '152521.317500', '152521.777500', '152522.237500', '152522.697500', '152523.157500', '152523.617500', '152524.077500', '152524.537500', '152524.997500', '152525.457500', '152525.917500', '152526.377500', '152526.837500', '152527.297500', '152527.757500', '152528.217500', '152528.677500', '152529.137500', '152529.597500', '152530.057500', '152530.517500', '152530.977500', '152531.437500', '152531.897500', '152532.357500', '152532.817500', '152533.277500', '152533.737500', '152534.197500', '152534.657500', '152535.117500', '152535.577500', '152536.037500', '152536.497500', '152536.957500', '152537.417500', '152537.877500', '152538.337500', '152538.797500', '152539.257500', '152539.717500', '152540.177500', '152540.637500', '152541.097500', '152541.557500', '152542.017500', '152542.477500', '152542.937500', '152543.397500', '152543.857500', '152544.317500', '152544.777500', '152545.237500', '152545.697500', '152546.157500', '152546.617500', '152547.077500', '152547.537500', '152547.997500', '152548.457500', '152548.917500', '152549.377500', '152549.837500', '152550.297500', '152550.757500', '152551.217500', '152551.677500', '152552.137500', '152552.597500', '152553.057500', '152553.517500', '152553.977500', '152554.437500', '152554.897500', '152555.357500', '152555.817500', '152556.277500', '152556.737500', '152557.197500', '152557.657500', '152558.117500', '152558.577500', '152559.037500', '152559.497500', '152559.957500', '152600.417500', '152600.877500', '152601.337500', '152601.797500', '152602.257500', '152602.717500', '152603.177500', '152603.637500', '152604.097500', '152604.557500', '152605.017500', '152605.477500', '152605.937500', '152606.397500', '152606.857500', '152607.317500', '152607.777500', '152608.237500', '152608.697500', '152609.157500', '152609.617500', '152610.077500', '152610.537500', '152610.997500', '152611.457500', '152611.917500', '152612.377500', '152612.837500', '152613.297500', '152613.757500', '152614.217500', '152614.677500', '152615.137500', '152615.597500', '152616.057500', '152616.517500', '152616.977500', '152617.437500', '152617.897500', '152618.357500', '152618.817500', '152619.277500', '152619.737500', '152620.197500', '152620.657500', '152621.117500', '152621.577500', '152622.037500', '152622.497500', '152622.957500', '152623.417500', '152623.877500', '152624.337500', '152624.797500', '152625.257500', '152625.717500', '152626.177500', '152626.637500', '152627.097500', '152627.557500', '152628.017500', '152628.477500', '152628.937500', '152629.397500', '152629.857500', '152630.317500', '152630.777500', '152631.237500', '152631.697500', '152632.157500', '152632.617500', '152633.077500', '152633.537500', '152633.997500', '152634.457500', '152634.917500', '152635.377500', '152635.837500', '152636.297500', '152636.757500', '152637.217500', '152637.677500', '152638.137500', '152638.597500', '152639.057500', '152639.517500', '152639.977500', '152640.437500', '152640.897500', '152641.357500', '152641.817500', '152642.277500', '152642.737500', '152643.197500', '152643.657500', '152644.117500', '152644.577500', '152645.037500', '152645.497500', '152645.957500', '152646.417500', '152646.877500', '152647.337500', '152647.797500', '152648.257500', '152648.717500', '152649.177500', '152649.637500', '152650.097500', '152650.557500', '152651.017500', '152651.477500', '152651.937500', '152652.397500', '152652.857500', '152653.317500', '152653.777500', '152654.237500', '152654.697500', '152655.157500', '152655.617500', '152656.077500', '152656.537500', '152656.997500', '152657.457500', '152657.917500', '152658.377500', '152658.837500', '152659.297500', '152659.757500', '152700.217500', '152700.677500', '152701.137500', '152701.597500', '152702.057500', '152702.517500', '152702.977500', '152703.437500', '152703.897500', '152704.357500', '152704.817500', '152705.277500', '152705.737500', '152706.197500', '152706.657500', '152707.117500', '152707.577500', '152708.037500', '152708.497500', '152708.957500', '152709.417500', '152709.877500', '152710.337500', '152710.797500', '152711.257500', '152711.717500', '152712.177500', '152712.637500', '152713.097500', '152713.557500', '152714.017500', '152714.477500', '152714.937500', '152715.397500', '152715.857500', '152716.317500', '152716.777500', '152717.237500', '152717.697500', '152718.157500', '152718.617500', '152719.077500', '152719.537500', '152719.997500', '152720.457500', '152720.917500', '152721.377500', '152721.837500', '152722.297500', '152722.757500', '152723.217500', '152723.677500', '152724.137500', '152724.597500', '152725.057500', '152725.517500', '152725.977500', '152726.437500', '152726.897500', '152727.357500', '152727.817500', '152728.277500', '152728.737500', '152729.197500', '152729.657500', '152730.117500', '152730.577500', '152731.037500', '152731.497500', '152731.957500', '152732.417500', '152732.877500', '152733.337500', '152733.797500', '152734.257500', '152734.717500', '152735.177500', '152735.637500', '152736.097500', '152736.557500', '152737.017500', '152737.477500', '152737.937500', '152738.397500', '152738.857500', '152739.317500', '152739.777500', '152740.237500', '152740.697500', '152741.157500', '152741.617500', '152742.077500', '152742.537500', '152742.997500', '152743.457500', '152743.917500', '152744.377500', '152744.837500', '152745.297500', '152745.757500', '152746.217500', '152746.677500', '152747.137500', '152747.597500', '152748.057500', '152748.517500', '152748.977500', '152749.437500', '152749.897500', '152750.357500', '152750.817500', '152751.277500', '152751.737500', '152752.197500', '152752.657500', '152753.117500', '152753.577500', '152754.037500', '152754.497500', '152754.957500', '152755.417500', '152755.877500', '152756.337500', '152756.797500', '152757.257500', '152757.717500', '152758.177500', '152758.637500', '152759.097500', '152759.557500', '152800.017500', '152800.477500', '152800.937500', '152801.397500', '152801.857500', '152802.317500', '152802.777500', '152803.237500', '152803.697500', '152804.157500', '152804.617500', '152805.077500', '152805.537500', '152805.997500', '152806.457500', '152806.917500', '152807.377500', '152807.837500', '152808.297500', '152808.757500', '152809.217500', '152809.677500', '152810.137500', '152810.597500', '152811.057500', '152811.517500', '152811.977500', '152812.437500', '152812.897500', '152813.357500', '152813.817500', '152814.277500', '152814.737500', '152815.197500', '152815.657500', '152816.117500', '152816.577500', '152817.037500', '152817.497500', '152817.957500', '152818.417500', '152818.877500', '152819.337500', '152819.797500', '152820.257500', '152820.717500', '152821.177500', '152821.637500', '152822.097500', '152822.557500', '152823.017500', '152823.477500', '152823.937500', '152824.397500', '152824.857500', '152825.317500', '152825.777500', '152826.237500', '152826.697500', '152827.157500', '152827.617500', '152828.077500', '152828.537500', '152828.997500', '152829.457500', '152829.917500', '152830.377500', '152830.837500', '152831.297500', '152831.757500', '152832.217500', '152832.677500', '152833.137500', '152833.597500', '152834.057500', '152834.517500', '152834.977500', '152835.437500', '152835.897500', '152836.357500', '152836.817500', '152837.277500', '152837.737500', '152838.197500', '152838.657500', '152839.117500', '152839.577500', '152840.037500', '152840.497500', '152840.957500', '152841.417500', '152841.877500', '152842.337500', '152842.797500', '152843.257500', '152843.717500', '152844.177500', '152844.637500', '152845.097500', '152845.557500', '152846.017500', '152846.477500', '152846.937500', '152847.397500', '152847.857500', '152848.317500', '152848.777500', '152849.237500', '152849.697500', '152850.157500', '152850.617500', '152851.077500', '152851.537500', '152851.997500', '152852.457500', '152852.917500', '152853.377500', '152853.837500', '152854.297500', '152854.757500', '152855.217500', '152855.677500', '152856.137500', '152856.597500', '152857.057500', '152857.517500', '152857.977500', '152858.437500', '152858.897500', '152859.357500', '152859.817500', '152900.277500', '152900.737500', '152901.197500', '152901.657500', '152902.117500', '152902.577500'], 'ContentTime': ['152245.709000', '152245.712000', '152245.716000', '152245.719000', '152245.722000', '152245.725000', '152245.735000', '152245.738000', '152245.741000', '152245.744000', '152245.747000', '152245.750000', '152245.752000', '152245.756000', '152245.760000', '152245.763000', '152245.766000', '152245.769000', '152245.772000', '152245.775000', '152245.778000', '152245.781000', '152245.784000', '152245.786000', '152245.789000', '152245.792000', '152245.800000', '152245.803000', '152245.806000', '152245.809000', '152245.811000', '152245.814000', '152245.817000', '152245.820000', '152245.823000', '152245.825000', '152245.828000', '152245.831000', '152245.834000', '152245.837000', '152245.840000', '152245.843000', '152245.845000', '152245.848000', '152245.851000', '152245.854000', '152245.857000', '152245.859000', '152245.862000', '152305.671000', '152305.674000', '152305.677000', '152305.680000', '152305.683000', '152305.685000', '152305.688000', '152305.691000', '152305.694000', '152305.697000', '152305.700000', '152305.702000', '152305.705000', '152305.708000', '152305.711000', '152305.714000', '152305.717000', '152305.720000', '152305.722000', '152305.725000', '152305.728000', '152305.731000', '152305.734000', '152305.737000', '152305.740000', '152305.743000', '152305.746000', '152305.754000', '152305.756000', '152305.759000', '152305.762000', '152305.765000', '152305.768000', '152305.771000', '152305.774000', '152305.777000', '152305.779000', '152305.782000', '152305.785000', '152305.788000', '152305.791000', '152305.794000', '152305.797000', '152305.799000', '152325.671000', '152325.674000', '152325.677000', '152325.680000', '152325.682000', '152325.685000', '152325.688000', '152325.691000', '152325.694000', '152325.697000', '152325.700000', '152325.704000', '152325.707000', '152325.710000', '152325.713000', '152325.716000', '152325.719000', '152325.722000', '152325.725000', '152325.728000', '152325.730000', '152325.733000', '152325.736000', '152325.739000', '152325.742000', '152325.745000', '152325.748000', '152325.751000', '152325.753000', '152325.756000', '152325.759000', '152325.762000', '152325.765000', '152325.768000', '152325.771000', '152325.774000', '152325.777000', '152325.780000', '152325.783000', '152325.786000', '152325.789000', '152325.792000', '152325.816000', '152345.670000', '152345.673000', '152345.676000', '152345.679000', '152345.682000', '152345.685000', '152345.688000', '152345.690000', '152345.693000', '152345.696000', '152345.699000', '152345.702000', '152345.705000', '152345.708000', '152345.711000', '152345.713000', '152345.716000', '152345.726000', '152345.728000', '152345.731000', '152345.734000', '152345.737000', '152345.740000', '152345.743000', '152345.746000', '152345.749000', '152345.751000', '152345.754000', '152345.757000', '152345.760000', '152345.763000', '152345.766000', '152345.769000', '152345.772000', '152345.774000', '152345.777000', '152345.780000', '152345.783000', '152345.786000', '152345.789000', '152345.792000', '152345.794000', '152345.797000', '152345.800000', '152405.670000', '152405.673000', '152405.676000', '152405.679000', '152405.682000', '152405.685000', '152405.688000', '152405.690000', '152405.693000', '152405.696000', '152405.699000', '152405.702000', '152405.705000', '152405.708000', '152405.718000', '152405.721000', '152405.724000', '152405.744000', '152405.747000', '152405.750000', '152405.753000', '152405.756000', '152405.759000', '152405.762000', '152405.765000', '152405.768000', '152405.771000', '152405.793000', '152405.796000', '152405.799000', '152405.802000', '152405.804000', '152405.808000', '152405.810000', '152405.813000', '152405.816000', '152405.819000', '152405.822000', '152405.825000', '152405.827000', '152405.830000', '152405.833000', '152405.836000', '152425.671000', '152425.674000', '152425.677000', '152425.680000', '152425.683000', '152425.685000', '152425.688000', '152425.691000', '152425.694000', '152425.697000', '152425.708000', '152425.711000', '152425.714000', '152425.716000', '152425.719000', '152425.722000', '152425.725000', '152425.728000', '152425.731000', '152425.734000', '152425.737000', '152425.739000', '152425.742000', '152425.745000', '152425.748000', '152425.751000', '152425.754000', '152425.757000', '152425.760000', '152425.762000', '152425.765000', '152425.768000', '152425.771000', '152425.774000', '152425.777000', '152425.780000', '152425.783000', '152425.786000', '152425.788000', '152425.791000', '152425.794000', '152425.797000', '152425.800000', '152425.803000', '152445.671000', '152445.674000', '152445.677000', '152445.680000', '152445.683000', '152445.686000', '152445.689000', '152445.691000', '152445.694000', '152445.697000', '152445.700000', '152445.703000', '152445.706000', '152445.709000', '152445.712000', '152445.714000', '152445.717000', '152445.720000', '152445.723000', '152445.726000', '152445.729000', '152445.732000', '152445.735000', '152445.738000', '152445.740000', '152445.745000', '152445.748000', '152445.751000', '152445.753000', '152445.756000', '152445.759000', '152445.762000', '152445.765000', '152445.768000', '152445.771000', '152445.774000', '152445.777000', '152445.780000', '152445.782000', '152445.785000', '152445.788000', '152445.791000', '152445.794000', '152505.671000', '152505.674000', '152505.677000', '152505.680000', '152505.682000', '152505.685000', '152505.689000', '152505.692000', '152505.694000', '152505.697000', '152505.700000', '152505.703000', '152505.706000', '152505.709000', '152505.712000', '152505.715000', '152505.718000', '152505.721000', '152505.724000', '152505.727000', '152505.730000', '152505.732000', '152505.735000', '152505.738000', '152505.741000', '152505.744000', '152505.747000', '152505.750000', '152505.752000', '152505.755000', '152505.758000', '152505.761000', '152505.764000', '152505.767000', '152505.771000', '152505.774000', '152505.777000', '152505.780000', '152505.783000', '152505.785000', '152505.788000', '152505.791000', '152505.794000', '152505.815000', '152525.671000', '152525.674000', '152525.677000', '152525.680000', '152525.683000', '152525.686000', '152525.689000', '152525.691000', '152525.694000', '152525.697000', '152525.700000', '152525.703000', '152525.706000', '152525.709000', '152525.712000', '152525.714000', '152525.717000', '152525.720000', '152525.723000', '152525.726000', '152525.729000', '152525.732000', '152525.734000', '152525.737000', '152525.740000', '152525.743000', '152525.746000', '152525.749000', '152525.752000', '152525.755000', '152525.757000', '152525.760000', '152525.763000', '152525.766000', '152525.769000', '152525.772000', '152525.775000', '152525.778000', '152525.781000', '152525.783000', '152525.786000', '152525.789000', '152525.804000', '152545.671000', '152545.674000', '152545.677000', '152545.680000', '152545.682000', '152545.685000', '152545.688000', '152545.691000', '152545.694000', '152545.697000', '152545.700000', '152545.703000', '152545.706000', '152545.709000', '152545.712000', '152545.714000', '152545.717000', '152545.720000', '152545.723000', '152545.726000', '152545.729000', '152545.732000', '152545.735000', '152545.737000', '152545.740000', '152545.743000', '152545.746000', '152545.749000', '152545.756000', '152545.759000', '152545.762000', '152545.764000', '152545.767000', '152545.770000', '152545.773000', '152545.776000', '152545.779000', '152545.782000', '152545.785000', '152545.787000', '152545.790000', '152545.793000', '152545.796000', '152545.799000', '152605.670000', '152605.673000', '152605.676000', '152605.679000', '152605.682000', '152605.685000', '152605.687000', '152605.690000', '152605.693000', '152605.696000', '152605.699000', '152605.702000', '152605.705000', '152605.708000', '152605.711000', '152605.714000', '152605.717000', '152605.719000', '152605.722000', '152605.725000', '152605.728000', '152605.731000', '152605.734000', '152605.737000', '152605.740000', '152605.743000', '152605.745000', '152605.748000', '152605.751000', '152605.754000', '152605.757000', '152605.760000', '152605.763000', '152605.766000', '152605.768000', '152605.771000', '152605.774000', '152605.786000', '152605.789000', '152605.792000', '152605.795000', '152605.798000', '152605.801000', '152625.670000', '152625.673000', '152625.676000', '152625.678000', '152625.681000', '152625.684000', '152625.687000', '152625.690000', '152625.693000', '152625.696000', '152625.699000', '152625.702000', '152625.705000', '152625.707000', '152625.710000', '152625.713000', '152625.716000', '152625.719000', '152625.722000', '152625.725000', '152625.728000', '152625.731000', '152625.733000', '152625.736000', '152625.739000', '152625.742000', '152625.745000', '152625.748000', '152625.751000', '152625.754000', '152625.756000', '152625.759000', '152625.762000', '152625.765000', '152625.768000', '152625.771000', '152625.774000', '152625.776000', '152625.779000', '152625.782000', '152625.785000', '152625.788000', '152625.791000', '152625.794000', '152645.671000', '152645.674000', '152645.677000', '152645.680000', '152645.683000', '152645.685000', '152645.688000', '152645.691000', '152645.694000', '152645.697000', '152645.700000', '152645.703000', '152645.706000', '152645.709000', '152645.712000', '152645.715000', '152645.717000', '152645.720000', '152645.723000', '152645.726000', '152645.729000', '152645.732000', '152645.735000', '152645.737000', '152645.740000', '152645.743000', '152645.746000', '152645.749000', '152645.752000', '152645.755000', '152645.758000', '152645.761000', '152645.763000', '152645.766000', '152645.769000', '152645.772000', '152645.775000', '152645.778000', '152645.781000', '152645.784000', '152645.787000', '152645.789000', '152645.792000', '152705.671000', '152705.674000', '152705.677000', '152705.679000', '152705.682000', '152705.685000', '152705.688000', '152705.691000', '152705.694000', '152705.697000', '152705.700000', '152705.703000', '152705.706000', '152705.708000', '152705.711000', '152705.714000', '152705.717000', '152705.720000', '152705.723000', '152705.726000', '152705.729000', '152705.732000', '152705.735000', '152705.738000', '152705.755000', '152705.758000', '152705.760000', '152705.769000', '152705.772000', '152705.774000', '152705.777000', '152705.780000', '152705.783000', '152705.786000', '152705.789000', '152705.792000', '152705.795000', '152705.797000', '152705.801000', '152705.804000', '152705.807000', '152705.810000', '152705.813000', '152705.816000', '152725.671000', '152725.674000', '152725.677000', '152725.680000', '152725.683000', '152725.686000', '152725.689000', '152725.691000', '152725.694000', '152725.697000', '152725.700000', '152725.703000', '152725.706000', '152725.709000', '152725.712000', '152725.714000', '152725.717000', '152725.720000', '152725.723000', '152725.726000', '152725.729000', '152725.732000', '152725.735000', '152725.737000', '152725.740000', '152725.743000', '152725.746000', '152725.749000', '152725.752000', '152725.755000', '152725.758000', '152725.761000', '152725.763000', '152725.766000', '152725.769000', '152725.772000', '152725.775000', '152725.778000', '152725.781000', '152725.784000', '152725.787000', '152725.790000', '152725.792000', '152745.671000', '152745.674000', '152745.677000', '152745.680000', '152745.682000', '152745.685000', '152745.688000', '152745.691000', '152745.694000', '152745.697000', '152745.700000', '152745.703000', '152745.706000', '152745.709000', '152745.712000', '152745.715000', '152745.717000', '152745.720000', '152745.723000', '152745.726000', '152745.729000', '152745.732000', '152745.735000', '152745.738000', '152745.740000', '152745.743000', '152745.746000', '152745.749000', '152745.752000', '152745.755000', '152745.758000', '152745.761000', '152745.763000', '152745.766000', '152745.769000', '152745.772000', '152745.775000', '152745.778000', '152745.781000', '152745.784000', '152745.787000', '152745.790000', '152745.793000', '152805.671000', '152805.674000', '152805.677000', '152805.680000', '152805.683000', '152805.686000', '152805.689000', '152805.692000', '152805.694000', '152805.697000', '152805.700000', '152805.703000', '152805.706000', '152805.709000', '152805.712000', '152805.715000', '152805.717000', '152805.720000', '152805.723000', '152805.726000', '152805.729000', '152805.732000', '152805.735000', '152805.738000', '152805.741000', '152805.744000', '152805.747000', '152805.750000', '152805.753000', '152805.756000', '152805.758000', '152805.761000', '152805.764000', '152805.767000', '152805.770000', '152805.773000', '152805.776000', '152805.779000', '152805.781000', '152805.784000', '152805.787000', '152805.790000', '152805.793000', '152805.796000', '152825.670000', '152825.673000', '152825.676000', '152825.679000', '152825.682000', '152825.686000', '152825.689000', '152825.692000', '152825.694000', '152825.697000', '152825.700000', '152825.703000', '152825.706000', '152825.709000', '152825.712000', '152825.715000', '152825.718000', '152825.720000', '152825.723000', '152825.726000', '152825.729000', '152825.732000', '152825.735000', '152825.738000', '152825.741000', '152825.743000', '152825.746000', '152825.749000', '152825.752000', '152825.755000', '152825.759000', '152825.762000', '152825.765000', '152825.768000', '152825.771000', '152825.785000', '152825.788000', '152825.791000', '152825.794000', '152825.797000', '152825.800000', '152825.803000', '152825.805000', '152845.670000', '152845.673000', '152845.676000', '152845.679000', '152845.682000', '152845.684000', '152845.687000', '152845.690000', '152845.693000', '152845.696000', '152845.699000', '152845.701000', '152845.704000', '152845.707000', '152845.710000', '152845.713000', '152845.716000', '152845.719000', '152845.722000', '152845.724000', '152845.728000', '152845.730000', '152845.733000', '152845.736000', '152845.739000', '152845.742000', '152845.745000', '152845.748000', '152845.751000', '152845.753000', '152845.756000', '152845.759000', '152845.762000', '152845.765000', '152845.768000', '152845.771000', '152845.774000', '152845.776000', '152845.779000', '152845.782000', '152845.785000', '152845.788000', '152845.791000', '152845.793000', '152903.908000', '152903.911000', '152903.914000', '152903.917000', '152903.921000', '152903.924000', '152903.927000', '152903.930000', '152903.934000', '152903.937000', '152903.940000', '152903.943000', '152903.946000', '152903.949000', '152903.951000', '152903.954000', '152903.957000', '152903.960000', '152903.963000', '152903.966000', '152903.970000', '152903.973000', '152903.976000', '152903.979000', '152903.982000', '152903.985000', '152903.987000', '152903.990000', '152903.993000', '152903.996000', '152904.000000', '152904.003000', '152904.006000', '152904.009000', '152904.012000', '152904.015000', '152904.018000', '152904.021000', '152904.024000', '152904.026000'], 'InstanceCreationTime': ['152245.709000', '152245.712000', '152245.716000', '152245.719000', '152245.722000', '152245.725000', '152245.735000', '152245.738000', '152245.741000', '152245.744000', '152245.747000', '152245.750000', '152245.752000', '152245.756000', '152245.760000', '152245.763000', '152245.766000', '152245.769000', '152245.772000', '152245.775000', '152245.778000', '152245.781000', '152245.784000', '152245.786000', '152245.789000', '152245.792000', '152245.800000', '152245.803000', '152245.806000', '152245.809000', '152245.811000', '152245.814000', '152245.817000', '152245.820000', '152245.823000', '152245.825000', '152245.828000', '152245.831000', '152245.834000', '152245.837000', '152245.840000', '152245.843000', '152245.845000', '152245.848000', '152245.851000', '152245.854000', '152245.857000', '152245.859000', '152245.862000', '152305.671000', '152305.674000', '152305.677000', '152305.680000', '152305.683000', '152305.685000', '152305.688000', '152305.691000', '152305.694000', '152305.697000', '152305.700000', '152305.702000', '152305.705000', '152305.708000', '152305.711000', '152305.714000', '152305.717000', '152305.720000', '152305.722000', '152305.725000', '152305.728000', '152305.731000', '152305.734000', '152305.737000', '152305.740000', '152305.743000', '152305.746000', '152305.754000', '152305.756000', '152305.759000', '152305.762000', '152305.765000', '152305.768000', '152305.771000', '152305.774000', '152305.777000', '152305.779000', '152305.782000', '152305.785000', '152305.788000', '152305.791000', '152305.794000', '152305.797000', '152305.799000', '152325.671000', '152325.674000', '152325.677000', '152325.680000', '152325.682000', '152325.685000', '152325.688000', '152325.691000', '152325.694000', '152325.697000', '152325.700000', '152325.704000', '152325.707000', '152325.710000', '152325.713000', '152325.716000', '152325.719000', '152325.722000', '152325.725000', '152325.728000', '152325.730000', '152325.733000', '152325.736000', '152325.739000', '152325.742000', '152325.745000', '152325.748000', '152325.751000', '152325.753000', '152325.756000', '152325.759000', '152325.762000', '152325.765000', '152325.768000', '152325.771000', '152325.774000', '152325.777000', '152325.780000', '152325.783000', '152325.786000', '152325.789000', '152325.792000', '152325.816000', '152345.670000', '152345.673000', '152345.676000', '152345.679000', '152345.682000', '152345.685000', '152345.688000', '152345.690000', '152345.693000', '152345.696000', '152345.699000', '152345.702000', '152345.705000', '152345.708000', '152345.711000', '152345.713000', '152345.716000', '152345.726000', '152345.728000', '152345.731000', '152345.734000', '152345.737000', '152345.740000', '152345.743000', '152345.746000', '152345.749000', '152345.751000', '152345.754000', '152345.757000', '152345.760000', '152345.763000', '152345.766000', '152345.769000', '152345.772000', '152345.774000', '152345.777000', '152345.780000', '152345.783000', '152345.786000', '152345.789000', '152345.792000', '152345.794000', '152345.797000', '152345.800000', '152405.670000', '152405.673000', '152405.676000', '152405.679000', '152405.682000', '152405.685000', '152405.688000', '152405.690000', '152405.693000', '152405.696000', '152405.699000', '152405.702000', '152405.705000', '152405.708000', '152405.718000', '152405.721000', '152405.724000', '152405.744000', '152405.747000', '152405.750000', '152405.753000', '152405.756000', '152405.759000', '152405.762000', '152405.765000', '152405.768000', '152405.771000', '152405.793000', '152405.796000', '152405.799000', '152405.802000', '152405.804000', '152405.808000', '152405.810000', '152405.813000', '152405.816000', '152405.819000', '152405.822000', '152405.825000', '152405.827000', '152405.830000', '152405.833000', '152405.836000', '152425.671000', '152425.674000', '152425.677000', '152425.680000', '152425.683000', '152425.685000', '152425.688000', '152425.691000', '152425.694000', '152425.697000', '152425.708000', '152425.711000', '152425.714000', '152425.716000', '152425.719000', '152425.722000', '152425.725000', '152425.728000', '152425.731000', '152425.734000', '152425.737000', '152425.739000', '152425.742000', '152425.745000', '152425.748000', '152425.751000', '152425.754000', '152425.757000', '152425.760000', '152425.762000', '152425.765000', '152425.768000', '152425.771000', '152425.774000', '152425.777000', '152425.780000', '152425.783000', '152425.786000', '152425.788000', '152425.791000', '152425.794000', '152425.797000', '152425.800000', '152425.803000', '152445.671000', '152445.674000', '152445.677000', '152445.680000', '152445.683000', '152445.686000', '152445.689000', '152445.691000', '152445.694000', '152445.697000', '152445.700000', '152445.703000', '152445.706000', '152445.709000', '152445.712000', '152445.714000', '152445.717000', '152445.720000', '152445.723000', '152445.726000', '152445.729000', '152445.732000', '152445.735000', '152445.738000', '152445.740000', '152445.745000', '152445.748000', '152445.751000', '152445.753000', '152445.756000', '152445.759000', '152445.762000', '152445.765000', '152445.768000', '152445.771000', '152445.774000', '152445.777000', '152445.780000', '152445.782000', '152445.785000', '152445.788000', '152445.791000', '152445.794000', '152505.671000', '152505.674000', '152505.677000', '152505.680000', '152505.682000', '152505.685000', '152505.689000', '152505.692000', '152505.694000', '152505.697000', '152505.700000', '152505.703000', '152505.706000', '152505.709000', '152505.712000', '152505.715000', '152505.718000', '152505.721000', '152505.724000', '152505.727000', '152505.730000', '152505.732000', '152505.735000', '152505.738000', '152505.741000', '152505.744000', '152505.747000', '152505.750000', '152505.752000', '152505.755000', '152505.758000', '152505.761000', '152505.764000', '152505.767000', '152505.771000', '152505.774000', '152505.777000', '152505.780000', '152505.783000', '152505.785000', '152505.788000', '152505.791000', '152505.794000', '152505.815000', '152525.671000', '152525.674000', '152525.677000', '152525.680000', '152525.683000', '152525.686000', '152525.689000', '152525.691000', '152525.694000', '152525.697000', '152525.700000', '152525.703000', '152525.706000', '152525.709000', '152525.712000', '152525.714000', '152525.717000', '152525.720000', '152525.723000', '152525.726000', '152525.729000', '152525.732000', '152525.734000', '152525.737000', '152525.740000', '152525.743000', '152525.746000', '152525.749000', '152525.752000', '152525.755000', '152525.757000', '152525.760000', '152525.763000', '152525.766000', '152525.769000', '152525.772000', '152525.775000', '152525.778000', '152525.781000', '152525.783000', '152525.786000', '152525.789000', '152525.804000', '152545.671000', '152545.674000', '152545.677000', '152545.680000', '152545.682000', '152545.685000', '152545.688000', '152545.691000', '152545.694000', '152545.697000', '152545.700000', '152545.703000', '152545.706000', '152545.709000', '152545.712000', '152545.714000', '152545.717000', '152545.720000', '152545.723000', '152545.726000', '152545.729000', '152545.732000', '152545.735000', '152545.737000', '152545.740000', '152545.743000', '152545.746000', '152545.749000', '152545.756000', '152545.759000', '152545.762000', '152545.764000', '152545.767000', '152545.770000', '152545.773000', '152545.776000', '152545.779000', '152545.782000', '152545.785000', '152545.787000', '152545.790000', '152545.793000', '152545.796000', '152545.799000', '152605.670000', '152605.673000', '152605.676000', '152605.679000', '152605.682000', '152605.685000', '152605.687000', '152605.690000', '152605.693000', '152605.696000', '152605.699000', '152605.702000', '152605.705000', '152605.708000', '152605.711000', '152605.714000', '152605.717000', '152605.719000', '152605.722000', '152605.725000', '152605.728000', '152605.731000', '152605.734000', '152605.737000', '152605.740000', '152605.743000', '152605.745000', '152605.748000', '152605.751000', '152605.754000', '152605.757000', '152605.760000', '152605.763000', '152605.766000', '152605.768000', '152605.771000', '152605.774000', '152605.786000', '152605.789000', '152605.792000', '152605.795000', '152605.798000', '152605.801000', '152625.670000', '152625.673000', '152625.676000', '152625.678000', '152625.681000', '152625.684000', '152625.687000', '152625.690000', '152625.693000', '152625.696000', '152625.699000', '152625.702000', '152625.705000', '152625.707000', '152625.710000', '152625.713000', '152625.716000', '152625.719000', '152625.722000', '152625.725000', '152625.728000', '152625.731000', '152625.733000', '152625.736000', '152625.739000', '152625.742000', '152625.745000', '152625.748000', '152625.751000', '152625.754000', '152625.756000', '152625.759000', '152625.762000', '152625.765000', '152625.768000', '152625.771000', '152625.774000', '152625.776000', '152625.779000', '152625.782000', '152625.785000', '152625.788000', '152625.791000', '152625.794000', '152645.671000', '152645.674000', '152645.677000', '152645.680000', '152645.683000', '152645.685000', '152645.688000', '152645.691000', '152645.694000', '152645.697000', '152645.700000', '152645.703000', '152645.706000', '152645.709000', '152645.712000', '152645.715000', '152645.717000', '152645.720000', '152645.723000', '152645.726000', '152645.729000', '152645.732000', '152645.735000', '152645.737000', '152645.740000', '152645.743000', '152645.746000', '152645.749000', '152645.752000', '152645.755000', '152645.758000', '152645.761000', '152645.763000', '152645.766000', '152645.769000', '152645.772000', '152645.775000', '152645.778000', '152645.781000', '152645.784000', '152645.787000', '152645.789000', '152645.792000', '152705.671000', '152705.674000', '152705.677000', '152705.679000', '152705.682000', '152705.685000', '152705.688000', '152705.691000', '152705.694000', '152705.697000', '152705.700000', '152705.703000', '152705.706000', '152705.708000', '152705.711000', '152705.714000', '152705.717000', '152705.720000', '152705.723000', '152705.726000', '152705.729000', '152705.732000', '152705.735000', '152705.738000', '152705.755000', '152705.758000', '152705.760000', '152705.769000', '152705.772000', '152705.774000', '152705.777000', '152705.780000', '152705.783000', '152705.786000', '152705.789000', '152705.792000', '152705.795000', '152705.797000', '152705.801000', '152705.804000', '152705.807000', '152705.810000', '152705.813000', '152705.816000', '152725.671000', '152725.674000', '152725.677000', '152725.680000', '152725.683000', '152725.686000', '152725.689000', '152725.691000', '152725.694000', '152725.697000', '152725.700000', '152725.703000', '152725.706000', '152725.709000', '152725.712000', '152725.714000', '152725.717000', '152725.720000', '152725.723000', '152725.726000', '152725.729000', '152725.732000', '152725.735000', '152725.737000', '152725.740000', '152725.743000', '152725.746000', '152725.749000', '152725.752000', '152725.755000', '152725.758000', '152725.761000', '152725.763000', '152725.766000', '152725.769000', '152725.772000', '152725.775000', '152725.778000', '152725.781000', '152725.784000', '152725.787000', '152725.790000', '152725.792000', '152745.671000', '152745.674000', '152745.677000', '152745.680000', '152745.682000', '152745.685000', '152745.688000', '152745.691000', '152745.694000', '152745.697000', '152745.700000', '152745.703000', '152745.706000', '152745.709000', '152745.712000', '152745.715000', '152745.717000', '152745.720000', '152745.723000', '152745.726000', '152745.729000', '152745.732000', '152745.735000', '152745.738000', '152745.740000', '152745.743000', '152745.746000', '152745.749000', '152745.752000', '152745.755000', '152745.758000', '152745.761000', '152745.763000', '152745.766000', '152745.769000', '152745.772000', '152745.775000', '152745.778000', '152745.781000', '152745.784000', '152745.787000', '152745.790000', '152745.793000', '152805.671000', '152805.674000', '152805.677000', '152805.680000', '152805.683000', '152805.686000', '152805.689000', '152805.692000', '152805.694000', '152805.697000', '152805.700000', '152805.703000', '152805.706000', '152805.709000', '152805.712000', '152805.715000', '152805.717000', '152805.720000', '152805.723000', '152805.726000', '152805.729000', '152805.732000', '152805.735000', '152805.738000', '152805.741000', '152805.744000', '152805.747000', '152805.750000', '152805.753000', '152805.756000', '152805.758000', '152805.761000', '152805.764000', '152805.767000', '152805.770000', '152805.773000', '152805.776000', '152805.779000', '152805.781000', '152805.784000', '152805.787000', '152805.790000', '152805.793000', '152805.796000', '152825.670000', '152825.673000', '152825.676000', '152825.679000', '152825.682000', '152825.686000', '152825.689000', '152825.692000', '152825.694000', '152825.697000', '152825.700000', '152825.703000', '152825.706000', '152825.709000', '152825.712000', '152825.715000', '152825.718000', '152825.720000', '152825.723000', '152825.726000', '152825.729000', '152825.732000', '152825.735000', '152825.738000', '152825.741000', '152825.743000', '152825.746000', '152825.749000', '152825.752000', '152825.755000', '152825.759000', '152825.762000', '152825.765000', '152825.768000', '152825.771000', '152825.785000', '152825.788000', '152825.791000', '152825.794000', '152825.797000', '152825.800000', '152825.803000', '152825.805000', '152845.670000', '152845.673000', '152845.676000', '152845.679000', '152845.682000', '152845.684000', '152845.687000', '152845.690000', '152845.693000', '152845.696000', '152845.699000', '152845.701000', '152845.704000', '152845.707000', '152845.710000', '152845.713000', '152845.716000', '152845.719000', '152845.722000', '152845.724000', '152845.728000', '152845.730000', '152845.733000', '152845.736000', '152845.739000', '152845.742000', '152845.745000', '152845.748000', '152845.751000', '152845.753000', '152845.756000', '152845.759000', '152845.762000', '152845.765000', '152845.768000', '152845.771000', '152845.774000', '152845.776000', '152845.779000', '152845.782000', '152845.785000', '152845.788000', '152845.791000', '152845.793000', '152903.908000', '152903.911000', '152903.914000', '152903.917000', '152903.921000', '152903.924000', '152903.927000', '152903.930000', '152903.934000', '152903.937000', '152903.940000', '152903.943000', '152903.946000', '152903.949000', '152903.951000', '152903.954000', '152903.957000', '152903.960000', '152903.963000', '152903.966000', '152903.970000', '152903.973000', '152903.976000', '152903.979000', '152903.982000', '152903.985000', '152903.987000', '152903.990000', '152903.993000', '152903.996000', '152904.000000', '152904.003000', '152904.006000', '152904.009000', '152904.012000', '152904.015000', '152904.018000', '152904.021000', '152904.024000', '152904.026000'], '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': [13069, 11756, 15590, 11811, 20585, 14184, 12612, 14038, 10012, 17399, 12412, 20684, 13886, 10720, 15725, 10656, 20523, 13171, 11789, 14610, 10765, 19689, 12651, 12236, 13501, 9921, 18017, 11990, 17968, 12519, 10117, 14648, 10548, 17778, 12099, 15996, 12615, 9478, 15709, 11514, 18033, 13340, 10142, 19492, 12954, 9821, 15374, 11175, 14313, 13208, 11760, 14911, 9536, 15853, 11041, 17768, 12479, 19539, 12559, 10093, 13644, 9757, 16646, 12211, 17925, 12788, 10017, 15229, 10820, 18865, 13296, 12510, 13992, 9441, 16233, 11442, 18838, 13285, 10013, 15631, 11123, 19988, 12896, 12211, 14764, 10140, 18376, 11275, 16991, 12905, 10447, 15688, 10435, 19299, 11820, 10925, 14294, 10899, 19201, 11606, 14950, 12750, 9348, 15851, 11239, 20996, 12590, 11730, 12612, 9293, 15288, 10936, 19536, 11936, 10706, 12979, 9250, 15579, 11535, 19940, 12284, 11417, 13019, 9444, 16636, 11465, 19767, 11624, 10610, 13473, 9517, 16904, 11304, 14702, 12277, 9718, 15415, 11359, 20453, 13425, 10882, 13923, 10139, 17656, 12569, 15415, 13810, 8985, 16347, 11011, 19918, 12578, 11461, 13612, 9411, 16441, 11136, 20556, 12947, 10623, 13856, 9912, 16301, 11704, 11874, 14350, 10364, 17940, 11601, 11374, 13885, 10556, 19019, 11697, 15451, 12613, 9856, 16068, 11758, 18681, 11431, 14791, 12361, 9864, 15352, 10680, 17752, 11430, 11387, 13370, 9403, 17119, 11155, 14090, 12247, 9861, 15472, 11631, 20101, 13142, 10505, 13997, 10126, 17013, 12048, 19926, 12855, 10733, 13957, 9525, 17091, 11820, 20551, 12477, 10566, 13852, 10416, 17300, 12258, 11031, 13829, 9987, 16156, 11441, 18806, 12663, 10107, 15379, 10333, 17766, 11208, 20416, 12659, 10231, 13641, 9897, 17973, 11735, 10365, 14556, 10072, 18319, 11798, 10527, 14416, 10242, 18933, 12185, 13831, 14697, 10127, 20768, 11069, 10229, 14341, 10727, 19364, 11614, 11100, 12888, 9425, 15803, 10872, 19240, 11531, 10512, 13056, 9856, 18775, 12139, 9666, 13444, 10003, 19070, 12479, 10230, 15414, 10444, 19537, 12538, 11551, 14329, 10151, 17380, 11241, 13938, 13141, 9788, 15974, 11543, 19428, 12947, 11406, 14109, 10057, 16916, 12060, 11596, 14001, 10298, 18175, 11141, 13069, 13344, 9342, 18063, 11008, 15016, 12184, 9562, 15338, 11213, 18598, 11704, 12864, 12825, 9358, 16673, 11572, 12050, 13674, 9527, 16304, 11799, 13275, 14103, 9468, 16776, 11473, 18793, 12789, 14152, 12993, 9925, 14395, 9988, 17292, 11847, 19257, 12058, 9498, 13278, 9601, 16537, 12171, 10399, 13246, 9699, 16737, 11676, 20040, 12942, 10823, 13561, 9297, 16125, 11308, 17402, 10420, 16369, 11694, 13501, 13026, 9263, 15162, 10235, 16147, 11838, 11861, 13670, 9046, 15537, 10943, 19876, 12417, 13813, 12635, 10058, 16494, 12095, 20674, 12689, 10593, 13416, 10057, 13482, 12487, 9650, 17372, 12205, 20962, 12664, 10803, 13521, 9088, 16736, 11260, 18484, 12284, 20587, 12117, 15553, 11943, 8951, 14814, 10308, 16152, 12054, 8872, 14801, 10212, 18562, 11353, 12831, 12398, 8733, 14388, 9976, 15615, 10609, 16315, 10701, 14842, 11542, 10227, 13489, 9540, 15422, 10706, 14782, 12049, 9615, 14420, 9696, 16788, 11738, 13412, 12925, 8789, 15555, 10455, 18963, 12474, 15288, 12903, 9161, 15738, 10557, 17147, 12138, 14049, 13049, 9193, 16114, 10629, 17398, 12651, 10572, 15269, 10471, 18292, 12234, 12449, 13593, 9184, 17097, 10936, 19104, 12176, 11941, 14499, 10279, 18335, 10917, 17914, 12045, 11322, 14107, 9874, 16224, 10896, 16557, 11967, 14768, 12459, 9766, 14664, 10498, 17682, 12555, 10532, 13843, 9428, 15467, 11279, 20580, 13480, 11789, 13213, 9026, 15738, 11459, 18316, 12915, 13464, 12162, 8989, 15855, 11441, 20323, 13585, 10657, 13806, 10414, 19155, 12815, 10373, 14131, 10021, 16357, 11500, 18014, 12348, 16031, 12039, 9993, 14120, 9134, 16447, 11159, 18280, 11525, 15493, 12140, 10771, 15272, 10101, 16604, 10817, 17369, 12302, 17635, 11788, 10032, 13192, 9335, 16039, 11194, 20215, 12219, 13218, 13226, 9774, 16647, 10661, 11560, 12754, 8904, 16859, 11037, 20478, 11649, 15071, 11997, 11684, 13499, 9689, 14229, 9853, 16632, 12090, 19821, 11886, 11600, 12438, 8850, 15889, 11164, 15112, 12260, 9399, 14740, 11110, 19585, 12847, 12618, 13197, 8758, 16750, 11307, 20314, 12293, 12054, 13378, 9038, 16777, 11930, 20706, 11750, 12420, 12950, 9335, 16173, 10773, 17489, 11539, 13814, 12891, 9601, 15593, 10491, 17666, 11727, 10274, 14163, 10859, 18305, 11952, 15833, 12405, 11039, 15055, 10667, 18260, 11240, 15215, 12183, 9674, 16792, 11190, 20845, 12100, 12023, 13437, 9879, 17645, 11009, 16335, 11764, 9959, 15429, 11058, 20176, 12290, 10313, 13979, 10159, 19503, 12468, 11120, 12603, 8814, 15821, 10890, 18396, 12514, 12186, 12407, 9242, 16112, 11118, 19437, 12516, 10075, 14026, 9796, 18924, 11709, 11977, 13396, 9170, 16047, 10612, 17371, 12116, 9700, 14348, 9786, 16509, 11087, 18158, 12181, 9828, 13220, 9382, 15501, 10873, 18855, 12086, 10100, 13378, 9819, 16632, 11667, 11546, 12912, 8939, 15487, 10893, 15195, 12781, 8827, 15441, 10947, 17955, 12397, 10410, 14449, 10779, 18367, 11415, 19331, 11783, 11442, 13350, 9864, 16405, 11293, 17424, 12092, 8905, 15236, 10614, 12209, 12528, 8764, 16797, 11821, 13708, 12264, 8613, 15744, 10825, 20404, 12786, 11003, 13198, 10062, 17459, 12192, 14676, 12471, 9178, 15090, 10925, 20439, 13098, 10827, 12751, 9150, 16134, 11567, 16583, 12825, 9761, 14212, 10147, 18002, 12347, 17980, 12164, 10513, 14031, 9563, 17335, 11802, 19904, 11411, 11735, 12475, 9284, 15026, 10400, 16277, 10736, 18083, 11349, 13275, 12745, 9627, 14316, 9484, 15408, 11030, 19079, 12895, 10311, 12727, 9291, 15686, 11715, 15309, 12069, 9898, 14668, 10436, 19725, 12798, 12120, 13447, 9679, 15381, 10405, 17429, 12174, 18339, 11679, 17807, 11641, 12954, 12781, 10120, 14795, 9573, 15779, 10975, 15592, 12126, 9674, 13802, 9023, 14968, 10853, 17405, 12170, 13948, 12051, 9484, 14535, 10465, 18892, 11752, 12287, 12302, 9067, 14922, 10506, 17019, 10451, 16658, 11208, 20110, 12300, 14054, 12023, 10291, 13258, 8697, 15301, 11060, 20357, 11196, 12273, 11900, 9191, 14565, 10700, 18999, 11624, 9841, 12680, 9069, 15864, 11632, 17842, 11318, 18320, 11511, 13913, 12279, 10403, 14519], 'WindowCenter': [4902.0, 4863.0, 4878.0, 4835.0, 4883.0, 4842.0, 4819.0, 4828.0, 4788.0, 4846.0, 4819.0, 4866.0, 4828.0, 4798.0, 4836.0, 4799.0, 4867.0, 4817.0, 4805.0, 4825.0, 4796.0, 4856.0, 4814.0, 4805.0, 4814.0, 4787.0, 4844.0, 4807.0, 4844.0, 4805.0, 4783.0, 4824.0, 4783.0, 4843.0, 4807.0, 4835.0, 4815.0, 4801.0, 4848.0, 4805.0, 4853.0, 4815.0, 4796.0, 4856.0, 4817.0, 4788.0, 4836.0, 4808.0, 4825.0, 4817.0, 4809.0, 4836.0, 4788.0, 4837.0, 4796.0, 4845.0, 4806.0, 4855.0, 4807.0, 4786.0, 4815.0, 4776.0, 4845.0, 4806.0, 4845.0, 4815.0, 4787.0, 4836.0, 4798.0, 4855.0, 4816.0, 4806.0, 4826.0, 4777.0, 4833.0, 4798.0, 4853.0, 4819.0, 4787.0, 4836.0, 4798.0, 4854.0, 4815.0, 4804.0, 4827.0, 4787.0, 4844.0, 4797.0, 4834.0, 4804.0, 4785.0, 4835.0, 4786.0, 4843.0, 4795.0, 4782.0, 4814.0, 4784.0, 4854.0, 4796.0, 4823.0, 4803.0, 4762.0, 4823.0, 4793.0, 4854.0, 4806.0, 4794.0, 4791.0, 4764.0, 4823.0, 4785.0, 4853.0, 4807.0, 4788.0, 4813.0, 4775.0, 4836.0, 4805.0, 4854.0, 4805.0, 4807.0, 4813.0, 4787.0, 4845.0, 4806.0, 4867.0, 4806.0, 4795.0, 4816.0, 4777.0, 4848.0, 4808.0, 4836.0, 4817.0, 4786.0, 4837.0, 4808.0, 4868.0, 4829.0, 4799.0, 4826.0, 4798.0, 4846.0, 4816.0, 4837.0, 4825.0, 4777.0, 4836.0, 4797.0, 4857.0, 4817.0, 4797.0, 4826.0, 4777.0, 4835.0, 4798.0, 4855.0, 4818.0, 4797.0, 4827.0, 4787.0, 4836.0, 4807.0, 4807.0, 4837.0, 4797.0, 4856.0, 4807.0, 4808.0, 4825.0, 4798.0, 4856.0, 4807.0, 4834.0, 4806.0, 4786.0, 4833.0, 4807.0, 4846.0, 4795.0, 4824.0, 4805.0, 4776.0, 4836.0, 4787.0, 4845.0, 4804.0, 4798.0, 4815.0, 4776.0, 4847.0, 4807.0, 4826.0, 4804.0, 4785.0, 4834.0, 4808.0, 4865.0, 4816.0, 4793.0, 4827.0, 4786.0, 4847.0, 4807.0, 4855.0, 4816.0, 4794.0, 4814.0, 4777.0, 4833.0, 4806.0, 4854.0, 4806.0, 4787.0, 4814.0, 4797.0, 4844.0, 4809.0, 4796.0, 4827.0, 4788.0, 4836.0, 4807.0, 4858.0, 4817.0, 4799.0, 4837.0, 4798.0, 4843.0, 4799.0, 4855.0, 4817.0, 4785.0, 4815.0, 4784.0, 4846.0, 4807.0, 4787.0, 4827.0, 4788.0, 4856.0, 4808.0, 4796.0, 4827.0, 4788.0, 4858.0, 4806.0, 4825.0, 4827.0, 4787.0, 4864.0, 4796.0, 4785.0, 4825.0, 4796.0, 4854.0, 4795.0, 4795.0, 4805.0, 4776.0, 4836.0, 4794.0, 4855.0, 4796.0, 4785.0, 4815.0, 4787.0, 4857.0, 4818.0, 4789.0, 4827.0, 4788.0, 4867.0, 4819.0, 4790.0, 4837.0, 4798.0, 4855.0, 4808.0, 4798.0, 4826.0, 4786.0, 4845.0, 4799.0, 4827.0, 4817.0, 4785.0, 4836.0, 4797.0, 4857.0, 4816.0, 4794.0, 4825.0, 4786.0, 4836.0, 4805.0, 4796.0, 4827.0, 4787.0, 4844.0, 4795.0, 4815.0, 4814.0, 4776.0, 4846.0, 4800.0, 4825.0, 4804.0, 4776.0, 4825.0, 4797.0, 4846.0, 4808.0, 4817.0, 4804.0, 4779.0, 4846.0, 4808.0, 4807.0, 4826.0, 4788.0, 4836.0, 4806.0, 4817.0, 4826.0, 4788.0, 4835.0, 4797.0, 4854.0, 4816.0, 4815.0, 4806.0, 4776.0, 4814.0, 4776.0, 4833.0, 4795.0, 4842.0, 4794.0, 4776.0, 4802.0, 4775.0, 4836.0, 4808.0, 4789.0, 4817.0, 4787.0, 4848.0, 4808.0, 4868.0, 4820.0, 4798.0, 4815.0, 4775.0, 4835.0, 4796.0, 4846.0, 4788.0, 4834.0, 4793.0, 4814.0, 4816.0, 4778.0, 4827.0, 4785.0, 4836.0, 4808.0, 4808.0, 4827.0, 4778.0, 4836.0, 4798.0, 4866.0, 4818.0, 4812.0, 4817.0, 4788.0, 4847.0, 4809.0, 4867.0, 4815.0, 4800.0, 4830.0, 4802.0, 4828.0, 4819.0, 4791.0, 4848.0, 4821.0, 4866.0, 4817.0, 4799.0, 4817.0, 4778.0, 4835.0, 4795.0, 4845.0, 4795.0, 4845.0, 4792.0, 4813.0, 4781.0, 4751.0, 4803.0, 4771.0, 4821.0, 4792.0, 4764.0, 4812.0, 4783.0, 4845.0, 4792.0, 4804.0, 4805.0, 4764.0, 4814.0, 4773.0, 4825.0, 4785.0, 4823.0, 4785.0, 4812.0, 4795.0, 4785.0, 4816.0, 4788.0, 4826.0, 4797.0, 4825.0, 4807.0, 4788.0, 4828.0, 4790.0, 4848.0, 4811.0, 4828.0, 4819.0, 4780.0, 4840.0, 4801.0, 4857.0, 4816.0, 4839.0, 4818.0, 4780.0, 4839.0, 4798.0, 4848.0, 4808.0, 4827.0, 4818.0, 4779.0, 4836.0, 4797.0, 4847.0, 4816.0, 4799.0, 4837.0, 4798.0, 4859.0, 4819.0, 4818.0, 4826.0, 4779.0, 4848.0, 4799.0, 4857.0, 4809.0, 4807.0, 4828.0, 4788.0, 4847.0, 4798.0, 4847.0, 4807.0, 4796.0, 4827.0, 4788.0, 4834.0, 4795.0, 4834.0, 4806.0, 4826.0, 4808.0, 4788.0, 4826.0, 4798.0, 4846.0, 4819.0, 4798.0, 4827.0, 4788.0, 4839.0, 4810.0, 4868.0, 4828.0, 4808.0, 4815.0, 4778.0, 4837.0, 4808.0, 4857.0, 4818.0, 4815.0, 4807.0, 4776.0, 4835.0, 4810.0, 4867.0, 4828.0, 4800.0, 4826.0, 4798.0, 4860.0, 4818.0, 4801.0, 4839.0, 4800.0, 4848.0, 4811.0, 4858.0, 4821.0, 4847.0, 4806.0, 4789.0, 4827.0, 4778.0, 4846.0, 4809.0, 4859.0, 4810.0, 4835.0, 4808.0, 4798.0, 4837.0, 4789.0, 4836.0, 4798.0, 4837.0, 4805.0, 4846.0, 4807.0, 4788.0, 4815.0, 4777.0, 4836.0, 4796.0, 4856.0, 4806.0, 4815.0, 4816.0, 4788.0, 4834.0, 4796.0, 4796.0, 4816.0, 4778.0, 4848.0, 4797.0, 4867.0, 4808.0, 4827.0, 4809.0, 4809.0, 4819.0, 4777.0, 4816.0, 4788.0, 4836.0, 4808.0, 4857.0, 4808.0, 4806.0, 4818.0, 4780.0, 4837.0, 4811.0, 4838.0, 4819.0, 4789.0, 4838.0, 4810.0, 4871.0, 4819.0, 4820.0, 4817.0, 4780.0, 4848.0, 4809.0, 4868.0, 4807.0, 4806.0, 4817.0, 4778.0, 4837.0, 4808.0, 4867.0, 4806.0, 4805.0, 4817.0, 4778.0, 4835.0, 4799.0, 4846.0, 4807.0, 4827.0, 4817.0, 4788.0, 4838.0, 4799.0, 4858.0, 4810.0, 4800.0, 4829.0, 4800.0, 4859.0, 4819.0, 4838.0, 4818.0, 4799.0, 4826.0, 4785.0, 4859.0, 4798.0, 4835.0, 4807.0, 4779.0, 4847.0, 4800.0, 4867.0, 4806.0, 4806.0, 4818.0, 4787.0, 4846.0, 4796.0, 4838.0, 4807.0, 4788.0, 4835.0, 4796.0, 4867.0, 4809.0, 4798.0, 4827.0, 4800.0, 4869.0, 4820.0, 4808.0, 4818.0, 4780.0, 4837.0, 4800.0, 4849.0, 4819.0, 4809.0, 4807.0, 4778.0, 4838.0, 4799.0, 4858.0, 4809.0, 4788.0, 4828.0, 4786.0, 4856.0, 4806.0, 4808.0, 4817.0, 4777.0, 4834.0, 4788.0, 4846.0, 4808.0, 4776.0, 4824.0, 4787.0, 4835.0, 4797.0, 4844.0, 4808.0, 4787.0, 4813.0, 4775.0, 4824.0, 4797.0, 4855.0, 4807.0, 4788.0, 4815.0, 4787.0, 4835.0, 4808.0, 4807.0, 4817.0, 4778.0, 4836.0, 4797.0, 4838.0, 4816.0, 4777.0, 4837.0, 4798.0, 4857.0, 4820.0, 4798.0, 4828.0, 4799.0, 4846.0, 4799.0, 4856.0, 4806.0, 4794.0, 4815.0, 4776.0, 4836.0, 4795.0, 4847.0, 4806.0, 4767.0, 4824.0, 4788.0, 4807.0, 4807.0, 4767.0, 4836.0, 4809.0, 4818.0, 4809.0, 4770.0, 4836.0, 4798.0, 4870.0, 4819.0, 4797.0, 4817.0, 4788.0, 4848.0, 4820.0, 4839.0, 4818.0, 4780.0, 4836.0, 4799.0, 4869.0, 4819.0, 4796.0, 4816.0, 4780.0, 4838.0, 4808.0, 4849.0, 4819.0, 4791.0, 4828.0, 4787.0, 4849.0, 4819.0, 4848.0, 4809.0, 4785.0, 4816.0, 4778.0, 4835.0, 4799.0, 4857.0, 4798.0, 4795.0, 4807.0, 4768.0, 4828.0, 4787.0, 4836.0, 4798.0, 4846.0, 4796.0, 4817.0, 4817.0, 4790.0, 4828.0, 4779.0, 4826.0, 4798.0, 4855.0, 4818.0, 4789.0, 4817.0, 4780.0, 4837.0, 4809.0, 4838.0, 4821.0, 4791.0, 4839.0, 4801.0, 4869.0, 4821.0, 4820.0, 4830.0, 4789.0, 4839.0, 4801.0, 4848.0, 4810.0, 4850.0, 4798.0, 4846.0, 4796.0, 4807.0, 4807.0, 4777.0, 4827.0, 4778.0, 4824.0, 4798.0, 4826.0, 4809.0, 4779.0, 4816.0, 4769.0, 4826.0, 4796.0, 4846.0, 4809.0, 4828.0, 4808.0, 4789.0, 4828.0, 4788.0, 4856.0, 4810.0, 4809.0, 4808.0, 4780.0, 4829.0, 4790.0, 4847.0, 4800.0, 4837.0, 4798.0, 4855.0, 4807.0, 4818.0, 4808.0, 4787.0, 4805.0, 4766.0, 4824.0, 4796.0, 4855.0, 4795.0, 4805.0, 4797.0, 4777.0, 4826.0, 4790.0, 4858.0, 4809.0, 4788.0, 4819.0, 4778.0, 4839.0, 4810.0, 4859.0, 4810.0, 4859.0, 4807.0, 4817.0, 4809.0, 4787.0, 4828.0], 'WindowWidth': [10666.0, 10595.0, 10604.0, 10537.0, 10604.0, 10540.0, 10504.0, 10512.0, 10457.0, 10536.0, 10499.0, 10563.0, 10512.0, 10471.0, 10520.0, 10473.0, 10568.0, 10495.0, 10477.0, 10504.0, 10464.0, 10549.0, 10488.0, 10475.0, 10486.0, 10452.0, 10529.0, 10481.0, 10529.0, 10476.0, 10444.0, 10501.0, 10445.0, 10528.0, 10480.0, 10518.0, 10491.0, 10480.0, 10543.0, 10481.0, 10543.0, 10488.0, 10465.0, 10552.0, 10496.0, 10459.0, 10522.0, 10485.0, 10507.0, 10496.0, 10484.0, 10520.0, 10456.0, 10522.0, 10464.0, 10531.0, 10479.0, 10545.0, 10480.0, 10452.0, 10489.0, 10437.0, 10532.0, 10479.0, 10531.0, 10490.0, 10454.0, 10518.0, 10469.0, 10546.0, 10496.0, 10479.0, 10504.0, 10438.0, 10513.0, 10467.0, 10543.0, 10498.0, 10454.0, 10521.0, 10469.0, 10546.0, 10490.0, 10473.0, 10508.0, 10452.0, 10530.0, 10464.0, 10513.0, 10472.0, 10447.0, 10517.0, 10450.0, 10529.0, 10460.0, 10442.0, 10486.0, 10444.0, 10545.0, 10464.0, 10496.0, 10469.0, 10414.0, 10497.0, 10455.0, 10546.0, 10474.0, 10458.0, 10451.0, 10418.0, 10497.0, 10446.0, 10543.0, 10478.0, 10453.0, 10484.0, 10434.0, 10518.0, 10476.0, 10546.0, 10478.0, 10478.0, 10485.0, 10453.0, 10533.0, 10479.0, 10564.0, 10480.0, 10462.0, 10491.0, 10439.0, 10539.0, 10485.0, 10521.0, 10496.0, 10453.0, 10523.0, 10485.0, 10572.0, 10515.0, 10473.0, 10508.0, 10470.0, 10536.0, 10495.0, 10522.0, 10506.0, 10442.0, 10522.0, 10467.0, 10554.0, 10495.0, 10466.0, 10505.0, 10440.0, 10517.0, 10468.0, 10550.0, 10502.0, 10469.0, 10508.0, 10454.0, 10521.0, 10483.0, 10481.0, 10524.0, 10468.0, 10552.0, 10482.0, 10482.0, 10504.0, 10468.0, 10552.0, 10483.0, 10517.0, 10478.0, 10451.0, 10514.0, 10479.0, 10537.0, 10462.0, 10502.0, 10474.0, 10436.0, 10519.0, 10453.0, 10535.0, 10474.0, 10467.0, 10489.0, 10439.0, 10538.0, 10481.0, 10509.0, 10477.0, 10451.0, 10518.0, 10483.0, 10564.0, 10494.0, 10460.0, 10507.0, 10452.0, 10537.0, 10482.0, 10547.0, 10493.0, 10460.0, 10488.0, 10439.0, 10514.0, 10478.0, 10546.0, 10479.0, 10451.0, 10488.0, 10466.0, 10532.0, 10486.0, 10467.0, 10509.0, 10456.0, 10523.0, 10483.0, 10554.0, 10499.0, 10471.0, 10523.0, 10469.0, 10532.0, 10471.0, 10550.0, 10495.0, 10450.0, 10490.0, 10447.0, 10535.0, 10483.0, 10455.0, 10511.0, 10459.0, 10551.0, 10485.0, 10467.0, 10510.0, 10457.0, 10556.0, 10481.0, 10505.0, 10507.0, 10453.0, 10561.0, 10464.0, 10449.0, 10503.0, 10465.0, 10546.0, 10463.0, 10461.0, 10476.0, 10438.0, 10519.0, 10460.0, 10548.0, 10464.0, 10449.0, 10489.0, 10454.0, 10554.0, 10498.0, 10460.0, 10509.0, 10459.0, 10566.0, 10502.0, 10461.0, 10524.0, 10470.0, 10549.0, 10483.0, 10468.0, 10507.0, 10453.0, 10534.0, 10472.0, 10508.0, 10495.0, 10451.0, 10521.0, 10467.0, 10551.0, 10491.0, 10461.0, 10502.0, 10450.0, 10520.0, 10476.0, 10465.0, 10508.0, 10452.0, 10532.0, 10463.0, 10489.0, 10487.0, 10437.0, 10537.0, 10472.0, 10502.0, 10474.0, 10436.0, 10504.0, 10467.0, 10539.0, 10481.0, 10492.0, 10474.0, 10444.0, 10535.0, 10484.0, 10481.0, 10504.0, 10455.0, 10521.0, 10480.0, 10495.0, 10507.0, 10455.0, 10520.0, 10465.0, 10546.0, 10493.0, 10489.0, 10477.0, 10433.0, 10484.0, 10434.0, 10512.0, 10460.0, 10524.0, 10459.0, 10435.0, 10469.0, 10436.0, 10520.0, 10484.0, 10460.0, 10495.0, 10455.0, 10540.0, 10485.0, 10568.0, 10502.0, 10468.0, 10489.0, 10435.0, 10517.0, 10463.0, 10534.0, 10452.0, 10514.0, 10458.0, 10487.0, 10491.0, 10442.0, 10507.0, 10449.0, 10520.0, 10483.0, 10484.0, 10508.0, 10444.0, 10521.0, 10471.0, 10567.0, 10498.0, 10485.0, 10494.0, 10455.0, 10537.0, 10487.0, 10571.0, 10491.0, 10477.0, 10516.0, 10482.0, 10512.0, 10501.0, 10465.0, 10544.0, 10506.0, 10566.0, 10498.0, 10472.0, 10495.0, 10441.0, 10518.0, 10461.0, 10532.0, 10459.0, 10536.0, 10452.0, 10478.0, 10432.0, 10394.0, 10466.0, 10423.0, 10490.0, 10451.0, 10415.0, 10480.0, 10442.0, 10529.0, 10455.0, 10470.0, 10472.0, 10419.0, 10485.0, 10430.0, 10502.0, 10446.0, 10498.0, 10447.0, 10481.0, 10460.0, 10447.0, 10490.0, 10455.0, 10506.0, 10467.0, 10505.0, 10481.0, 10455.0, 10511.0, 10460.0, 10541.0, 10490.0, 10513.0, 10501.0, 10447.0, 10530.0, 10477.0, 10554.0, 10496.0, 10527.0, 10499.0, 10448.0, 10528.0, 10470.0, 10539.0, 10483.0, 10508.0, 10498.0, 10445.0, 10522.0, 10470.0, 10538.0, 10495.0, 10473.0, 10526.0, 10471.0, 10559.0, 10501.0, 10499.0, 10508.0, 10446.0, 10542.0, 10473.0, 10553.0, 10486.0, 10482.0, 10512.0, 10457.0, 10538.0, 10469.0, 10536.0, 10482.0, 10466.0, 10508.0, 10454.0, 10517.0, 10462.0, 10517.0, 10478.0, 10506.0, 10483.0, 10456.0, 10504.0, 10469.0, 10537.0, 10500.0, 10470.0, 10510.0, 10458.0, 10527.0, 10490.0, 10570.0, 10513.0, 10484.0, 10492.0, 10443.0, 10522.0, 10483.0, 10555.0, 10499.0, 10492.0, 10480.0, 10439.0, 10520.0, 10487.0, 10568.0, 10511.0, 10473.0, 10507.0, 10472.0, 10560.0, 10500.0, 10477.0, 10529.0, 10478.0, 10542.0, 10492.0, 10557.0, 10506.0, 10537.0, 10482.0, 10458.0, 10509.0, 10443.0, 10536.0, 10485.0, 10558.0, 10488.0, 10519.0, 10484.0, 10469.0, 10524.0, 10458.0, 10522.0, 10469.0, 10521.0, 10477.0, 10533.0, 10480.0, 10455.0, 10488.0, 10439.0, 10519.0, 10465.0, 10549.0, 10479.0, 10489.0, 10490.0, 10453.0, 10519.0, 10465.0, 10466.0, 10493.0, 10443.0, 10542.0, 10469.0, 10568.0, 10485.0, 10508.0, 10484.0, 10484.0, 10499.0, 10441.0, 10493.0, 10455.0, 10521.0, 10483.0, 10553.0, 10483.0, 10479.0, 10495.0, 10447.0, 10524.0, 10491.0, 10525.0, 10500.0, 10461.0, 10527.0, 10490.0, 10578.0, 10502.0, 10501.0, 10496.0, 10448.0, 10540.0, 10485.0, 10572.0, 10484.0, 10480.0, 10494.0, 10443.0, 10523.0, 10483.0, 10567.0, 10478.0, 10475.0, 10493.0, 10441.0, 10519.0, 10469.0, 10535.0, 10481.0, 10508.0, 10495.0, 10456.0, 10528.0, 10473.0, 10554.0, 10488.0, 10475.0, 10514.0, 10476.0, 10560.0, 10502.0, 10526.0, 10499.0, 10472.0, 10507.0, 10451.0, 10558.0, 10469.0, 10519.0, 10482.0, 10445.0, 10540.0, 10474.0, 10568.0, 10480.0, 10479.0, 10497.0, 10454.0, 10538.0, 10466.0, 10524.0, 10480.0, 10456.0, 10519.0, 10467.0, 10566.0, 10486.0, 10471.0, 10510.0, 10476.0, 10572.0, 10506.0, 10485.0, 10498.0, 10448.0, 10524.0, 10474.0, 10544.0, 10500.0, 10485.0, 10481.0, 10443.0, 10525.0, 10472.0, 10554.0, 10487.0, 10456.0, 10509.0, 10452.0, 10550.0, 10479.0, 10480.0, 10494.0, 10440.0, 10517.0, 10456.0, 10533.0, 10483.0, 10437.0, 10503.0, 10451.0, 10519.0, 10468.0, 10529.0, 10483.0, 10452.0, 10485.0, 10435.0, 10502.0, 10467.0, 10546.0, 10479.0, 10453.0, 10489.0, 10453.0, 10518.0, 10482.0, 10481.0, 10493.0, 10442.0, 10520.0, 10469.0, 10524.0, 10494.0, 10443.0, 10524.0, 10471.0, 10550.0, 10503.0, 10469.0, 10511.0, 10471.0, 10539.0, 10471.0, 10550.0, 10478.0, 10460.0, 10489.0, 10436.0, 10519.0, 10462.0, 10535.0, 10476.0, 10424.0, 10502.0, 10455.0, 10480.0, 10480.0, 10427.0, 10521.0, 10487.0, 10496.0, 10484.0, 10433.0, 10522.0, 10471.0, 10575.0, 10502.0, 10468.0, 10495.0, 10456.0, 10539.0, 10503.0, 10527.0, 10497.0, 10447.0, 10521.0, 10472.0, 10572.0, 10501.0, 10467.0, 10492.0, 10446.0, 10525.0, 10484.0, 10541.0, 10499.0, 10462.0, 10510.0, 10453.0, 10542.0, 10500.0, 10538.0, 10484.0, 10448.0, 10489.0, 10439.0, 10519.0, 10469.0, 10549.0, 10468.0, 10461.0, 10477.0, 10425.0, 10510.0, 10452.0, 10519.0, 10467.0, 10533.0, 10465.0, 10492.0, 10495.0, 10459.0, 10509.0, 10443.0, 10505.0, 10468.0, 10546.0, 10495.0, 10457.0, 10494.0, 10447.0, 10522.0, 10487.0, 10525.0, 10503.0, 10464.0, 10527.0, 10478.0, 10573.0, 10507.0, 10502.0, 10517.0, 10462.0, 10527.0, 10476.0, 10541.0, 10487.0, 10547.0, 10471.0, 10533.0, 10463.0, 10476.0, 10478.0, 10437.0, 10507.0, 10438.0, 10501.0, 10468.0, 10504.0, 10483.0, 10442.0, 10492.0, 10427.0, 10506.0, 10465.0, 10533.0, 10486.0, 10509.0, 10482.0, 10456.0, 10509.0, 10455.0, 10553.0, 10487.0, 10484.0, 10482.0, 10447.0, 10512.0, 10459.0, 10539.0, 10472.0, 10524.0, 10468.0, 10547.0, 10481.0, 10493.0, 10480.0, 10450.0, 10473.0, 10420.0, 10499.0, 10462.0, 10547.0, 10461.0, 10474.0, 10464.0, 10440.0, 10506.0, 10458.0, 10554.0, 10486.0, 10457.0, 10499.0, 10446.0, 10529.0, 10490.0, 10559.0, 10490.0, 10555.0, 10482.0, 10495.0, 10485.0, 10452.0, 10510.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.0003319124423963134</td></tr>
<tr><td colspan=3>aqi</td><td>0.015364831797235022</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.664327271764726</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2675657051326408</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998885982237594</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>4104.4624</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06006503604483087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.576036866359447</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.336030195803595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2245854015072055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5580644844655356</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2254407014380435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00384361</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010277039371430874</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0318184532225132</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.235469222688162</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>14.6788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.4076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.5395</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289078.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1218.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.5879</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.6355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3969.6174</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.9681</td></tr>
<tr><td colspan=3>tsnr</td><td>46.874529876280576</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>