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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_ses-04_task-social_acq-mb8_run-04_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-0112_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0112_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_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-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-04_task-social_acq-mb8_run-04_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-0112/ses-04/func/sub-0112_ses-04_task-social_acq-mb8_run-04_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>72b248b769d339b8138e5f4398bd8771</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:44:17.377500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.98619, 0.0348599, 0.161905, -0.0272024, 0.998415, -0.0492754]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0848804</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7775, -7270, 266, -140, -195, -117, -27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79e88a23-fe47-49c4-b696-974afa13a97e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.64587664604187, -0.07298191636800766, 0.4410896599292755, 105.53876495361328], [-0.09352658689022064, 2.67867374420166, -0.11931481957435608, -97.99906921386719], [0.43438056111335754, 0.13220219314098358, 2.661052942276001, -95.19564819335938], [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': ['144417.377500', '144417.837500', '144418.297500', '144418.757500', '144419.217500', '144419.677500', '144420.137500', '144420.597500', '144421.057500', '144421.517500', '144421.977500', '144422.437500', '144422.897500', '144423.357500', '144423.817500', '144424.277500', '144424.737500', '144425.197500', '144425.657500', '144426.117500', '144426.577500', '144427.037500', '144427.497500', '144427.957500', '144428.417500', '144428.877500', '144429.337500', '144429.797500', '144430.257500', '144430.717500', '144431.177500', '144431.637500', '144432.097500', '144432.557500', '144433.017500', '144433.477500', '144433.937500', '144434.397500', '144434.857500', '144435.317500', '144435.777500', '144436.237500', '144436.697500', '144437.157500', '144437.617500', '144438.077500', '144438.537500', '144438.997500', '144439.457500', '144439.917500', '144440.377500', '144440.837500', '144441.297500', '144441.757500', '144442.217500', '144442.677500', '144443.137500', '144443.597500', '144444.057500', '144444.517500', '144444.977500', '144445.437500', '144445.897500', '144446.357500', '144446.817500', '144447.277500', '144447.737500', '144448.197500', '144448.657500', '144449.117500', '144449.577500', '144450.037500', '144450.497500', '144450.957500', '144451.417500', '144451.877500', '144452.337500', '144452.797500', '144453.257500', '144453.717500', '144454.177500', '144454.637500', '144455.097500', '144455.557500', '144456.017500', '144456.477500', '144456.937500', '144457.397500', '144457.857500', '144458.317500', '144458.777500', '144459.237500', '144459.697500', '144500.157500', '144500.617500', '144501.077500', '144501.537500', '144501.997500', '144502.457500', '144502.917500', '144503.377500', '144503.837500', '144504.297500', '144504.757500', '144505.217500', '144505.677500', '144506.137500', '144506.597500', '144507.057500', '144507.517500', '144507.977500', '144508.437500', '144508.897500', '144509.357500', '144509.817500', '144510.277500', '144510.737500', '144511.197500', '144511.657500', '144512.117500', '144512.577500', '144513.037500', '144513.497500', '144513.957500', '144514.417500', '144514.877500', '144515.337500', '144515.797500', '144516.257500', '144516.717500', '144517.177500', '144517.637500', '144518.097500', '144518.557500', '144519.017500', '144519.477500', '144519.937500', '144520.397500', '144520.857500', '144521.317500', '144521.777500', '144522.237500', '144522.697500', '144523.157500', '144523.617500', '144524.077500', '144524.537500', '144524.997500', '144525.457500', '144525.917500', '144526.377500', '144526.837500', '144527.297500', '144527.757500', '144528.217500', '144528.677500', '144529.137500', '144529.597500', '144530.057500', '144530.517500', '144530.977500', '144531.437500', '144531.897500', '144532.357500', '144532.817500', '144533.277500', '144533.737500', '144534.197500', '144534.657500', '144535.117500', '144535.577500', '144536.037500', '144536.497500', '144536.957500', '144537.417500', '144537.877500', '144538.337500', '144538.797500', '144539.257500', '144539.717500', '144540.177500', '144540.637500', '144541.097500', '144541.557500', '144542.017500', '144542.477500', '144542.937500', '144543.397500', '144543.857500', '144544.317500', '144544.777500', '144545.237500', '144545.697500', '144546.157500', '144546.617500', '144547.077500', '144547.537500', '144547.997500', '144548.457500', '144548.917500', '144549.377500', '144549.837500', '144550.297500', '144550.757500', '144551.217500', '144551.677500', '144552.137500', '144552.597500', '144553.057500', '144553.517500', '144553.977500', '144554.437500', '144554.897500', '144555.357500', '144555.817500', '144556.277500', '144556.737500', '144557.197500', '144557.657500', '144558.117500', '144558.577500', '144559.037500', '144559.497500', '144559.957500', '144600.417500', '144600.877500', '144601.337500', '144601.797500', '144602.257500', '144602.717500', '144603.177500', '144603.637500', '144604.097500', '144604.557500', '144605.017500', '144605.477500', '144605.937500', '144606.397500', '144606.857500', '144607.317500', '144607.777500', '144608.237500', '144608.697500', '144609.157500', '144609.617500', '144610.077500', '144610.537500', '144610.997500', '144611.457500', '144611.917500', '144612.377500', '144612.837500', '144613.297500', '144613.757500', '144614.217500', '144614.677500', '144615.137500', '144615.597500', '144616.057500', '144616.517500', '144616.977500', '144617.437500', '144617.897500', '144618.357500', '144618.817500', '144619.277500', '144619.737500', '144620.197500', '144620.657500', '144621.117500', '144621.577500', '144622.037500', '144622.497500', '144622.957500', '144623.417500', '144623.877500', '144624.337500', '144624.797500', '144625.257500', '144625.717500', '144626.177500', '144626.637500', '144627.097500', '144627.557500', '144628.017500', '144628.477500', '144628.937500', '144629.397500', '144629.857500', '144630.317500', '144630.777500', '144631.237500', '144631.697500', '144632.157500', '144632.617500', '144633.077500', '144633.537500', '144633.997500', '144634.457500', '144634.917500', '144635.377500', '144635.837500', '144636.297500', '144636.757500', '144637.217500', '144637.677500', '144638.137500', '144638.597500', '144639.057500', '144639.517500', '144639.977500', '144640.437500', '144640.897500', '144641.357500', '144641.817500', '144642.277500', '144642.737500', '144643.197500', '144643.657500', '144644.117500', '144644.577500', '144645.037500', '144645.497500', '144645.957500', '144646.417500', '144646.877500', '144647.337500', '144647.797500', '144648.257500', '144648.717500', '144649.177500', '144649.637500', '144650.097500', '144650.557500', '144651.017500', '144651.477500', '144651.937500', '144652.397500', '144652.857500', '144653.317500', '144653.777500', '144654.237500', '144654.697500', '144655.157500', '144655.617500', '144656.077500', '144656.537500', '144656.997500', '144657.457500', '144657.917500', '144658.377500', '144658.837500', '144659.297500', '144659.757500', '144700.217500', '144700.677500', '144701.137500', '144701.597500', '144702.057500', '144702.517500', '144702.977500', '144703.437500', '144703.897500', '144704.357500', '144704.817500', '144705.277500', '144705.737500', '144706.197500', '144706.657500', '144707.117500', '144707.577500', '144708.037500', '144708.497500', '144708.957500', '144709.417500', '144709.877500', '144710.337500', '144710.797500', '144711.257500', '144711.717500', '144712.177500', '144712.637500', '144713.097500', '144713.557500', '144714.017500', '144714.477500', '144714.937500', '144715.397500', '144715.857500', '144716.317500', '144716.777500', '144717.237500', '144717.697500', '144718.157500', '144718.617500', '144719.077500', '144719.537500', '144719.997500', '144720.457500', '144720.917500', '144721.377500', '144721.837500', '144722.297500', '144722.757500', '144723.217500', '144723.677500', '144724.137500', '144724.597500', '144725.057500', '144725.517500', '144725.977500', '144726.437500', '144726.897500', '144727.357500', '144727.817500', '144728.277500', '144728.737500', '144729.197500', '144729.657500', '144730.117500', '144730.577500', '144731.037500', '144731.497500', '144731.957500', '144732.417500', '144732.877500', '144733.337500', '144733.797500', '144734.257500', '144734.717500', '144735.177500', '144735.637500', '144736.097500', '144736.557500', '144737.017500', '144737.477500', '144737.937500', '144738.397500', '144738.857500', '144739.317500', '144739.777500', '144740.237500', '144740.697500', '144741.157500', '144741.617500', '144742.077500', '144742.537500', '144742.997500', '144743.457500', '144743.917500', '144744.377500', '144744.837500', '144745.297500', '144745.757500', '144746.217500', '144746.677500', '144747.137500', '144747.597500', '144748.057500', '144748.517500', '144748.977500', '144749.437500', '144749.897500', '144750.357500', '144750.817500', '144751.277500', '144751.737500', '144752.197500', '144752.657500', '144753.117500', '144753.577500', '144754.037500', '144754.497500', '144754.957500', '144755.417500', '144755.877500', '144756.337500', '144756.797500', '144757.257500', '144757.717500', '144758.177500', '144758.637500', '144759.097500', '144759.557500', '144800.017500', '144800.477500', '144800.937500', '144801.397500', '144801.857500', '144802.317500', '144802.777500', '144803.237500', '144803.697500', '144804.157500', '144804.617500', '144805.077500', '144805.537500', '144805.997500', '144806.457500', '144806.917500', '144807.377500', '144807.837500', '144808.297500', '144808.757500', '144809.217500', '144809.677500', '144810.137500', '144810.597500', '144811.057500', '144811.517500', '144811.977500', '144812.437500', '144812.897500', '144813.357500', '144813.817500', '144814.277500', '144814.737500', '144815.197500', '144815.657500', '144816.117500', '144816.577500', '144817.037500', '144817.497500', '144817.957500', '144818.417500', '144818.877500', '144819.337500', '144819.797500', '144820.257500', '144820.717500', '144821.177500', '144821.637500', '144822.097500', '144822.557500', '144823.017500', '144823.477500', '144823.937500', '144824.397500', '144824.857500', '144825.317500', '144825.777500', '144826.237500', '144826.697500', '144827.157500', '144827.617500', '144828.077500', '144828.537500', '144828.997500', '144829.457500', '144829.917500', '144830.377500', '144830.837500', '144831.297500', '144831.757500', '144832.217500', '144832.677500', '144833.137500', '144833.597500', '144834.057500', '144834.517500', '144834.977500', '144835.437500', '144835.897500', '144836.357500', '144836.817500', '144837.277500', '144837.737500', '144838.197500', '144838.657500', '144839.117500', '144839.577500', '144840.037500', '144840.497500', '144840.957500', '144841.417500', '144841.877500', '144842.337500', '144842.797500', '144843.257500', '144843.717500', '144844.177500', '144844.637500', '144845.097500', '144845.557500', '144846.017500', '144846.477500', '144846.937500', '144847.397500', '144847.857500', '144848.317500', '144848.777500', '144849.237500', '144849.697500', '144850.157500', '144850.617500', '144851.077500', '144851.537500', '144851.997500', '144852.457500', '144852.917500', '144853.377500', '144853.837500', '144854.297500', '144854.757500', '144855.217500', '144855.677500', '144856.137500', '144856.597500', '144857.057500', '144857.517500', '144857.977500', '144858.437500', '144858.897500', '144859.357500', '144859.817500', '144900.277500', '144900.737500', '144901.197500', '144901.657500', '144902.117500', '144902.577500', '144903.037500', '144903.497500', '144903.957500', '144904.417500', '144904.877500', '144905.337500', '144905.797500', '144906.257500', '144906.717500', '144907.177500', '144907.637500', '144908.097500', '144908.557500', '144909.017500', '144909.477500', '144909.937500', '144910.397500', '144910.857500', '144911.317500', '144911.777500', '144912.237500', '144912.697500', '144913.157500', '144913.617500', '144914.077500', '144914.537500', '144914.997500', '144915.457500', '144915.917500', '144916.377500', '144916.837500', '144917.297500', '144917.757500', '144918.217500', '144918.677500', '144919.137500', '144919.597500', '144920.057500', '144920.517500', '144920.977500', '144921.437500', '144921.897500', '144922.357500', '144922.817500', '144923.277500', '144923.737500', '144924.197500', '144924.657500', '144925.117500', '144925.577500', '144926.037500', '144926.497500', '144926.957500', '144927.417500', '144927.877500', '144928.337500', '144928.797500', '144929.257500', '144929.717500', '144930.177500', '144930.637500', '144931.097500', '144931.557500', '144932.017500', '144932.477500', '144932.937500', '144933.397500', '144933.857500', '144934.317500', '144934.777500', '144935.237500', '144935.697500', '144936.157500', '144936.617500', '144937.077500', '144937.537500', '144937.997500', '144938.457500', '144938.917500', '144939.377500', '144939.837500', '144940.297500', '144940.757500', '144941.217500', '144941.677500', '144942.137500', '144942.597500', '144943.057500', '144943.517500', '144943.977500', '144944.437500', '144944.897500', '144945.357500', '144945.817500', '144946.277500', '144946.737500', '144947.197500', '144947.657500', '144948.117500', '144948.577500', '144949.037500', '144949.497500', '144949.957500', '144950.417500', '144950.877500', '144951.337500', '144951.797500', '144952.257500', '144952.717500', '144953.177500', '144953.637500', '144954.097500', '144954.557500', '144955.017500', '144955.477500', '144955.937500', '144956.397500', '144956.857500', '144957.317500', '144957.777500', '144958.237500', '144958.697500', '144959.157500', '144959.617500', '145000.077500', '145000.537500', '145000.997500', '145001.457500', '145001.917500', '145002.377500', '145002.837500', '145003.297500', '145003.757500', '145004.217500', '145004.677500', '145005.137500', '145005.597500', '145006.057500', '145006.517500', '145006.977500', '145007.437500', '145007.897500', '145008.357500', '145008.817500', '145009.277500', '145009.737500', '145010.197500', '145010.657500', '145011.117500', '145011.577500', '145012.037500', '145012.497500', '145012.957500', '145013.417500', '145013.877500', '145014.337500', '145014.797500', '145015.257500', '145015.717500', '145016.177500', '145016.637500', '145017.097500', '145017.557500', '145018.017500', '145018.477500', '145018.937500', '145019.397500', '145019.857500', '145020.317500', '145020.777500', '145021.237500', '145021.697500', '145022.157500', '145022.617500', '145023.077500', '145023.537500', '145023.997500', '145024.457500', '145024.917500', '145025.377500', '145025.837500', '145026.297500', '145026.757500', '145027.217500', '145027.677500', '145028.137500', '145028.597500', '145029.057500', '145029.517500', '145029.977500', '145030.437500', '145030.897500', '145031.357500', '145031.817500', '145032.277500', '145032.737500', '145033.197500', '145033.657500', '145034.117500', '145034.577500', '145035.037500', '145035.497500', '145035.957500', '145036.417500', '145036.877500', '145037.337500', '145037.797500', '145038.257500', '145038.717500', '145039.177500', '145039.637500', '145040.097500', '145040.557500', '145041.017500', '145041.477500', '145041.937500', '145042.397500', '145042.857500', '145043.317500', '145043.777500', '145044.237500', '145044.697500', '145045.157500', '145045.617500', '145046.077500', '145046.537500', '145046.997500', '145047.457500', '145047.917500', '145048.377500', '145048.837500', '145049.297500', '145049.757500', '145050.217500', '145050.677500', '145051.137500', '145051.597500', '145052.057500', '145052.517500', '145052.977500', '145053.437500', '145053.897500', '145054.357500', '145054.817500', '145055.277500', '145055.737500', '145056.197500', '145056.657500', '145057.117500', '145057.577500', '145058.037500'], 'ContentTime': ['144428.609000', '144428.613000', '144428.615000', '144428.629000', '144428.631000', '144428.634000', '144428.637000', '144428.640000', '144428.642000', '144428.650000', '144428.653000', '144428.656000', '144428.667000', '144428.670000', '144428.673000', '144428.683000', '144428.686000', '144428.689000', '144428.691000', '144428.694000', '144428.697000', '144428.699000', '144448.579000', '144448.581000', '144448.584000', '144448.586000', '144448.589000', '144448.592000', '144448.594000', '144448.597000', '144448.599000', '144448.602000', '144448.604000', '144448.615000', '144448.617000', '144448.620000', '144448.622000', '144448.625000', '144448.628000', '144448.630000', '144448.633000', '144448.635000', '144448.644000', '144448.647000', '144448.649000', '144448.652000', '144448.655000', '144448.657000', '144448.660000', '144448.662000', '144448.665000', '144448.667000', '144448.670000', '144448.673000', '144448.675000', '144448.678000', '144448.680000', '144448.683000', '144448.685000', '144448.688000', '144448.691000', '144448.693000', '144448.696000', '144448.698000', '144448.701000', '144508.579000', '144508.581000', '144508.584000', '144508.586000', '144508.589000', '144508.591000', '144508.594000', '144508.597000', '144508.599000', '144508.602000', '144508.604000', '144508.607000', '144508.610000', '144508.612000', '144508.615000', '144508.617000', '144508.620000', '144508.622000', '144508.625000', '144508.627000', '144508.630000', '144508.633000', '144508.635000', '144508.638000', '144508.640000', '144508.643000', '144508.645000', '144508.648000', '144508.651000', '144508.653000', '144508.656000', '144508.658000', '144508.661000', '144508.664000', '144508.666000', '144508.669000', '144508.671000', '144508.674000', '144508.676000', '144508.679000', '144508.682000', '144508.684000', '144508.687000', '144508.690000', '144528.580000', '144528.582000', '144528.585000', '144528.587000', '144528.590000', '144528.593000', '144528.595000', '144528.598000', '144528.600000', '144528.603000', '144528.605000', '144528.608000', '144528.611000', '144528.613000', '144528.616000', '144528.618000', '144528.621000', '144528.623000', '144528.626000', '144528.629000', '144528.631000', '144528.634000', '144528.636000', '144528.639000', '144528.642000', '144528.644000', '144528.647000', '144528.649000', '144528.652000', '144528.655000', '144528.657000', '144528.660000', '144528.662000', '144528.665000', '144528.667000', '144528.670000', '144528.672000', '144528.675000', '144528.678000', '144528.680000', '144528.683000', '144528.686000', '144528.688000', '144548.580000', '144548.583000', '144548.586000', '144548.589000', '144548.592000', '144548.594000', '144548.597000', '144548.599000', '144548.602000', '144548.605000', '144548.607000', '144548.610000', '144548.612000', '144548.615000', '144548.617000', '144548.620000', '144548.622000', '144548.625000', '144548.627000', '144548.630000', '144548.632000', '144548.635000', '144548.638000', '144548.641000', '144548.644000', '144548.646000', '144548.649000', '144548.652000', '144548.655000', '144548.657000', '144548.660000', '144548.695000', '144548.698000', '144548.701000', '144548.703000', '144548.706000', '144548.708000', '144548.711000', '144548.714000', '144548.716000', '144548.719000', '144548.721000', '144548.724000', '144608.578000', '144608.581000', '144608.584000', '144608.586000', '144608.589000', '144608.591000', '144608.594000', '144608.597000', '144608.599000', '144608.602000', '144608.605000', '144608.607000', '144608.610000', '144608.612000', '144608.615000', '144608.617000', '144608.620000', '144608.623000', '144608.625000', '144608.628000', '144608.630000', '144608.633000', '144608.636000', '144608.638000', '144608.641000', '144608.643000', '144608.646000', '144608.648000', '144608.651000', '144608.654000', '144608.656000', '144608.659000', '144608.661000', '144608.664000', '144608.667000', '144608.669000', '144608.672000', '144608.675000', '144608.677000', '144608.680000', '144608.682000', '144608.685000', '144608.687000', '144608.690000', '144628.579000', '144628.582000', '144628.584000', '144628.587000', '144628.589000', '144628.592000', '144628.594000', '144628.597000', '144628.599000', '144628.602000', '144628.606000', '144628.609000', '144628.611000', '144628.614000', '144628.616000', '144628.619000', '144628.622000', '144628.624000', '144628.627000', '144628.629000', '144628.632000', '144628.634000', '144628.637000', '144628.639000', '144628.642000', '144628.644000', '144628.647000', '144628.650000', '144628.653000', '144628.655000', '144628.658000', '144628.661000', '144628.663000', '144628.666000', '144628.668000', '144628.671000', '144628.673000', '144628.676000', '144628.678000', '144628.681000', '144628.684000', '144628.686000', '144628.689000', '144648.578000', '144648.581000', '144648.584000', '144648.586000', '144648.589000', '144648.591000', '144648.594000', '144648.597000', '144648.599000', '144648.602000', '144648.604000', '144648.607000', '144648.610000', '144648.612000', '144648.615000', '144648.617000', '144648.620000', '144648.622000', '144648.625000', '144648.627000', '144648.630000', '144648.633000', '144648.635000', '144648.638000', '144648.640000', '144648.643000', '144648.645000', '144648.648000', '144648.651000', '144648.653000', '144648.656000', '144648.659000', '144648.661000', '144648.664000', '144648.666000', '144648.669000', '144648.671000', '144648.674000', '144648.677000', '144648.679000', '144648.682000', '144648.684000', '144648.687000', '144648.690000', '144708.579000', '144708.581000', '144708.584000', '144708.586000', '144708.589000', '144708.592000', '144708.594000', '144708.597000', '144708.599000', '144708.602000', '144708.605000', '144708.607000', '144708.610000', '144708.612000', '144708.615000', '144708.617000', '144708.621000', '144708.624000', '144708.627000', '144708.629000', '144708.632000', '144708.635000', '144708.637000', '144708.640000', '144708.643000', '144708.645000', '144708.648000', '144708.650000', '144708.653000', '144708.655000', '144708.658000', '144708.661000', '144708.663000', '144708.666000', '144708.668000', '144708.671000', '144708.674000', '144708.676000', '144708.679000', '144708.682000', '144708.685000', '144708.687000', '144708.690000', '144728.579000', '144728.581000', '144728.584000', '144728.586000', '144728.589000', '144728.592000', '144728.594000', '144728.597000', '144728.599000', '144728.602000', '144728.605000', '144728.607000', '144728.610000', '144728.613000', '144728.615000', '144728.618000', '144728.620000', '144728.623000', '144728.626000', '144728.628000', '144728.631000', '144728.633000', '144728.636000', '144728.638000', '144728.641000', '144728.644000', '144728.646000', '144728.709000', '144728.712000', '144728.715000', '144728.717000', '144728.720000', '144728.723000', '144728.725000', '144728.728000', '144728.730000', '144728.733000', '144728.735000', '144728.738000', '144728.741000', '144728.743000', '144728.746000', '144728.748000', '144728.751000', '144748.580000', '144748.582000', '144748.585000', '144748.588000', '144748.590000', '144748.593000', '144748.595000', '144748.598000', '144748.601000', '144748.603000', '144748.606000', '144748.608000', '144748.611000', '144748.614000', '144748.616000', '144748.619000', '144748.621000', '144748.624000', '144748.626000', '144748.629000', '144748.645000', '144748.647000', '144748.650000', '144748.653000', '144748.656000', '144748.659000', '144748.662000', '144748.666000', '144748.668000', '144748.671000', '144748.674000', '144748.676000', '144748.679000', '144748.681000', '144748.684000', '144748.686000', '144748.689000', '144748.692000', '144748.694000', '144748.697000', '144748.699000', '144748.702000', '144748.704000', '144808.579000', '144808.582000', '144808.585000', '144808.587000', '144808.590000', '144808.593000', '144808.595000', '144808.598000', '144808.600000', '144808.603000', '144808.606000', '144808.608000', '144808.611000', '144808.613000', '144808.616000', '144808.618000', '144808.621000', '144808.624000', '144808.626000', '144808.629000', '144808.631000', '144808.634000', '144808.636000', '144808.639000', '144808.642000', '144808.644000', '144808.647000', '144808.649000', '144808.652000', '144808.654000', '144808.657000', '144808.660000', '144808.662000', '144808.665000', '144808.667000', '144808.670000', '144808.673000', '144808.675000', '144808.678000', '144808.680000', '144808.683000', '144808.685000', '144808.688000', '144808.691000', '144828.578000', '144828.581000', '144828.584000', '144828.586000', '144828.589000', '144828.592000', '144828.594000', '144828.597000', '144828.599000', '144828.602000', '144828.605000', '144828.607000', '144828.610000', '144828.612000', '144828.615000', '144828.618000', '144828.620000', '144828.623000', '144828.626000', '144828.628000', '144828.631000', '144828.633000', '144828.636000', '144828.638000', '144828.641000', '144828.644000', '144828.646000', '144828.654000', '144828.657000', '144828.660000', '144828.663000', '144828.666000', '144828.669000', '144828.671000', '144828.674000', '144828.676000', '144828.679000', '144828.682000', '144828.684000', '144828.687000', '144828.690000', '144828.693000', '144828.695000', '144848.578000', '144848.581000', '144848.584000', '144848.586000', '144848.589000', '144848.592000', '144848.595000', '144848.597000', '144848.600000', '144848.602000', '144848.605000', '144848.608000', '144848.610000', '144848.613000', '144848.616000', '144848.618000', '144848.621000', '144848.623000', '144848.626000', '144848.629000', '144848.632000', '144848.634000', '144848.637000', '144848.639000', '144848.642000', '144848.645000', '144848.647000', '144848.650000', '144848.653000', '144848.655000', '144848.658000', '144848.661000', '144848.664000', '144848.666000', '144848.669000', '144848.672000', '144848.675000', '144848.677000', '144848.680000', '144848.682000', '144848.685000', '144848.688000', '144848.691000', '144848.694000', '144908.579000', '144908.582000', '144908.584000', '144908.587000', '144908.590000', '144908.592000', '144908.595000', '144908.598000', '144908.609000', '144908.612000', '144908.615000', '144908.617000', '144908.620000', '144908.623000', '144908.625000', '144908.628000', '144908.630000', '144908.633000', '144908.636000', '144908.638000', '144908.641000', '144908.643000', '144908.646000', '144908.649000', '144908.651000', '144908.654000', '144908.657000', '144908.660000', '144908.662000', '144908.665000', '144908.668000', '144908.670000', '144908.673000', '144908.676000', '144908.678000', '144908.681000', '144908.684000', '144908.686000', '144908.689000', '144908.692000', '144908.694000', '144908.697000', '144908.699000', '144928.579000', '144928.582000', '144928.584000', '144928.587000', '144928.589000', '144928.592000', '144928.594000', '144928.597000', '144928.600000', '144928.602000', '144928.605000', '144928.608000', '144928.610000', '144928.613000', '144928.615000', '144928.618000', '144928.621000', '144928.624000', '144928.626000', '144928.629000', '144928.632000', '144928.634000', '144928.637000', '144928.639000', '144928.642000', '144928.645000', '144928.647000', '144928.650000', '144928.653000', '144928.655000', '144928.658000', '144928.660000', '144928.663000', '144928.666000', '144928.668000', '144928.671000', '144928.673000', '144928.676000', '144928.679000', '144928.682000', '144928.685000', '144928.687000', '144928.690000', '144928.693000', '144948.579000', '144948.582000', '144948.584000', '144948.587000', '144948.590000', '144948.592000', '144948.595000', '144948.597000', '144948.600000', '144948.603000', '144948.606000', '144948.609000', '144948.611000', '144948.614000', '144948.617000', '144948.619000', '144948.622000', '144948.624000', '144948.627000', '144948.630000', '144948.632000', '144948.635000', '144948.638000', '144948.641000', '144948.643000', '144948.646000', '144948.649000', '144948.651000', '144948.654000', '144948.657000', '144948.659000', '144948.662000', '144948.664000', '144948.667000', '144948.670000', '144948.673000', '144948.676000', '144948.678000', '144948.681000', '144948.684000', '144948.686000', '144948.689000', '144948.691000', '145008.580000', '145008.582000', '145008.585000', '145008.588000', '145008.590000', '145008.593000', '145008.596000', '145008.599000', '145008.602000', '145008.605000', '145008.607000', '145008.623000', '145008.625000', '145008.628000', '145008.631000', '145008.633000', '145008.636000', '145008.639000', '145008.641000', '145008.644000', '145008.647000', '145008.650000', '145008.653000', '145008.655000', '145008.658000', '145008.661000', '145008.663000', '145008.666000', '145008.669000', '145008.672000', '145008.674000', '145008.677000', '145008.679000', '145008.683000', '145008.686000', '145008.688000', '145008.691000', '145008.694000', '145008.696000', '145008.699000', '145008.701000', '145008.704000', '145008.707000', '145008.709000', '145028.579000', '145028.582000', '145028.585000', '145028.587000', '145028.600000', '145028.603000', '145028.605000', '145028.608000', '145028.611000', '145028.613000', '145028.616000', '145028.618000', '145028.621000', '145028.623000', '145028.626000', '145028.628000', '145028.631000', '145028.634000', '145028.636000', '145028.639000', '145028.641000', '145028.644000', '145028.647000', '145028.649000', '145028.652000', '145028.654000', '145028.657000', '145028.659000', '145028.662000', '145028.665000', '145028.667000', '145028.670000', '145028.673000', '145028.675000', '145028.678000', '145028.680000', '145028.683000', '145028.685000', '145028.688000', '145028.691000', '145028.693000', '145028.696000', '145028.698000', '145048.579000', '145048.581000', '145048.584000', '145048.587000', '145048.589000', '145048.592000', '145048.594000', '145048.597000', '145048.600000', '145048.602000', '145048.605000', '145048.607000', '145048.610000', '145048.615000', '145048.617000', '145048.620000', '145048.623000', '145048.625000', '145048.628000', '145048.630000', '145048.633000', '145048.636000', '145048.638000', '145048.641000', '145048.644000', '145048.646000', '145048.649000', '145048.652000', '145048.654000', '145048.657000', '145048.659000', '145048.662000', '145048.665000', '145048.667000', '145048.670000', '145048.672000', '145048.675000', '145048.678000', '145048.680000', '145048.683000', '145048.685000', '145048.688000', '145048.690000', '145048.693000', '145059.551000', '145059.555000', '145059.557000', '145059.560000', '145059.563000', '145059.566000', '145059.568000', '145059.571000', '145059.574000', '145059.577000', '145059.582000', '145059.585000', '145059.588000', '145059.591000', '145059.593000', '145059.596000', '145059.599000', '145059.603000', '145059.605000', '145059.608000', '145059.611000', '145059.614000', '145059.616000', '145059.619000'], 'InstanceCreationTime': ['144428.609000', '144428.613000', '144428.615000', '144428.629000', '144428.631000', '144428.634000', '144428.637000', '144428.640000', '144428.642000', '144428.650000', '144428.653000', '144428.656000', '144428.667000', '144428.670000', '144428.673000', '144428.683000', '144428.686000', '144428.689000', '144428.691000', '144428.694000', '144428.697000', '144428.699000', '144448.579000', '144448.581000', '144448.584000', '144448.586000', '144448.589000', '144448.592000', '144448.594000', '144448.597000', '144448.599000', '144448.602000', '144448.604000', '144448.615000', '144448.617000', '144448.620000', '144448.622000', '144448.625000', '144448.628000', '144448.630000', '144448.633000', '144448.635000', '144448.644000', '144448.647000', '144448.649000', '144448.652000', '144448.655000', '144448.657000', '144448.660000', '144448.662000', '144448.665000', '144448.667000', '144448.670000', '144448.673000', '144448.675000', '144448.678000', '144448.680000', '144448.683000', '144448.685000', '144448.688000', '144448.691000', '144448.693000', '144448.696000', '144448.698000', '144448.701000', '144508.579000', '144508.581000', '144508.584000', '144508.586000', '144508.589000', '144508.591000', '144508.594000', '144508.597000', '144508.599000', '144508.602000', '144508.604000', '144508.607000', '144508.610000', '144508.612000', '144508.615000', '144508.617000', '144508.620000', '144508.622000', '144508.625000', '144508.627000', '144508.630000', '144508.633000', '144508.635000', '144508.638000', '144508.640000', '144508.643000', '144508.645000', '144508.648000', '144508.651000', '144508.653000', '144508.656000', '144508.658000', '144508.661000', '144508.664000', '144508.666000', '144508.669000', '144508.671000', '144508.674000', '144508.676000', '144508.679000', '144508.682000', '144508.684000', '144508.687000', '144508.690000', '144528.580000', '144528.582000', '144528.585000', '144528.587000', '144528.590000', '144528.593000', '144528.595000', '144528.598000', '144528.600000', '144528.603000', '144528.605000', '144528.608000', '144528.611000', '144528.613000', '144528.616000', '144528.618000', '144528.621000', '144528.623000', '144528.626000', '144528.629000', '144528.631000', '144528.634000', '144528.636000', '144528.639000', '144528.642000', '144528.644000', '144528.647000', '144528.649000', '144528.652000', '144528.655000', '144528.657000', '144528.660000', '144528.662000', '144528.665000', '144528.667000', '144528.670000', '144528.672000', '144528.675000', '144528.678000', '144528.680000', '144528.683000', '144528.686000', '144528.688000', '144548.580000', '144548.583000', '144548.586000', '144548.589000', '144548.592000', '144548.594000', '144548.597000', '144548.599000', '144548.602000', '144548.605000', '144548.607000', '144548.610000', '144548.612000', '144548.615000', '144548.617000', '144548.620000', '144548.622000', '144548.625000', '144548.627000', '144548.630000', '144548.632000', '144548.635000', '144548.638000', '144548.641000', '144548.644000', '144548.646000', '144548.649000', '144548.652000', '144548.655000', '144548.657000', '144548.660000', '144548.695000', '144548.698000', '144548.701000', '144548.703000', '144548.706000', '144548.708000', '144548.711000', '144548.714000', '144548.716000', '144548.719000', '144548.721000', '144548.724000', '144608.578000', '144608.581000', '144608.584000', '144608.586000', '144608.589000', '144608.591000', '144608.594000', '144608.597000', '144608.599000', '144608.602000', '144608.605000', '144608.607000', '144608.610000', '144608.612000', '144608.615000', '144608.617000', '144608.620000', '144608.623000', '144608.625000', '144608.628000', '144608.630000', '144608.633000', '144608.636000', '144608.638000', '144608.641000', '144608.643000', '144608.646000', '144608.648000', '144608.651000', '144608.654000', '144608.656000', '144608.659000', '144608.661000', '144608.664000', '144608.667000', '144608.669000', '144608.672000', '144608.675000', '144608.677000', '144608.680000', '144608.682000', '144608.685000', '144608.687000', '144608.690000', '144628.579000', '144628.582000', '144628.584000', '144628.587000', '144628.589000', '144628.592000', '144628.594000', '144628.597000', '144628.599000', '144628.602000', '144628.606000', '144628.609000', '144628.611000', '144628.614000', '144628.616000', '144628.619000', '144628.622000', '144628.624000', '144628.627000', '144628.629000', '144628.632000', '144628.634000', '144628.637000', '144628.639000', '144628.642000', '144628.644000', '144628.647000', '144628.650000', '144628.653000', '144628.655000', '144628.658000', '144628.661000', '144628.663000', '144628.666000', '144628.668000', '144628.671000', '144628.673000', '144628.676000', '144628.678000', '144628.681000', '144628.684000', '144628.686000', '144628.689000', '144648.578000', '144648.581000', '144648.584000', '144648.586000', '144648.589000', '144648.591000', '144648.594000', '144648.597000', '144648.599000', '144648.602000', '144648.604000', '144648.607000', '144648.610000', '144648.612000', '144648.615000', '144648.617000', '144648.620000', '144648.622000', '144648.625000', '144648.627000', '144648.630000', '144648.633000', '144648.635000', '144648.638000', '144648.640000', '144648.643000', '144648.645000', '144648.648000', '144648.651000', '144648.653000', '144648.656000', '144648.659000', '144648.661000', '144648.664000', '144648.666000', '144648.669000', '144648.671000', '144648.674000', '144648.677000', '144648.679000', '144648.682000', '144648.684000', '144648.687000', '144648.690000', '144708.579000', '144708.581000', '144708.584000', '144708.586000', '144708.589000', '144708.592000', '144708.594000', '144708.597000', '144708.599000', '144708.602000', '144708.605000', '144708.607000', '144708.610000', '144708.612000', '144708.615000', '144708.617000', '144708.621000', '144708.624000', '144708.627000', '144708.629000', '144708.632000', '144708.635000', '144708.637000', '144708.640000', '144708.643000', '144708.645000', '144708.648000', '144708.650000', '144708.653000', '144708.655000', '144708.658000', '144708.661000', '144708.663000', '144708.666000', '144708.668000', '144708.671000', '144708.674000', '144708.676000', '144708.679000', '144708.682000', '144708.685000', '144708.687000', '144708.690000', '144728.579000', '144728.581000', '144728.584000', '144728.586000', '144728.589000', '144728.592000', '144728.594000', '144728.597000', '144728.599000', '144728.602000', '144728.605000', '144728.607000', '144728.610000', '144728.613000', '144728.615000', '144728.618000', '144728.620000', '144728.623000', '144728.626000', '144728.628000', '144728.631000', '144728.633000', '144728.636000', '144728.638000', '144728.641000', '144728.644000', '144728.646000', '144728.709000', '144728.712000', '144728.715000', '144728.717000', '144728.720000', '144728.723000', '144728.725000', '144728.728000', '144728.730000', '144728.733000', '144728.735000', '144728.738000', '144728.741000', '144728.743000', '144728.746000', '144728.748000', '144728.751000', '144748.580000', '144748.582000', '144748.585000', '144748.588000', '144748.590000', '144748.593000', '144748.595000', '144748.598000', '144748.601000', '144748.603000', '144748.606000', '144748.608000', '144748.611000', '144748.614000', '144748.616000', '144748.619000', '144748.621000', '144748.624000', '144748.626000', '144748.629000', '144748.645000', '144748.647000', '144748.650000', '144748.653000', '144748.656000', '144748.659000', '144748.662000', '144748.666000', '144748.668000', '144748.671000', '144748.674000', '144748.676000', '144748.679000', '144748.681000', '144748.684000', '144748.686000', '144748.689000', '144748.692000', '144748.694000', '144748.697000', '144748.699000', '144748.702000', '144748.704000', '144808.579000', '144808.582000', '144808.585000', '144808.587000', '144808.590000', '144808.593000', '144808.595000', '144808.598000', '144808.600000', '144808.603000', '144808.606000', '144808.608000', '144808.611000', '144808.613000', '144808.616000', '144808.618000', '144808.621000', '144808.624000', '144808.626000', '144808.629000', '144808.631000', '144808.634000', '144808.636000', '144808.639000', '144808.642000', '144808.644000', '144808.647000', '144808.649000', '144808.652000', '144808.654000', '144808.657000', '144808.660000', '144808.662000', '144808.665000', '144808.667000', '144808.670000', '144808.673000', '144808.675000', '144808.678000', '144808.680000', '144808.683000', '144808.685000', '144808.688000', '144808.691000', '144828.578000', '144828.581000', '144828.584000', '144828.586000', '144828.589000', '144828.592000', '144828.594000', '144828.597000', '144828.599000', '144828.602000', '144828.605000', '144828.607000', '144828.610000', '144828.612000', '144828.615000', '144828.618000', '144828.620000', '144828.623000', '144828.626000', '144828.628000', '144828.631000', '144828.633000', '144828.636000', '144828.638000', '144828.641000', '144828.644000', '144828.646000', '144828.654000', '144828.657000', '144828.660000', '144828.663000', '144828.666000', '144828.669000', '144828.671000', '144828.674000', '144828.676000', '144828.679000', '144828.682000', '144828.684000', '144828.687000', '144828.690000', '144828.693000', '144828.695000', '144848.578000', '144848.581000', '144848.584000', '144848.586000', '144848.589000', '144848.592000', '144848.595000', '144848.597000', '144848.600000', '144848.602000', '144848.605000', '144848.608000', '144848.610000', '144848.613000', '144848.616000', '144848.618000', '144848.621000', '144848.623000', '144848.626000', '144848.629000', '144848.632000', '144848.634000', '144848.637000', '144848.639000', '144848.642000', '144848.645000', '144848.647000', '144848.650000', '144848.653000', '144848.655000', '144848.658000', '144848.661000', '144848.664000', '144848.666000', '144848.669000', '144848.672000', '144848.675000', '144848.677000', '144848.680000', '144848.682000', '144848.685000', '144848.688000', '144848.691000', '144848.694000', '144908.579000', '144908.582000', '144908.584000', '144908.587000', '144908.590000', '144908.592000', '144908.595000', '144908.598000', '144908.609000', '144908.612000', '144908.615000', '144908.617000', '144908.620000', '144908.623000', '144908.625000', '144908.628000', '144908.630000', '144908.633000', '144908.636000', '144908.638000', '144908.641000', '144908.643000', '144908.646000', '144908.649000', '144908.651000', '144908.654000', '144908.657000', '144908.660000', '144908.662000', '144908.665000', '144908.668000', '144908.670000', '144908.673000', '144908.676000', '144908.678000', '144908.681000', '144908.684000', '144908.686000', '144908.689000', '144908.692000', '144908.694000', '144908.697000', '144908.699000', '144928.579000', '144928.582000', '144928.584000', '144928.587000', '144928.589000', '144928.592000', '144928.594000', '144928.597000', '144928.600000', '144928.602000', '144928.605000', '144928.608000', '144928.610000', '144928.613000', '144928.615000', '144928.618000', '144928.621000', '144928.624000', '144928.626000', '144928.629000', '144928.632000', '144928.634000', '144928.637000', '144928.639000', '144928.642000', '144928.645000', '144928.647000', '144928.650000', '144928.653000', '144928.655000', '144928.658000', '144928.660000', '144928.663000', '144928.666000', '144928.668000', '144928.671000', '144928.673000', '144928.676000', '144928.679000', '144928.682000', '144928.685000', '144928.687000', '144928.690000', '144928.693000', '144948.579000', '144948.582000', '144948.584000', '144948.587000', '144948.590000', '144948.592000', '144948.595000', '144948.597000', '144948.600000', '144948.603000', '144948.606000', '144948.609000', '144948.611000', '144948.614000', '144948.617000', '144948.619000', '144948.622000', '144948.624000', '144948.627000', '144948.630000', '144948.632000', '144948.635000', '144948.638000', '144948.641000', '144948.643000', '144948.646000', '144948.649000', '144948.651000', '144948.654000', '144948.657000', '144948.659000', '144948.662000', '144948.664000', '144948.667000', '144948.670000', '144948.673000', '144948.676000', '144948.678000', '144948.681000', '144948.684000', '144948.686000', '144948.689000', '144948.691000', '145008.580000', '145008.582000', '145008.585000', '145008.588000', '145008.590000', '145008.593000', '145008.596000', '145008.599000', '145008.602000', '145008.605000', '145008.607000', '145008.623000', '145008.625000', '145008.628000', '145008.631000', '145008.633000', '145008.636000', '145008.639000', '145008.641000', '145008.644000', '145008.647000', '145008.650000', '145008.653000', '145008.655000', '145008.658000', '145008.661000', '145008.663000', '145008.666000', '145008.669000', '145008.672000', '145008.674000', '145008.677000', '145008.679000', '145008.683000', '145008.686000', '145008.688000', '145008.691000', '145008.694000', '145008.696000', '145008.699000', '145008.701000', '145008.704000', '145008.707000', '145008.709000', '145028.579000', '145028.582000', '145028.585000', '145028.587000', '145028.600000', '145028.603000', '145028.605000', '145028.608000', '145028.611000', '145028.613000', '145028.616000', '145028.618000', '145028.621000', '145028.623000', '145028.626000', '145028.628000', '145028.631000', '145028.634000', '145028.636000', '145028.639000', '145028.641000', '145028.644000', '145028.647000', '145028.649000', '145028.652000', '145028.654000', '145028.657000', '145028.659000', '145028.662000', '145028.665000', '145028.667000', '145028.670000', '145028.673000', '145028.675000', '145028.678000', '145028.680000', '145028.683000', '145028.685000', '145028.688000', '145028.691000', '145028.693000', '145028.696000', '145028.698000', '145048.579000', '145048.581000', '145048.584000', '145048.587000', '145048.589000', '145048.592000', '145048.594000', '145048.597000', '145048.600000', '145048.602000', '145048.605000', '145048.607000', '145048.610000', '145048.615000', '145048.617000', '145048.620000', '145048.623000', '145048.625000', '145048.628000', '145048.630000', '145048.633000', '145048.636000', '145048.638000', '145048.641000', '145048.644000', '145048.646000', '145048.649000', '145048.652000', '145048.654000', '145048.657000', '145048.659000', '145048.662000', '145048.665000', '145048.667000', '145048.670000', '145048.672000', '145048.675000', '145048.678000', '145048.680000', '145048.683000', '145048.685000', '145048.688000', '145048.690000', '145048.693000', '145059.551000', '145059.555000', '145059.557000', '145059.560000', '145059.563000', '145059.566000', '145059.568000', '145059.571000', '145059.574000', '145059.577000', '145059.582000', '145059.585000', '145059.588000', '145059.591000', '145059.593000', '145059.596000', '145059.599000', '145059.603000', '145059.605000', '145059.608000', '145059.611000', '145059.614000', '145059.616000', '145059.619000'], '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': [8565, 9655, 8632, 7648, 8966, 9957, 9069, 7774, 7908, 8131, 11149, 9456, 11625, 7661, 8543, 7167, 7461, 7171, 7041, 7191, 7404, 7357, 7298, 6982, 7475, 9994, 9207, 10615, 7620, 10829, 8197, 11162, 9364, 9453, 7841, 7280, 7062, 7270, 7054, 7142, 7052, 7015, 6792, 7186, 7755, 7056, 14400, 7077, 9766, 7581, 8688, 8709, 7396, 6896, 7362, 7071, 6593, 6916, 6915, 7105, 7026, 7564, 6805, 11319, 8692, 9945, 7212, 8552, 7486, 10855, 10139, 9186, 9424, 7647, 10105, 9843, 7158, 10030, 7668, 11325, 8738, 8934, 8869, 10702, 10869, 11793, 9584, 10305, 7687, 11041, 7320, 6870, 7685, 7169, 7196, 7169, 10085, 8214, 12340, 6904, 7282, 7505, 7058, 7004, 6738, 7288, 6877, 7307, 6756, 7318, 6869, 7293, 6843, 7859, 7050, 11796, 8481, 12288, 11138, 11164, 8982, 8236, 8269, 8196, 6745, 6960, 7166, 9850, 7973, 9798, 7089, 8408, 7174, 7834, 7256, 9095, 8022, 9825, 6987, 7446, 7422, 9112, 8808, 7941, 8589, 6769, 9702, 6911, 11865, 8333, 11461, 7811, 11421, 7714, 11263, 9868, 11192, 13069, 10058, 10412, 7005, 7036, 6854, 6934, 6957, 6857, 7010, 6871, 6667, 7037, 6898, 7026, 6841, 6858, 6948, 6815, 7029, 6949, 7009, 9047, 8464, 8057, 8983, 9443, 7049, 8303, 9528, 7834, 8640, 7339, 8243, 11112, 8005, 11123, 9246, 10146, 8127, 10485, 10698, 7054, 8562, 6845, 7865, 7175, 7708, 7621, 7284, 7089, 7300, 7789, 7031, 10097, 8015, 10235, 7796, 9275, 7192, 8411, 7534, 8994, 8562, 7828, 7092, 8170, 7784, 9324, 7739, 7427, 7758, 6781, 6992, 7146, 7128, 9187, 8893, 7005, 7431, 7126, 7216, 8524, 6986, 10216, 7049, 8928, 10265, 11366, 7610, 11761, 7047, 6886, 6896, 6894, 8999, 6693, 6830, 7045, 7082, 6860, 6850, 7111, 6604, 7205, 6967, 7069, 7341, 7293, 7265, 10722, 7378, 8222, 7497, 10820, 9456, 9268, 7072, 9563, 8018, 12750, 12233, 7607, 8189, 6828, 10237, 10751, 12974, 7099, 8900, 7309, 12644, 8422, 8258, 7377, 7713, 7126, 10122, 7514, 7459, 7283, 7166, 7348, 8516, 8119, 11160, 8408, 7040, 7250, 7039, 7053, 7211, 7052, 6879, 6891, 7048, 7274, 7550, 7249, 11004, 7616, 6858, 7453, 7101, 7019, 7600, 7241, 7741, 7585, 6983, 7047, 7056, 7773, 11293, 11189, 10291, 7498, 10174, 7137, 8897, 7797, 9704, 8203, 7156, 6878, 7217, 7209, 7025, 7103, 7059, 6780, 7089, 8387, 7425, 7016, 8950, 7269, 10498, 7029, 12447, 8697, 8835, 7342, 7084, 10459, 8024, 11584, 9548, 10745, 7698, 9772, 7248, 11993, 9497, 10548, 12380, 7287, 7562, 6997, 7787, 7126, 7460, 7561, 9143, 7883, 9207, 8294, 7001, 7892, 7130, 9057, 8583, 11534, 9927, 12047, 7114, 7331, 7135, 7261, 7525, 7416, 10427, 7088, 7040, 6878, 10301, 7266, 8559, 7317, 8476, 7392, 7209, 7462, 6973, 7000, 7035, 7082, 6956, 7124, 7035, 8809, 7388, 7761, 7831, 7151, 7055, 7314, 7123, 8326, 7017, 7783, 7174, 7463, 7021, 7258, 7453, 8512, 10367, 11044, 7111, 7508, 7375, 8550, 10783, 12218, 10155, 12214, 6934, 7132, 7127, 7807, 8384, 7209, 7070, 7150, 7125, 7006, 8503, 7707, 8076, 11423, 8552, 12268, 8392, 7760, 12034, 11212, 12176, 10043, 8692, 7540, 7086, 12024, 9038, 11377, 6989, 6772, 6870, 6905, 10103, 7604, 9367, 8024, 10109, 7536, 7161, 7449, 6989, 7629, 7269, 8199, 8078, 7578, 12508, 7281, 11636, 8819, 12424, 9080, 12341, 9885, 9785, 8164, 7263, 7374, 6991, 7200, 6832, 8000, 7090, 7417, 6933, 11233, 8215, 10746, 7305, 8322, 7130, 6991, 7534, 6983, 6872, 9458, 7128, 6616, 7410, 6801, 8689, 7966, 11217, 9796, 12097, 10120, 11855, 11459, 13194, 10252, 12684, 13393, 12303, 12745, 6872, 10225, 6683, 7108, 6716, 7474, 6823, 6945, 6884, 7228, 7047, 7000, 7246, 6917, 7062, 7037, 6918, 6908, 6965, 6990, 6959, 6977, 7091, 6855, 7603, 7542, 6704, 6941, 8044, 6937, 7167, 6879, 7055, 6816, 8407, 7000, 9585, 7128, 9351, 7852, 10769, 9867, 10294, 7466, 10301, 7631, 8548, 9028, 7894, 11767, 10744, 7319, 7163, 7127, 7591, 6873, 6787, 6852, 6653, 6949, 8385, 7683, 9319, 7340, 8045, 7242, 7507, 9727, 7337, 10683, 7008, 8693, 6851, 10822, 9045, 11272, 10433, 8255, 7171, 6895, 7284, 6918, 7623, 7173, 7023, 7914, 6966, 8732, 7445, 9144, 7077, 6948, 9264, 7101, 10248, 7647, 9612, 6803, 9719, 6649, 8063, 7126, 9999, 10352, 7772, 7745, 7131, 6908, 6934, 6907, 7159, 7861, 9514, 10126, 9924, 7380, 8146, 6723, 7967, 8138, 7763, 7022, 7644, 7002, 11383, 8248, 6945, 10269, 6528, 6826, 10447, 8438, 8283, 10035, 9585, 7809, 10912, 8579, 10445, 11041, 9792, 11779, 8148, 11493, 7458, 11185, 7217, 10099, 7301, 8907, 7040, 8454, 8747, 7842, 7152, 7093, 7324, 7345, 6969, 7350, 7148, 6906, 7900, 7350, 7279, 6946, 7256, 7254, 6937, 7183, 6774, 7344, 7591, 8697, 7456, 11133, 8426, 8272, 7033, 6696, 6867, 7544, 8130, 7955, 10935, 7605, 9937, 7255, 8678, 11476, 10574, 10305, 7647, 10122, 12934, 12555, 8855, 9765, 11127, 8222, 10026, 9446, 8403, 9909, 8948, 9731, 10348, 8481, 11592, 8439, 10728, 8204, 11450, 9798, 9488, 8286, 9211, 8132, 8730, 8830, 8548, 8227, 8678, 8174, 7821, 8320, 7724, 8960, 7649, 8753, 10050, 10200, 11415, 10069, 11014, 10004, 10959, 10345, 10973, 8548, 10963, 11906, 10386, 11539, 10292, 10811, 10030, 10789, 10156, 10857, 11589, 10916, 9887, 10961, 9680, 11094, 9290, 10624, 9774, 10157, 7577, 7638, 9021, 9254, 7531, 9519, 7619, 9581, 7585, 8104, 7254, 8005, 8106, 8828, 7853, 8389, 8844, 10128, 11207, 9550, 8981, 11407, 9992, 9900, 12379, 8220, 7947, 7141, 8496, 8462, 7558, 8430, 11553, 10381, 9895, 9755, 10566, 11587, 11597, 12691, 11394, 13094, 10920, 11148, 12513, 9757, 12531, 9698, 11333, 9868, 9662, 9957, 9859, 11184, 9960, 10587, 9865, 11339, 9972, 8729, 9981, 8591, 10185, 8899, 9879, 8466, 8484, 9103, 8258, 7955, 8979, 8225, 9420, 9194], 'WindowCenter': [4438.0, 4405.0, 4407.0, 4441.0, 4445.0, 4455.0, 4406.0, 4372.0, 4370.0, 4369.0, 4409.0, 4401.0, 4409.0, 4372.0, 4390.0, 4361.0, 4358.0, 4374.0, 4371.0, 4363.0, 4373.0, 4372.0, 4385.0, 4361.0, 4373.0, 4416.0, 4441.0, 4448.0, 4395.0, 4421.0, 4392.0, 4448.0, 4463.0, 4473.0, 4428.0, 4404.0, 4378.0, 4349.0, 4338.0, 4322.0, 4312.0, 4324.0, 4327.0, 4365.0, 4387.0, 4364.0, 4441.0, 4350.0, 4389.0, 4360.0, 4365.0, 4380.0, 4347.0, 4349.0, 4384.0, 4360.0, 4347.0, 4346.0, 4347.0, 4358.0, 4405.0, 4396.0, 4379.0, 4434.0, 4404.0, 4439.0, 4426.0, 4419.0, 4385.0, 4423.0, 4456.0, 4439.0, 4449.0, 4413.0, 4430.0, 4416.0, 4350.0, 4368.0, 4352.0, 4380.0, 4369.0, 4398.0, 4425.0, 4443.0, 4439.0, 4438.0, 4402.0, 4409.0, 4359.0, 4384.0, 4332.0, 4352.0, 4371.0, 4367.0, 4363.0, 4362.0, 4426.0, 4396.0, 4419.0, 4359.0, 4357.0, 4316.0, 4316.0, 4332.0, 4348.0, 4371.0, 4361.0, 4386.0, 4377.0, 4386.0, 4352.0, 4358.0, 4350.0, 4369.0, 4364.0, 4445.0, 4428.0, 4505.0, 4492.0, 4453.0, 4410.0, 4378.0, 4362.0, 4348.0, 4322.0, 4331.0, 4374.0, 4425.0, 4410.0, 4439.0, 4386.0, 4405.0, 4372.0, 4408.0, 4411.0, 4405.0, 4406.0, 4423.0, 4399.0, 4399.0, 4405.0, 4476.0, 4472.0, 4424.0, 4407.0, 4336.0, 4374.0, 4333.0, 4398.0, 4381.0, 4411.0, 4362.0, 4413.0, 4370.0, 4409.0, 4388.0, 4397.0, 4392.0, 4365.0, 4359.0, 4323.0, 4323.0, 4328.0, 4338.0, 4337.0, 4326.0, 4338.0, 4326.0, 4336.0, 4349.0, 4350.0, 4350.0, 4340.0, 4350.0, 4348.0, 4351.0, 4376.0, 4363.0, 4361.0, 4407.0, 4371.0, 4382.0, 4392.0, 4453.0, 4401.0, 4444.0, 4497.0, 4458.0, 4421.0, 4386.0, 4369.0, 4421.0, 4356.0, 4409.0, 4403.0, 4413.0, 4409.0, 4438.0, 4438.0, 4402.0, 4390.0, 4349.0, 4378.0, 4360.0, 4356.0, 4372.0, 4359.0, 4360.0, 4371.0, 4370.0, 4362.0, 4424.0, 4383.0, 4411.0, 4370.0, 4376.0, 4348.0, 4367.0, 4396.0, 4403.0, 4394.0, 4369.0, 4403.0, 4438.0, 4386.0, 4349.0, 4386.0, 4415.0, 4409.0, 4363.0, 4372.0, 4406.0, 4432.0, 4471.0, 4421.0, 4377.0, 4361.0, 4353.0, 4372.0, 4394.0, 4363.0, 4427.0, 4403.0, 4432.0, 4438.0, 4438.0, 4358.0, 4399.0, 4335.0, 4336.0, 4336.0, 4348.0, 4407.0, 4335.0, 4349.0, 4385.0, 4356.0, 4336.0, 4346.0, 4360.0, 4348.0, 4359.0, 4386.0, 4414.0, 4424.0, 4411.0, 4395.0, 4423.0, 4382.0, 4403.0, 4371.0, 4410.0, 4443.0, 4448.0, 4406.0, 4430.0, 4393.0, 4457.0, 4433.0, 4370.0, 4384.0, 4362.0, 4427.0, 4423.0, 4447.0, 4378.0, 4406.0, 4386.0, 4433.0, 4395.0, 4369.0, 4360.0, 4359.0, 4350.0, 4412.0, 4361.0, 4375.0, 4375.0, 4361.0, 4374.0, 4417.0, 4385.0, 4433.0, 4380.0, 4362.0, 4373.0, 4362.0, 4376.0, 4370.0, 4361.0, 4348.0, 4374.0, 4387.0, 4404.0, 4412.0, 4402.0, 4441.0, 4386.0, 4352.0, 4350.0, 4337.0, 4348.0, 4360.0, 4362.0, 4372.0, 4375.0, 4351.0, 4353.0, 4350.0, 4361.0, 4411.0, 4450.0, 4413.0, 4370.0, 4396.0, 4346.0, 4386.0, 4412.0, 4425.0, 4391.0, 4387.0, 4377.0, 4396.0, 4397.0, 4375.0, 4374.0, 4359.0, 4364.0, 4388.0, 4430.0, 4427.0, 4391.0, 4449.0, 4429.0, 4455.0, 4376.0, 4428.0, 4389.0, 4374.0, 4344.0, 4346.0, 4420.0, 4406.0, 4445.0, 4439.0, 4449.0, 4396.0, 4411.0, 4399.0, 4449.0, 4447.0, 4453.0, 4461.0, 4384.0, 4371.0, 4347.0, 4359.0, 4349.0, 4345.0, 4372.0, 4400.0, 4383.0, 4403.0, 4381.0, 4348.0, 4371.0, 4336.0, 4369.0, 4365.0, 4409.0, 4389.0, 4409.0, 4336.0, 4347.0, 4336.0, 4348.0, 4356.0, 4348.0, 4398.0, 4336.0, 4334.0, 4327.0, 4386.0, 4348.0, 4368.0, 4360.0, 4368.0, 4348.0, 4347.0, 4346.0, 4337.0, 4337.0, 4349.0, 4347.0, 4350.0, 4349.0, 4350.0, 4377.0, 4358.0, 4359.0, 4361.0, 4349.0, 4348.0, 4350.0, 4349.0, 4383.0, 4364.0, 4373.0, 4351.0, 4361.0, 4350.0, 4361.0, 4361.0, 4394.0, 4412.0, 4413.0, 4351.0, 4363.0, 4363.0, 4394.0, 4410.0, 4436.0, 4416.0, 4449.0, 4377.0, 4362.0, 4378.0, 4383.0, 4392.0, 4382.0, 4389.0, 4388.0, 4401.0, 4415.0, 4429.0, 4410.0, 4408.0, 4461.0, 4430.0, 4482.0, 4433.0, 4409.0, 4487.0, 4460.0, 4430.0, 4412.0, 4401.0, 4399.0, 4387.0, 4444.0, 4414.0, 4433.0, 4363.0, 4348.0, 4350.0, 4361.0, 4451.0, 4431.0, 4448.0, 4426.0, 4436.0, 4374.0, 4347.0, 4333.0, 4324.0, 4345.0, 4364.0, 4395.0, 4387.0, 4387.0, 4434.0, 4363.0, 4408.0, 4368.0, 4396.0, 4367.0, 4405.0, 4390.0, 4387.0, 4368.0, 4347.0, 4348.0, 4338.0, 4351.0, 4339.0, 4360.0, 4350.0, 4389.0, 4388.0, 4435.0, 4383.0, 4424.0, 4404.0, 4385.0, 4377.0, 4378.0, 4387.0, 4378.0, 4366.0, 4441.0, 4379.0, 4353.0, 4359.0, 4339.0, 4382.0, 4385.0, 4424.0, 4443.0, 4445.0, 4426.0, 4422.0, 4424.0, 4437.0, 4417.0, 4432.0, 4433.0, 4404.0, 4393.0, 4338.0, 4390.0, 4325.0, 4335.0, 4333.0, 4346.0, 4334.0, 4333.0, 4346.0, 4376.0, 4375.0, 4347.0, 4376.0, 4350.0, 4351.0, 4362.0, 4352.0, 4373.0, 4375.0, 4363.0, 4360.0, 4360.0, 4377.0, 4379.0, 4398.0, 4386.0, 4377.0, 4389.0, 4395.0, 4364.0, 4362.0, 4352.0, 4363.0, 4354.0, 4383.0, 4376.0, 4402.0, 4364.0, 4403.0, 4384.0, 4424.0, 4414.0, 4402.0, 4363.0, 4402.0, 4358.0, 4380.0, 4379.0, 4440.0, 4466.0, 4466.0, 4403.0, 4392.0, 4361.0, 4382.0, 4352.0, 4364.0, 4367.0, 4364.0, 4377.0, 4409.0, 4411.0, 4442.0, 4416.0, 4408.0, 4376.0, 4373.0, 4403.0, 4362.0, 4413.0, 4350.0, 4382.0, 4353.0, 4424.0, 4433.0, 4438.0, 4431.0, 4397.0, 4390.0, 4389.0, 4399.0, 4388.0, 4398.0, 4377.0, 4374.0, 4396.0, 4364.0, 4392.0, 4361.0, 4391.0, 4353.0, 4349.0, 4393.0, 4351.0, 4401.0, 4359.0, 4389.0, 4341.0, 4391.0, 4329.0, 4383.0, 4360.0, 4302.0, 4329.0, 4281.0, 4373.0, 4389.0, 4388.0, 4388.0, 4390.0, 4433.0, 4457.0, 4470.0, 4451.0, 4428.0, 4374.0, 4392.0, 4415.0, 4352.0, 4414.0, 4403.0, 4376.0, 4421.0, 4399.0, 4444.0, 4407.0, 4385.0, 4438.0, 4380.0, 4389.0, 4445.0, 4415.0, 4418.0, 4449.0, 4424.0, 4397.0, 4423.0, 4367.0, 4384.0, 4383.0, 4361.0, 4381.0, 4340.0, 4420.0, 4344.0, 4383.0, 4316.0, 4355.0, 4304.0, 4333.0, 4303.0, 4323.0, 4334.0, 4327.0, 4316.0, 4357.0, 4345.0, 4357.0, 4360.0, 4372.0, 4335.0, 4337.0, 4371.0, 4389.0, 4376.0, 4389.0, 4402.0, 4401.0, 4414.0, 4403.0, 4393.0, 4397.0, 4410.0, 4389.0, 4371.0, 4458.0, 4424.0, 4422.0, 4387.0, 4379.0, 4376.0, 4408.0, 4407.0, 4383.0, 4407.0, 4357.0, 4408.0, 4399.0, 4389.0, 4462.0, 4426.0, 4383.0, 4425.0, 4424.0, 4419.0, 4333.0, 4364.0, 4424.0, 4445.0, 4429.0, 4448.0, 4436.0, 4416.0, 4423.0, 4414.0, 4424.0, 4421.0, 4388.0, 4419.0, 4378.0, 4419.0, 4390.0, 4432.0, 4411.0, 4397.0, 4376.0, 4395.0, 4364.0, 4386.0, 4399.0, 4400.0, 4416.0, 4417.0, 4405.0, 4384.0, 4405.0, 4419.0, 4438.0, 4421.0, 4400.0, 4434.0, 4446.0, 4440.0, 4446.0, 4454.0, 4432.0, 4427.0, 4420.0, 4429.0, 4437.0, 4442.0, 4439.0, 4430.0, 4428.0, 4416.0, 4428.0, 4409.0, 4427.0, 4432.0, 4441.0, 4431.0, 4417.0, 4407.0, 4415.0, 4396.0, 4415.0, 4397.0, 4457.0, 4434.0, 4445.0, 4402.0, 4349.0, 4435.0, 4448.0, 4415.0, 4434.0, 4403.0, 4333.0, 4359.0, 4396.0, 4247.0, 4393.0, 4309.0, 4449.0, 4428.0, 4425.0, 4435.0, 4482.0, 4480.0, 4459.0, 4434.0, 4440.0, 4444.0, 4444.0, 4475.0, 4424.0, 4423.0, 4417.0, 4444.0, 4435.0, 4411.0, 4354.0, 4454.0, 4419.0, 4403.0, 4393.0, 4403.0, 4403.0, 4404.0, 4413.0, 4403.0, 4401.0, 4378.0, 4375.0, 4374.0, 4339.0, 4359.0, 4325.0, 4347.0, 4337.0, 4339.0, 4337.0, 4348.0, 4356.0, 4348.0, 4358.0, 4361.0, 4371.0, 4366.0, 4355.0, 4378.0, 4367.0, 4391.0, 4408.0, 4407.0, 4378.0, 4352.0, 4362.0, 4354.0, 4382.0, 4405.0, 4407.0, 4354.0, 4513.0], 'WindowWidth': [9771.0, 9699.0, 9709.0, 9786.0, 9775.0, 9788.0, 9702.0, 9651.0, 9642.0, 9636.0, 9693.0, 9685.0, 9695.0, 9647.0, 9669.0, 9633.0, 9624.0, 9657.0, 9650.0, 9640.0, 9654.0, 9653.0, 9674.0, 9634.0, 9655.0, 9716.0, 9765.0, 9769.0, 9692.0, 9713.0, 9678.0, 9768.0, 9812.0, 9824.0, 9752.0, 9711.0, 9667.0, 9606.0, 9591.0, 9555.0, 9541.0, 9562.0, 9573.0, 9641.0, 9678.0, 9638.0, 9737.0, 9613.0, 9661.0, 9626.0, 9623.0, 9652.0, 9601.0, 9610.0, 9671.0, 9632.0, 9609.0, 9607.0, 9610.0, 9627.0, 9721.0, 9692.0, 9675.0, 9740.0, 9698.0, 9759.0, 9753.0, 9727.0, 9677.0, 9721.0, 9790.0, 9767.0, 9781.0, 9724.0, 9738.0, 9713.0, 9616.0, 9619.0, 9605.0, 9636.0, 9631.0, 9691.0, 9739.0, 9760.0, 9749.0, 9745.0, 9688.0, 9691.0, 9622.0, 9643.0, 9572.0, 9620.0, 9644.0, 9650.0, 9640.0, 9637.0, 9732.0, 9690.0, 9706.0, 9629.0, 9619.0, 9544.0, 9545.0, 9581.0, 9613.0, 9650.0, 9636.0, 9681.0, 9669.0, 9678.0, 9624.0, 9627.0, 9617.0, 9640.0, 9644.0, 9760.0, 9751.0, 9873.0, 9852.0, 9774.0, 9710.0, 9650.0, 9617.0, 9588.0, 9565.0, 9576.0, 9661.0, 9730.0, 9719.0, 9753.0, 9682.0, 9704.0, 9653.0, 9715.0, 9723.0, 9702.0, 9708.0, 9725.0, 9704.0, 9701.0, 9718.0, 9836.0, 9828.0, 9745.0, 9705.0, 9590.0, 9635.0, 9576.0, 9672.0, 9657.0, 9698.0, 9632.0, 9702.0, 9641.0, 9692.0, 9661.0, 9668.0, 9654.0, 9617.0, 9604.0, 9560.0, 9562.0, 9575.0, 9592.0, 9591.0, 9574.0, 9592.0, 9574.0, 9588.0, 9611.0, 9616.0, 9612.0, 9599.0, 9616.0, 9609.0, 9617.0, 9664.0, 9640.0, 9631.0, 9704.0, 9641.0, 9660.0, 9675.0, 9783.0, 9713.0, 9778.0, 9870.0, 9816.0, 9732.0, 9677.0, 9635.0, 9713.0, 9615.0, 9693.0, 9693.0, 9708.0, 9715.0, 9750.0, 9751.0, 9714.0, 9672.0, 9615.0, 9653.0, 9631.0, 9619.0, 9650.0, 9625.0, 9630.0, 9647.0, 9645.0, 9639.0, 9725.0, 9667.0, 9698.0, 9642.0, 9644.0, 9610.0, 9630.0, 9692.0, 9696.0, 9681.0, 9641.0, 9717.0, 9771.0, 9678.0, 9589.0, 9681.0, 9742.0, 9717.0, 9645.0, 9654.0, 9724.0, 9772.0, 9824.0, 9732.0, 9663.0, 9631.0, 9621.0, 9651.0, 9681.0, 9638.0, 9732.0, 9714.0, 9749.0, 9752.0, 9746.0, 9623.0, 9674.0, 9584.0, 9586.0, 9587.0, 9608.0, 9706.0, 9585.0, 9619.0, 9677.0, 9623.0, 9590.0, 9607.0, 9629.0, 9613.0, 9629.0, 9684.0, 9739.0, 9752.0, 9727.0, 9693.0, 9721.0, 9670.0, 9700.0, 9648.0, 9697.0, 9770.0, 9783.0, 9723.0, 9744.0, 9682.0, 9775.0, 9730.0, 9643.0, 9666.0, 9637.0, 9732.0, 9717.0, 9755.0, 9669.0, 9704.0, 9676.0, 9730.0, 9685.0, 9638.0, 9626.0, 9623.0, 9617.0, 9703.0, 9633.0, 9658.0, 9656.0, 9634.0, 9658.0, 9724.0, 9672.0, 9736.0, 9655.0, 9637.0, 9653.0, 9636.0, 9662.0, 9646.0, 9631.0, 9611.0, 9659.0, 9681.0, 9716.0, 9724.0, 9708.0, 9756.0, 9671.0, 9620.0, 9611.0, 9591.0, 9608.0, 9626.0, 9632.0, 9649.0, 9653.0, 9617.0, 9622.0, 9614.0, 9629.0, 9696.0, 9768.0, 9704.0, 9646.0, 9670.0, 9604.0, 9660.0, 9725.0, 9730.0, 9676.0, 9682.0, 9668.0, 9694.0, 9700.0, 9663.0, 9660.0, 9631.0, 9647.0, 9689.0, 9750.0, 9756.0, 9697.0, 9782.0, 9763.0, 9785.0, 9665.0, 9722.0, 9666.0, 9640.0, 9599.0, 9608.0, 9714.0, 9709.0, 9758.0, 9758.0, 9772.0, 9696.0, 9703.0, 9704.0, 9763.0, 9774.0, 9783.0, 9783.0, 9672.0, 9646.0, 9603.0, 9623.0, 9609.0, 9601.0, 9646.0, 9683.0, 9664.0, 9693.0, 9659.0, 9609.0, 9641.0, 9589.0, 9635.0, 9625.0, 9689.0, 9661.0, 9688.0, 9587.0, 9602.0, 9588.0, 9605.0, 9614.0, 9607.0, 9673.0, 9586.0, 9582.0, 9575.0, 9653.0, 9607.0, 9633.0, 9627.0, 9634.0, 9606.0, 9603.0, 9602.0, 9590.0, 9593.0, 9610.0, 9608.0, 9614.0, 9613.0, 9614.0, 9646.0, 9622.0, 9626.0, 9630.0, 9609.0, 9609.0, 9612.0, 9614.0, 9662.0, 9639.0, 9648.0, 9619.0, 9631.0, 9615.0, 9629.0, 9631.0, 9679.0, 9700.0, 9701.0, 9616.0, 9638.0, 9636.0, 9679.0, 9695.0, 9741.0, 9714.0, 9764.0, 9665.0, 9636.0, 9669.0, 9669.0, 9679.0, 9668.0, 9689.0, 9688.0, 9713.0, 9738.0, 9746.0, 9720.0, 9712.0, 9791.0, 9749.0, 9824.0, 9755.0, 9718.0, 9834.0, 9786.0, 9724.0, 9704.0, 9691.0, 9701.0, 9682.0, 9754.0, 9714.0, 9737.0, 9641.0, 9612.0, 9619.0, 9639.0, 9776.0, 9765.0, 9781.0, 9749.0, 9744.0, 9652.0, 9603.0, 9576.0, 9564.0, 9596.0, 9638.0, 9683.0, 9676.0, 9676.0, 9735.0, 9636.0, 9688.0, 9629.0, 9662.0, 9628.0, 9677.0, 9661.0, 9655.0, 9631.0, 9602.0, 9604.0, 9592.0, 9614.0, 9595.0, 9623.0, 9615.0, 9687.0, 9685.0, 9741.0, 9665.0, 9726.0, 9717.0, 9666.0, 9665.0, 9670.0, 9677.0, 9667.0, 9649.0, 9761.0, 9671.0, 9625.0, 9624.0, 9597.0, 9658.0, 9669.0, 9719.0, 9765.0, 9754.0, 9728.0, 9716.0, 9717.0, 9741.0, 9713.0, 9728.0, 9731.0, 9676.0, 9653.0, 9594.0, 9663.0, 9573.0, 9581.0, 9583.0, 9600.0, 9584.0, 9579.0, 9603.0, 9658.0, 9660.0, 9607.0, 9662.0, 9616.0, 9619.0, 9636.0, 9619.0, 9658.0, 9660.0, 9636.0, 9632.0, 9633.0, 9669.0, 9676.0, 9696.0, 9679.0, 9668.0, 9688.0, 9688.0, 9644.0, 9636.0, 9622.0, 9639.0, 9628.0, 9665.0, 9661.0, 9691.0, 9642.0, 9692.0, 9667.0, 9722.0, 9707.0, 9687.0, 9634.0, 9686.0, 9622.0, 9652.0, 9651.0, 9776.0, 9800.0, 9802.0, 9710.0, 9695.0, 9632.0, 9665.0, 9621.0, 9643.0, 9654.0, 9645.0, 9668.0, 9715.0, 9719.0, 9765.0, 9738.0, 9713.0, 9660.0, 9649.0, 9688.0, 9632.0, 9705.0, 9616.0, 9660.0, 9626.0, 9724.0, 9754.0, 9749.0, 9741.0, 9691.0, 9692.0, 9688.0, 9701.0, 9686.0, 9698.0, 9665.0, 9657.0, 9689.0, 9643.0, 9679.0, 9632.0, 9668.0, 9621.0, 9611.0, 9674.0, 9616.0, 9680.0, 9621.0, 9662.0, 9601.0, 9668.0, 9580.0, 9666.0, 9635.0, 9488.0, 9554.0, 9476.0, 9670.0, 9696.0, 9688.0, 9689.0, 9692.0, 9776.0, 9811.0, 9817.0, 9775.0, 9734.0, 9654.0, 9683.0, 9745.0, 9603.0, 9729.0, 9710.0, 9661.0, 9741.0, 9708.0, 9755.0, 9710.0, 9677.0, 9752.0, 9682.0, 9693.0, 9760.0, 9721.0, 9731.0, 9775.0, 9730.0, 9695.0, 9718.0, 9628.0, 9646.0, 9643.0, 9609.0, 9638.0, 9580.0, 9712.0, 9596.0, 9641.0, 9541.0, 9588.0, 9520.0, 9557.0, 9517.0, 9544.0, 9561.0, 9554.0, 9544.0, 9625.0, 9600.0, 9622.0, 9630.0, 9653.0, 9584.0, 9591.0, 9644.0, 9690.0, 9661.0, 9687.0, 9713.0, 9709.0, 9733.0, 9719.0, 9702.0, 9700.0, 9718.0, 9669.0, 9647.0, 9784.0, 9744.0, 9738.0, 9685.0, 9677.0, 9667.0, 9715.0, 9708.0, 9667.0, 9688.0, 9621.0, 9697.0, 9704.0, 9671.0, 9793.0, 9729.0, 9648.0, 9751.0, 9725.0, 9708.0, 9542.0, 9633.0, 9730.0, 9763.0, 9751.0, 9772.0, 9753.0, 9725.0, 9730.0, 9717.0, 9733.0, 9722.0, 9671.0, 9713.0, 9658.0, 9714.0, 9676.0, 9740.0, 9706.0, 9682.0, 9651.0, 9674.0, 9630.0, 9664.0, 9687.0, 9693.0, 9728.0, 9726.0, 9704.0, 9674.0, 9706.0, 9738.0, 9762.0, 9747.0, 9691.0, 9748.0, 9771.0, 9750.0, 9772.0, 9777.0, 9742.0, 9727.0, 9718.0, 9731.0, 9762.0, 9757.0, 9746.0, 9736.0, 9728.0, 9710.0, 9727.0, 9703.0, 9727.0, 9744.0, 9755.0, 9735.0, 9711.0, 9697.0, 9703.0, 9678.0, 9703.0, 9685.0, 9790.0, 9749.0, 9768.0, 9706.0, 9608.0, 9755.0, 9779.0, 9731.0, 9752.0, 9709.0, 9563.0, 9633.0, 9701.0, 9414.0, 9699.0, 9533.0, 9789.0, 9756.0, 9743.0, 9757.0, 9836.0, 9831.0, 9798.0, 9752.0, 9752.0, 9766.0, 9768.0, 9809.0, 9742.0, 9743.0, 9748.0, 9778.0, 9766.0, 9723.0, 9605.0, 9778.0, 9718.0, 9687.0, 9671.0, 9682.0, 9684.0, 9685.0, 9696.0, 9683.0, 9673.0, 9639.0, 9630.0, 9625.0, 9569.0, 9595.0, 9543.0, 9575.0, 9561.0, 9568.0, 9564.0, 9578.0, 9591.0, 9583.0, 9597.0, 9604.0, 9620.0, 9619.0, 9605.0, 9640.0, 9625.0, 9663.0, 9704.0, 9696.0, 9655.0, 9603.0, 9618.0, 9608.0, 9666.0, 9701.0, 9709.0, 9597.0, 9906.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.02770265212399541</td></tr>
<tr><td colspan=3>aqi</td><td>0.14169319104477612</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>51.33440838078166</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2028812965632194</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2690429948850566</td></tr>
<tr><td colspan=3>efc</td><td>0.462</td></tr>
<tr><td colspan=3>fber</td><td>4162.5361</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.5224581058515562</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>490</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>56.25717566016073</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.087250069469077</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.9908157468752137</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.117912016572276</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1530224449597424</td></tr>
<tr><td colspan=3>gcor</td><td>0.0244172</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005656164605170488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01875770464539528</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.050971255531906</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.4257</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9637</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.1805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307468.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.2178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.6196</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3625.0571</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.244</td></tr>
<tr><td colspan=3>tsnr</td><td>15.500272296951152</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>