ds005256-mriqc/sub-0091_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00: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-0091_ses-04_task-social_acq-mb8_run-05_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-0091_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0091_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_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-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-04_task-social_acq-mb8_run-05_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-0091/ses-04/func/sub-0091_ses-04_task-social_acq-mb8_run-05_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>58518283ee8f3e74add87ce439e3a686</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:52:26.452500</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.999752, 0.020132, -0.00951115, -0.0218146, 0.971181, -0.237342]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.113129</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7720, -7266, 232, -193, -83, -118, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.45</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63946451-5cc6-44db-8755-ca5d710b385e||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.6822617053985596, -0.058527007699012756, -0.01203901320695877, 115.17770385742188], [-0.05401265621185303, 2.6056084632873535, -0.641223669052124, -75.16514587402344], [-0.025517724454402924, 0.6367701888084412, 2.622725009918213, -118.92366027832031], [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': ['155226.452500', '155226.912500', '155227.372500', '155227.832500', '155228.292500', '155228.752500', '155229.212500', '155229.672500', '155230.132500', '155230.592500', '155231.052500', '155231.512500', '155231.972500', '155232.432500', '155232.892500', '155233.352500', '155233.812500', '155234.272500', '155234.732500', '155235.192500', '155235.652500', '155236.112500', '155236.572500', '155237.032500', '155237.492500', '155237.952500', '155238.412500', '155238.872500', '155239.332500', '155239.792500', '155240.252500', '155240.712500', '155241.172500', '155241.632500', '155242.092500', '155242.552500', '155243.012500', '155243.472500', '155243.932500', '155244.392500', '155244.852500', '155245.312500', '155245.772500', '155246.232500', '155246.692500', '155247.152500', '155247.612500', '155248.072500', '155248.532500', '155248.992500', '155249.452500', '155249.912500', '155250.372500', '155250.832500', '155251.292500', '155251.752500', '155252.212500', '155252.672500', '155253.132500', '155253.592500', '155254.052500', '155254.512500', '155254.972500', '155255.432500', '155255.892500', '155256.352500', '155256.812500', '155257.272500', '155257.732500', '155258.192500', '155258.652500', '155259.112500', '155259.572500', '155300.032500', '155300.492500', '155300.952500', '155301.412500', '155301.872500', '155302.332500', '155302.792500', '155303.252500', '155303.712500', '155304.172500', '155304.632500', '155305.092500', '155305.552500', '155306.012500', '155306.472500', '155306.932500', '155307.392500', '155307.852500', '155308.312500', '155308.772500', '155309.232500', '155309.692500', '155310.152500', '155310.612500', '155311.072500', '155311.532500', '155311.992500', '155312.452500', '155312.912500', '155313.372500', '155313.832500', '155314.292500', '155314.752500', '155315.212500', '155315.672500', '155316.132500', '155316.592500', '155317.052500', '155317.512500', '155317.972500', '155318.432500', '155318.892500', '155319.352500', '155319.812500', '155320.272500', '155320.732500', '155321.192500', '155321.652500', '155322.112500', '155322.572500', '155323.032500', '155323.492500', '155323.952500', '155324.412500', '155324.872500', '155325.332500', '155325.792500', '155326.252500', '155326.712500', '155327.172500', '155327.632500', '155328.092500', '155328.552500', '155329.012500', '155329.472500', '155329.932500', '155330.392500', '155330.852500', '155331.312500', '155331.772500', '155332.232500', '155332.692500', '155333.152500', '155333.612500', '155334.072500', '155334.532500', '155334.992500', '155335.452500', '155335.912500', '155336.372500', '155336.832500', '155337.292500', '155337.752500', '155338.212500', '155338.672500', '155339.132500', '155339.592500', '155340.052500', '155340.512500', '155340.972500', '155341.432500', '155341.892500', '155342.352500', '155342.812500', '155343.272500', '155343.732500', '155344.192500', '155344.652500', '155345.112500', '155345.572500', '155346.032500', '155346.492500', '155346.952500', '155347.412500', '155347.872500', '155348.332500', '155348.792500', '155349.252500', '155349.712500', '155350.172500', '155350.632500', '155351.092500', '155351.552500', '155352.012500', '155352.472500', '155352.932500', '155353.392500', '155353.852500', '155354.312500', '155354.772500', '155355.232500', '155355.692500', '155356.152500', '155356.612500', '155357.072500', '155357.532500', '155357.992500', '155358.452500', '155358.912500', '155359.372500', '155359.832500', '155400.292500', '155400.752500', '155401.212500', '155401.672500', '155402.132500', '155402.592500', '155403.052500', '155403.512500', '155403.972500', '155404.432500', '155404.892500', '155405.352500', '155405.812500', '155406.272500', '155406.732500', '155407.192500', '155407.652500', '155408.112500', '155408.572500', '155409.032500', '155409.492500', '155409.952500', '155410.412500', '155410.872500', '155411.332500', '155411.792500', '155412.252500', '155412.712500', '155413.172500', '155413.632500', '155414.092500', '155414.552500', '155415.012500', '155415.472500', '155415.932500', '155416.392500', '155416.852500', '155417.312500', '155417.772500', '155418.232500', '155418.692500', '155419.152500', '155419.612500', '155420.072500', '155420.532500', '155420.992500', '155421.452500', '155421.912500', '155422.372500', '155422.832500', '155423.292500', '155423.752500', '155424.212500', '155424.672500', '155425.132500', '155425.592500', '155426.052500', '155426.512500', '155426.972500', '155427.432500', '155427.892500', '155428.352500', '155428.812500', '155429.272500', '155429.732500', '155430.192500', '155430.652500', '155431.112500', '155431.572500', '155432.032500', '155432.492500', '155432.952500', '155433.412500', '155433.872500', '155434.332500', '155434.792500', '155435.252500', '155435.712500', '155436.172500', '155436.632500', '155437.092500', '155437.552500', '155438.012500', '155438.472500', '155438.932500', '155439.392500', '155439.852500', '155440.312500', '155440.772500', '155441.232500', '155441.692500', '155442.152500', '155442.612500', '155443.072500', '155443.532500', '155443.992500', '155444.452500', '155444.912500', '155445.372500', '155445.832500', '155446.292500', '155446.752500', '155447.212500', '155447.672500', '155448.132500', '155448.592500', '155449.052500', '155449.512500', '155449.972500', '155450.432500', '155450.892500', '155451.352500', '155451.812500', '155452.272500', '155452.732500', '155453.192500', '155453.652500', '155454.112500', '155454.572500', '155455.032500', '155455.492500', '155455.952500', '155456.412500', '155456.872500', '155457.332500', '155457.792500', '155458.252500', '155458.712500', '155459.172500', '155459.632500', '155500.092500', '155500.552500', '155501.012500', '155501.472500', '155501.932500', '155502.392500', '155502.852500', '155503.312500', '155503.772500', '155504.232500', '155504.692500', '155505.152500', '155505.612500', '155506.072500', '155506.532500', '155506.992500', '155507.452500', '155507.912500', '155508.372500', '155508.832500', '155509.292500', '155509.752500', '155510.212500', '155510.672500', '155511.132500', '155511.592500', '155512.052500', '155512.512500', '155512.972500', '155513.432500', '155513.892500', '155514.352500', '155514.812500', '155515.272500', '155515.732500', '155516.192500', '155516.652500', '155517.112500', '155517.572500', '155518.032500', '155518.492500', '155518.952500', '155519.412500', '155519.872500', '155520.332500', '155520.792500', '155521.252500', '155521.712500', '155522.172500', '155522.632500', '155523.092500', '155523.552500', '155524.012500', '155524.472500', '155524.932500', '155525.392500', '155525.852500', '155526.312500', '155526.772500', '155527.232500', '155527.692500', '155528.152500', '155528.612500', '155529.072500', '155529.532500', '155529.992500', '155530.452500', '155530.912500', '155531.372500', '155531.832500', '155532.292500', '155532.752500', '155533.212500', '155533.672500', '155534.132500', '155534.592500', '155535.052500', '155535.512500', '155535.972500', '155536.432500', '155536.892500', '155537.352500', '155537.812500', '155538.272500', '155538.732500', '155539.192500', '155539.652500', '155540.112500', '155540.572500', '155541.032500', '155541.492500', '155541.952500', '155542.412500', '155542.872500', '155543.332500', '155543.792500', '155544.252500', '155544.712500', '155545.172500', '155545.632500', '155546.092500', '155546.552500', '155547.012500', '155547.472500', '155547.932500', '155548.392500', '155548.852500', '155549.312500', '155549.772500', '155550.232500', '155550.692500', '155551.152500', '155551.612500', '155552.072500', '155552.532500', '155552.992500', '155553.452500', '155553.912500', '155554.372500', '155554.832500', '155555.292500', '155555.752500', '155556.212500', '155556.672500', '155557.132500', '155557.592500', '155558.052500', '155558.512500', '155558.972500', '155559.432500', '155559.892500', '155600.352500', '155600.812500', '155601.272500', '155601.732500', '155602.192500', '155602.652500', '155603.112500', '155603.572500', '155604.032500', '155604.492500', '155604.952500', '155605.412500', '155605.872500', '155606.332500', '155606.792500', '155607.252500', '155607.712500', '155608.172500', '155608.632500', '155609.092500', '155609.552500', '155610.012500', '155610.472500', '155610.932500', '155611.392500', '155611.852500', '155612.312500', '155612.772500', '155613.232500', '155613.692500', '155614.152500', '155614.612500', '155615.072500', '155615.532500', '155615.992500', '155616.452500', '155616.912500', '155617.372500', '155617.832500', '155618.292500', '155618.752500', '155619.212500', '155619.672500', '155620.132500', '155620.592500', '155621.052500', '155621.512500', '155621.972500', '155622.432500', '155622.892500', '155623.352500', '155623.812500', '155624.272500', '155624.732500', '155625.192500', '155625.652500', '155626.112500', '155626.572500', '155627.032500', '155627.492500', '155627.952500', '155628.412500', '155628.872500', '155629.332500', '155629.792500', '155630.252500', '155630.712500', '155631.172500', '155631.632500', '155632.092500', '155632.552500', '155633.012500', '155633.472500', '155633.932500', '155634.392500', '155634.852500', '155635.312500', '155635.772500', '155636.232500', '155636.692500', '155637.152500', '155637.612500', '155638.072500', '155638.532500', '155638.992500', '155639.452500', '155639.912500', '155640.372500', '155640.832500', '155641.292500', '155641.752500', '155642.212500', '155642.672500', '155643.132500', '155643.592500', '155644.052500', '155644.512500', '155644.972500', '155645.432500', '155645.892500', '155646.352500', '155646.812500', '155647.272500', '155647.732500', '155648.192500', '155648.652500', '155649.112500', '155649.572500', '155650.032500', '155650.492500', '155650.952500', '155651.412500', '155651.872500', '155652.332500', '155652.792500', '155653.252500', '155653.712500', '155654.172500', '155654.632500', '155655.092500', '155655.552500', '155656.012500', '155656.472500', '155656.932500', '155657.392500', '155657.852500', '155658.312500', '155658.772500', '155659.232500', '155659.692500', '155700.152500', '155700.612500', '155701.072500', '155701.532500', '155701.992500', '155702.452500', '155702.912500', '155703.372500', '155703.832500', '155704.292500', '155704.752500', '155705.212500', '155705.672500', '155706.132500', '155706.592500', '155707.052500', '155707.512500', '155707.972500', '155708.432500', '155708.892500', '155709.352500', '155709.812500', '155710.272500', '155710.732500', '155711.192500', '155711.652500', '155712.112500', '155712.572500', '155713.032500', '155713.492500', '155713.952500', '155714.412500', '155714.872500', '155715.332500', '155715.792500', '155716.252500', '155716.712500', '155717.172500', '155717.632500', '155718.092500', '155718.552500', '155719.012500', '155719.472500', '155719.932500', '155720.392500', '155720.852500', '155721.312500', '155721.772500', '155722.232500', '155722.692500', '155723.152500', '155723.612500', '155724.072500', '155724.532500', '155724.992500', '155725.452500', '155725.912500', '155726.372500', '155726.832500', '155727.292500', '155727.752500', '155728.212500', '155728.672500', '155729.132500', '155729.592500', '155730.052500', '155730.512500', '155730.972500', '155731.432500', '155731.892500', '155732.352500', '155732.812500', '155733.272500', '155733.732500', '155734.192500', '155734.652500', '155735.112500', '155735.572500', '155736.032500', '155736.492500', '155736.952500', '155737.412500', '155737.872500', '155738.332500', '155738.792500', '155739.252500', '155739.712500', '155740.172500', '155740.632500', '155741.092500', '155741.552500', '155742.012500', '155742.472500', '155742.932500', '155743.392500', '155743.852500', '155744.312500', '155744.772500', '155745.232500', '155745.692500', '155746.152500', '155746.612500', '155747.072500', '155747.532500', '155747.992500', '155748.452500', '155748.912500', '155749.372500', '155749.832500', '155750.292500', '155750.752500', '155751.212500', '155751.672500', '155752.132500', '155752.592500', '155753.052500', '155753.512500', '155753.972500', '155754.432500', '155754.892500', '155755.352500', '155755.812500', '155756.272500', '155756.732500', '155757.192500', '155757.652500', '155758.112500', '155758.572500', '155759.032500', '155759.492500', '155759.952500', '155800.412500', '155800.872500', '155801.332500', '155801.792500', '155802.252500', '155802.712500', '155803.172500', '155803.632500', '155804.092500', '155804.552500', '155805.012500', '155805.472500', '155805.932500', '155806.392500', '155806.852500', '155807.312500', '155807.772500', '155808.232500', '155808.692500', '155809.152500', '155809.612500', '155810.072500', '155810.532500', '155810.992500', '155811.452500', '155811.912500', '155812.372500', '155812.832500', '155813.292500', '155813.752500', '155814.212500', '155814.672500', '155815.132500', '155815.592500', '155816.052500', '155816.512500', '155816.972500', '155817.432500', '155817.892500', '155818.352500', '155818.812500', '155819.272500', '155819.732500', '155820.192500', '155820.652500', '155821.112500', '155821.572500', '155822.032500', '155822.492500', '155822.952500', '155823.412500', '155823.872500', '155824.332500', '155824.792500', '155825.252500', '155825.712500', '155826.172500', '155826.632500', '155827.092500', '155827.552500', '155828.012500', '155828.472500', '155828.932500', '155829.392500', '155829.852500', '155830.312500', '155830.772500', '155831.232500', '155831.692500', '155832.152500', '155832.612500', '155833.072500', '155833.532500', '155833.992500', '155834.452500', '155834.912500', '155835.372500', '155835.832500', '155836.292500', '155836.752500', '155837.212500', '155837.672500', '155838.132500', '155838.592500', '155839.052500', '155839.512500', '155839.972500', '155840.432500', '155840.892500', '155841.352500', '155841.812500', '155842.272500', '155842.732500', '155843.192500', '155843.652500', '155844.112500', '155844.572500', '155845.032500', '155845.492500', '155845.952500', '155846.412500', '155846.872500', '155847.332500', '155847.792500', '155848.252500', '155848.712500', '155849.172500', '155849.632500', '155850.092500', '155850.552500', '155851.012500', '155851.472500', '155851.932500', '155852.392500', '155852.852500', '155853.312500', '155853.772500', '155854.232500', '155854.692500', '155855.152500', '155855.612500', '155856.072500', '155856.532500', '155856.992500', '155857.452500', '155857.912500', '155858.372500', '155858.832500', '155859.292500', '155859.752500', '155900.212500', '155900.672500', '155901.132500', '155901.592500', '155902.052500', '155902.512500', '155902.972500', '155903.432500', '155903.892500', '155904.352500', '155904.812500', '155905.272500', '155905.732500', '155906.192500', '155906.652500', '155907.112500'], 'ContentTime': ['155252.982000', '155252.985000', '155252.988000', '155252.990000', '155252.993000', '155252.996000', '155252.998000', '155253.002000', '155253.005000', '155253.007000', '155253.010000', '155253.012000', '155253.015000', '155253.048000', '155253.051000', '155253.053000', '155253.056000', '155253.059000', '155253.061000', '155253.064000', '155253.066000', '155253.069000', '155253.071000', '155253.074000', '155253.077000', '155253.079000', '155253.082000', '155253.084000', '155253.087000', '155253.090000', '155253.098000', '155253.101000', '155253.104000', '155253.106000', '155253.109000', '155253.111000', '155253.114000', '155253.117000', '155253.119000', '155253.122000', '155253.124000', '155253.127000', '155253.130000', '155253.132000', '155253.135000', '155253.137000', '155253.140000', '155253.142000', '155253.145000', '155253.147000', '155253.150000', '155253.153000', '155253.155000', '155253.158000', '155312.944000', '155312.946000', '155312.949000', '155312.952000', '155312.954000', '155312.957000', '155312.959000', '155312.962000', '155312.965000', '155312.967000', '155312.970000', '155312.972000', '155312.975000', '155312.977000', '155312.980000', '155312.983000', '155312.985000', '155312.988000', '155312.990000', '155312.993000', '155312.996000', '155312.998000', '155313.001000', '155313.003000', '155313.006000', '155313.008000', '155313.011000', '155313.013000', '155313.016000', '155313.019000', '155313.021000', '155313.024000', '155313.026000', '155313.029000', '155313.032000', '155313.034000', '155313.037000', '155313.039000', '155313.042000', '155313.044000', '155313.047000', '155313.050000', '155313.052000', '155313.055000', '155332.943000', '155332.946000', '155332.949000', '155332.951000', '155332.954000', '155332.957000', '155332.960000', '155332.963000', '155332.965000', '155332.968000', '155332.971000', '155332.973000', '155332.976000', '155332.978000', '155332.981000', '155332.984000', '155332.986000', '155332.989000', '155332.991000', '155332.994000', '155332.997000', '155333.000000', '155333.003000', '155333.006000', '155333.008000', '155333.013000', '155333.015000', '155333.018000', '155333.021000', '155333.024000', '155333.026000', '155333.029000', '155333.031000', '155333.034000', '155333.036000', '155333.039000', '155333.050000', '155333.052000', '155333.055000', '155333.058000', '155333.060000', '155333.063000', '155333.065000', '155333.068000', '155352.943000', '155352.947000', '155352.949000', '155352.952000', '155352.954000', '155352.957000', '155352.960000', '155352.962000', '155352.965000', '155352.967000', '155352.970000', '155352.972000', '155352.975000', '155352.978000', '155352.980000', '155352.983000', '155352.986000', '155352.988000', '155352.991000', '155352.993000', '155352.996000', '155353.000000', '155353.002000', '155353.005000', '155353.007000', '155353.010000', '155353.013000', '155353.015000', '155353.018000', '155353.020000', '155353.023000', '155353.026000', '155353.028000', '155353.031000', '155353.033000', '155353.036000', '155353.039000', '155353.041000', '155353.044000', '155353.047000', '155353.049000', '155353.052000', '155353.055000', '155412.943000', '155412.945000', '155412.948000', '155412.951000', '155412.953000', '155412.956000', '155412.959000', '155412.961000', '155412.964000', '155412.966000', '155412.969000', '155412.971000', '155412.974000', '155412.977000', '155412.979000', '155412.982000', '155412.984000', '155412.987000', '155412.990000', '155412.992000', '155412.995000', '155413.004000', '155413.007000', '155413.009000', '155413.012000', '155413.015000', '155413.017000', '155413.020000', '155413.022000', '155413.025000', '155413.028000', '155413.030000', '155413.033000', '155413.035000', '155413.038000', '155413.041000', '155413.043000', '155413.046000', '155413.048000', '155413.051000', '155413.054000', '155413.091000', '155413.093000', '155413.096000', '155432.943000', '155432.946000', '155432.949000', '155432.952000', '155432.954000', '155432.957000', '155432.959000', '155432.962000', '155432.965000', '155432.967000', '155432.970000', '155432.972000', '155432.975000', '155432.978000', '155432.980000', '155432.983000', '155432.986000', '155432.988000', '155432.991000', '155432.993000', '155432.996000', '155432.999000', '155433.002000', '155433.004000', '155433.007000', '155433.009000', '155433.012000', '155433.015000', '155433.017000', '155433.020000', '155433.022000', '155433.025000', '155433.028000', '155433.030000', '155433.033000', '155433.035000', '155433.038000', '155433.041000', '155433.043000', '155433.046000', '155433.048000', '155433.051000', '155433.054000', '155452.943000', '155452.946000', '155452.949000', '155452.959000', '155452.962000', '155452.965000', '155452.967000', '155452.970000', '155452.972000', '155452.975000', '155452.978000', '155452.981000', '155452.983000', '155452.986000', '155452.988000', '155452.991000', '155452.994000', '155452.996000', '155453.001000', '155453.004000', '155453.006000', '155453.009000', '155453.012000', '155453.014000', '155453.017000', '155453.020000', '155453.022000', '155453.025000', '155453.028000', '155453.030000', '155453.033000', '155453.035000', '155453.038000', '155453.041000', '155453.043000', '155453.046000', '155453.048000', '155453.051000', '155453.054000', '155453.057000', '155453.060000', '155453.063000', '155453.065000', '155512.943000', '155512.946000', '155512.949000', '155512.951000', '155512.954000', '155512.957000', '155512.959000', '155512.962000', '155512.965000', '155512.967000', '155512.970000', '155512.972000', '155512.975000', '155512.978000', '155512.980000', '155512.983000', '155512.986000', '155512.988000', '155512.991000', '155512.993000', '155512.996000', '155512.998000', '155513.002000', '155513.005000', '155513.007000', '155513.010000', '155513.012000', '155513.015000', '155513.018000', '155513.020000', '155513.023000', '155513.025000', '155513.028000', '155513.031000', '155513.033000', '155513.036000', '155513.038000', '155513.041000', '155513.043000', '155513.046000', '155513.049000', '155513.051000', '155513.054000', '155513.056000', '155532.943000', '155532.946000', '155532.949000', '155532.952000', '155532.954000', '155532.957000', '155532.959000', '155532.962000', '155532.964000', '155532.967000', '155532.970000', '155532.972000', '155532.975000', '155532.977000', '155532.980000', '155532.982000', '155532.985000', '155532.988000', '155532.990000', '155532.993000', '155532.995000', '155532.998000', '155533.002000', '155533.005000', '155533.008000', '155533.011000', '155533.014000', '155533.016000', '155533.019000', '155533.022000', '155533.024000', '155533.027000', '155533.030000', '155533.032000', '155533.035000', '155533.037000', '155533.040000', '155533.043000', '155533.045000', '155533.048000', '155533.051000', '155533.053000', '155533.056000', '155552.944000', '155552.947000', '155552.949000', '155552.953000', '155552.955000', '155552.958000', '155552.961000', '155552.964000', '155552.966000', '155552.969000', '155552.971000', '155552.974000', '155552.977000', '155552.979000', '155552.982000', '155552.985000', '155552.987000', '155552.990000', '155552.992000', '155552.995000', '155552.998000', '155553.001000', '155553.004000', '155553.020000', '155553.023000', '155553.025000', '155553.028000', '155553.031000', '155553.033000', '155553.036000', '155553.039000', '155553.041000', '155553.044000', '155553.046000', '155553.049000', '155553.052000', '155553.054000', '155553.057000', '155553.059000', '155553.062000', '155553.065000', '155553.067000', '155553.070000', '155553.073000', '155612.944000', '155612.947000', '155612.949000', '155612.952000', '155612.954000', '155612.957000', '155612.960000', '155612.962000', '155612.965000', '155612.968000', '155612.970000', '155612.973000', '155612.976000', '155612.978000', '155612.981000', '155612.984000', '155612.987000', '155612.990000', '155612.992000', '155612.995000', '155612.997000', '155613.001000', '155613.004000', '155613.006000', '155613.009000', '155613.012000', '155613.014000', '155613.017000', '155613.019000', '155613.022000', '155613.025000', '155613.027000', '155613.030000', '155613.032000', '155613.035000', '155613.039000', '155613.042000', '155613.045000', '155613.047000', '155613.050000', '155613.053000', '155613.055000', '155613.058000', '155632.942000', '155632.945000', '155632.948000', '155632.950000', '155632.953000', '155632.956000', '155632.958000', '155632.961000', '155632.963000', '155632.966000', '155632.969000', '155632.971000', '155632.974000', '155632.976000', '155632.979000', '155632.982000', '155632.984000', '155632.987000', '155632.989000', '155632.992000', '155632.995000', '155632.997000', '155633.001000', '155633.004000', '155633.007000', '155633.009000', '155633.012000', '155633.015000', '155633.017000', '155633.020000', '155633.022000', '155633.025000', '155633.027000', '155633.030000', '155633.033000', '155633.035000', '155633.038000', '155633.040000', '155633.043000', '155633.046000', '155633.048000', '155633.051000', '155633.054000', '155633.056000', '155652.943000', '155652.946000', '155652.949000', '155652.952000', '155652.954000', '155652.957000', '155652.959000', '155652.962000', '155652.965000', '155652.967000', '155652.970000', '155652.972000', '155652.975000', '155652.978000', '155652.980000', '155652.983000', '155652.986000', '155652.988000', '155652.991000', '155652.993000', '155652.996000', '155652.999000', '155653.001000', '155653.004000', '155653.006000', '155653.009000', '155653.012000', '155653.014000', '155653.017000', '155653.019000', '155653.022000', '155653.024000', '155653.027000', '155653.030000', '155653.032000', '155653.035000', '155653.038000', '155653.040000', '155653.043000', '155653.046000', '155653.049000', '155653.051000', '155653.054000', '155712.944000', '155712.947000', '155712.950000', '155712.953000', '155712.955000', '155712.958000', '155712.961000', '155712.963000', '155712.966000', '155712.969000', '155712.971000', '155712.974000', '155712.976000', '155712.979000', '155712.981000', '155712.984000', '155712.987000', '155712.989000', '155712.992000', '155712.995000', '155712.997000', '155713.001000', '155713.003000', '155713.006000', '155713.009000', '155713.011000', '155713.014000', '155713.016000', '155713.019000', '155713.022000', '155713.024000', '155713.027000', '155713.029000', '155713.032000', '155713.035000', '155713.037000', '155713.040000', '155713.043000', '155713.045000', '155713.048000', '155713.051000', '155713.053000', '155713.056000', '155713.058000', '155732.944000', '155732.946000', '155732.949000', '155732.964000', '155732.967000', '155732.969000', '155732.972000', '155732.975000', '155732.977000', '155732.980000', '155732.982000', '155732.985000', '155732.987000', '155732.990000', '155732.993000', '155732.995000', '155732.998000', '155733.002000', '155733.004000', '155733.007000', '155733.009000', '155733.012000', '155733.014000', '155733.017000', '155733.020000', '155733.022000', '155733.025000', '155733.027000', '155733.030000', '155733.033000', '155733.035000', '155733.038000', '155733.041000', '155733.045000', '155733.048000', '155733.050000', '155733.053000', '155733.056000', '155733.058000', '155733.061000', '155733.063000', '155733.066000', '155733.068000', '155752.944000', '155752.946000', '155752.949000', '155752.952000', '155752.954000', '155752.957000', '155752.960000', '155752.962000', '155752.965000', '155752.968000', '155752.970000', '155752.980000', '155752.982000', '155752.985000', '155752.987000', '155752.990000', '155752.993000', '155752.995000', '155752.998000', '155753.001000', '155753.004000', '155753.007000', '155753.009000', '155753.012000', '155753.015000', '155753.017000', '155753.020000', '155753.022000', '155753.025000', '155753.028000', '155753.030000', '155753.033000', '155753.036000', '155753.038000', '155753.041000', '155753.043000', '155753.046000', '155753.049000', '155753.051000', '155753.054000', '155753.057000', '155753.059000', '155753.062000', '155753.064000', '155812.944000', '155812.947000', '155812.949000', '155812.952000', '155812.954000', '155812.957000', '155812.960000', '155812.962000', '155812.965000', '155812.967000', '155812.970000', '155812.974000', '155812.977000', '155812.980000', '155812.982000', '155812.985000', '155812.988000', '155812.990000', '155812.993000', '155812.995000', '155812.998000', '155813.002000', '155813.004000', '155813.007000', '155813.010000', '155813.012000', '155813.015000', '155813.017000', '155813.020000', '155813.023000', '155813.025000', '155813.028000', '155813.030000', '155813.033000', '155813.036000', '155813.038000', '155813.041000', '155813.044000', '155813.046000', '155813.049000', '155813.052000', '155813.055000', '155813.058000', '155832.944000', '155832.947000', '155832.949000', '155832.952000', '155832.955000', '155832.957000', '155832.960000', '155832.962000', '155832.965000', '155832.968000', '155832.970000', '155832.973000', '155832.975000', '155832.978000', '155832.981000', '155832.983000', '155832.986000', '155832.988000', '155832.991000', '155832.994000', '155832.996000', '155833.000000', '155833.002000', '155833.005000', '155833.008000', '155833.010000', '155833.013000', '155833.016000', '155833.018000', '155833.021000', '155833.023000', '155833.026000', '155833.029000', '155833.031000', '155833.034000', '155833.036000', '155833.039000', '155833.042000', '155833.044000', '155833.047000', '155833.049000', '155833.052000', '155833.054000', '155833.057000', '155852.943000', '155852.946000', '155852.948000', '155852.951000', '155852.953000', '155852.956000', '155852.959000', '155852.961000', '155852.964000', '155852.966000', '155852.969000', '155852.972000', '155852.974000', '155852.977000', '155853.007000', '155853.010000', '155853.012000', '155853.017000', '155853.019000', '155853.022000', '155853.024000', '155853.027000', '155853.030000', '155853.032000', '155853.035000', '155853.038000', '155853.040000', '155853.043000', '155853.045000', '155853.048000', '155853.051000', '155853.053000', '155853.056000', '155853.059000', '155853.061000', '155853.064000', '155853.067000', '155853.069000', '155853.072000', '155853.075000', '155853.077000', '155853.080000', '155853.083000', '155908.713000', '155908.716000', '155908.718000', '155908.721000', '155908.724000', '155908.727000', '155908.730000', '155908.732000', '155908.736000', '155908.738000', '155908.741000', '155908.744000', '155908.746000', '155908.749000', '155908.753000', '155908.756000', '155908.759000', '155908.762000', '155908.764000', '155908.767000', '155908.770000', '155908.773000', '155908.776000', '155908.778000', '155908.781000', '155908.784000', '155908.786000', '155908.789000', '155908.792000', '155908.795000', '155908.797000', '155908.800000', '155908.803000', '155908.805000', '155908.808000'], 'InstanceCreationTime': ['155252.982000', '155252.985000', '155252.988000', '155252.990000', '155252.993000', '155252.996000', '155252.998000', '155253.002000', '155253.005000', '155253.007000', '155253.010000', '155253.012000', '155253.015000', '155253.048000', '155253.051000', '155253.053000', '155253.056000', '155253.059000', '155253.061000', '155253.064000', '155253.066000', '155253.069000', '155253.071000', '155253.074000', '155253.077000', '155253.079000', '155253.082000', '155253.084000', '155253.087000', '155253.090000', '155253.098000', '155253.101000', '155253.104000', '155253.106000', '155253.109000', '155253.111000', '155253.114000', '155253.117000', '155253.119000', '155253.122000', '155253.124000', '155253.127000', '155253.130000', '155253.132000', '155253.135000', '155253.137000', '155253.140000', '155253.142000', '155253.145000', '155253.147000', '155253.150000', '155253.153000', '155253.155000', '155253.158000', '155312.944000', '155312.946000', '155312.949000', '155312.952000', '155312.954000', '155312.957000', '155312.959000', '155312.962000', '155312.965000', '155312.967000', '155312.970000', '155312.972000', '155312.975000', '155312.977000', '155312.980000', '155312.983000', '155312.985000', '155312.988000', '155312.990000', '155312.993000', '155312.996000', '155312.998000', '155313.001000', '155313.003000', '155313.006000', '155313.008000', '155313.011000', '155313.013000', '155313.016000', '155313.019000', '155313.021000', '155313.024000', '155313.026000', '155313.029000', '155313.032000', '155313.034000', '155313.037000', '155313.039000', '155313.042000', '155313.044000', '155313.047000', '155313.050000', '155313.052000', '155313.055000', '155332.943000', '155332.946000', '155332.949000', '155332.951000', '155332.954000', '155332.957000', '155332.960000', '155332.963000', '155332.965000', '155332.968000', '155332.971000', '155332.973000', '155332.976000', '155332.978000', '155332.981000', '155332.984000', '155332.986000', '155332.989000', '155332.991000', '155332.994000', '155332.997000', '155333.000000', '155333.003000', '155333.006000', '155333.008000', '155333.013000', '155333.015000', '155333.018000', '155333.021000', '155333.024000', '155333.026000', '155333.029000', '155333.031000', '155333.034000', '155333.036000', '155333.039000', '155333.050000', '155333.052000', '155333.055000', '155333.058000', '155333.060000', '155333.063000', '155333.065000', '155333.068000', '155352.943000', '155352.947000', '155352.949000', '155352.952000', '155352.954000', '155352.957000', '155352.960000', '155352.962000', '155352.965000', '155352.967000', '155352.970000', '155352.972000', '155352.975000', '155352.978000', '155352.980000', '155352.983000', '155352.986000', '155352.988000', '155352.991000', '155352.993000', '155352.996000', '155353.000000', '155353.002000', '155353.005000', '155353.007000', '155353.010000', '155353.013000', '155353.015000', '155353.018000', '155353.020000', '155353.023000', '155353.026000', '155353.028000', '155353.031000', '155353.033000', '155353.036000', '155353.039000', '155353.041000', '155353.044000', '155353.047000', '155353.049000', '155353.052000', '155353.055000', '155412.943000', '155412.945000', '155412.948000', '155412.951000', '155412.953000', '155412.956000', '155412.959000', '155412.961000', '155412.964000', '155412.966000', '155412.969000', '155412.971000', '155412.974000', '155412.977000', '155412.979000', '155412.982000', '155412.984000', '155412.987000', '155412.990000', '155412.992000', '155412.995000', '155413.004000', '155413.007000', '155413.009000', '155413.012000', '155413.015000', '155413.017000', '155413.020000', '155413.022000', '155413.025000', '155413.028000', '155413.030000', '155413.033000', '155413.035000', '155413.038000', '155413.041000', '155413.043000', '155413.046000', '155413.048000', '155413.051000', '155413.054000', '155413.091000', '155413.093000', '155413.096000', '155432.943000', '155432.946000', '155432.949000', '155432.952000', '155432.954000', '155432.957000', '155432.959000', '155432.962000', '155432.965000', '155432.967000', '155432.970000', '155432.972000', '155432.975000', '155432.978000', '155432.980000', '155432.983000', '155432.986000', '155432.988000', '155432.991000', '155432.993000', '155432.996000', '155432.999000', '155433.002000', '155433.004000', '155433.007000', '155433.009000', '155433.012000', '155433.015000', '155433.017000', '155433.020000', '155433.022000', '155433.025000', '155433.028000', '155433.030000', '155433.033000', '155433.035000', '155433.038000', '155433.041000', '155433.043000', '155433.046000', '155433.048000', '155433.051000', '155433.054000', '155452.943000', '155452.946000', '155452.949000', '155452.959000', '155452.962000', '155452.965000', '155452.967000', '155452.970000', '155452.972000', '155452.975000', '155452.978000', '155452.981000', '155452.983000', '155452.986000', '155452.988000', '155452.991000', '155452.994000', '155452.996000', '155453.001000', '155453.004000', '155453.006000', '155453.009000', '155453.012000', '155453.014000', '155453.017000', '155453.020000', '155453.022000', '155453.025000', '155453.028000', '155453.030000', '155453.033000', '155453.035000', '155453.038000', '155453.041000', '155453.043000', '155453.046000', '155453.048000', '155453.051000', '155453.054000', '155453.057000', '155453.060000', '155453.063000', '155453.065000', '155512.943000', '155512.946000', '155512.949000', '155512.951000', '155512.954000', '155512.957000', '155512.959000', '155512.962000', '155512.965000', '155512.967000', '155512.970000', '155512.972000', '155512.975000', '155512.978000', '155512.980000', '155512.983000', '155512.986000', '155512.988000', '155512.991000', '155512.993000', '155512.996000', '155512.998000', '155513.002000', '155513.005000', '155513.007000', '155513.010000', '155513.012000', '155513.015000', '155513.018000', '155513.020000', '155513.023000', '155513.025000', '155513.028000', '155513.031000', '155513.033000', '155513.036000', '155513.038000', '155513.041000', '155513.043000', '155513.046000', '155513.049000', '155513.051000', '155513.054000', '155513.056000', '155532.943000', '155532.946000', '155532.949000', '155532.952000', '155532.954000', '155532.957000', '155532.959000', '155532.962000', '155532.964000', '155532.967000', '155532.970000', '155532.972000', '155532.975000', '155532.977000', '155532.980000', '155532.982000', '155532.985000', '155532.988000', '155532.990000', '155532.993000', '155532.995000', '155532.998000', '155533.002000', '155533.005000', '155533.008000', '155533.011000', '155533.014000', '155533.016000', '155533.019000', '155533.022000', '155533.024000', '155533.027000', '155533.030000', '155533.032000', '155533.035000', '155533.037000', '155533.040000', '155533.043000', '155533.045000', '155533.048000', '155533.051000', '155533.053000', '155533.056000', '155552.944000', '155552.947000', '155552.949000', '155552.953000', '155552.955000', '155552.958000', '155552.961000', '155552.964000', '155552.966000', '155552.969000', '155552.971000', '155552.974000', '155552.977000', '155552.979000', '155552.982000', '155552.985000', '155552.987000', '155552.990000', '155552.992000', '155552.995000', '155552.998000', '155553.001000', '155553.004000', '155553.020000', '155553.023000', '155553.025000', '155553.028000', '155553.031000', '155553.033000', '155553.036000', '155553.039000', '155553.041000', '155553.044000', '155553.046000', '155553.049000', '155553.052000', '155553.054000', '155553.057000', '155553.059000', '155553.062000', '155553.065000', '155553.067000', '155553.070000', '155553.073000', '155612.944000', '155612.947000', '155612.949000', '155612.952000', '155612.954000', '155612.957000', '155612.960000', '155612.962000', '155612.965000', '155612.968000', '155612.970000', '155612.973000', '155612.976000', '155612.978000', '155612.981000', '155612.984000', '155612.987000', '155612.990000', '155612.992000', '155612.995000', '155612.997000', '155613.001000', '155613.004000', '155613.006000', '155613.009000', '155613.012000', '155613.014000', '155613.017000', '155613.019000', '155613.022000', '155613.025000', '155613.027000', '155613.030000', '155613.032000', '155613.035000', '155613.039000', '155613.042000', '155613.045000', '155613.047000', '155613.050000', '155613.053000', '155613.055000', '155613.058000', '155632.942000', '155632.945000', '155632.948000', '155632.950000', '155632.953000', '155632.956000', '155632.958000', '155632.961000', '155632.963000', '155632.966000', '155632.969000', '155632.971000', '155632.974000', '155632.976000', '155632.979000', '155632.982000', '155632.984000', '155632.987000', '155632.989000', '155632.992000', '155632.995000', '155632.997000', '155633.001000', '155633.004000', '155633.007000', '155633.009000', '155633.012000', '155633.015000', '155633.017000', '155633.020000', '155633.022000', '155633.025000', '155633.027000', '155633.030000', '155633.033000', '155633.035000', '155633.038000', '155633.040000', '155633.043000', '155633.046000', '155633.048000', '155633.051000', '155633.054000', '155633.056000', '155652.943000', '155652.946000', '155652.949000', '155652.952000', '155652.954000', '155652.957000', '155652.959000', '155652.962000', '155652.965000', '155652.967000', '155652.970000', '155652.972000', '155652.975000', '155652.978000', '155652.980000', '155652.983000', '155652.986000', '155652.988000', '155652.991000', '155652.993000', '155652.996000', '155652.999000', '155653.001000', '155653.004000', '155653.006000', '155653.009000', '155653.012000', '155653.014000', '155653.017000', '155653.019000', '155653.022000', '155653.024000', '155653.027000', '155653.030000', '155653.032000', '155653.035000', '155653.038000', '155653.040000', '155653.043000', '155653.046000', '155653.049000', '155653.051000', '155653.054000', '155712.944000', '155712.947000', '155712.950000', '155712.953000', '155712.955000', '155712.958000', '155712.961000', '155712.963000', '155712.966000', '155712.969000', '155712.971000', '155712.974000', '155712.976000', '155712.979000', '155712.981000', '155712.984000', '155712.987000', '155712.989000', '155712.992000', '155712.995000', '155712.997000', '155713.001000', '155713.003000', '155713.006000', '155713.009000', '155713.011000', '155713.014000', '155713.016000', '155713.019000', '155713.022000', '155713.024000', '155713.027000', '155713.029000', '155713.032000', '155713.035000', '155713.037000', '155713.040000', '155713.043000', '155713.045000', '155713.048000', '155713.051000', '155713.053000', '155713.056000', '155713.058000', '155732.944000', '155732.946000', '155732.949000', '155732.964000', '155732.967000', '155732.969000', '155732.972000', '155732.975000', '155732.977000', '155732.980000', '155732.982000', '155732.985000', '155732.987000', '155732.990000', '155732.993000', '155732.995000', '155732.998000', '155733.002000', '155733.004000', '155733.007000', '155733.009000', '155733.012000', '155733.014000', '155733.017000', '155733.020000', '155733.022000', '155733.025000', '155733.027000', '155733.030000', '155733.033000', '155733.035000', '155733.038000', '155733.041000', '155733.045000', '155733.048000', '155733.050000', '155733.053000', '155733.056000', '155733.058000', '155733.061000', '155733.063000', '155733.066000', '155733.068000', '155752.944000', '155752.946000', '155752.949000', '155752.952000', '155752.954000', '155752.957000', '155752.960000', '155752.962000', '155752.965000', '155752.968000', '155752.970000', '155752.980000', '155752.982000', '155752.985000', '155752.987000', '155752.990000', '155752.993000', '155752.995000', '155752.998000', '155753.001000', '155753.004000', '155753.007000', '155753.009000', '155753.012000', '155753.015000', '155753.017000', '155753.020000', '155753.022000', '155753.025000', '155753.028000', '155753.030000', '155753.033000', '155753.036000', '155753.038000', '155753.041000', '155753.043000', '155753.046000', '155753.049000', '155753.051000', '155753.054000', '155753.057000', '155753.059000', '155753.062000', '155753.064000', '155812.944000', '155812.947000', '155812.949000', '155812.952000', '155812.954000', '155812.957000', '155812.960000', '155812.962000', '155812.965000', '155812.967000', '155812.970000', '155812.974000', '155812.977000', '155812.980000', '155812.982000', '155812.985000', '155812.988000', '155812.990000', '155812.993000', '155812.995000', '155812.998000', '155813.002000', '155813.004000', '155813.007000', '155813.010000', '155813.012000', '155813.015000', '155813.017000', '155813.020000', '155813.023000', '155813.025000', '155813.028000', '155813.030000', '155813.033000', '155813.036000', '155813.038000', '155813.041000', '155813.044000', '155813.046000', '155813.049000', '155813.052000', '155813.055000', '155813.058000', '155832.944000', '155832.947000', '155832.949000', '155832.952000', '155832.955000', '155832.957000', '155832.960000', '155832.962000', '155832.965000', '155832.968000', '155832.970000', '155832.973000', '155832.975000', '155832.978000', '155832.981000', '155832.983000', '155832.986000', '155832.988000', '155832.991000', '155832.994000', '155832.996000', '155833.000000', '155833.002000', '155833.005000', '155833.008000', '155833.010000', '155833.013000', '155833.016000', '155833.018000', '155833.021000', '155833.023000', '155833.026000', '155833.029000', '155833.031000', '155833.034000', '155833.036000', '155833.039000', '155833.042000', '155833.044000', '155833.047000', '155833.049000', '155833.052000', '155833.054000', '155833.057000', '155852.943000', '155852.946000', '155852.948000', '155852.951000', '155852.953000', '155852.956000', '155852.959000', '155852.961000', '155852.964000', '155852.966000', '155852.969000', '155852.972000', '155852.974000', '155852.977000', '155853.007000', '155853.010000', '155853.012000', '155853.017000', '155853.019000', '155853.022000', '155853.024000', '155853.027000', '155853.030000', '155853.032000', '155853.035000', '155853.038000', '155853.040000', '155853.043000', '155853.045000', '155853.048000', '155853.051000', '155853.053000', '155853.056000', '155853.059000', '155853.061000', '155853.064000', '155853.067000', '155853.069000', '155853.072000', '155853.075000', '155853.077000', '155853.080000', '155853.083000', '155908.713000', '155908.716000', '155908.718000', '155908.721000', '155908.724000', '155908.727000', '155908.730000', '155908.732000', '155908.736000', '155908.738000', '155908.741000', '155908.744000', '155908.746000', '155908.749000', '155908.753000', '155908.756000', '155908.759000', '155908.762000', '155908.764000', '155908.767000', '155908.770000', '155908.773000', '155908.776000', '155908.778000', '155908.781000', '155908.784000', '155908.786000', '155908.789000', '155908.792000', '155908.795000', '155908.797000', '155908.800000', '155908.803000', '155908.805000', '155908.808000'], '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': [8052, 8463, 7680, 8066, 7266, 7226, 8553, 7118, 8163, 8071, 8475, 7888, 8146, 7851, 7722, 7837, 9348, 7998, 8894, 8257, 7513, 8870, 8101, 9164, 7710, 9565, 7487, 8622, 9362, 9087, 9294, 11296, 8574, 9504, 8872, 7986, 8184, 7401, 7960, 8622, 9108, 10579, 9335, 11131, 9688, 11000, 13570, 11106, 9973, 9129, 9115, 10863, 8754, 9332, 8753, 7984, 9078, 7527, 8733, 9230, 9261, 9806, 9042, 11264, 8705, 9912, 8470, 9230, 7973, 11158, 8896, 10854, 11039, 10544, 11097, 9202, 9232, 8378, 8005, 8444, 8341, 8723, 9468, 8684, 9598, 9582, 9592, 9013, 9655, 8748, 7681, 7519, 7635, 8389, 7451, 8716, 9334, 9356, 10407, 9577, 11710, 13315, 11230, 11641, 8701, 8919, 10865, 10207, 9275, 9043, 7848, 9572, 8042, 8389, 9005, 8547, 9197, 9218, 7693, 8754, 8071, 8809, 8623, 8998, 11055, 9509, 11170, 10585, 9696, 10600, 9101, 8716, 8513, 9003, 8667, 9555, 7974, 8959, 7884, 8708, 8263, 9379, 8337, 9196, 9200, 9016, 9169, 8780, 8495, 10648, 9684, 9871, 9195, 9146, 8618, 9021, 10712, 9066, 8781, 9124, 9065, 8838, 9876, 10544, 9364, 10212, 8938, 8896, 8536, 8899, 8635, 9181, 7643, 9070, 7724, 8766, 9440, 10538, 9271, 8100, 9030, 7808, 8125, 7596, 8469, 8832, 8689, 8518, 8271, 9160, 9177, 9199, 8644, 9016, 9236, 9945, 9583, 10302, 9065, 8319, 8610, 8190, 8546, 7939, 8345, 8941, 8434, 9142, 8248, 9370, 11590, 9153, 9363, 8165, 7943, 8564, 7736, 8704, 8509, 8085, 9223, 10498, 8999, 9117, 7729, 8875, 8740, 8227, 7972, 8792, 8864, 8294, 8765, 9434, 10622, 9235, 9146, 8396, 9016, 9044, 8160, 9347, 9582, 10316, 8744, 9473, 8104, 8949, 8288, 9063, 8380, 8124, 9225, 9653, 8795, 9016, 9145, 8382, 9282, 9011, 9699, 9007, 9614, 8699, 10548, 9099, 9669, 10446, 8779, 9657, 9271, 11136, 8935, 10202, 9264, 9886, 8506, 9219, 8432, 9368, 8498, 8043, 8799, 8331, 9570, 8993, 9423, 9134, 9155, 8700, 10596, 10502, 8467, 9012, 12117, 9890, 12195, 10742, 12481, 10045, 9200, 11833, 9348, 9299, 9170, 10218, 8993, 9298, 10673, 8785, 9547, 8240, 9706, 8438, 9651, 8480, 8988, 8707, 8686, 8687, 8532, 8627, 9192, 9655, 8737, 8198, 8634, 8970, 8710, 9234, 8489, 8978, 10060, 9123, 8865, 8462, 9689, 8345, 10171, 8604, 10792, 10589, 9003, 9739, 8958, 9376, 8066, 8823, 7984, 9621, 8488, 9317, 8506, 10223, 12055, 9439, 9922, 8995, 9682, 8680, 8764, 9847, 8932, 9184, 8634, 9032, 8404, 9082, 8025, 9003, 7888, 8553, 7878, 9166, 8631, 9536, 9877, 8845, 9255, 7754, 8900, 7814, 8708, 8106, 9285, 10821, 9193, 9179, 8126, 10232, 8035, 9445, 8406, 8511, 8174, 9125, 8744, 8649, 8784, 11079, 12745, 10841, 11675, 8543, 9232, 8541, 8620, 10209, 9362, 9410, 8659, 11401, 9121, 10099, 11989, 10461, 9775, 8245, 9493, 8531, 9641, 8341, 8960, 8345, 8895, 8602, 8352, 8539, 9513, 8494, 9875, 8657, 9724, 10158, 9446, 9221, 8698, 8331, 8109, 8145, 8689, 9279, 8621, 9430, 8638, 9530, 9446, 8505, 8891, 9048, 9611, 9017, 9038, 9076, 10016, 8551, 8985, 10165, 9008, 9187, 8491, 9185, 8865, 9658, 8275, 10124, 8895, 9744, 9189, 10275, 8348, 9330, 8207, 9584, 11181, 9691, 9699, 8804, 9194, 9857, 9257, 10112, 8552, 8880, 8351, 9104, 8320, 9524, 8424, 10293, 8604, 10657, 11567, 10203, 8769, 8559, 9122, 8253, 9921, 10351, 10155, 8725, 8677, 8097, 9028, 9926, 9827, 9962, 9588, 9513, 8461, 8073, 9378, 8450, 9202, 9686, 9452, 12488, 10627, 10886, 12792, 10059, 8352, 8785, 9219, 9642, 9891, 9418, 10720, 10923, 9789, 10192, 7863, 8236, 8190, 8487, 7955, 8605, 8106, 9665, 8069, 9896, 9137, 8612, 8675, 10521, 8649, 8347, 8404, 8568, 8413, 9951, 8419, 9605, 8519, 8310, 8925, 8818, 9986, 8894, 8383, 8953, 7815, 9115, 9279, 9122, 8985, 8543, 9663, 8979, 8347, 8459, 9205, 9329, 8307, 10131, 8490, 8530, 8635, 9729, 9656, 9084, 9348, 8627, 9247, 9055, 9891, 8871, 9929, 9451, 9936, 11490, 8730, 9492, 8199, 9361, 9063, 8907, 9189, 8472, 9632, 8720, 9546, 8216, 8802, 8325, 9147, 8617, 8907, 9282, 9554, 11171, 10128, 9338, 9936, 9589, 9507, 9573, 9392, 9067, 8304, 9050, 9210, 9360, 9454, 9899, 9645, 9323, 8122, 8662, 7557, 9536, 8664, 10645, 10926, 10521, 10806, 9869, 10209, 9371, 10199, 9834, 10005, 9676, 10132, 8825, 10002, 9345, 9222, 10226, 10335, 11537, 14811, 11841, 11338, 10223, 10591, 9262, 10636, 11781, 10244, 9961, 9102, 9319, 8867, 9998, 8767, 10310, 10326, 9098, 9134, 8232, 8451, 8702, 9310, 9372, 9465, 9386, 8956, 8431, 8765, 8583, 9249, 8592, 8557, 8433, 8808, 8683, 8052, 8873, 9287, 10064, 9863, 10756, 9641, 9334, 9045, 9022, 9515, 8652, 10263, 9023, 9199, 8781, 8715, 9077, 9716, 8381, 8671, 8485, 9525, 9776, 8675, 8646, 9107, 8584, 8915, 9017, 9277, 9405, 9050, 9729, 10160, 8689, 8983, 8773, 8755, 8851, 9260, 9195, 10400, 10720, 9875, 10609, 9409, 9696, 8859, 9380, 9434, 9728, 8220, 9903, 10020, 8735, 8823, 8957, 8442, 8784, 8761, 9821, 9156, 9222, 8298, 8942, 8476, 8697, 8756, 8739, 8477, 9178, 10196, 8778, 9874, 9345, 10591, 8998, 10327, 10378, 9701, 9663, 9232, 8603, 9330, 8995, 9580, 8991, 9489, 9416, 9062, 8561, 9076, 8596, 9767, 9523, 9624, 8989, 10417, 10368, 10829, 9294, 9092, 9021, 8165, 8833, 8652, 9496, 11322, 10379, 10204, 9239, 9991, 8781, 9572, 8249, 8605, 7964, 9145, 8275, 9017, 9280, 9623, 8702, 9357, 11641, 9919, 10233, 9752, 10019, 8877, 9471, 9671, 9484, 10066, 9498, 9894, 9801, 10058, 8355, 9542, 9379, 8826, 9314, 8893, 9817, 10581, 9849, 10736, 10465, 10386, 10374, 7551, 9475, 9589, 9550, 9816, 10490, 10512, 10169, 10518, 9381, 8796, 9977, 10579, 9075, 9941, 8649, 9566, 7697, 8136, 8899, 8450, 8909, 9955, 8694, 12040, 10980, 10925, 9757, 9229, 15606, 10731, 12127], 'WindowCenter': [4211.0, 4195.0, 4169.0, 4165.0, 4164.0, 4166.0, 4187.0, 4167.0, 4178.0, 4180.0, 4178.0, 4167.0, 4163.0, 4165.0, 4164.0, 4168.0, 4187.0, 4178.0, 4175.0, 4177.0, 4180.0, 4200.0, 4180.0, 4201.0, 4179.0, 4215.0, 4188.0, 4195.0, 4209.0, 4195.0, 4208.0, 4227.0, 4195.0, 4217.0, 4205.0, 4184.0, 4195.0, 4175.0, 4196.0, 4221.0, 4220.0, 4228.0, 4207.0, 4228.0, 4218.0, 4229.0, 4236.0, 4214.0, 4190.0, 4179.0, 4193.0, 4210.0, 4191.0, 4191.0, 4181.0, 4169.0, 4192.0, 4169.0, 4194.0, 4205.0, 4193.0, 4202.0, 4191.0, 4213.0, 4179.0, 4189.0, 4167.0, 4192.0, 4167.0, 4199.0, 4176.0, 4201.0, 4198.0, 4200.0, 4200.0, 4180.0, 4177.0, 4167.0, 4167.0, 4164.0, 4166.0, 4180.0, 4191.0, 4179.0, 4192.0, 4190.0, 4204.0, 4193.0, 4205.0, 4194.0, 4187.0, 4187.0, 4187.0, 4199.0, 4202.0, 4210.0, 4209.0, 4209.0, 4220.0, 4208.0, 4229.0, 4226.0, 4218.0, 4204.0, 4183.0, 4184.0, 4198.0, 4188.0, 4178.0, 4180.0, 4168.0, 4192.0, 4170.0, 4181.0, 4196.0, 4193.0, 4192.0, 4192.0, 4173.0, 4194.0, 4183.0, 4183.0, 4198.0, 4195.0, 4214.0, 4192.0, 4217.0, 4204.0, 4195.0, 4204.0, 4181.0, 4183.0, 4180.0, 4182.0, 4180.0, 4205.0, 4172.0, 4195.0, 4187.0, 4197.0, 4185.0, 4196.0, 4186.0, 4209.0, 4195.0, 4184.0, 4195.0, 4182.0, 4197.0, 4203.0, 4193.0, 4190.0, 4182.0, 4180.0, 4168.0, 4180.0, 4188.0, 4181.0, 4183.0, 4192.0, 4181.0, 4181.0, 4204.0, 4190.0, 4193.0, 4193.0, 4169.0, 4182.0, 4180.0, 4181.0, 4168.0, 4180.0, 4158.0, 4194.0, 4160.0, 4181.0, 4206.0, 4204.0, 4195.0, 4173.0, 4182.0, 4171.0, 4172.0, 4174.0, 4183.0, 4209.0, 4196.0, 4196.0, 4185.0, 4209.0, 4209.0, 4198.0, 4187.0, 4185.0, 4211.0, 4206.0, 4195.0, 4191.0, 4182.0, 4182.0, 4185.0, 4183.0, 4184.0, 4185.0, 4184.0, 4194.0, 4172.0, 4197.0, 4185.0, 4196.0, 4216.0, 4184.0, 4193.0, 4184.0, 4173.0, 4184.0, 4174.0, 4197.0, 4199.0, 4175.0, 4197.0, 4206.0, 4197.0, 4185.0, 4175.0, 4185.0, 4183.0, 4174.0, 4174.0, 4197.0, 4196.0, 4186.0, 4172.0, 4196.0, 4205.0, 4198.0, 4196.0, 4176.0, 4184.0, 4182.0, 4185.0, 4183.0, 4210.0, 4193.0, 4183.0, 4184.0, 4187.0, 4198.0, 4189.0, 4197.0, 4187.0, 4177.0, 4215.0, 4201.0, 4178.0, 4187.0, 4199.0, 4190.0, 4199.0, 4199.0, 4198.0, 4201.0, 4211.0, 4190.0, 4210.0, 4187.0, 4213.0, 4210.0, 4189.0, 4200.0, 4214.0, 4233.0, 4202.0, 4210.0, 4203.0, 4223.0, 4217.0, 4214.0, 4205.0, 4213.0, 4205.0, 4208.0, 4217.0, 4205.0, 4225.0, 4216.0, 4217.0, 4216.0, 4213.0, 4203.0, 4211.0, 4213.0, 4178.0, 4190.0, 4219.0, 4197.0, 4222.0, 4194.0, 4204.0, 4180.0, 4172.0, 4202.0, 4171.0, 4170.0, 4168.0, 4179.0, 4154.0, 4169.0, 4188.0, 4170.0, 4168.0, 4159.0, 4181.0, 4160.0, 4193.0, 4170.0, 4171.0, 4168.0, 4170.0, 4174.0, 4186.0, 4185.0, 4186.0, 4196.0, 4188.0, 4177.0, 4189.0, 4201.0, 4190.0, 4197.0, 4176.0, 4187.0, 4196.0, 4200.0, 4201.0, 4191.0, 4198.0, 4176.0, 4198.0, 4189.0, 4209.0, 4193.0, 4173.0, 4183.0, 4185.0, 4184.0, 4188.0, 4186.0, 4175.0, 4198.0, 4187.0, 4199.0, 4187.0, 4196.0, 4216.0, 4188.0, 4196.0, 4183.0, 4185.0, 4170.0, 4186.0, 4194.0, 4187.0, 4185.0, 4186.0, 4198.0, 4190.0, 4198.0, 4177.0, 4197.0, 4175.0, 4189.0, 4191.0, 4202.0, 4202.0, 4212.0, 4212.0, 4203.0, 4200.0, 4177.0, 4197.0, 4181.0, 4190.0, 4192.0, 4214.0, 4222.0, 4213.0, 4212.0, 4193.0, 4210.0, 4189.0, 4212.0, 4190.0, 4201.0, 4202.0, 4211.0, 4204.0, 4202.0, 4205.0, 4236.0, 4231.0, 4221.0, 4207.0, 4175.0, 4184.0, 4174.0, 4176.0, 4192.0, 4185.0, 4184.0, 4172.0, 4202.0, 4182.0, 4194.0, 4202.0, 4180.0, 4165.0, 4159.0, 4178.0, 4157.0, 4166.0, 4160.0, 4169.0, 4171.0, 4171.0, 4172.0, 4175.0, 4172.0, 4183.0, 4173.0, 4196.0, 4174.0, 4183.0, 4180.0, 4182.0, 4171.0, 4172.0, 4187.0, 4176.0, 4176.0, 4174.0, 4184.0, 4188.0, 4200.0, 4176.0, 4209.0, 4198.0, 4188.0, 4185.0, 4199.0, 4196.0, 4199.0, 4188.0, 4188.0, 4198.0, 4186.0, 4201.0, 4209.0, 4199.0, 4186.0, 4189.0, 4198.0, 4186.0, 4195.0, 4175.0, 4196.0, 4199.0, 4199.0, 4199.0, 4196.0, 4176.0, 4198.0, 4177.0, 4201.0, 4209.0, 4185.0, 4185.0, 4186.0, 4196.0, 4193.0, 4185.0, 4194.0, 4185.0, 4172.0, 4175.0, 4186.0, 4176.0, 4185.0, 4174.0, 4209.0, 4175.0, 4207.0, 4205.0, 4194.0, 4186.0, 4184.0, 4197.0, 4177.0, 4197.0, 4194.0, 4206.0, 4188.0, 4200.0, 4179.0, 4202.0, 4211.0, 4210.0, 4211.0, 4213.0, 4228.0, 4218.0, 4207.0, 4227.0, 4204.0, 4218.0, 4217.0, 4217.0, 4236.0, 4214.0, 4213.0, 4217.0, 4197.0, 4176.0, 4175.0, 4184.0, 4184.0, 4209.0, 4184.0, 4194.0, 4192.0, 4163.0, 4201.0, 4155.0, 4151.0, 4151.0, 4150.0, 4151.0, 4161.0, 4152.0, 4170.0, 4153.0, 4173.0, 4176.0, 4164.0, 4181.0, 4176.0, 4155.0, 4141.0, 4155.0, 4155.0, 4156.0, 4176.0, 4158.0, 4179.0, 4168.0, 4156.0, 4167.0, 4181.0, 4178.0, 4181.0, 4172.0, 4183.0, 4161.0, 4184.0, 4183.0, 4199.0, 4185.0, 4189.0, 4198.0, 4200.0, 4190.0, 4191.0, 4199.0, 4185.0, 4176.0, 4206.0, 4188.0, 4186.0, 4188.0, 4210.0, 4196.0, 4187.0, 4197.0, 4188.0, 4197.0, 4188.0, 4196.0, 4187.0, 4197.0, 4183.0, 4196.0, 4218.0, 4175.0, 4183.0, 4172.0, 4197.0, 4187.0, 4186.0, 4194.0, 4188.0, 4197.0, 4188.0, 4197.0, 4187.0, 4200.0, 4200.0, 4200.0, 4199.0, 4202.0, 4213.0, 4215.0, 4221.0, 4211.0, 4199.0, 4212.0, 4201.0, 4213.0, 4226.0, 4215.0, 4217.0, 4203.0, 4216.0, 4215.0, 4216.0, 4227.0, 4227.0, 4230.0, 4244.0, 4220.0, 4218.0, 4197.0, 4229.0, 4208.0, 4227.0, 4224.0, 4225.0, 4223.0, 4227.0, 4226.0, 4213.0, 4223.0, 4213.0, 4211.0, 4213.0, 4224.0, 4204.0, 4211.0, 4214.0, 4213.0, 4213.0, 4199.0, 4234.0, 4241.0, 4218.0, 4194.0, 4183.0, 4194.0, 4172.0, 4193.0, 4191.0, 4193.0, 4179.0, 4168.0, 4166.0, 4171.0, 4179.0, 4156.0, 4177.0, 4178.0, 4171.0, 4168.0, 4159.0, 4159.0, 4173.0, 4181.0, 4183.0, 4181.0, 4184.0, 4184.0, 4175.0, 4171.0, 4174.0, 4184.0, 4174.0, 4185.0, 4187.0, 4186.0, 4186.0, 4176.0, 4201.0, 4201.0, 4197.0, 4197.0, 4195.0, 4187.0, 4187.0, 4184.0, 4183.0, 4182.0, 4185.0, 4193.0, 4187.0, 4186.0, 4187.0, 4188.0, 4187.0, 4196.0, 4175.0, 4190.0, 4187.0, 4198.0, 4207.0, 4188.0, 4186.0, 4200.0, 4186.0, 4214.0, 4201.0, 4214.0, 4202.0, 4188.0, 4212.0, 4208.0, 4188.0, 4186.0, 4186.0, 4186.0, 4189.0, 4199.0, 4199.0, 4210.0, 4206.0, 4196.0, 4194.0, 4184.0, 4180.0, 4186.0, 4185.0, 4185.0, 4184.0, 4162.0, 4196.0, 4194.0, 4173.0, 4182.0, 4181.0, 4161.0, 4186.0, 4186.0, 4197.0, 4198.0, 4197.0, 4177.0, 4184.0, 4175.0, 4185.0, 4188.0, 4188.0, 4176.0, 4200.0, 4209.0, 4187.0, 4212.0, 4201.0, 4209.0, 4174.0, 4196.0, 4196.0, 4197.0, 4210.0, 4199.0, 4187.0, 4184.0, 4199.0, 4197.0, 4198.0, 4196.0, 4211.0, 4200.0, 4200.0, 4198.0, 4201.0, 4212.0, 4200.0, 4200.0, 4202.0, 4224.0, 4211.0, 4223.0, 4213.0, 4213.0, 4202.0, 4190.0, 4199.0, 4189.0, 4214.0, 4222.0, 4224.0, 4210.0, 4201.0, 4212.0, 4186.0, 4194.0, 4173.0, 4187.0, 4176.0, 4197.0, 4189.0, 4200.0, 4200.0, 4199.0, 4188.0, 4202.0, 4220.0, 4199.0, 4197.0, 4185.0, 4210.0, 4187.0, 4197.0, 4183.0, 4199.0, 4196.0, 4197.0, 4196.0, 4197.0, 4197.0, 4176.0, 4210.0, 4199.0, 4198.0, 4197.0, 4203.0, 4211.0, 4223.0, 4211.0, 4235.0, 4225.0, 4238.0, 4242.0, 4209.0, 4240.0, 4227.0, 4242.0, 4240.0, 4240.0, 4228.0, 4227.0, 4241.0, 4230.0, 4218.0, 4199.0, 4178.0, 4233.0, 4228.0, 4205.0, 4228.0, 4205.0, 4205.0, 4216.0, 4205.0, 4215.0, 4212.0, 4202.0, 4231.0, 4219.0, 4221.0, 4197.0, 4199.0, 4249.0, 4209.0, 4216.0], 'WindowWidth': [9348.0, 9313.0, 9265.0, 9255.0, 9252.0, 9257.0, 9287.0, 9261.0, 9277.0, 9280.0, 9275.0, 9258.0, 9246.0, 9251.0, 9251.0, 9260.0, 9283.0, 9274.0, 9265.0, 9272.0, 9280.0, 9308.0, 9281.0, 9309.0, 9279.0, 9334.0, 9301.0, 9307.0, 9329.0, 9306.0, 9326.0, 9349.0, 9307.0, 9335.0, 9320.0, 9290.0, 9307.0, 9279.0, 9310.0, 9351.0, 9347.0, 9356.0, 9326.0, 9353.0, 9340.0, 9355.0, 9361.0, 9326.0, 9289.0, 9272.0, 9297.0, 9319.0, 9296.0, 9291.0, 9279.0, 9261.0, 9296.0, 9261.0, 9301.0, 9315.0, 9298.0, 9307.0, 9293.0, 9320.0, 9270.0, 9282.0, 9252.0, 9294.0, 9252.0, 9296.0, 9262.0, 9303.0, 9294.0, 9298.0, 9299.0, 9272.0, 9265.0, 9252.0, 9252.0, 9242.0, 9247.0, 9273.0, 9289.0, 9270.0, 9293.0, 9288.0, 9314.0, 9299.0, 9315.0, 9301.0, 9297.0, 9296.0, 9295.0, 9315.0, 9324.0, 9332.0, 9326.0, 9324.0, 9343.0, 9323.0, 9352.0, 9344.0, 9336.0, 9310.0, 9279.0, 9283.0, 9294.0, 9281.0, 9267.0, 9275.0, 9254.0, 9292.0, 9261.0, 9277.0, 9306.0, 9298.0, 9296.0, 9293.0, 9272.0, 9301.0, 9284.0, 9280.0, 9310.0, 9301.0, 9326.0, 9291.0, 9332.0, 9312.0, 9300.0, 9309.0, 9274.0, 9281.0, 9273.0, 9276.0, 9272.0, 9314.0, 9265.0, 9300.0, 9294.0, 9308.0, 9287.0, 9305.0, 9292.0, 9324.0, 9300.0, 9282.0, 9298.0, 9280.0, 9305.0, 9307.0, 9294.0, 9284.0, 9277.0, 9272.0, 9254.0, 9271.0, 9282.0, 9275.0, 9284.0, 9292.0, 9275.0, 9275.0, 9311.0, 9287.0, 9295.0, 9292.0, 9255.0, 9276.0, 9271.0, 9275.0, 9252.0, 9271.0, 9242.0, 9297.0, 9248.0, 9276.0, 9317.0, 9311.0, 9301.0, 9269.0, 9279.0, 9263.0, 9265.0, 9272.0, 9282.0, 9326.0, 9306.0, 9305.0, 9287.0, 9327.0, 9326.0, 9310.0, 9292.0, 9287.0, 9332.0, 9318.0, 9302.0, 9291.0, 9279.0, 9280.0, 9288.0, 9282.0, 9285.0, 9291.0, 9286.0, 9298.0, 9266.0, 9306.0, 9287.0, 9305.0, 9331.0, 9283.0, 9294.0, 9287.0, 9269.0, 9283.0, 9273.0, 9307.0, 9313.0, 9273.0, 9304.0, 9315.0, 9305.0, 9288.0, 9275.0, 9284.0, 9279.0, 9269.0, 9268.0, 9307.0, 9304.0, 9289.0, 9266.0, 9302.0, 9315.0, 9308.0, 9303.0, 9273.0, 9284.0, 9278.0, 9285.0, 9279.0, 9326.0, 9290.0, 9281.0, 9281.0, 9293.0, 9308.0, 9297.0, 9303.0, 9290.0, 9278.0, 9338.0, 9312.0, 9275.0, 9288.0, 9309.0, 9300.0, 9310.0, 9308.0, 9307.0, 9314.0, 9327.0, 9296.0, 9324.0, 9291.0, 9332.0, 9324.0, 9298.0, 9310.0, 9337.0, 9359.0, 9316.0, 9324.0, 9320.0, 9348.0, 9347.0, 9339.0, 9327.0, 9336.0, 9329.0, 9334.0, 9348.0, 9327.0, 9355.0, 9345.0, 9347.0, 9345.0, 9335.0, 9323.0, 9328.0, 9335.0, 9281.0, 9299.0, 9337.0, 9305.0, 9345.0, 9296.0, 9311.0, 9269.0, 9262.0, 9302.0, 9259.0, 9258.0, 9251.0, 9267.0, 9227.0, 9254.0, 9278.0, 9256.0, 9250.0, 9242.0, 9274.0, 9244.0, 9294.0, 9258.0, 9258.0, 9252.0, 9257.0, 9267.0, 9289.0, 9286.0, 9288.0, 9302.0, 9295.0, 9276.0, 9292.0, 9313.0, 9296.0, 9303.0, 9273.0, 9289.0, 9302.0, 9315.0, 9316.0, 9302.0, 9307.0, 9273.0, 9306.0, 9295.0, 9319.0, 9294.0, 9265.0, 9279.0, 9286.0, 9284.0, 9298.0, 9290.0, 9275.0, 9303.0, 9294.0, 9311.0, 9290.0, 9301.0, 9328.0, 9293.0, 9300.0, 9279.0, 9283.0, 9259.0, 9289.0, 9297.0, 9289.0, 9286.0, 9290.0, 9310.0, 9301.0, 9310.0, 9279.0, 9306.0, 9275.0, 9299.0, 9306.0, 9320.0, 9319.0, 9332.0, 9331.0, 9319.0, 9311.0, 9278.0, 9305.0, 9291.0, 9302.0, 9306.0, 9339.0, 9349.0, 9338.0, 9334.0, 9311.0, 9327.0, 9298.0, 9334.0, 9301.0, 9319.0, 9324.0, 9331.0, 9324.0, 9319.0, 9330.0, 9372.0, 9359.0, 9344.0, 9320.0, 9270.0, 9280.0, 9267.0, 9272.0, 9292.0, 9285.0, 9285.0, 9263.0, 9302.0, 9275.0, 9296.0, 9302.0, 9269.0, 9243.0, 9243.0, 9266.0, 9237.0, 9246.0, 9243.0, 9257.0, 9260.0, 9261.0, 9265.0, 9272.0, 9265.0, 9278.0, 9266.0, 9300.0, 9267.0, 9278.0, 9269.0, 9275.0, 9258.0, 9264.0, 9292.0, 9278.0, 9274.0, 9268.0, 9284.0, 9294.0, 9311.0, 9274.0, 9324.0, 9307.0, 9295.0, 9286.0, 9308.0, 9301.0, 9311.0, 9295.0, 9293.0, 9306.0, 9287.0, 9316.0, 9324.0, 9310.0, 9287.0, 9296.0, 9306.0, 9290.0, 9297.0, 9273.0, 9299.0, 9310.0, 9311.0, 9308.0, 9301.0, 9273.0, 9306.0, 9276.0, 9316.0, 9324.0, 9285.0, 9285.0, 9289.0, 9302.0, 9294.0, 9285.0, 9293.0, 9284.0, 9261.0, 9271.0, 9289.0, 9276.0, 9284.0, 9269.0, 9322.0, 9272.0, 9315.0, 9312.0, 9294.0, 9286.0, 9283.0, 9303.0, 9275.0, 9301.0, 9294.0, 9313.0, 9296.0, 9314.0, 9284.0, 9320.0, 9330.0, 9327.0, 9331.0, 9336.0, 9365.0, 9353.0, 9335.0, 9360.0, 9326.0, 9350.0, 9344.0, 9346.0, 9370.0, 9337.0, 9336.0, 9333.0, 9302.0, 9273.0, 9272.0, 9280.0, 9283.0, 9322.0, 9282.0, 9297.0, 9289.0, 9238.0, 9307.0, 9232.0, 9218.0, 9222.0, 9219.0, 9223.0, 9236.0, 9230.0, 9247.0, 9230.0, 9255.0, 9262.0, 9244.0, 9275.0, 9258.0, 9230.0, 9206.0, 9230.0, 9230.0, 9232.0, 9257.0, 9237.0, 9268.0, 9249.0, 9232.0, 9248.0, 9272.0, 9265.0, 9274.0, 9264.0, 9282.0, 9246.0, 9280.0, 9278.0, 9309.0, 9285.0, 9296.0, 9304.0, 9310.0, 9298.0, 9301.0, 9308.0, 9283.0, 9273.0, 9313.0, 9293.0, 9289.0, 9295.0, 9326.0, 9302.0, 9291.0, 9301.0, 9292.0, 9303.0, 9294.0, 9301.0, 9291.0, 9304.0, 9277.0, 9301.0, 9331.0, 9268.0, 9275.0, 9263.0, 9304.0, 9290.0, 9286.0, 9295.0, 9293.0, 9304.0, 9295.0, 9302.0, 9292.0, 9314.0, 9316.0, 9312.0, 9309.0, 9317.0, 9334.0, 9338.0, 9339.0, 9325.0, 9307.0, 9328.0, 9313.0, 9334.0, 9356.0, 9341.0, 9345.0, 9324.0, 9344.0, 9341.0, 9342.0, 9359.0, 9361.0, 9368.0, 9393.0, 9358.0, 9350.0, 9318.0, 9366.0, 9334.0, 9356.0, 9349.0, 9353.0, 9350.0, 9360.0, 9356.0, 9336.0, 9347.0, 9335.0, 9328.0, 9334.0, 9350.0, 9324.0, 9329.0, 9337.0, 9333.0, 9333.0, 9308.0, 9365.0, 9374.0, 9335.0, 9294.0, 9279.0, 9295.0, 9261.0, 9289.0, 9284.0, 9290.0, 9267.0, 9249.0, 9245.0, 9256.0, 9265.0, 9231.0, 9260.0, 9263.0, 9259.0, 9250.0, 9239.0, 9238.0, 9266.0, 9273.0, 9277.0, 9271.0, 9280.0, 9280.0, 9270.0, 9258.0, 9269.0, 9282.0, 9269.0, 9285.0, 9291.0, 9286.0, 9289.0, 9274.0, 9316.0, 9313.0, 9303.0, 9301.0, 9296.0, 9288.0, 9289.0, 9281.0, 9279.0, 9274.0, 9284.0, 9292.0, 9292.0, 9287.0, 9291.0, 9293.0, 9289.0, 9299.0, 9268.0, 9297.0, 9288.0, 9305.0, 9318.0, 9296.0, 9289.0, 9310.0, 9289.0, 9337.0, 9316.0, 9337.0, 9317.0, 9294.0, 9330.0, 9323.0, 9295.0, 9289.0, 9288.0, 9287.0, 9296.0, 9310.0, 9309.0, 9327.0, 9314.0, 9301.0, 9295.0, 9280.0, 9270.0, 9287.0, 9283.0, 9283.0, 9281.0, 9251.0, 9300.0, 9295.0, 9268.0, 9275.0, 9275.0, 9245.0, 9289.0, 9288.0, 9302.0, 9307.0, 9306.0, 9278.0, 9283.0, 9273.0, 9286.0, 9294.0, 9292.0, 9275.0, 9314.0, 9322.0, 9292.0, 9329.0, 9314.0, 9319.0, 9267.0, 9297.0, 9301.0, 9302.0, 9325.0, 9308.0, 9291.0, 9282.0, 9309.0, 9304.0, 9307.0, 9302.0, 9330.0, 9314.0, 9313.0, 9307.0, 9317.0, 9330.0, 9314.0, 9311.0, 9319.0, 9350.0, 9328.0, 9348.0, 9335.0, 9335.0, 9317.0, 9297.0, 9307.0, 9297.0, 9338.0, 9347.0, 9351.0, 9324.0, 9317.0, 9332.0, 9287.0, 9295.0, 9266.0, 9292.0, 9274.0, 9302.0, 9298.0, 9316.0, 9311.0, 9311.0, 9293.0, 9319.0, 9340.0, 9310.0, 9302.0, 9283.0, 9325.0, 9291.0, 9304.0, 9280.0, 9310.0, 9301.0, 9302.0, 9300.0, 9302.0, 9302.0, 9274.0, 9327.0, 9309.0, 9307.0, 9303.0, 9322.0, 9330.0, 9347.0, 9329.0, 9368.0, 9356.0, 9378.0, 9389.0, 9344.0, 9383.0, 9361.0, 9388.0, 9383.0, 9380.0, 9362.0, 9358.0, 9386.0, 9368.0, 9349.0, 9307.0, 9261.0, 9380.0, 9362.0, 9331.0, 9364.0, 9328.0, 9326.0, 9340.0, 9325.0, 9338.0, 9330.0, 9317.0, 9353.0, 9338.0, 9345.0, 9306.0, 9309.0, 9377.0, 9321.0, 9328.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.017530172018348625</td></tr>
<tr><td colspan=3>aqi</td><td>0.0947909369266055</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.059853616096454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.15785578065442</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1057206349827793</td></tr>
<tr><td colspan=3>efc</td><td>0.5566</td></tr>
<tr><td colspan=3>fber</td><td>1812.2885</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24217590706498515</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>443</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>50.80275229357798</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533823174518046</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4395819418358338</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.807724660331355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3541629213869495</td></tr>
<tr><td colspan=3>gcor</td><td>0.0062857</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022318050265312195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0834246277809143</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>4.595593550111295</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.9032</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>285.6962</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285027.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1216.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.7186</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5226</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.4413</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3352.0206</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>755.2846</td></tr>
<tr><td colspan=3>tsnr</td><td>21.046682889573276</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>