ds005256-mriqc/sub-0095_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +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-0095_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-01/func/sub-0095_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e3da2061a4b0d3beed036590544cf088</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:19:25.272500</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.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10365</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39b3ce1e-e73a-48e5-887f-c52df047e447||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.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [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': ['141925.272500', '141925.732500', '141926.192500', '141926.652500', '141927.112500', '141927.572500', '141928.032500', '141928.492500', '141928.952500', '141929.412500', '141929.872500', '141930.332500', '141930.792500', '141931.252500', '141931.712500', '141932.172500', '141932.632500', '141933.092500', '141933.552500', '141934.012500', '141934.472500', '141934.932500', '141935.392500', '141935.852500', '141936.312500', '141936.772500', '141937.232500', '141937.692500', '141938.152500', '141938.612500', '141939.072500', '141939.532500', '141939.992500', '141940.452500', '141940.912500', '141941.372500', '141941.832500', '141942.292500', '141942.752500', '141943.212500', '141943.672500', '141944.132500', '141944.592500', '141945.052500', '141945.512500', '141945.972500', '141946.432500', '141946.892500', '141947.352500', '141947.812500', '141948.272500', '141948.732500', '141949.192500', '141949.652500', '141950.112500', '141950.572500', '141951.032500', '141951.492500', '141951.952500', '141952.412500', '141952.872500', '141953.332500', '141953.792500', '141954.252500', '141954.712500', '141955.172500', '141955.632500', '141956.092500', '141956.552500', '141957.012500', '141957.472500', '141957.932500', '141958.392500', '141958.852500', '141959.312500', '141959.772500', '142000.232500', '142000.692500', '142001.152500', '142001.612500', '142002.072500', '142002.532500', '142002.992500', '142003.452500', '142003.912500', '142004.372500', '142004.832500', '142005.292500', '142005.752500', '142006.212500', '142006.672500', '142007.132500', '142007.592500', '142008.052500', '142008.512500', '142008.972500', '142009.432500', '142009.892500', '142010.352500', '142010.812500', '142011.272500', '142011.732500', '142012.192500', '142012.652500', '142013.112500', '142013.572500', '142014.032500', '142014.492500', '142014.952500', '142015.412500', '142015.872500', '142016.332500', '142016.792500', '142017.252500', '142017.712500', '142018.172500', '142018.632500', '142019.092500', '142019.552500', '142020.012500', '142020.472500', '142020.932500', '142021.392500', '142021.852500', '142022.312500', '142022.772500', '142023.232500', '142023.692500', '142024.152500', '142024.612500', '142025.072500', '142025.532500', '142025.992500', '142026.452500', '142026.912500', '142027.372500', '142027.832500', '142028.292500', '142028.752500', '142029.212500', '142029.672500', '142030.132500', '142030.592500', '142031.052500', '142031.512500', '142031.972500', '142032.432500', '142032.892500', '142033.352500', '142033.812500', '142034.272500', '142034.732500', '142035.192500', '142035.652500', '142036.112500', '142036.572500', '142037.032500', '142037.492500', '142037.952500', '142038.412500', '142038.872500', '142039.332500', '142039.792500', '142040.252500', '142040.712500', '142041.172500', '142041.632500', '142042.092500', '142042.552500', '142043.012500', '142043.472500', '142043.932500', '142044.392500', '142044.852500', '142045.312500', '142045.772500', '142046.232500', '142046.692500', '142047.152500', '142047.612500', '142048.072500', '142048.532500', '142048.992500', '142049.452500', '142049.912500', '142050.372500', '142050.832500', '142051.292500', '142051.752500', '142052.212500', '142052.672500', '142053.132500', '142053.592500', '142054.052500', '142054.512500', '142054.972500', '142055.432500', '142055.892500', '142056.352500', '142056.812500', '142057.272500', '142057.732500', '142058.192500', '142058.652500', '142059.112500', '142059.572500', '142100.032500', '142100.492500', '142100.952500', '142101.412500', '142101.872500', '142102.332500', '142102.792500', '142103.252500', '142103.712500', '142104.172500', '142104.632500', '142105.092500', '142105.552500', '142106.012500', '142106.472500', '142106.932500', '142107.392500', '142107.852500', '142108.312500', '142108.772500', '142109.232500', '142109.692500', '142110.152500', '142110.612500', '142111.072500', '142111.532500', '142111.992500', '142112.452500', '142112.912500', '142113.372500', '142113.832500', '142114.292500', '142114.752500', '142115.212500', '142115.672500', '142116.132500', '142116.592500', '142117.052500', '142117.512500', '142117.972500', '142118.432500', '142118.892500', '142119.352500', '142119.812500', '142120.272500', '142120.732500', '142121.192500', '142121.652500', '142122.112500', '142122.572500', '142123.032500', '142123.492500', '142123.952500', '142124.412500', '142124.872500', '142125.332500', '142125.792500', '142126.252500', '142126.712500', '142127.172500', '142127.632500', '142128.092500', '142128.552500', '142129.012500', '142129.472500', '142129.932500', '142130.392500', '142130.852500', '142131.312500', '142131.772500', '142132.232500', '142132.692500', '142133.152500', '142133.612500', '142134.072500', '142134.532500', '142134.992500', '142135.452500', '142135.912500', '142136.372500', '142136.832500', '142137.292500', '142137.752500', '142138.212500', '142138.672500', '142139.132500', '142139.592500', '142140.052500', '142140.512500', '142140.972500', '142141.432500', '142141.892500', '142142.352500', '142142.812500', '142143.272500', '142143.732500', '142144.192500', '142144.652500', '142145.112500', '142145.572500', '142146.032500', '142146.492500', '142146.952500', '142147.412500', '142147.872500', '142148.332500', '142148.792500', '142149.252500', '142149.712500', '142150.172500', '142150.632500', '142151.092500', '142151.552500', '142152.012500', '142152.472500', '142152.932500', '142153.392500', '142153.852500', '142154.312500', '142154.772500', '142155.232500', '142155.692500', '142156.152500', '142156.612500', '142157.072500', '142157.532500', '142157.992500', '142158.452500', '142158.912500', '142159.372500', '142159.832500', '142200.292500', '142200.752500', '142201.212500', '142201.672500', '142202.132500', '142202.592500', '142203.052500', '142203.512500', '142203.972500', '142204.432500', '142204.892500', '142205.352500', '142205.812500', '142206.272500', '142206.732500', '142207.192500', '142207.652500', '142208.112500', '142208.572500', '142209.032500', '142209.492500', '142209.952500', '142210.412500', '142210.872500', '142211.332500', '142211.792500', '142212.252500', '142212.712500', '142213.172500', '142213.632500', '142214.092500', '142214.552500', '142215.012500', '142215.472500', '142215.932500', '142216.392500', '142216.852500', '142217.312500', '142217.772500', '142218.232500', '142218.692500', '142219.152500', '142219.612500', '142220.072500', '142220.532500', '142220.992500', '142221.452500', '142221.912500', '142222.372500', '142222.832500', '142223.292500', '142223.752500', '142224.212500', '142224.672500', '142225.132500', '142225.592500', '142226.052500', '142226.512500', '142226.972500', '142227.432500', '142227.892500', '142228.352500', '142228.812500', '142229.272500', '142229.732500', '142230.192500', '142230.652500', '142231.112500', '142231.572500', '142232.032500', '142232.492500', '142232.952500', '142233.412500', '142233.872500', '142234.332500', '142234.792500', '142235.252500', '142235.712500', '142236.172500', '142236.632500', '142237.092500', '142237.552500', '142238.012500', '142238.472500', '142238.932500', '142239.392500', '142239.852500', '142240.312500', '142240.772500', '142241.232500', '142241.692500', '142242.152500', '142242.612500', '142243.072500', '142243.532500', '142243.992500', '142244.452500', '142244.912500', '142245.372500', '142245.832500', '142246.292500', '142246.752500', '142247.212500', '142247.672500', '142248.132500', '142248.592500', '142249.052500', '142249.512500', '142249.972500', '142250.432500', '142250.892500', '142251.352500', '142251.812500', '142252.272500', '142252.732500', '142253.192500', '142253.652500', '142254.112500', '142254.572500', '142255.032500', '142255.492500', '142255.952500', '142256.412500', '142256.872500', '142257.332500', '142257.792500', '142258.252500', '142258.712500', '142259.172500', '142259.632500', '142300.092500', '142300.552500', '142301.012500', '142301.472500', '142301.932500', '142302.392500', '142302.852500', '142303.312500', '142303.772500', '142304.232500', '142304.692500', '142305.152500', '142305.612500', '142306.072500', '142306.532500', '142306.992500', '142307.452500', '142307.912500', '142308.372500', '142308.832500', '142309.292500', '142309.752500', '142310.212500', '142310.672500', '142311.132500', '142311.592500', '142312.052500', '142312.512500', '142312.972500', '142313.432500', '142313.892500', '142314.352500', '142314.812500', '142315.272500', '142315.732500', '142316.192500', '142316.652500', '142317.112500', '142317.572500', '142318.032500', '142318.492500', '142318.952500', '142319.412500', '142319.872500', '142320.332500', '142320.792500', '142321.252500', '142321.712500', '142322.172500', '142322.632500', '142323.092500', '142323.552500', '142324.012500', '142324.472500', '142324.932500', '142325.392500', '142325.852500', '142326.312500', '142326.772500', '142327.232500', '142327.692500', '142328.152500', '142328.612500', '142329.072500', '142329.532500', '142329.992500', '142330.452500', '142330.912500', '142331.372500', '142331.832500', '142332.292500', '142332.752500', '142333.212500', '142333.672500', '142334.132500', '142334.592500', '142335.052500', '142335.512500', '142335.972500', '142336.432500', '142336.892500', '142337.352500', '142337.812500', '142338.272500', '142338.732500', '142339.192500', '142339.652500', '142340.112500', '142340.572500', '142341.032500', '142341.492500', '142341.952500', '142342.412500', '142342.872500', '142343.332500', '142343.792500', '142344.252500', '142344.712500', '142345.172500', '142345.632500', '142346.092500', '142346.552500', '142347.012500', '142347.472500', '142347.932500', '142348.392500', '142348.852500', '142349.312500', '142349.772500', '142350.232500', '142350.692500', '142351.152500', '142351.612500', '142352.072500', '142352.532500', '142352.992500', '142353.452500', '142353.912500', '142354.372500', '142354.832500', '142355.292500', '142355.752500', '142356.212500', '142356.672500', '142357.132500', '142357.592500', '142358.052500', '142358.512500', '142358.972500', '142359.432500', '142359.892500', '142400.352500', '142400.812500', '142401.272500', '142401.732500', '142402.192500', '142402.652500', '142403.112500', '142403.572500', '142404.032500', '142404.492500', '142404.952500', '142405.412500', '142405.872500', '142406.332500', '142406.792500', '142407.252500', '142407.712500', '142408.172500', '142408.632500', '142409.092500', '142409.552500', '142410.012500', '142410.472500', '142410.932500', '142411.392500', '142411.852500', '142412.312500', '142412.772500', '142413.232500', '142413.692500', '142414.152500', '142414.612500', '142415.072500', '142415.532500', '142415.992500', '142416.452500', '142416.912500', '142417.372500', '142417.832500', '142418.292500', '142418.752500', '142419.212500', '142419.672500', '142420.132500', '142420.592500', '142421.052500', '142421.512500', '142421.972500', '142422.432500', '142422.892500', '142423.352500', '142423.812500', '142424.272500', '142424.732500', '142425.192500', '142425.652500', '142426.112500', '142426.572500', '142427.032500', '142427.492500', '142427.952500', '142428.412500', '142428.872500', '142429.332500', '142429.792500', '142430.252500', '142430.712500', '142431.172500', '142431.632500', '142432.092500', '142432.552500', '142433.012500', '142433.472500', '142433.932500', '142434.392500', '142434.852500', '142435.312500', '142435.772500', '142436.232500', '142436.692500', '142437.152500', '142437.612500', '142438.072500', '142438.532500', '142438.992500', '142439.452500', '142439.912500', '142440.372500', '142440.832500', '142441.292500', '142441.752500', '142442.212500', '142442.672500', '142443.132500', '142443.592500', '142444.052500', '142444.512500', '142444.972500', '142445.432500', '142445.892500', '142446.352500', '142446.812500', '142447.272500', '142447.732500', '142448.192500', '142448.652500', '142449.112500', '142449.572500', '142450.032500', '142450.492500', '142450.952500', '142451.412500', '142451.872500', '142452.332500', '142452.792500', '142453.252500', '142453.712500', '142454.172500', '142454.632500', '142455.092500', '142455.552500', '142456.012500', '142456.472500', '142456.932500', '142457.392500', '142457.852500', '142458.312500', '142458.772500', '142459.232500', '142459.692500', '142500.152500', '142500.612500', '142501.072500', '142501.532500', '142501.992500', '142502.452500', '142502.912500', '142503.372500', '142503.832500', '142504.292500', '142504.752500', '142505.212500', '142505.672500', '142506.132500', '142506.592500', '142507.052500', '142507.512500', '142507.972500', '142508.432500', '142508.892500', '142509.352500', '142509.812500', '142510.272500', '142510.732500', '142511.192500', '142511.652500', '142512.112500', '142512.572500', '142513.032500', '142513.492500', '142513.952500', '142514.412500', '142514.872500', '142515.332500', '142515.792500', '142516.252500', '142516.712500', '142517.172500', '142517.632500', '142518.092500', '142518.552500', '142519.012500', '142519.472500', '142519.932500', '142520.392500', '142520.852500', '142521.312500', '142521.772500', '142522.232500', '142522.692500', '142523.152500', '142523.612500', '142524.072500', '142524.532500', '142524.992500', '142525.452500', '142525.912500', '142526.372500', '142526.832500', '142527.292500', '142527.752500', '142528.212500', '142528.672500', '142529.132500', '142529.592500', '142530.052500', '142530.512500', '142530.972500', '142531.432500', '142531.892500', '142532.352500', '142532.812500', '142533.272500', '142533.732500', '142534.192500', '142534.652500', '142535.112500', '142535.572500', '142536.032500', '142536.492500', '142536.952500', '142537.412500', '142537.872500', '142538.332500', '142538.792500', '142539.252500', '142539.712500', '142540.172500', '142540.632500', '142541.092500', '142541.552500', '142542.012500', '142542.472500', '142542.932500', '142543.392500', '142543.852500', '142544.312500', '142544.772500', '142545.232500', '142545.692500', '142546.152500', '142546.612500', '142547.072500', '142547.532500', '142547.992500', '142548.452500', '142548.912500', '142549.372500', '142549.832500', '142550.292500', '142550.752500', '142551.212500', '142551.672500', '142552.132500', '142552.592500', '142553.052500', '142553.512500', '142553.972500', '142554.432500', '142554.892500', '142555.352500', '142555.812500', '142556.272500', '142556.732500', '142557.192500', '142557.652500', '142558.112500', '142558.572500', '142559.032500', '142559.492500', '142559.952500', '142600.412500', '142600.872500', '142601.332500', '142601.792500', '142602.252500', '142602.712500', '142603.172500', '142603.632500', '142604.092500', '142604.552500', '142605.012500', '142605.472500', '142605.932500'], 'ContentTime': ['141947.572000', '141947.575000', '141947.578000', '141947.580000', '141947.583000', '141947.585000', '141947.588000', '141947.591000', '141947.598000', '141947.601000', '141947.603000', '141947.606000', '141947.609000', '141947.611000', '141947.614000', '141947.617000', '141947.619000', '141947.622000', '141947.624000', '141947.627000', '141947.629000', '141947.632000', '141947.635000', '141947.637000', '141947.640000', '141947.642000', '141947.645000', '141947.647000', '141947.650000', '141947.653000', '141947.655000', '141947.658000', '141947.660000', '141947.663000', '141947.665000', '141947.668000', '141947.671000', '141947.673000', '141947.676000', '141947.678000', '141947.681000', '141947.684000', '141947.686000', '141947.689000', '141947.692000', '141947.714000', '142007.548000', '142007.551000', '142007.553000', '142007.556000', '142007.559000', '142007.562000', '142007.564000', '142007.567000', '142007.570000', '142007.589000', '142007.591000', '142007.594000', '142007.597000', '142007.599000', '142007.602000', '142007.604000', '142007.607000', '142007.609000', '142007.612000', '142007.614000', '142007.617000', '142007.619000', '142007.622000', '142007.625000', '142007.627000', '142007.630000', '142007.632000', '142007.635000', '142007.637000', '142007.640000', '142007.643000', '142007.645000', '142007.648000', '142007.650000', '142007.653000', '142007.655000', '142007.658000', '142007.665000', '142007.668000', '142007.671000', '142007.673000', '142007.676000', '142007.678000', '142007.681000', '142027.547000', '142027.550000', '142027.553000', '142027.555000', '142027.558000', '142027.560000', '142027.563000', '142027.566000', '142027.568000', '142027.571000', '142027.573000', '142027.576000', '142027.579000', '142027.581000', '142027.584000', '142027.586000', '142027.589000', '142027.591000', '142027.594000', '142027.597000', '142027.599000', '142027.602000', '142027.604000', '142027.607000', '142027.609000', '142027.612000', '142027.615000', '142027.617000', '142027.620000', '142027.622000', '142027.625000', '142027.628000', '142027.630000', '142027.633000', '142027.635000', '142027.638000', '142027.641000', '142027.643000', '142027.646000', '142027.648000', '142027.651000', '142027.653000', '142027.656000', '142047.546000', '142047.549000', '142047.552000', '142047.554000', '142047.557000', '142047.560000', '142047.562000', '142047.565000', '142047.567000', '142047.570000', '142047.572000', '142047.575000', '142047.577000', '142047.580000', '142047.582000', '142047.585000', '142047.588000', '142047.590000', '142047.593000', '142047.595000', '142047.598000', '142047.600000', '142047.603000', '142047.606000', '142047.608000', '142047.611000', '142047.614000', '142047.616000', '142047.619000', '142047.621000', '142047.624000', '142047.626000', '142047.629000', '142047.631000', '142047.634000', '142047.637000', '142047.639000', '142047.642000', '142047.644000', '142047.647000', '142047.650000', '142047.656000', '142047.659000', '142047.662000', '142107.547000', '142107.550000', '142107.553000', '142107.556000', '142107.558000', '142107.561000', '142107.564000', '142107.566000', '142107.569000', '142107.571000', '142107.574000', '142107.576000', '142107.579000', '142107.581000', '142107.584000', '142107.587000', '142107.589000', '142107.592000', '142107.594000', '142107.597000', '142107.600000', '142107.602000', '142107.605000', '142107.607000', '142107.610000', '142107.612000', '142107.615000', '142107.617000', '142107.620000', '142107.623000', '142107.625000', '142107.628000', '142107.630000', '142107.633000', '142107.636000', '142107.638000', '142107.641000', '142107.644000', '142107.646000', '142107.649000', '142107.651000', '142107.654000', '142107.656000', '142127.547000', '142127.550000', '142127.553000', '142127.555000', '142127.558000', '142127.561000', '142127.563000', '142127.566000', '142127.568000', '142127.571000', '142127.574000', '142127.577000', '142127.580000', '142127.582000', '142127.585000', '142127.587000', '142127.590000', '142127.593000', '142127.595000', '142127.598000', '142127.600000', '142127.603000', '142127.606000', '142127.608000', '142127.611000', '142127.613000', '142127.616000', '142127.618000', '142127.621000', '142127.623000', '142127.626000', '142127.629000', '142127.631000', '142127.634000', '142127.637000', '142127.639000', '142127.649000', '142127.652000', '142127.655000', '142127.657000', '142127.660000', '142127.662000', '142127.665000', '142127.668000', '142147.548000', '142147.550000', '142147.553000', '142147.555000', '142147.564000', '142147.566000', '142147.569000', '142147.571000', '142147.574000', '142147.577000', '142147.579000', '142147.582000', '142147.584000', '142147.587000', '142147.589000', '142147.592000', '142147.594000', '142147.597000', '142147.600000', '142147.602000', '142147.605000', '142147.607000', '142147.610000', '142147.613000', '142147.615000', '142147.618000', '142147.620000', '142147.623000', '142147.625000', '142147.628000', '142147.630000', '142147.633000', '142147.636000', '142147.638000', '142147.641000', '142147.643000', '142147.646000', '142147.649000', '142147.651000', '142147.654000', '142147.656000', '142147.659000', '142147.662000', '142207.547000', '142207.550000', '142207.553000', '142207.556000', '142207.558000', '142207.561000', '142207.564000', '142207.566000', '142207.569000', '142207.572000', '142207.574000', '142207.577000', '142207.580000', '142207.583000', '142207.586000', '142207.591000', '142207.593000', '142207.596000', '142207.598000', '142207.601000', '142207.604000', '142207.606000', '142207.609000', '142207.611000', '142207.614000', '142207.616000', '142207.619000', '142207.621000', '142207.624000', '142207.627000', '142207.629000', '142207.632000', '142207.634000', '142207.637000', '142207.639000', '142207.642000', '142207.645000', '142207.647000', '142207.650000', '142207.652000', '142207.655000', '142207.657000', '142207.660000', '142227.547000', '142227.550000', '142227.553000', '142227.555000', '142227.558000', '142227.561000', '142227.563000', '142227.566000', '142227.568000', '142227.571000', '142227.573000', '142227.576000', '142227.579000', '142227.581000', '142227.584000', '142227.586000', '142227.589000', '142227.592000', '142227.594000', '142227.597000', '142227.600000', '142227.602000', '142227.605000', '142227.608000', '142227.610000', '142227.613000', '142227.615000', '142227.618000', '142227.621000', '142227.623000', '142227.626000', '142227.629000', '142227.631000', '142227.634000', '142227.636000', '142227.639000', '142227.642000', '142227.644000', '142227.647000', '142227.649000', '142227.652000', '142227.655000', '142227.657000', '142227.660000', '142247.547000', '142247.550000', '142247.553000', '142247.556000', '142247.559000', '142247.562000', '142247.564000', '142247.567000', '142247.570000', '142247.572000', '142247.575000', '142247.577000', '142247.580000', '142247.582000', '142247.585000', '142247.587000', '142247.590000', '142247.593000', '142247.595000', '142247.598000', '142247.601000', '142247.603000', '142247.606000', '142247.608000', '142247.611000', '142247.613000', '142247.616000', '142247.619000', '142247.621000', '142247.624000', '142247.626000', '142247.629000', '142247.632000', '142247.634000', '142247.637000', '142247.639000', '142247.642000', '142247.644000', '142247.647000', '142247.650000', '142247.653000', '142247.655000', '142247.658000', '142247.661000', '142307.547000', '142307.550000', '142307.552000', '142307.555000', '142307.557000', '142307.560000', '142307.563000', '142307.565000', '142307.568000', '142307.570000', '142307.573000', '142307.575000', '142307.578000', '142307.580000', '142307.583000', '142307.586000', '142307.588000', '142307.591000', '142307.594000', '142307.596000', '142307.599000', '142307.601000', '142307.604000', '142307.606000', '142307.609000', '142307.612000', '142307.614000', '142307.617000', '142307.619000', '142307.622000', '142307.624000', '142307.627000', '142307.629000', '142307.632000', '142307.635000', '142307.637000', '142307.640000', '142307.642000', '142307.645000', '142307.647000', '142307.650000', '142307.653000', '142307.655000', '142327.562000', '142327.565000', '142327.567000', '142327.570000', '142327.573000', '142327.575000', '142327.578000', '142327.580000', '142327.583000', '142327.585000', '142327.588000', '142327.591000', '142327.593000', '142327.596000', '142327.598000', '142327.601000', '142327.603000', '142327.606000', '142327.609000', '142327.612000', '142327.614000', '142327.617000', '142327.619000', '142327.622000', '142327.625000', '142327.627000', '142327.630000', '142327.633000', '142327.635000', '142327.638000', '142327.640000', '142327.643000', '142327.646000', '142327.648000', '142327.651000', '142327.654000', '142327.656000', '142327.659000', '142327.662000', '142327.664000', '142327.667000', '142327.669000', '142327.672000', '142327.684000', '142347.548000', '142347.551000', '142347.553000', '142347.556000', '142347.558000', '142347.561000', '142347.564000', '142347.566000', '142347.569000', '142347.572000', '142347.574000', '142347.577000', '142347.579000', '142347.582000', '142347.584000', '142347.587000', '142347.590000', '142347.592000', '142347.595000', '142347.598000', '142347.600000', '142347.603000', '142347.605000', '142347.608000', '142347.611000', '142347.613000', '142347.616000', '142347.619000', '142347.621000', '142347.624000', '142347.626000', '142347.629000', '142347.631000', '142347.634000', '142347.637000', '142347.639000', '142347.642000', '142347.644000', '142347.647000', '142347.649000', '142347.652000', '142347.655000', '142347.657000', '142407.547000', '142407.550000', '142407.553000', '142407.556000', '142407.558000', '142407.561000', '142407.563000', '142407.566000', '142407.569000', '142407.571000', '142407.574000', '142407.576000', '142407.579000', '142407.581000', '142407.584000', '142407.587000', '142407.589000', '142407.592000', '142407.596000', '142407.598000', '142407.601000', '142407.604000', '142407.606000', '142407.609000', '142407.611000', '142407.614000', '142407.616000', '142407.619000', '142407.622000', '142407.624000', '142407.627000', '142407.629000', '142407.632000', '142407.635000', '142407.637000', '142407.640000', '142407.642000', '142407.645000', '142407.647000', '142407.650000', '142407.653000', '142407.656000', '142407.658000', '142427.547000', '142427.550000', '142427.553000', '142427.555000', '142427.558000', '142427.561000', '142427.563000', '142427.566000', '142427.569000', '142427.571000', '142427.574000', '142427.576000', '142427.579000', '142427.582000', '142427.584000', '142427.587000', '142427.590000', '142427.592000', '142427.595000', '142427.597000', '142427.600000', '142427.602000', '142427.605000', '142427.608000', '142427.610000', '142427.613000', '142427.615000', '142427.618000', '142427.621000', '142427.623000', '142427.626000', '142427.628000', '142427.631000', '142427.634000', '142427.636000', '142427.639000', '142427.641000', '142427.644000', '142427.647000', '142427.649000', '142427.652000', '142427.654000', '142427.657000', '142427.660000', '142447.548000', '142447.550000', '142447.553000', '142447.555000', '142447.558000', '142447.561000', '142447.563000', '142447.566000', '142447.568000', '142447.571000', '142447.573000', '142447.588000', '142447.591000', '142447.593000', '142447.596000', '142447.598000', '142447.601000', '142447.604000', '142447.606000', '142447.609000', '142447.611000', '142447.614000', '142447.616000', '142447.619000', '142447.621000', '142447.624000', '142447.627000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.647000', '142447.650000', '142447.652000', '142447.655000', '142447.658000', '142447.660000', '142447.663000', '142447.665000', '142447.668000', '142507.547000', '142507.550000', '142507.553000', '142507.555000', '142507.558000', '142507.561000', '142507.563000', '142507.566000', '142507.568000', '142507.571000', '142507.573000', '142507.576000', '142507.579000', '142507.581000', '142507.584000', '142507.586000', '142507.589000', '142507.592000', '142507.594000', '142507.597000', '142507.599000', '142507.602000', '142507.605000', '142507.607000', '142507.610000', '142507.612000', '142507.615000', '142507.618000', '142507.620000', '142507.623000', '142507.625000', '142507.628000', '142507.631000', '142507.633000', '142507.636000', '142507.638000', '142507.641000', '142507.643000', '142507.646000', '142507.649000', '142507.651000', '142507.654000', '142507.656000', '142507.659000', '142527.547000', '142527.549000', '142527.552000', '142527.555000', '142527.557000', '142527.560000', '142527.562000', '142527.565000', '142527.568000', '142527.570000', '142527.573000', '142527.576000', '142527.578000', '142527.581000', '142527.583000', '142527.586000', '142527.589000', '142527.591000', '142527.594000', '142527.597000', '142527.600000', '142527.603000', '142527.605000', '142527.608000', '142527.611000', '142527.613000', '142527.616000', '142527.619000', '142527.621000', '142527.624000', '142527.626000', '142527.629000', '142527.631000', '142527.635000', '142527.638000', '142527.641000', '142527.643000', '142527.646000', '142527.649000', '142527.651000', '142527.654000', '142527.656000', '142527.659000', '142547.548000', '142547.550000', '142547.553000', '142547.556000', '142547.558000', '142547.561000', '142547.563000', '142547.566000', '142547.568000', '142547.571000', '142547.574000', '142547.576000', '142547.579000', '142547.581000', '142547.584000', '142547.587000', '142547.589000', '142547.592000', '142547.594000', '142547.597000', '142547.600000', '142547.602000', '142547.605000', '142547.608000', '142547.610000', '142547.613000', '142547.615000', '142547.618000', '142547.621000', '142547.623000', '142547.626000', '142547.628000', '142547.631000', '142547.633000', '142547.636000', '142547.639000', '142547.641000', '142547.644000', '142547.646000', '142547.649000', '142547.651000', '142547.654000', '142547.657000', '142547.659000', '142607.138000', '142607.141000', '142607.143000', '142607.146000', '142607.149000', '142607.152000', '142607.155000', '142607.158000', '142607.160000', '142607.163000', '142607.166000', '142607.169000', '142607.171000', '142607.174000', '142607.177000', '142607.180000', '142607.182000', '142607.185000', '142607.188000', '142607.235000', '142607.238000', '142607.241000', '142607.254000', '142607.257000', '142607.259000', '142607.267000', '142607.270000', '142607.272000', '142607.275000', '142607.278000', '142607.281000', '142607.284000', '142607.286000', '142607.289000', '142607.292000', '142607.296000', '142607.299000', '142607.302000', '142607.304000', '142607.307000', '142607.309000', '142607.312000', '142607.315000'], 'InstanceCreationTime': ['141947.572000', '141947.575000', '141947.578000', '141947.580000', '141947.583000', '141947.585000', '141947.588000', '141947.591000', '141947.598000', '141947.601000', '141947.603000', '141947.606000', '141947.609000', '141947.611000', '141947.614000', '141947.617000', '141947.619000', '141947.622000', '141947.624000', '141947.627000', '141947.629000', '141947.632000', '141947.635000', '141947.637000', '141947.640000', '141947.642000', '141947.645000', '141947.647000', '141947.650000', '141947.653000', '141947.655000', '141947.658000', '141947.660000', '141947.663000', '141947.665000', '141947.668000', '141947.671000', '141947.673000', '141947.676000', '141947.678000', '141947.681000', '141947.684000', '141947.686000', '141947.689000', '141947.692000', '141947.714000', '142007.548000', '142007.551000', '142007.553000', '142007.556000', '142007.559000', '142007.562000', '142007.564000', '142007.567000', '142007.570000', '142007.589000', '142007.591000', '142007.594000', '142007.597000', '142007.599000', '142007.602000', '142007.604000', '142007.607000', '142007.609000', '142007.612000', '142007.614000', '142007.617000', '142007.619000', '142007.622000', '142007.625000', '142007.627000', '142007.630000', '142007.632000', '142007.635000', '142007.637000', '142007.640000', '142007.643000', '142007.645000', '142007.648000', '142007.650000', '142007.653000', '142007.655000', '142007.658000', '142007.665000', '142007.668000', '142007.671000', '142007.673000', '142007.676000', '142007.678000', '142007.681000', '142027.547000', '142027.550000', '142027.553000', '142027.555000', '142027.558000', '142027.560000', '142027.563000', '142027.566000', '142027.568000', '142027.571000', '142027.573000', '142027.576000', '142027.579000', '142027.581000', '142027.584000', '142027.586000', '142027.589000', '142027.591000', '142027.594000', '142027.597000', '142027.599000', '142027.602000', '142027.604000', '142027.607000', '142027.609000', '142027.612000', '142027.615000', '142027.617000', '142027.620000', '142027.622000', '142027.625000', '142027.628000', '142027.630000', '142027.633000', '142027.635000', '142027.638000', '142027.641000', '142027.643000', '142027.646000', '142027.648000', '142027.651000', '142027.653000', '142027.656000', '142047.546000', '142047.549000', '142047.552000', '142047.554000', '142047.557000', '142047.560000', '142047.562000', '142047.565000', '142047.567000', '142047.570000', '142047.572000', '142047.575000', '142047.577000', '142047.580000', '142047.582000', '142047.585000', '142047.588000', '142047.590000', '142047.593000', '142047.595000', '142047.598000', '142047.600000', '142047.603000', '142047.606000', '142047.608000', '142047.611000', '142047.614000', '142047.616000', '142047.619000', '142047.621000', '142047.624000', '142047.626000', '142047.629000', '142047.631000', '142047.634000', '142047.637000', '142047.639000', '142047.642000', '142047.644000', '142047.647000', '142047.650000', '142047.656000', '142047.659000', '142047.662000', '142107.547000', '142107.550000', '142107.553000', '142107.556000', '142107.558000', '142107.561000', '142107.564000', '142107.566000', '142107.569000', '142107.571000', '142107.574000', '142107.576000', '142107.579000', '142107.581000', '142107.584000', '142107.587000', '142107.589000', '142107.592000', '142107.594000', '142107.597000', '142107.600000', '142107.602000', '142107.605000', '142107.607000', '142107.610000', '142107.612000', '142107.615000', '142107.617000', '142107.620000', '142107.623000', '142107.625000', '142107.628000', '142107.630000', '142107.633000', '142107.636000', '142107.638000', '142107.641000', '142107.644000', '142107.646000', '142107.649000', '142107.651000', '142107.654000', '142107.656000', '142127.547000', '142127.550000', '142127.553000', '142127.555000', '142127.558000', '142127.561000', '142127.563000', '142127.566000', '142127.568000', '142127.571000', '142127.574000', '142127.577000', '142127.580000', '142127.582000', '142127.585000', '142127.587000', '142127.590000', '142127.593000', '142127.595000', '142127.598000', '142127.600000', '142127.603000', '142127.606000', '142127.608000', '142127.611000', '142127.613000', '142127.616000', '142127.618000', '142127.621000', '142127.623000', '142127.626000', '142127.629000', '142127.631000', '142127.634000', '142127.637000', '142127.639000', '142127.649000', '142127.652000', '142127.655000', '142127.657000', '142127.660000', '142127.662000', '142127.665000', '142127.668000', '142147.548000', '142147.550000', '142147.553000', '142147.555000', '142147.564000', '142147.566000', '142147.569000', '142147.571000', '142147.574000', '142147.577000', '142147.579000', '142147.582000', '142147.584000', '142147.587000', '142147.589000', '142147.592000', '142147.594000', '142147.597000', '142147.600000', '142147.602000', '142147.605000', '142147.607000', '142147.610000', '142147.613000', '142147.615000', '142147.618000', '142147.620000', '142147.623000', '142147.625000', '142147.628000', '142147.630000', '142147.633000', '142147.636000', '142147.638000', '142147.641000', '142147.643000', '142147.646000', '142147.649000', '142147.651000', '142147.654000', '142147.656000', '142147.659000', '142147.662000', '142207.547000', '142207.550000', '142207.553000', '142207.556000', '142207.558000', '142207.561000', '142207.564000', '142207.566000', '142207.569000', '142207.572000', '142207.574000', '142207.577000', '142207.580000', '142207.583000', '142207.586000', '142207.591000', '142207.593000', '142207.596000', '142207.598000', '142207.601000', '142207.604000', '142207.606000', '142207.609000', '142207.611000', '142207.614000', '142207.616000', '142207.619000', '142207.621000', '142207.624000', '142207.627000', '142207.629000', '142207.632000', '142207.634000', '142207.637000', '142207.639000', '142207.642000', '142207.645000', '142207.647000', '142207.650000', '142207.652000', '142207.655000', '142207.657000', '142207.660000', '142227.547000', '142227.550000', '142227.553000', '142227.555000', '142227.558000', '142227.561000', '142227.563000', '142227.566000', '142227.568000', '142227.571000', '142227.573000', '142227.576000', '142227.579000', '142227.581000', '142227.584000', '142227.586000', '142227.589000', '142227.592000', '142227.594000', '142227.597000', '142227.600000', '142227.602000', '142227.605000', '142227.608000', '142227.610000', '142227.613000', '142227.615000', '142227.618000', '142227.621000', '142227.623000', '142227.626000', '142227.629000', '142227.631000', '142227.634000', '142227.636000', '142227.639000', '142227.642000', '142227.644000', '142227.647000', '142227.649000', '142227.652000', '142227.655000', '142227.657000', '142227.660000', '142247.547000', '142247.550000', '142247.553000', '142247.556000', '142247.559000', '142247.562000', '142247.564000', '142247.567000', '142247.570000', '142247.572000', '142247.575000', '142247.577000', '142247.580000', '142247.582000', '142247.585000', '142247.587000', '142247.590000', '142247.593000', '142247.595000', '142247.598000', '142247.601000', '142247.603000', '142247.606000', '142247.608000', '142247.611000', '142247.613000', '142247.616000', '142247.619000', '142247.621000', '142247.624000', '142247.626000', '142247.629000', '142247.632000', '142247.634000', '142247.637000', '142247.639000', '142247.642000', '142247.644000', '142247.647000', '142247.650000', '142247.653000', '142247.655000', '142247.658000', '142247.661000', '142307.547000', '142307.550000', '142307.552000', '142307.555000', '142307.557000', '142307.560000', '142307.563000', '142307.565000', '142307.568000', '142307.570000', '142307.573000', '142307.575000', '142307.578000', '142307.580000', '142307.583000', '142307.586000', '142307.588000', '142307.591000', '142307.594000', '142307.596000', '142307.599000', '142307.601000', '142307.604000', '142307.606000', '142307.609000', '142307.612000', '142307.614000', '142307.617000', '142307.619000', '142307.622000', '142307.624000', '142307.627000', '142307.629000', '142307.632000', '142307.635000', '142307.637000', '142307.640000', '142307.642000', '142307.645000', '142307.647000', '142307.650000', '142307.653000', '142307.655000', '142327.562000', '142327.565000', '142327.567000', '142327.570000', '142327.573000', '142327.575000', '142327.578000', '142327.580000', '142327.583000', '142327.585000', '142327.588000', '142327.591000', '142327.593000', '142327.596000', '142327.598000', '142327.601000', '142327.603000', '142327.606000', '142327.609000', '142327.612000', '142327.614000', '142327.617000', '142327.619000', '142327.622000', '142327.625000', '142327.627000', '142327.630000', '142327.633000', '142327.635000', '142327.638000', '142327.640000', '142327.643000', '142327.646000', '142327.648000', '142327.651000', '142327.654000', '142327.656000', '142327.659000', '142327.662000', '142327.664000', '142327.667000', '142327.669000', '142327.672000', '142327.684000', '142347.548000', '142347.551000', '142347.553000', '142347.556000', '142347.558000', '142347.561000', '142347.564000', '142347.566000', '142347.569000', '142347.572000', '142347.574000', '142347.577000', '142347.579000', '142347.582000', '142347.584000', '142347.587000', '142347.590000', '142347.592000', '142347.595000', '142347.598000', '142347.600000', '142347.603000', '142347.605000', '142347.608000', '142347.611000', '142347.613000', '142347.616000', '142347.619000', '142347.621000', '142347.624000', '142347.626000', '142347.629000', '142347.631000', '142347.634000', '142347.637000', '142347.639000', '142347.642000', '142347.644000', '142347.647000', '142347.649000', '142347.652000', '142347.655000', '142347.657000', '142407.547000', '142407.550000', '142407.553000', '142407.556000', '142407.558000', '142407.561000', '142407.563000', '142407.566000', '142407.569000', '142407.571000', '142407.574000', '142407.576000', '142407.579000', '142407.581000', '142407.584000', '142407.587000', '142407.589000', '142407.592000', '142407.596000', '142407.598000', '142407.601000', '142407.604000', '142407.606000', '142407.609000', '142407.611000', '142407.614000', '142407.616000', '142407.619000', '142407.622000', '142407.624000', '142407.627000', '142407.629000', '142407.632000', '142407.635000', '142407.637000', '142407.640000', '142407.642000', '142407.645000', '142407.647000', '142407.650000', '142407.653000', '142407.656000', '142407.658000', '142427.547000', '142427.550000', '142427.553000', '142427.555000', '142427.558000', '142427.561000', '142427.563000', '142427.566000', '142427.569000', '142427.571000', '142427.574000', '142427.576000', '142427.579000', '142427.582000', '142427.584000', '142427.587000', '142427.590000', '142427.592000', '142427.595000', '142427.597000', '142427.600000', '142427.602000', '142427.605000', '142427.608000', '142427.610000', '142427.613000', '142427.615000', '142427.618000', '142427.621000', '142427.623000', '142427.626000', '142427.628000', '142427.631000', '142427.634000', '142427.636000', '142427.639000', '142427.641000', '142427.644000', '142427.647000', '142427.649000', '142427.652000', '142427.654000', '142427.657000', '142427.660000', '142447.548000', '142447.550000', '142447.553000', '142447.555000', '142447.558000', '142447.561000', '142447.563000', '142447.566000', '142447.568000', '142447.571000', '142447.573000', '142447.588000', '142447.591000', '142447.593000', '142447.596000', '142447.598000', '142447.601000', '142447.604000', '142447.606000', '142447.609000', '142447.611000', '142447.614000', '142447.616000', '142447.619000', '142447.621000', '142447.624000', '142447.627000', '142447.629000', '142447.632000', '142447.634000', '142447.637000', '142447.640000', '142447.642000', '142447.645000', '142447.647000', '142447.650000', '142447.652000', '142447.655000', '142447.658000', '142447.660000', '142447.663000', '142447.665000', '142447.668000', '142507.547000', '142507.550000', '142507.553000', '142507.555000', '142507.558000', '142507.561000', '142507.563000', '142507.566000', '142507.568000', '142507.571000', '142507.573000', '142507.576000', '142507.579000', '142507.581000', '142507.584000', '142507.586000', '142507.589000', '142507.592000', '142507.594000', '142507.597000', '142507.599000', '142507.602000', '142507.605000', '142507.607000', '142507.610000', '142507.612000', '142507.615000', '142507.618000', '142507.620000', '142507.623000', '142507.625000', '142507.628000', '142507.631000', '142507.633000', '142507.636000', '142507.638000', '142507.641000', '142507.643000', '142507.646000', '142507.649000', '142507.651000', '142507.654000', '142507.656000', '142507.659000', '142527.547000', '142527.549000', '142527.552000', '142527.555000', '142527.557000', '142527.560000', '142527.562000', '142527.565000', '142527.568000', '142527.570000', '142527.573000', '142527.576000', '142527.578000', '142527.581000', '142527.583000', '142527.586000', '142527.589000', '142527.591000', '142527.594000', '142527.597000', '142527.600000', '142527.603000', '142527.605000', '142527.608000', '142527.611000', '142527.613000', '142527.616000', '142527.619000', '142527.621000', '142527.624000', '142527.626000', '142527.629000', '142527.631000', '142527.635000', '142527.638000', '142527.641000', '142527.643000', '142527.646000', '142527.649000', '142527.651000', '142527.654000', '142527.656000', '142527.659000', '142547.548000', '142547.550000', '142547.553000', '142547.556000', '142547.558000', '142547.561000', '142547.563000', '142547.566000', '142547.568000', '142547.571000', '142547.574000', '142547.576000', '142547.579000', '142547.581000', '142547.584000', '142547.587000', '142547.589000', '142547.592000', '142547.594000', '142547.597000', '142547.600000', '142547.602000', '142547.605000', '142547.608000', '142547.610000', '142547.613000', '142547.615000', '142547.618000', '142547.621000', '142547.623000', '142547.626000', '142547.628000', '142547.631000', '142547.633000', '142547.636000', '142547.639000', '142547.641000', '142547.644000', '142547.646000', '142547.649000', '142547.651000', '142547.654000', '142547.657000', '142547.659000', '142607.138000', '142607.141000', '142607.143000', '142607.146000', '142607.149000', '142607.152000', '142607.155000', '142607.158000', '142607.160000', '142607.163000', '142607.166000', '142607.169000', '142607.171000', '142607.174000', '142607.177000', '142607.180000', '142607.182000', '142607.185000', '142607.188000', '142607.235000', '142607.238000', '142607.241000', '142607.254000', '142607.257000', '142607.259000', '142607.267000', '142607.270000', '142607.272000', '142607.275000', '142607.278000', '142607.281000', '142607.284000', '142607.286000', '142607.289000', '142607.292000', '142607.296000', '142607.299000', '142607.302000', '142607.304000', '142607.307000', '142607.309000', '142607.312000', '142607.315000'], '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': [8287, 12243, 8854, 7235, 9112, 10687, 7243, 7386, 11320, 16345, 12058, 10300, 14164, 16282, 9591, 7234, 7129, 10931, 9119, 8059, 6932, 6567, 6870, 7173, 11010, 8390, 6983, 6972, 6573, 5677, 5784, 7073, 6735, 7042, 6930, 7570, 11288, 8932, 7321, 6975, 6728, 6593, 6667, 7883, 10956, 8731, 7072, 6584, 7481, 6685, 7016, 10195, 11632, 11619, 9204, 9552, 9660, 8401, 7247, 7197, 7358, 8126, 8048, 7249, 8580, 9480, 8765, 8189, 6033, 6372, 11832, 9277, 6513, 8258, 10947, 7841, 6466, 6464, 9813, 9603, 7536, 8115, 7657, 9121, 11162, 8593, 7507, 7499, 7624, 10549, 9749, 8318, 6482, 5799, 9296, 12354, 9699, 7696, 6263, 5905, 9296, 6808, 6477, 9155, 14059, 11161, 9753, 8176, 8886, 13714, 10690, 12039, 13918, 16101, 12441, 10116, 7732, 7675, 9760, 10077, 8202, 6755, 5550, 7124, 10911, 9879, 7880, 7922, 5731, 5627, 9636, 8722, 8022, 6557, 5700, 5560, 9986, 8240, 7096, 5405, 9552, 8532, 7500, 5718, 10564, 8507, 7518, 6352, 10606, 8050, 9024, 10802, 6959, 5562, 11204, 7984, 5468, 9856, 9545, 6636, 6301, 9487, 8157, 5443, 10057, 8370, 6665, 7610, 9542, 8055, 7585, 10454, 7428, 7474, 12427, 9460, 5752, 9924, 9354, 7390, 7211, 10992, 7975, 7237, 11638, 8447, 6798, 9091, 11535, 8599, 6376, 6456, 11504, 9347, 7001, 5486, 10373, 9526, 6824, 6698, 11668, 9282, 5398, 8613, 8873, 7835, 7446, 10471, 6627, 6610, 10433, 7290, 5384, 11729, 9525, 6185, 8299, 8677, 8101, 8759, 10038, 6561, 5615, 7723, 10917, 8421, 9713, 11615, 8285, 8631, 6042, 10112, 9208, 9132, 8233, 11421, 8155, 7403, 9927, 8908, 6859, 8374, 13240, 10565, 6917, 5514, 5765, 10803, 9169, 6745, 10614, 9313, 9802, 8944, 13515, 10419, 7550, 6744, 16251, 11581, 7540, 5695, 7901, 10956, 8887, 7664, 7612, 7169, 6055, 5435, 7254, 11547, 8787, 7113, 5435, 9963, 8741, 7192, 10135, 8436, 7776, 8998, 8597, 5993, 8964, 11470, 6811, 5351, 5350, 7638, 8518, 11509, 9282, 6199, 10228, 7669, 11031, 8957, 6947, 11904, 9890, 13370, 11197, 8694, 14265, 9661, 6660, 10670, 8074, 6491, 10615, 6878, 8740, 10812, 6760, 6698, 10188, 6713, 5416, 6711, 7916, 8080, 6842, 10639, 8719, 7280, 5947, 8642, 11461, 8131, 6070, 10658, 9872, 8836, 10897, 8584, 6041, 6644, 12132, 9208, 6140, 5957, 11036, 8707, 5394, 10718, 8912, 7882, 8738, 9144, 6827, 9241, 11003, 8718, 5609, 9026, 11311, 8922, 6703, 5959, 8410, 11758, 9055, 7753, 6535, 6355, 7579, 6228, 5473, 5672, 11881, 9188, 6784, 9605, 9522, 6919, 5624, 10304, 8321, 5614, 11038, 9648, 8246, 8391, 6022, 6001, 6218, 6804, 9049, 6315, 10540, 7059, 6899, 9593, 6677, 6115, 11292, 9198, 7958, 12825, 9802, 9397, 12888, 8356, 6616, 10256, 7305, 10979, 7762, 5952, 10781, 8442, 6007, 10804, 8221, 6288, 6226, 10629, 8834, 7078, 5838, 7869, 10220, 8760, 7514, 7093, 6160, 5597, 10668, 8862, 7530, 5891, 9644, 8152, 5687, 9796, 7700, 7498, 10280, 7467, 5745, 10242, 9708, 6647, 5679, 9788, 7564, 6513, 10168, 7065, 8008, 10510, 7603, 6244, 10606, 8784, 6818, 10137, 7042, 9651, 11417, 7727, 5680, 11708, 10137, 9140, 10166, 9105, 6493, 10411, 10073, 7986, 6853, 10345, 8536, 7572, 10916, 8529, 6264, 10111, 10504, 7157, 5751, 10765, 13169, 9318, 6710, 6598, 5590, 8262, 10092, 9186, 8708, 7147, 5941, 9193, 9257, 7109, 8998, 12935, 10441, 6535, 7787, 9445, 8314, 7056, 10737, 8080, 5799, 5698, 6776, 5939, 8402, 12081, 10590, 8411, 8494, 7551, 9526, 8331, 6064, 6621, 11878, 8332, 5988, 7224, 10141, 8089, 5578, 6106, 9646, 9162, 8633, 9292, 9639, 7498, 6430, 11664, 9692, 8216, 10971, 9172, 7660, 8219, 14568, 11068, 8151, 9930, 15155, 9780, 6790, 6063, 10000, 12038, 8554, 6096, 10583, 9183, 7227, 7937, 9604, 7370, 7493, 11032, 6342, 6199, 12585, 7896, 5575, 5609, 5918, 8860, 8734, 7145, 10551, 7723, 8279, 10079, 6948, 9929, 9615, 8197, 15160, 11856, 8715, 15552, 12577, 8905, 7238, 11842, 9022, 8667, 11803, 7773, 6488, 11830, 8810, 6386, 6780, 10109, 7962, 6514, 6182, 10754, 9040, 6636, 6070, 6231, 8001, 8899, 8194, 8019, 6437, 6347, 6280, 10422, 8791, 7191, 9077, 9632, 8276, 11908, 8860, 6212, 12337, 11060, 7056, 9274, 9246, 8075, 9938, 10490, 6842, 8746, 10508, 7277, 6065, 9700, 9218, 8142, 11047, 8369, 6675, 6342, 10237, 7475, 11518, 7804, 6249, 9940, 6571, 7109, 10212, 7581, 6344, 10733, 10159, 7330, 11494, 8744, 7733, 11367, 7501, 10063, 10143, 8285, 6605, 10180, 7238, 6610, 10611, 7866, 13837, 8195, 6629, 10350, 6705, 10939, 9049, 6395, 12454, 10393, 7513, 8884, 10139, 7466, 6809, 10889, 8283, 7245, 7822, 10188, 6710, 6589, 12737, 8402, 6233, 10757, 9499, 6566, 10710, 7001, 6962, 8402, 9989, 5615, 5757, 5920, 10755, 7670, 6127, 9697, 5912, 5952, 10720, 10126, 8611, 13351, 13904, 11217, 13565, 13028, 8389, 9104, 13882, 9800, 6587, 10999, 8471, 7376, 6594, 9971, 7990, 6548, 10691, 8076, 6649, 8583, 9376, 7001, 6277, 9665, 8987, 6564, 6336, 9832, 7797, 7253, 10170, 8338, 6420, 9857, 11623, 8386, 6550, 7671, 9420, 7562, 9813, 9961, 7505, 6247, 10601, 10103, 8974, 12651, 11893, 9158, 7233, 14973, 11323, 7523, 12453, 7443, 6237, 9841, 10442, 8856, 7114, 7641, 12094, 9265, 8267, 6989, 13983, 10648, 7149, 6105, 6025, 10881, 9352, 8154, 7223, 11035, 7864, 6124, 9533, 10243, 6657, 6090, 11347, 9990, 6906, 6070, 9978, 7971, 6279, 11999, 8777, 6288, 6026, 10727, 9030, 6907, 6009, 10073, 7773, 6980, 9104, 9174, 6433, 8287, 11287, 7476, 5923, 11274, 9344, 8591, 7239, 9878, 7915, 6405, 7612, 9723, 8461, 7610, 12969, 9688, 6565, 6194, 13332, 10762, 10839, 8549, 9298, 13730, 9504, 8528, 7147, 6130, 11615, 9653, 8515, 6459, 10348, 8579, 7498, 7884, 10209, 6433, 6203, 12577, 9531, 6231, 6397, 9265, 8508, 5811, 5471, 5501, 6897, 5981], 'WindowCenter': [3633.0, 3650.0, 3615.0, 3581.0, 3602.0, 3612.0, 3578.0, 3578.0, 3611.0, 3621.0, 3597.0, 3585.0, 3595.0, 3604.0, 3559.0, 3537.0, 3536.0, 3569.0, 3557.0, 3546.0, 3535.0, 3536.0, 3536.0, 3537.0, 3579.0, 3559.0, 3549.0, 3550.0, 3551.0, 3541.0, 3542.0, 3564.0, 3566.0, 3578.0, 3579.0, 3590.0, 3622.0, 3600.0, 3590.0, 3581.0, 3581.0, 3581.0, 3582.0, 3604.0, 3624.0, 3603.0, 3593.0, 3582.0, 3593.0, 3582.0, 3581.0, 3625.0, 3625.0, 3625.0, 3613.0, 3613.0, 3613.0, 3602.0, 3580.0, 3579.0, 3580.0, 3592.0, 3590.0, 3591.0, 3602.0, 3600.0, 3590.0, 3589.0, 3557.0, 3582.0, 3621.0, 3600.0, 3567.0, 3589.0, 3609.0, 3589.0, 3567.0, 3570.0, 3624.0, 3625.0, 3591.0, 3602.0, 3592.0, 3615.0, 3637.0, 3603.0, 3593.0, 3592.0, 3592.0, 3623.0, 3613.0, 3602.0, 3580.0, 3559.0, 3626.0, 3638.0, 3614.0, 3593.0, 3572.0, 3561.0, 3613.0, 3580.0, 3556.0, 3587.0, 3619.0, 3608.0, 3598.0, 3588.0, 3589.0, 3622.0, 3599.0, 3597.0, 3596.0, 3593.0, 3568.0, 3555.0, 3533.0, 3534.0, 3556.0, 3555.0, 3557.0, 3524.0, 3503.0, 3536.0, 3568.0, 3567.0, 3545.0, 3546.0, 3516.0, 3528.0, 3581.0, 3572.0, 3574.0, 3553.0, 3543.0, 3533.0, 3597.0, 3587.0, 3565.0, 3545.0, 3600.0, 3588.0, 3577.0, 3544.0, 3598.0, 3587.0, 3566.0, 3555.0, 3597.0, 3576.0, 3586.0, 3595.0, 3553.0, 3532.0, 3607.0, 3575.0, 3534.0, 3598.0, 3598.0, 3566.0, 3567.0, 3600.0, 3591.0, 3548.0, 3611.0, 3602.0, 3580.0, 3591.0, 3612.0, 3592.0, 3591.0, 3624.0, 3591.0, 3592.0, 3624.0, 3599.0, 3547.0, 3599.0, 3599.0, 3578.0, 3577.0, 3609.0, 3588.0, 3578.0, 3611.0, 3590.0, 3567.0, 3601.0, 3610.0, 3588.0, 3556.0, 3556.0, 3610.0, 3599.0, 3566.0, 3535.0, 3599.0, 3599.0, 3566.0, 3566.0, 3610.0, 3599.0, 3534.0, 3587.0, 3587.0, 3576.0, 3576.0, 3598.0, 3568.0, 3568.0, 3611.0, 3579.0, 3548.0, 3623.0, 3612.0, 3557.0, 3601.0, 3602.0, 3602.0, 3602.0, 3612.0, 3580.0, 3561.0, 3590.0, 3612.0, 3591.0, 3598.0, 3610.0, 3590.0, 3601.0, 3559.0, 3611.0, 3612.0, 3601.0, 3590.0, 3610.0, 3576.0, 3577.0, 3599.0, 3587.0, 3580.0, 3590.0, 3622.0, 3611.0, 3579.0, 3546.0, 3545.0, 3610.0, 3600.0, 3568.0, 3599.0, 3600.0, 3600.0, 3588.0, 3620.0, 3597.0, 3563.0, 3542.0, 3606.0, 3582.0, 3551.0, 3530.0, 3563.0, 3596.0, 3599.0, 3577.0, 3575.0, 3565.0, 3543.0, 3530.0, 3564.0, 3596.0, 3574.0, 3564.0, 3532.0, 3598.0, 3587.0, 3565.0, 3584.0, 3574.0, 3564.0, 3585.0, 3573.0, 3557.0, 3588.0, 3622.0, 3568.0, 3547.0, 3547.0, 3589.0, 3602.0, 3608.0, 3585.0, 3541.0, 3585.0, 3564.0, 3597.0, 3587.0, 3564.0, 3597.0, 3584.0, 3581.0, 3567.0, 3546.0, 3579.0, 3556.0, 3524.0, 3568.0, 3545.0, 3525.0, 3568.0, 3537.0, 3558.0, 3580.0, 3538.0, 3538.0, 3582.0, 3551.0, 3531.0, 3564.0, 3586.0, 3577.0, 3567.0, 3608.0, 3588.0, 3577.0, 3558.0, 3599.0, 3611.0, 3589.0, 3545.0, 3597.0, 3599.0, 3588.0, 3598.0, 3576.0, 3544.0, 3554.0, 3609.0, 3587.0, 3545.0, 3545.0, 3609.0, 3588.0, 3546.0, 3611.0, 3589.0, 3578.0, 3588.0, 3587.0, 3566.0, 3587.0, 3599.0, 3587.0, 3544.0, 3589.0, 3609.0, 3587.0, 3566.0, 3545.0, 3588.0, 3610.0, 3601.0, 3588.0, 3557.0, 3568.0, 3577.0, 3558.0, 3546.0, 3557.0, 3610.0, 3599.0, 3555.0, 3586.0, 3598.0, 3566.0, 3546.0, 3597.0, 3585.0, 3544.0, 3610.0, 3598.0, 3588.0, 3590.0, 3555.0, 3544.0, 3556.0, 3568.0, 3599.0, 3554.0, 3596.0, 3564.0, 3566.0, 3598.0, 3567.0, 3556.0, 3609.0, 3588.0, 3575.0, 3595.0, 3573.0, 3560.0, 3582.0, 3549.0, 3526.0, 3558.0, 3535.0, 3568.0, 3546.0, 3514.0, 3567.0, 3547.0, 3515.0, 3581.0, 3559.0, 3540.0, 3542.0, 3598.0, 3585.0, 3564.0, 3532.0, 3576.0, 3596.0, 3586.0, 3576.0, 3566.0, 3556.0, 3547.0, 3610.0, 3599.0, 3578.0, 3546.0, 3599.0, 3589.0, 3546.0, 3611.0, 3590.0, 3578.0, 3610.0, 3578.0, 3546.0, 3612.0, 3601.0, 3567.0, 3546.0, 3610.0, 3590.0, 3570.0, 3611.0, 3580.0, 3590.0, 3612.0, 3591.0, 3569.0, 3612.0, 3601.0, 3568.0, 3610.0, 3579.0, 3613.0, 3623.0, 3578.0, 3544.0, 3621.0, 3611.0, 3588.0, 3598.0, 3586.0, 3554.0, 3596.0, 3597.0, 3574.0, 3553.0, 3586.0, 3575.0, 3564.0, 3596.0, 3574.0, 3543.0, 3598.0, 3598.0, 3554.0, 3531.0, 3609.0, 3609.0, 3586.0, 3555.0, 3554.0, 3532.0, 3573.0, 3596.0, 3585.0, 3575.0, 3565.0, 3544.0, 3600.0, 3587.0, 3565.0, 3587.0, 3608.0, 3586.0, 3540.0, 3561.0, 3571.0, 3573.0, 3551.0, 3583.0, 3560.0, 3531.0, 3531.0, 3552.0, 3530.0, 3573.0, 3606.0, 3596.0, 3587.0, 3587.0, 3577.0, 3598.0, 3575.0, 3542.0, 3554.0, 3607.0, 3575.0, 3544.0, 3576.0, 3598.0, 3589.0, 3547.0, 3557.0, 3611.0, 3615.0, 3602.0, 3601.0, 3600.0, 3579.0, 3555.0, 3609.0, 3588.0, 3577.0, 3598.0, 3587.0, 3576.0, 3576.0, 3618.0, 3595.0, 3563.0, 3584.0, 3605.0, 3583.0, 3540.0, 3529.0, 3583.0, 3595.0, 3573.0, 3530.0, 3583.0, 3572.0, 3562.0, 3562.0, 3583.0, 3552.0, 3563.0, 3595.0, 3542.0, 3543.0, 3622.0, 3590.0, 3536.0, 3545.0, 3546.0, 3588.0, 3588.0, 3567.0, 3609.0, 3576.0, 3586.0, 3599.0, 3579.0, 3600.0, 3601.0, 3589.0, 3620.0, 3595.0, 3563.0, 3592.0, 3581.0, 3559.0, 3536.0, 3568.0, 3558.0, 3557.0, 3578.0, 3536.0, 3525.0, 3578.0, 3557.0, 3526.0, 3536.0, 3568.0, 3560.0, 3540.0, 3540.0, 3596.0, 3599.0, 3566.0, 3555.0, 3556.0, 3589.0, 3613.0, 3602.0, 3590.0, 3568.0, 3568.0, 3567.0, 3610.0, 3602.0, 3580.0, 3601.0, 3600.0, 3591.0, 3621.0, 3600.0, 3560.0, 3609.0, 3609.0, 3567.0, 3587.0, 3602.0, 3590.0, 3600.0, 3599.0, 3566.0, 3587.0, 3597.0, 3578.0, 3544.0, 3597.0, 3600.0, 3592.0, 3611.0, 3589.0, 3569.0, 3568.0, 3598.0, 3564.0, 3596.0, 3564.0, 3542.0, 3597.0, 3567.0, 3567.0, 3600.0, 3578.0, 3556.0, 3596.0, 3598.0, 3564.0, 3598.0, 3575.0, 3563.0, 3596.0, 3565.0, 3588.0, 3597.0, 3575.0, 3553.0, 3595.0, 3564.0, 3553.0, 3596.0, 3564.0, 3607.0, 3575.0, 3554.0, 3586.0, 3555.0, 3597.0, 3586.0, 3554.0, 3606.0, 3585.0, 3566.0, 3575.0, 3586.0, 3565.0, 3555.0, 3598.0, 3577.0, 3566.0, 3578.0, 3597.0, 3556.0, 3555.0, 3620.0, 3588.0, 3558.0, 3610.0, 3598.0, 3566.0, 3611.0, 3579.0, 3568.0, 3601.0, 3599.0, 3547.0, 3560.0, 3571.0, 3624.0, 3590.0, 3557.0, 3599.0, 3558.0, 3573.0, 3612.0, 3612.0, 3590.0, 3622.0, 3608.0, 3587.0, 3595.0, 3581.0, 3548.0, 3559.0, 3581.0, 3559.0, 3526.0, 3568.0, 3560.0, 3550.0, 3539.0, 3569.0, 3561.0, 3541.0, 3595.0, 3573.0, 3552.0, 3574.0, 3586.0, 3567.0, 3556.0, 3599.0, 3601.0, 3568.0, 3556.0, 3598.0, 3577.0, 3580.0, 3611.0, 3590.0, 3572.0, 3613.0, 3612.0, 3591.0, 3570.0, 3578.0, 3588.0, 3566.0, 3586.0, 3587.0, 3566.0, 3556.0, 3598.0, 3599.0, 3601.0, 3621.0, 3609.0, 3587.0, 3565.0, 3606.0, 3584.0, 3550.0, 3593.0, 3552.0, 3530.0, 3584.0, 3597.0, 3586.0, 3566.0, 3576.0, 3609.0, 3584.0, 3562.0, 3551.0, 3605.0, 3583.0, 3553.0, 3543.0, 3544.0, 3597.0, 3584.0, 3562.0, 3551.0, 3583.0, 3561.0, 3531.0, 3584.0, 3583.0, 3552.0, 3544.0, 3597.0, 3585.0, 3565.0, 3543.0, 3585.0, 3562.0, 3542.0, 3607.0, 3575.0, 3553.0, 3542.0, 3609.0, 3587.0, 3566.0, 3545.0, 3598.0, 3577.0, 3567.0, 3599.0, 3600.0, 3568.0, 3589.0, 3611.0, 3580.0, 3558.0, 3611.0, 3602.0, 3602.0, 3580.0, 3611.0, 3589.0, 3557.0, 3576.0, 3586.0, 3578.0, 3578.0, 3621.0, 3599.0, 3570.0, 3556.0, 3620.0, 3597.0, 3596.0, 3575.0, 3586.0, 3608.0, 3573.0, 3572.0, 3552.0, 3543.0, 3594.0, 3585.0, 3574.0, 3540.0, 3584.0, 3572.0, 3551.0, 3562.0, 3582.0, 3540.0, 3542.0, 3607.0, 3584.0, 3542.0, 3556.0, 3598.0, 3588.0, 3547.0, 3548.0, 3548.0, 3580.0, 3558.0], 'WindowWidth': [8215.0, 8231.0, 8171.0, 8121.0, 8150.0, 8162.0, 8112.0, 8110.0, 8159.0, 8173.0, 8132.0, 8113.0, 8129.0, 8137.0, 8066.0, 8034.0, 8033.0, 8079.0, 8061.0, 8046.0, 8029.0, 8031.0, 8034.0, 8037.0, 8096.0, 8069.0, 8057.0, 8059.0, 8062.0, 8051.0, 8055.0, 8087.0, 8092.0, 8114.0, 8115.0, 8132.0, 8174.0, 8144.0, 8130.0, 8119.0, 8121.0, 8122.0, 8122.0, 8156.0, 8183.0, 8154.0, 8140.0, 8125.0, 8139.0, 8124.0, 8121.0, 8183.0, 8187.0, 8187.0, 8166.0, 8165.0, 8164.0, 8150.0, 8117.0, 8114.0, 8117.0, 8135.0, 8130.0, 8134.0, 8149.0, 8144.0, 8128.0, 8126.0, 8082.0, 8126.0, 8175.0, 8143.0, 8095.0, 8125.0, 8156.0, 8126.0, 8096.0, 8105.0, 8183.0, 8185.0, 8133.0, 8151.0, 8138.0, 8173.0, 8206.0, 8153.0, 8141.0, 8137.0, 8136.0, 8182.0, 8165.0, 8152.0, 8120.0, 8091.0, 8190.0, 8209.0, 8170.0, 8139.0, 8109.0, 8095.0, 8166.0, 8118.0, 8078.0, 8116.0, 8166.0, 8150.0, 8136.0, 8123.0, 8127.0, 8177.0, 8139.0, 8134.0, 8129.0, 8122.0, 8075.0, 8052.0, 8021.0, 8022.0, 8057.0, 8055.0, 8060.0, 8014.0, 7985.0, 8033.0, 8077.0, 8073.0, 8042.0, 8045.0, 8006.0, 8028.0, 8102.0, 8091.0, 8098.0, 8069.0, 8057.0, 8045.0, 8132.0, 8118.0, 8090.0, 8063.0, 8143.0, 8123.0, 8107.0, 8061.0, 8136.0, 8119.0, 8089.0, 8074.0, 8132.0, 8104.0, 8115.0, 8126.0, 8067.0, 8040.0, 8147.0, 8101.0, 8047.0, 8136.0, 8136.0, 8093.0, 8095.0, 8141.0, 8133.0, 8073.0, 8160.0, 8148.0, 8117.0, 8133.0, 8161.0, 8135.0, 8134.0, 8181.0, 8135.0, 8134.0, 8181.0, 8141.0, 8068.0, 8140.0, 8140.0, 8110.0, 8107.0, 8152.0, 8123.0, 8110.0, 8158.0, 8127.0, 8094.0, 8145.0, 8155.0, 8122.0, 8076.0, 8078.0, 8156.0, 8137.0, 8093.0, 8050.0, 8140.0, 8140.0, 8090.0, 8092.0, 8155.0, 8138.0, 8048.0, 8120.0, 8119.0, 8104.0, 8104.0, 8134.0, 8097.0, 8096.0, 8158.0, 8114.0, 8072.0, 8178.0, 8161.0, 8084.0, 8143.0, 8147.0, 8148.0, 8149.0, 8162.0, 8116.0, 8094.0, 8130.0, 8162.0, 8130.0, 8136.0, 8156.0, 8129.0, 8144.0, 8088.0, 8159.0, 8161.0, 8146.0, 8128.0, 8155.0, 8102.0, 8106.0, 8136.0, 8119.0, 8118.0, 8128.0, 8174.0, 8155.0, 8112.0, 8066.0, 8063.0, 8155.0, 8142.0, 8095.0, 8137.0, 8141.0, 8142.0, 8122.0, 8169.0, 8131.0, 8080.0, 8049.0, 8145.0, 8103.0, 8060.0, 8031.0, 8079.0, 8128.0, 8138.0, 8107.0, 8101.0, 8088.0, 8055.0, 8035.0, 8084.0, 8129.0, 8098.0, 8084.0, 8038.0, 8136.0, 8117.0, 8084.0, 8110.0, 8093.0, 8083.0, 8112.0, 8093.0, 8080.0, 8120.0, 8174.0, 8094.0, 8067.0, 8070.0, 8126.0, 8147.0, 8149.0, 8112.0, 8048.0, 8111.0, 8084.0, 8131.0, 8119.0, 8084.0, 8133.0, 8109.0, 8097.0, 8073.0, 8040.0, 8091.0, 8055.0, 8010.0, 8073.0, 8041.0, 8015.0, 8076.0, 8036.0, 8064.0, 8094.0, 8037.0, 8037.0, 8100.0, 8061.0, 8035.0, 8085.0, 8116.0, 8108.0, 8092.0, 8149.0, 8122.0, 8108.0, 8083.0, 8139.0, 8158.0, 8124.0, 8061.0, 8132.0, 8137.0, 8119.0, 8134.0, 8100.0, 8056.0, 8070.0, 8153.0, 8119.0, 8060.0, 8061.0, 8153.0, 8123.0, 8066.0, 8157.0, 8123.0, 8107.0, 8120.0, 8117.0, 8090.0, 8119.0, 8137.0, 8119.0, 8059.0, 8125.0, 8154.0, 8118.0, 8090.0, 8060.0, 8123.0, 8156.0, 8145.0, 8124.0, 8081.0, 8096.0, 8107.0, 8086.0, 8065.0, 8083.0, 8156.0, 8137.0, 8074.0, 8117.0, 8133.0, 8089.0, 8067.0, 8134.0, 8114.0, 8057.0, 8156.0, 8133.0, 8121.0, 8126.0, 8075.0, 8058.0, 8076.0, 8097.0, 8137.0, 8071.0, 8129.0, 8083.0, 8089.0, 8137.0, 8094.0, 8078.0, 8153.0, 8121.0, 8098.0, 8126.0, 8092.0, 8069.0, 8102.0, 8052.0, 8017.0, 8062.0, 8027.0, 8076.0, 8045.0, 8001.0, 8075.0, 8046.0, 8004.0, 8098.0, 8066.0, 8044.0, 8052.0, 8134.0, 8111.0, 8083.0, 8038.0, 8102.0, 8129.0, 8115.0, 8103.0, 8090.0, 8078.0, 8068.0, 8156.0, 8137.0, 8108.0, 8064.0, 8137.0, 8125.0, 8063.0, 8157.0, 8127.0, 8108.0, 8155.0, 8108.0, 8065.0, 8162.0, 8144.0, 8095.0, 8065.0, 8154.0, 8128.0, 8103.0, 8158.0, 8116.0, 8130.0, 8162.0, 8131.0, 8101.0, 8162.0, 8144.0, 8098.0, 8154.0, 8114.0, 8164.0, 8178.0, 8112.0, 8060.0, 8172.0, 8158.0, 8121.0, 8135.0, 8116.0, 8071.0, 8128.0, 8131.0, 8098.0, 8067.0, 8114.0, 8098.0, 8084.0, 8128.0, 8095.0, 8053.0, 8136.0, 8135.0, 8069.0, 8036.0, 8151.0, 8151.0, 8114.0, 8075.0, 8070.0, 8040.0, 8092.0, 8127.0, 8111.0, 8098.0, 8085.0, 8059.0, 8141.0, 8118.0, 8087.0, 8118.0, 8148.0, 8113.0, 8047.0, 8073.0, 8086.0, 8092.0, 8061.0, 8105.0, 8071.0, 8034.0, 8036.0, 8065.0, 8030.0, 8092.0, 8140.0, 8128.0, 8117.0, 8118.0, 8105.0, 8133.0, 8100.0, 8053.0, 8069.0, 8145.0, 8098.0, 8057.0, 8102.0, 8135.0, 8124.0, 8067.0, 8083.0, 8157.0, 8171.0, 8147.0, 8144.0, 8142.0, 8111.0, 8074.0, 8149.0, 8119.0, 8103.0, 8134.0, 8116.0, 8102.0, 8101.0, 8164.0, 8125.0, 8079.0, 8107.0, 8141.0, 8103.0, 8045.0, 8028.0, 8103.0, 8124.0, 8091.0, 8031.0, 8107.0, 8090.0, 8076.0, 8075.0, 8103.0, 8062.0, 8080.0, 8123.0, 8050.0, 8054.0, 8173.0, 8127.0, 8050.0, 8062.0, 8063.0, 8120.0, 8121.0, 8093.0, 8150.0, 8104.0, 8115.0, 8138.0, 8113.0, 8142.0, 8143.0, 8126.0, 8170.0, 8125.0, 8074.0, 8116.0, 8098.0, 8063.0, 8030.0, 8076.0, 8061.0, 8059.0, 8089.0, 8030.0, 8014.0, 8089.0, 8059.0, 8017.0, 8032.0, 8078.0, 8069.0, 8043.0, 8047.0, 8127.0, 8138.0, 8091.0, 8075.0, 8076.0, 8127.0, 8166.0, 8151.0, 8129.0, 8096.0, 8099.0, 8093.0, 8154.0, 8147.0, 8116.0, 8141.0, 8140.0, 8130.0, 8171.0, 8140.0, 8088.0, 8153.0, 8151.0, 8093.0, 8117.0, 8142.0, 8128.0, 8140.0, 8137.0, 8088.0, 8118.0, 8133.0, 8108.0, 8058.0, 8131.0, 8138.0, 8133.0, 8157.0, 8125.0, 8100.0, 8094.0, 8136.0, 8080.0, 8126.0, 8079.0, 8051.0, 8129.0, 8092.0, 8093.0, 8140.0, 8108.0, 8075.0, 8130.0, 8133.0, 8082.0, 8131.0, 8098.0, 8077.0, 8127.0, 8084.0, 8119.0, 8131.0, 8097.0, 8067.0, 8126.0, 8083.0, 8068.0, 8127.0, 8082.0, 8143.0, 8098.0, 8068.0, 8113.0, 8072.0, 8131.0, 8114.0, 8068.0, 8141.0, 8110.0, 8085.0, 8096.0, 8113.0, 8086.0, 8073.0, 8134.0, 8104.0, 8089.0, 8107.0, 8132.0, 8075.0, 8074.0, 8168.0, 8120.0, 8081.0, 8154.0, 8133.0, 8089.0, 8158.0, 8112.0, 8094.0, 8144.0, 8137.0, 8069.0, 8089.0, 8109.0, 8180.0, 8130.0, 8082.0, 8139.0, 8083.0, 8110.0, 8161.0, 8161.0, 8128.0, 8174.0, 8149.0, 8118.0, 8123.0, 8099.0, 8049.0, 8060.0, 8099.0, 8064.0, 8017.0, 8076.0, 8066.0, 8056.0, 8041.0, 8082.0, 8071.0, 8047.0, 8124.0, 8093.0, 8065.0, 8095.0, 8115.0, 8092.0, 8075.0, 8139.0, 8141.0, 8096.0, 8077.0, 8136.0, 8108.0, 8114.0, 8158.0, 8127.0, 8108.0, 8161.0, 8160.0, 8130.0, 8101.0, 8109.0, 8119.0, 8087.0, 8113.0, 8117.0, 8089.0, 8076.0, 8135.0, 8137.0, 8142.0, 8170.0, 8150.0, 8116.0, 8084.0, 8142.0, 8106.0, 8055.0, 8117.0, 8061.0, 8031.0, 8109.0, 8130.0, 8116.0, 8090.0, 8103.0, 8150.0, 8109.0, 8077.0, 8060.0, 8137.0, 8105.0, 8068.0, 8055.0, 8058.0, 8133.0, 8110.0, 8077.0, 8061.0, 8105.0, 8072.0, 8033.0, 8109.0, 8107.0, 8064.0, 8056.0, 8130.0, 8113.0, 8086.0, 8057.0, 8111.0, 8077.0, 8050.0, 8143.0, 8097.0, 8068.0, 8053.0, 8149.0, 8120.0, 8092.0, 8062.0, 8134.0, 8106.0, 8093.0, 8138.0, 8138.0, 8096.0, 8125.0, 8156.0, 8113.0, 8084.0, 8157.0, 8146.0, 8148.0, 8115.0, 8158.0, 8124.0, 8080.0, 8103.0, 8116.0, 8107.0, 8105.0, 8170.0, 8139.0, 8101.0, 8079.0, 8166.0, 8132.0, 8129.0, 8097.0, 8113.0, 8146.0, 8093.0, 8090.0, 8063.0, 8054.0, 8122.0, 8111.0, 8095.0, 8046.0, 8106.0, 8091.0, 8061.0, 8075.0, 8103.0, 8046.0, 8052.0, 8144.0, 8110.0, 8054.0, 8077.0, 8134.0, 8120.0, 8068.0, 8068.0, 8071.0, 8114.0, 8084.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.000849552752293578</td></tr>
<tr><td colspan=3>aqi</td><td>0.027359509403669723</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.220887145832386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.166194990126291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9981413314121722</td></tr>
<tr><td colspan=3>efc</td><td>0.4623</td></tr>
<tr><td colspan=3>fber</td><td>5962.9565</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14171372808371147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.46330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646697202282214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6504784822622143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8615502045025996</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4280629200818287</td></tr>
<tr><td colspan=3>gcor</td><td>0.021254</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010523250326514244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019591741263866425</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.698664984221033</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.6659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4727</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.5234</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>551.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.4017</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.9541</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2765.0563</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74679.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.4723</td></tr>
<tr><td colspan=3>tsnr</td><td>34.59713247301988</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>