ds005256-mriqc/sub-0099_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 33e4541bf2 [DATALAD RUNCMD] Compute MRIQC for sub-0099
=== 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-0099 --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-0099",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:40:23 +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-0099_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0099_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>275dd44c273defb7a3b2ef3fdc4573df</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:46:59.835000</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.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0814999</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b8f018bc-e5e5-4285-8116-20b64f2e2b7c||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.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['144659.835000', '144700.295000', '144700.755000', '144701.215000', '144701.675000', '144702.135000', '144702.595000', '144703.055000', '144703.515000', '144703.975000', '144704.435000', '144704.895000', '144705.355000', '144705.815000', '144706.275000', '144706.735000', '144707.195000', '144707.655000', '144708.115000', '144708.575000', '144709.035000', '144709.495000', '144709.955000', '144710.415000', '144710.875000', '144711.335000', '144711.795000', '144712.255000', '144712.715000', '144713.175000', '144713.635000', '144714.095000', '144714.555000', '144715.015000', '144715.475000', '144715.935000', '144716.395000', '144716.855000', '144717.315000', '144717.775000', '144718.235000', '144718.695000', '144719.155000', '144719.615000', '144720.075000', '144720.535000', '144720.995000', '144721.455000', '144721.915000', '144722.375000', '144722.835000', '144723.295000', '144723.755000', '144724.215000', '144724.675000', '144725.135000', '144725.595000', '144726.055000', '144726.515000', '144726.975000', '144727.435000', '144727.895000', '144728.355000', '144728.815000', '144729.275000', '144729.735000', '144730.195000', '144730.655000', '144731.115000', '144731.575000', '144732.035000', '144732.495000', '144732.955000', '144733.415000', '144733.875000', '144734.335000', '144734.795000', '144735.255000', '144735.715000', '144736.175000', '144736.635000', '144737.095000', '144737.555000', '144738.015000', '144738.475000', '144738.935000', '144739.395000', '144739.855000', '144740.315000', '144740.775000', '144741.235000', '144741.695000', '144742.155000', '144742.615000', '144743.075000', '144743.535000', '144743.995000', '144744.455000', '144744.915000', '144745.375000', '144745.835000', '144746.295000', '144746.755000', '144747.215000', '144747.675000', '144748.135000', '144748.595000', '144749.055000', '144749.515000', '144749.975000', '144750.435000', '144750.895000', '144751.355000', '144751.815000', '144752.275000', '144752.735000', '144753.195000', '144753.655000', '144754.115000', '144754.575000', '144755.035000', '144755.495000', '144755.955000', '144756.415000', '144756.875000', '144757.335000', '144757.795000', '144758.255000', '144758.715000', '144759.175000', '144759.635000', '144800.095000', '144800.555000', '144801.015000', '144801.475000', '144801.935000', '144802.395000', '144802.855000', '144803.315000', '144803.775000', '144804.235000', '144804.695000', '144805.155000', '144805.615000', '144806.075000', '144806.535000', '144806.995000', '144807.455000', '144807.915000', '144808.375000', '144808.835000', '144809.295000', '144809.755000', '144810.215000', '144810.675000', '144811.135000', '144811.595000', '144812.055000', '144812.515000', '144812.975000', '144813.435000', '144813.895000', '144814.355000', '144814.815000', '144815.275000', '144815.735000', '144816.195000', '144816.655000', '144817.115000', '144817.575000', '144818.035000', '144818.495000', '144818.955000', '144819.415000', '144819.875000', '144820.335000', '144820.795000', '144821.255000', '144821.715000', '144822.175000', '144822.635000', '144823.095000', '144823.555000', '144824.015000', '144824.475000', '144824.935000', '144825.395000', '144825.855000', '144826.315000', '144826.775000', '144827.235000', '144827.695000', '144828.155000', '144828.615000', '144829.075000', '144829.535000', '144829.995000', '144830.455000', '144830.915000', '144831.375000', '144831.835000', '144832.295000', '144832.755000', '144833.215000', '144833.675000', '144834.135000', '144834.595000', '144835.055000', '144835.515000', '144835.975000', '144836.435000', '144836.895000', '144837.355000', '144837.815000', '144838.275000', '144838.735000', '144839.195000', '144839.655000', '144840.115000', '144840.575000', '144841.035000', '144841.495000', '144841.955000', '144842.415000', '144842.875000', '144843.335000', '144843.795000', '144844.255000', '144844.715000', '144845.175000', '144845.635000', '144846.095000', '144846.555000', '144847.015000', '144847.475000', '144847.935000', '144848.395000', '144848.855000', '144849.315000', '144849.775000', '144850.235000', '144850.695000', '144851.155000', '144851.615000', '144852.075000', '144852.535000', '144852.995000', '144853.455000', '144853.915000', '144854.375000', '144854.835000', '144855.295000', '144855.755000', '144856.215000', '144856.675000', '144857.135000', '144857.595000', '144858.055000', '144858.515000', '144858.975000', '144859.435000', '144859.895000', '144900.355000', '144900.815000', '144901.275000', '144901.735000', '144902.195000', '144902.655000', '144903.115000', '144903.575000', '144904.035000', '144904.495000', '144904.955000', '144905.415000', '144905.875000', '144906.335000', '144906.795000', '144907.255000', '144907.715000', '144908.175000', '144908.635000', '144909.095000', '144909.555000', '144910.015000', '144910.475000', '144910.935000', '144911.395000', '144911.855000', '144912.315000', '144912.775000', '144913.235000', '144913.695000', '144914.155000', '144914.615000', '144915.075000', '144915.535000', '144915.995000', '144916.455000', '144916.915000', '144917.375000', '144917.835000', '144918.295000', '144918.755000', '144919.215000', '144919.675000', '144920.135000', '144920.595000', '144921.055000', '144921.515000', '144921.975000', '144922.435000', '144922.895000', '144923.355000', '144923.815000', '144924.275000', '144924.735000', '144925.195000', '144925.655000', '144926.115000', '144926.575000', '144927.035000', '144927.495000', '144927.955000', '144928.415000', '144928.875000', '144929.335000', '144929.795000', '144930.255000', '144930.715000', '144931.175000', '144931.635000', '144932.095000', '144932.555000', '144933.015000', '144933.475000', '144933.935000', '144934.395000', '144934.855000', '144935.315000', '144935.775000', '144936.235000', '144936.695000', '144937.155000', '144937.615000', '144938.075000', '144938.535000', '144938.995000', '144939.455000', '144939.915000', '144940.375000', '144940.835000', '144941.295000', '144941.755000', '144942.215000', '144942.675000', '144943.135000', '144943.595000', '144944.055000', '144944.515000', '144944.975000', '144945.435000', '144945.895000', '144946.355000', '144946.815000', '144947.275000', '144947.735000', '144948.195000', '144948.655000', '144949.115000', '144949.575000', '144950.035000', '144950.495000', '144950.955000', '144951.415000', '144951.875000', '144952.335000', '144952.795000', '144953.255000', '144953.715000', '144954.175000', '144954.635000', '144955.095000', '144955.555000', '144956.015000', '144956.475000', '144956.935000', '144957.395000', '144957.855000', '144958.315000', '144958.775000', '144959.235000', '144959.695000', '145000.155000', '145000.615000', '145001.075000', '145001.535000', '145001.995000', '145002.455000', '145002.915000', '145003.375000', '145003.835000', '145004.295000', '145004.755000', '145005.215000', '145005.675000', '145006.135000', '145006.595000', '145007.055000', '145007.515000', '145007.975000', '145008.435000', '145008.895000', '145009.355000', '145009.815000', '145010.275000', '145010.735000', '145011.195000', '145011.655000', '145012.115000', '145012.575000', '145013.035000', '145013.495000', '145013.955000', '145014.415000', '145014.875000', '145015.335000', '145015.795000', '145016.255000', '145016.715000', '145017.175000', '145017.635000', '145018.095000', '145018.555000', '145019.015000', '145019.475000', '145019.935000', '145020.395000', '145020.855000', '145021.315000', '145021.775000', '145022.235000', '145022.695000', '145023.155000', '145023.615000', '145024.075000', '145024.535000', '145024.995000', '145025.455000', '145025.915000', '145026.375000', '145026.835000', '145027.295000', '145027.755000', '145028.215000', '145028.675000', '145029.135000', '145029.595000', '145030.055000', '145030.515000', '145030.975000', '145031.435000', '145031.895000', '145032.355000', '145032.815000', '145033.275000', '145033.735000', '145034.195000', '145034.655000', '145035.115000', '145035.575000', '145036.035000', '145036.495000', '145036.955000', '145037.415000', '145037.875000', '145038.335000', '145038.795000', '145039.255000', '145039.715000', '145040.175000', '145040.635000', '145041.095000', '145041.555000', '145042.015000', '145042.475000', '145042.935000', '145043.395000', '145043.855000', '145044.315000', '145044.775000', '145045.235000', '145045.695000', '145046.155000', '145046.615000', '145047.075000', '145047.535000', '145047.995000', '145048.455000', '145048.915000', '145049.375000', '145049.835000', '145050.295000', '145050.755000', '145051.215000', '145051.675000', '145052.135000', '145052.595000', '145053.055000', '145053.515000', '145053.975000', '145054.435000', '145054.895000', '145055.355000', '145055.815000', '145056.275000', '145056.735000', '145057.195000', '145057.655000', '145058.115000', '145058.575000', '145059.035000', '145059.495000', '145059.955000', '145100.415000', '145100.875000', '145101.335000', '145101.795000', '145102.255000', '145102.715000', '145103.175000', '145103.635000', '145104.095000', '145104.555000', '145105.015000', '145105.475000', '145105.935000', '145106.395000', '145106.855000', '145107.315000', '145107.775000', '145108.235000', '145108.695000', '145109.155000', '145109.615000', '145110.075000', '145110.535000', '145110.995000', '145111.455000', '145111.915000', '145112.375000', '145112.835000', '145113.295000', '145113.755000', '145114.215000', '145114.675000', '145115.135000', '145115.595000', '145116.055000', '145116.515000', '145116.975000', '145117.435000', '145117.895000', '145118.355000', '145118.815000', '145119.275000', '145119.735000', '145120.195000', '145120.655000', '145121.115000', '145121.575000', '145122.035000', '145122.495000', '145122.955000', '145123.415000', '145123.875000', '145124.335000', '145124.795000', '145125.255000', '145125.715000', '145126.175000', '145126.635000', '145127.095000', '145127.555000', '145128.015000', '145128.475000', '145128.935000', '145129.395000', '145129.855000', '145130.315000', '145130.775000', '145131.235000', '145131.695000', '145132.155000', '145132.615000', '145133.075000', '145133.535000', '145133.995000', '145134.455000', '145134.915000', '145135.375000', '145135.835000', '145136.295000', '145136.755000', '145137.215000', '145137.675000', '145138.135000', '145138.595000', '145139.055000', '145139.515000', '145139.975000', '145140.435000', '145140.895000', '145141.355000', '145141.815000', '145142.275000', '145142.735000', '145143.195000', '145143.655000', '145144.115000', '145144.575000', '145145.035000', '145145.495000', '145145.955000', '145146.415000', '145146.875000', '145147.335000', '145147.795000', '145148.255000', '145148.715000', '145149.175000', '145149.635000', '145150.095000', '145150.555000', '145151.015000', '145151.475000', '145151.935000', '145152.395000', '145152.855000', '145153.315000', '145153.775000', '145154.235000', '145154.695000', '145155.155000', '145155.615000', '145156.075000', '145156.535000', '145156.995000', '145157.455000', '145157.915000', '145158.375000', '145158.835000', '145159.295000', '145159.755000', '145200.215000', '145200.675000', '145201.135000', '145201.595000', '145202.055000', '145202.515000', '145202.975000', '145203.435000', '145203.895000', '145204.355000', '145204.815000', '145205.275000', '145205.735000', '145206.195000', '145206.655000', '145207.115000', '145207.575000', '145208.035000', '145208.495000', '145208.955000', '145209.415000', '145209.875000', '145210.335000', '145210.795000', '145211.255000', '145211.715000', '145212.175000', '145212.635000', '145213.095000', '145213.555000', '145214.015000', '145214.475000', '145214.935000', '145215.395000', '145215.855000', '145216.315000', '145216.775000', '145217.235000', '145217.695000', '145218.155000', '145218.615000', '145219.075000', '145219.535000', '145219.995000', '145220.455000', '145220.915000', '145221.375000', '145221.835000', '145222.295000', '145222.755000', '145223.215000', '145223.675000', '145224.135000', '145224.595000', '145225.055000', '145225.515000', '145225.975000', '145226.435000', '145226.895000', '145227.355000', '145227.815000', '145228.275000', '145228.735000', '145229.195000', '145229.655000', '145230.115000', '145230.575000', '145231.035000', '145231.495000', '145231.955000', '145232.415000', '145232.875000', '145233.335000', '145233.795000', '145234.255000', '145234.715000', '145235.175000', '145235.635000', '145236.095000', '145236.555000', '145237.015000', '145237.475000', '145237.935000', '145238.395000', '145238.855000', '145239.315000', '145239.775000', '145240.235000', '145240.695000', '145241.155000', '145241.615000', '145242.075000', '145242.535000', '145242.995000', '145243.455000', '145243.915000', '145244.375000', '145244.835000', '145245.295000', '145245.755000', '145246.215000', '145246.675000', '145247.135000', '145247.595000', '145248.055000', '145248.515000', '145248.975000', '145249.435000', '145249.895000', '145250.355000', '145250.815000', '145251.275000', '145251.735000', '145252.195000', '145252.655000', '145253.115000', '145253.575000', '145254.035000', '145254.495000', '145254.955000', '145255.415000', '145255.875000', '145256.335000', '145256.795000', '145257.255000', '145257.715000', '145258.175000', '145258.635000', '145259.095000', '145259.555000', '145300.015000', '145300.475000', '145300.935000', '145301.395000', '145301.855000', '145302.315000', '145302.775000', '145303.235000', '145303.695000', '145304.155000', '145304.615000', '145305.075000', '145305.535000', '145305.995000', '145306.455000', '145306.915000', '145307.375000', '145307.835000', '145308.295000', '145308.755000', '145309.215000', '145309.675000', '145310.135000', '145310.595000', '145311.055000', '145311.515000', '145311.975000', '145312.435000', '145312.895000', '145313.355000', '145313.815000', '145314.275000', '145314.735000', '145315.195000', '145315.655000', '145316.115000', '145316.575000', '145317.035000', '145317.495000', '145317.955000', '145318.415000', '145318.875000', '145319.335000', '145319.795000', '145320.255000', '145320.715000', '145321.175000', '145321.635000', '145322.095000', '145322.555000', '145323.015000', '145323.475000', '145323.935000', '145324.395000', '145324.855000', '145325.315000', '145325.775000', '145326.235000', '145326.695000', '145327.155000', '145327.615000', '145328.075000', '145328.535000', '145328.995000', '145329.455000', '145329.915000', '145330.375000', '145330.835000', '145331.295000', '145331.755000', '145332.215000', '145332.675000', '145333.135000', '145333.595000', '145334.055000', '145334.515000', '145334.975000', '145335.435000', '145335.895000', '145336.355000', '145336.815000', '145337.275000', '145337.735000', '145338.195000', '145338.655000', '145339.115000', '145339.575000', '145340.035000', '145340.495000'], 'ContentTime': ['144717.536000', '144717.539000', '144717.543000', '144717.546000', '144717.549000', '144717.551000', '144717.554000', '144717.556000', '144717.559000', '144717.562000', '144717.564000', '144717.567000', '144717.569000', '144717.572000', '144717.575000', '144717.577000', '144717.580000', '144717.582000', '144717.585000', '144717.587000', '144717.590000', '144717.593000', '144717.595000', '144717.598000', '144717.601000', '144717.603000', '144717.606000', '144717.608000', '144717.611000', '144717.613000', '144717.616000', '144717.619000', '144717.621000', '144717.624000', '144717.626000', '144717.629000', '144717.637000', '144737.509000', '144737.512000', '144737.515000', '144737.526000', '144737.529000', '144737.531000', '144737.534000', '144737.536000', '144737.539000', '144737.541000', '144737.544000', '144737.547000', '144737.549000', '144737.552000', '144737.554000', '144737.557000', '144737.559000', '144737.562000', '144737.565000', '144737.567000', '144737.570000', '144737.572000', '144737.575000', '144737.577000', '144737.580000', '144737.583000', '144737.585000', '144737.588000', '144737.590000', '144737.593000', '144737.596000', '144737.598000', '144737.601000', '144737.603000', '144737.606000', '144737.608000', '144737.611000', '144737.613000', '144737.616000', '144737.619000', '144737.621000', '144737.624000', '144737.626000', '144757.509000', '144757.512000', '144757.515000', '144757.518000', '144757.521000', '144757.523000', '144757.526000', '144757.529000', '144757.531000', '144757.534000', '144757.536000', '144757.540000', '144757.543000', '144757.546000', '144757.548000', '144757.551000', '144757.553000', '144757.556000', '144757.593000', '144757.595000', '144757.598000', '144757.601000', '144757.603000', '144757.606000', '144757.608000', '144757.611000', '144757.614000', '144757.616000', '144757.619000', '144757.622000', '144757.624000', '144757.627000', '144757.630000', '144757.632000', '144757.635000', '144757.638000', '144757.640000', '144757.643000', '144757.646000', '144757.648000', '144757.651000', '144757.653000', '144757.656000', '144817.508000', '144817.511000', '144817.514000', '144817.517000', '144817.519000', '144817.522000', '144817.524000', '144817.527000', '144817.529000', '144817.532000', '144817.535000', '144817.537000', '144817.540000', '144817.542000', '144817.545000', '144817.548000', '144817.550000', '144817.553000', '144817.555000', '144817.558000', '144817.560000', '144817.563000', '144817.566000', '144817.569000', '144817.576000', '144817.579000', '144817.581000', '144817.584000', '144817.587000', '144817.589000', '144817.592000', '144817.595000', '144817.597000', '144817.600000', '144817.602000', '144817.605000', '144817.608000', '144817.610000', '144817.613000', '144817.615000', '144817.618000', '144817.621000', '144817.623000', '144817.626000', '144837.508000', '144837.511000', '144837.514000', '144837.516000', '144837.519000', '144837.522000', '144837.524000', '144837.527000', '144837.530000', '144837.532000', '144837.535000', '144837.537000', '144837.540000', '144837.542000', '144837.545000', '144837.548000', '144837.550000', '144837.553000', '144837.555000', '144837.561000', '144837.564000', '144837.566000', '144837.569000', '144837.571000', '144837.574000', '144837.577000', '144837.579000', '144837.582000', '144837.584000', '144837.587000', '144837.590000', '144837.592000', '144837.595000', '144837.597000', '144837.600000', '144837.603000', '144837.605000', '144837.608000', '144837.610000', '144837.613000', '144837.616000', '144837.618000', '144837.621000', '144837.624000', '144857.509000', '144857.513000', '144857.515000', '144857.518000', '144857.521000', '144857.523000', '144857.526000', '144857.529000', '144857.531000', '144857.534000', '144857.536000', '144857.539000', '144857.542000', '144857.544000', '144857.547000', '144857.550000', '144857.552000', '144857.555000', '144857.557000', '144857.560000', '144857.563000', '144857.565000', '144857.568000', '144857.570000', '144857.573000', '144857.575000', '144857.578000', '144857.581000', '144857.583000', '144857.586000', '144857.589000', '144857.591000', '144857.594000', '144857.597000', '144857.599000', '144857.602000', '144857.604000', '144857.607000', '144857.610000', '144857.612000', '144857.615000', '144857.618000', '144857.620000', '144917.510000', '144917.513000', '144917.516000', '144917.519000', '144917.522000', '144917.524000', '144917.527000', '144917.529000', '144917.532000', '144917.535000', '144917.537000', '144917.540000', '144917.542000', '144917.546000', '144917.548000', '144917.551000', '144917.554000', '144917.556000', '144917.559000', '144917.561000', '144917.564000', '144917.567000', '144917.569000', '144917.572000', '144917.575000', '144917.577000', '144917.580000', '144917.582000', '144917.585000', '144917.588000', '144917.590000', '144917.593000', '144917.596000', '144917.598000', '144917.601000', '144917.603000', '144917.606000', '144917.608000', '144917.611000', '144917.614000', '144917.616000', '144917.619000', '144917.621000', '144937.510000', '144937.513000', '144937.515000', '144937.518000', '144937.521000', '144937.523000', '144937.526000', '144937.528000', '144937.531000', '144937.534000', '144937.536000', '144937.539000', '144937.542000', '144937.544000', '144937.562000', '144937.565000', '144937.567000', '144937.570000', '144937.573000', '144937.575000', '144937.578000', '144937.581000', '144937.583000', '144937.586000', '144937.588000', '144937.591000', '144937.594000', '144937.597000', '144937.599000', '144937.602000', '144937.605000', '144937.607000', '144937.610000', '144937.613000', '144937.615000', '144937.618000', '144937.620000', '144937.623000', '144937.626000', '144937.628000', '144937.631000', '144937.633000', '144937.636000', '144937.639000', '144957.509000', '144957.512000', '144957.515000', '144957.518000', '144957.520000', '144957.523000', '144957.525000', '144957.528000', '144957.531000', '144957.534000', '144957.536000', '144957.539000', '144957.541000', '144957.544000', '144957.547000', '144957.549000', '144957.552000', '144957.555000', '144957.557000', '144957.560000', '144957.563000', '144957.565000', '144957.568000', '144957.570000', '144957.573000', '144957.576000', '144957.578000', '144957.581000', '144957.584000', '144957.586000', '144957.589000', '144957.592000', '144957.594000', '144957.597000', '144957.600000', '144957.602000', '144957.605000', '144957.608000', '144957.610000', '144957.613000', '144957.615000', '144957.618000', '144957.620000', '144957.623000', '145017.510000', '145017.513000', '145017.515000', '145017.518000', '145017.521000', '145017.523000', '145017.526000', '145017.529000', '145017.531000', '145017.534000', '145017.536000', '145017.539000', '145017.542000', '145017.545000', '145017.547000', '145017.550000', '145017.552000', '145017.555000', '145017.558000', '145017.560000', '145017.563000', '145017.566000', '145017.568000', '145017.571000', '145017.574000', '145017.576000', '145017.579000', '145017.582000', '145017.584000', '145017.587000', '145017.590000', '145017.592000', '145017.595000', '145017.598000', '145017.600000', '145017.603000', '145017.606000', '145017.608000', '145017.611000', '145017.614000', '145017.616000', '145017.619000', '145017.622000', '145037.509000', '145037.511000', '145037.514000', '145037.517000', '145037.519000', '145037.522000', '145037.525000', '145037.527000', '145037.531000', '145037.534000', '145037.537000', '145037.539000', '145037.542000', '145037.545000', '145037.547000', '145037.550000', '145037.553000', '145037.555000', '145037.558000', '145037.561000', '145037.563000', '145037.566000', '145037.569000', '145037.571000', '145037.574000', '145037.576000', '145037.579000', '145037.582000', '145037.585000', '145037.587000', '145037.590000', '145037.593000', '145037.595000', '145037.598000', '145037.601000', '145037.603000', '145037.606000', '145037.609000', '145037.611000', '145037.614000', '145037.617000', '145037.619000', '145037.622000', '145057.509000', '145057.511000', '145057.514000', '145057.517000', '145057.519000', '145057.522000', '145057.525000', '145057.527000', '145057.530000', '145057.532000', '145057.535000', '145057.538000', '145057.540000', '145057.543000', '145057.545000', '145057.548000', '145057.551000', '145057.553000', '145057.556000', '145057.559000', '145057.561000', '145057.564000', '145057.566000', '145057.569000', '145057.572000', '145057.575000', '145057.577000', '145057.580000', '145057.583000', '145057.585000', '145057.588000', '145057.591000', '145057.593000', '145057.596000', '145057.598000', '145057.601000', '145057.604000', '145057.606000', '145057.609000', '145057.611000', '145057.614000', '145057.617000', '145057.619000', '145057.622000', '145117.510000', '145117.513000', '145117.515000', '145117.518000', '145117.520000', '145117.523000', '145117.526000', '145117.528000', '145117.531000', '145117.534000', '145117.537000', '145117.540000', '145117.542000', '145117.545000', '145117.548000', '145117.550000', '145117.553000', '145117.556000', '145117.558000', '145117.561000', '145117.563000', '145117.566000', '145117.569000', '145117.571000', '145117.574000', '145117.577000', '145117.579000', '145117.582000', '145117.585000', '145117.587000', '145117.590000', '145117.593000', '145117.595000', '145117.598000', '145117.601000', '145117.603000', '145117.606000', '145117.609000', '145117.611000', '145117.614000', '145117.616000', '145117.619000', '145117.622000', '145137.509000', '145137.512000', '145137.515000', '145137.518000', '145137.520000', '145137.523000', '145137.525000', '145137.528000', '145137.530000', '145137.533000', '145137.536000', '145137.538000', '145137.541000', '145137.544000', '145137.546000', '145137.549000', '145137.551000', '145137.554000', '145137.557000', '145137.559000', '145137.562000', '145137.564000', '145137.567000', '145137.570000', '145137.572000', '145137.575000', '145137.577000', '145137.580000', '145137.582000', '145137.585000', '145137.588000', '145137.590000', '145137.593000', '145137.596000', '145137.598000', '145137.601000', '145137.603000', '145137.606000', '145137.609000', '145137.611000', '145137.614000', '145137.616000', '145137.619000', '145137.622000', '145157.509000', '145157.512000', '145157.515000', '145157.518000', '145157.520000', '145157.523000', '145157.525000', '145157.528000', '145157.531000', '145157.533000', '145157.536000', '145157.538000', '145157.541000', '145157.544000', '145157.546000', '145157.549000', '145157.551000', '145157.554000', '145157.557000', '145157.559000', '145157.562000', '145157.565000', '145157.567000', '145157.571000', '145157.574000', '145157.576000', '145157.579000', '145157.581000', '145157.584000', '145157.587000', '145157.589000', '145157.592000', '145157.595000', '145157.597000', '145157.600000', '145157.602000', '145157.605000', '145157.608000', '145157.610000', '145157.613000', '145157.616000', '145157.618000', '145157.621000', '145217.509000', '145217.512000', '145217.515000', '145217.518000', '145217.520000', '145217.523000', '145217.525000', '145217.528000', '145217.531000', '145217.533000', '145217.536000', '145217.538000', '145217.541000', '145217.544000', '145217.546000', '145217.549000', '145217.551000', '145217.554000', '145217.557000', '145217.559000', '145217.562000', '145217.564000', '145217.567000', '145217.570000', '145217.572000', '145217.575000', '145217.584000', '145217.587000', '145217.590000', '145217.592000', '145217.595000', '145217.597000', '145217.600000', '145217.603000', '145217.605000', '145217.608000', '145217.610000', '145217.613000', '145217.616000', '145217.618000', '145217.621000', '145217.623000', '145217.626000', '145217.629000', '145237.509000', '145237.513000', '145237.515000', '145237.518000', '145237.520000', '145237.569000', '145237.571000', '145237.574000', '145237.576000', '145237.579000', '145237.582000', '145237.584000', '145237.587000', '145237.589000', '145237.592000', '145237.595000', '145237.597000', '145237.600000', '145237.602000', '145237.605000', '145237.608000', '145237.610000', '145237.613000', '145237.616000', '145237.618000', '145237.621000', '145237.623000', '145237.626000', '145237.629000', '145237.631000', '145237.634000', '145237.636000', '145237.639000', '145237.641000', '145237.644000', '145237.647000', '145237.649000', '145237.652000', '145237.655000', '145237.657000', '145237.660000', '145237.662000', '145237.665000', '145257.508000', '145257.511000', '145257.514000', '145257.517000', '145257.519000', '145257.522000', '145257.524000', '145257.527000', '145257.530000', '145257.532000', '145257.535000', '145257.537000', '145257.540000', '145257.543000', '145257.545000', '145257.548000', '145257.550000', '145257.553000', '145257.556000', '145257.558000', '145257.561000', '145257.564000', '145257.566000', '145257.569000', '145257.571000', '145257.574000', '145257.577000', '145257.579000', '145257.582000', '145257.585000', '145257.587000', '145257.590000', '145257.593000', '145257.595000', '145257.598000', '145257.601000', '145257.603000', '145257.606000', '145257.608000', '145257.611000', '145257.614000', '145257.616000', '145257.619000', '145257.621000', '145317.508000', '145317.511000', '145317.514000', '145317.517000', '145317.519000', '145317.522000', '145317.525000', '145317.527000', '145317.530000', '145317.532000', '145317.535000', '145317.538000', '145317.540000', '145317.543000', '145317.545000', '145317.548000', '145317.550000', '145317.553000', '145317.556000', '145317.558000', '145317.561000', '145317.564000', '145317.566000', '145317.569000', '145317.572000', '145317.574000', '145317.577000', '145317.580000', '145317.582000', '145317.585000', '145317.588000', '145317.590000', '145317.593000', '145317.596000', '145317.598000', '145317.601000', '145317.603000', '145317.606000', '145317.610000', '145317.612000', '145317.615000', '145317.618000', '145317.620000', '145337.510000', '145337.512000', '145337.515000', '145337.518000', '145337.520000', '145337.523000', '145337.525000', '145337.528000', '145337.531000', '145337.533000', '145337.536000', '145337.538000', '145337.541000', '145337.544000', '145337.546000', '145337.549000', '145337.552000', '145337.554000', '145337.557000', '145337.560000', '145337.562000', '145337.565000', '145337.568000', '145337.571000', '145337.573000', '145337.576000', '145337.578000', '145337.581000', '145337.584000', '145337.586000', '145337.589000', '145337.592000', '145337.594000', '145337.597000', '145337.600000', '145337.602000', '145337.605000', '145337.608000', '145337.610000', '145337.613000', '145337.616000', '145337.618000', '145337.621000', '145341.509000', '145341.512000', '145341.515000', '145341.518000', '145341.521000', '145341.523000', '145341.526000', '145341.529000', '145341.532000', '145341.534000'], 'InstanceCreationTime': ['144717.536000', '144717.539000', '144717.543000', '144717.546000', '144717.549000', '144717.551000', '144717.554000', '144717.556000', '144717.559000', '144717.562000', '144717.564000', '144717.567000', '144717.569000', '144717.572000', '144717.575000', '144717.577000', '144717.580000', '144717.582000', '144717.585000', '144717.587000', '144717.590000', '144717.593000', '144717.595000', '144717.598000', '144717.601000', '144717.603000', '144717.606000', '144717.608000', '144717.611000', '144717.613000', '144717.616000', '144717.619000', '144717.621000', '144717.624000', '144717.626000', '144717.629000', '144717.637000', '144737.509000', '144737.512000', '144737.515000', '144737.526000', '144737.529000', '144737.531000', '144737.534000', '144737.536000', '144737.539000', '144737.541000', '144737.544000', '144737.547000', '144737.549000', '144737.552000', '144737.554000', '144737.557000', '144737.559000', '144737.562000', '144737.565000', '144737.567000', '144737.570000', '144737.572000', '144737.575000', '144737.577000', '144737.580000', '144737.583000', '144737.585000', '144737.588000', '144737.590000', '144737.593000', '144737.596000', '144737.598000', '144737.601000', '144737.603000', '144737.606000', '144737.608000', '144737.611000', '144737.613000', '144737.616000', '144737.619000', '144737.621000', '144737.624000', '144737.626000', '144757.509000', '144757.512000', '144757.515000', '144757.518000', '144757.521000', '144757.523000', '144757.526000', '144757.529000', '144757.531000', '144757.534000', '144757.536000', '144757.540000', '144757.543000', '144757.546000', '144757.548000', '144757.551000', '144757.553000', '144757.556000', '144757.593000', '144757.595000', '144757.598000', '144757.601000', '144757.603000', '144757.606000', '144757.608000', '144757.611000', '144757.614000', '144757.616000', '144757.619000', '144757.622000', '144757.624000', '144757.627000', '144757.630000', '144757.632000', '144757.635000', '144757.638000', '144757.640000', '144757.643000', '144757.646000', '144757.648000', '144757.651000', '144757.653000', '144757.656000', '144817.508000', '144817.511000', '144817.514000', '144817.517000', '144817.519000', '144817.522000', '144817.524000', '144817.527000', '144817.529000', '144817.532000', '144817.535000', '144817.537000', '144817.540000', '144817.542000', '144817.545000', '144817.548000', '144817.550000', '144817.553000', '144817.555000', '144817.558000', '144817.560000', '144817.563000', '144817.566000', '144817.569000', '144817.576000', '144817.579000', '144817.581000', '144817.584000', '144817.587000', '144817.589000', '144817.592000', '144817.595000', '144817.597000', '144817.600000', '144817.602000', '144817.605000', '144817.608000', '144817.610000', '144817.613000', '144817.615000', '144817.618000', '144817.621000', '144817.623000', '144817.626000', '144837.508000', '144837.511000', '144837.514000', '144837.516000', '144837.519000', '144837.522000', '144837.524000', '144837.527000', '144837.530000', '144837.532000', '144837.535000', '144837.537000', '144837.540000', '144837.542000', '144837.545000', '144837.548000', '144837.550000', '144837.553000', '144837.555000', '144837.561000', '144837.564000', '144837.566000', '144837.569000', '144837.571000', '144837.574000', '144837.577000', '144837.579000', '144837.582000', '144837.584000', '144837.587000', '144837.590000', '144837.592000', '144837.595000', '144837.597000', '144837.600000', '144837.603000', '144837.605000', '144837.608000', '144837.610000', '144837.613000', '144837.616000', '144837.618000', '144837.621000', '144837.624000', '144857.509000', '144857.513000', '144857.515000', '144857.518000', '144857.521000', '144857.523000', '144857.526000', '144857.529000', '144857.531000', '144857.534000', '144857.536000', '144857.539000', '144857.542000', '144857.544000', '144857.547000', '144857.550000', '144857.552000', '144857.555000', '144857.557000', '144857.560000', '144857.563000', '144857.565000', '144857.568000', '144857.570000', '144857.573000', '144857.575000', '144857.578000', '144857.581000', '144857.583000', '144857.586000', '144857.589000', '144857.591000', '144857.594000', '144857.597000', '144857.599000', '144857.602000', '144857.604000', '144857.607000', '144857.610000', '144857.612000', '144857.615000', '144857.618000', '144857.620000', '144917.510000', '144917.513000', '144917.516000', '144917.519000', '144917.522000', '144917.524000', '144917.527000', '144917.529000', '144917.532000', '144917.535000', '144917.537000', '144917.540000', '144917.542000', '144917.546000', '144917.548000', '144917.551000', '144917.554000', '144917.556000', '144917.559000', '144917.561000', '144917.564000', '144917.567000', '144917.569000', '144917.572000', '144917.575000', '144917.577000', '144917.580000', '144917.582000', '144917.585000', '144917.588000', '144917.590000', '144917.593000', '144917.596000', '144917.598000', '144917.601000', '144917.603000', '144917.606000', '144917.608000', '144917.611000', '144917.614000', '144917.616000', '144917.619000', '144917.621000', '144937.510000', '144937.513000', '144937.515000', '144937.518000', '144937.521000', '144937.523000', '144937.526000', '144937.528000', '144937.531000', '144937.534000', '144937.536000', '144937.539000', '144937.542000', '144937.544000', '144937.562000', '144937.565000', '144937.567000', '144937.570000', '144937.573000', '144937.575000', '144937.578000', '144937.581000', '144937.583000', '144937.586000', '144937.588000', '144937.591000', '144937.594000', '144937.597000', '144937.599000', '144937.602000', '144937.605000', '144937.607000', '144937.610000', '144937.613000', '144937.615000', '144937.618000', '144937.620000', '144937.623000', '144937.626000', '144937.628000', '144937.631000', '144937.633000', '144937.636000', '144937.639000', '144957.509000', '144957.512000', '144957.515000', '144957.518000', '144957.520000', '144957.523000', '144957.525000', '144957.528000', '144957.531000', '144957.534000', '144957.536000', '144957.539000', '144957.541000', '144957.544000', '144957.547000', '144957.549000', '144957.552000', '144957.555000', '144957.557000', '144957.560000', '144957.563000', '144957.565000', '144957.568000', '144957.570000', '144957.573000', '144957.576000', '144957.578000', '144957.581000', '144957.584000', '144957.586000', '144957.589000', '144957.592000', '144957.594000', '144957.597000', '144957.600000', '144957.602000', '144957.605000', '144957.608000', '144957.610000', '144957.613000', '144957.615000', '144957.618000', '144957.620000', '144957.623000', '145017.510000', '145017.513000', '145017.515000', '145017.518000', '145017.521000', '145017.523000', '145017.526000', '145017.529000', '145017.531000', '145017.534000', '145017.536000', '145017.539000', '145017.542000', '145017.545000', '145017.547000', '145017.550000', '145017.552000', '145017.555000', '145017.558000', '145017.560000', '145017.563000', '145017.566000', '145017.568000', '145017.571000', '145017.574000', '145017.576000', '145017.579000', '145017.582000', '145017.584000', '145017.587000', '145017.590000', '145017.592000', '145017.595000', '145017.598000', '145017.600000', '145017.603000', '145017.606000', '145017.608000', '145017.611000', '145017.614000', '145017.616000', '145017.619000', '145017.622000', '145037.509000', '145037.511000', '145037.514000', '145037.517000', '145037.519000', '145037.522000', '145037.525000', '145037.527000', '145037.531000', '145037.534000', '145037.537000', '145037.539000', '145037.542000', '145037.545000', '145037.547000', '145037.550000', '145037.553000', '145037.555000', '145037.558000', '145037.561000', '145037.563000', '145037.566000', '145037.569000', '145037.571000', '145037.574000', '145037.576000', '145037.579000', '145037.582000', '145037.585000', '145037.587000', '145037.590000', '145037.593000', '145037.595000', '145037.598000', '145037.601000', '145037.603000', '145037.606000', '145037.609000', '145037.611000', '145037.614000', '145037.617000', '145037.619000', '145037.622000', '145057.509000', '145057.511000', '145057.514000', '145057.517000', '145057.519000', '145057.522000', '145057.525000', '145057.527000', '145057.530000', '145057.532000', '145057.535000', '145057.538000', '145057.540000', '145057.543000', '145057.545000', '145057.548000', '145057.551000', '145057.553000', '145057.556000', '145057.559000', '145057.561000', '145057.564000', '145057.566000', '145057.569000', '145057.572000', '145057.575000', '145057.577000', '145057.580000', '145057.583000', '145057.585000', '145057.588000', '145057.591000', '145057.593000', '145057.596000', '145057.598000', '145057.601000', '145057.604000', '145057.606000', '145057.609000', '145057.611000', '145057.614000', '145057.617000', '145057.619000', '145057.622000', '145117.510000', '145117.513000', '145117.515000', '145117.518000', '145117.520000', '145117.523000', '145117.526000', '145117.528000', '145117.531000', '145117.534000', '145117.537000', '145117.540000', '145117.542000', '145117.545000', '145117.548000', '145117.550000', '145117.553000', '145117.556000', '145117.558000', '145117.561000', '145117.563000', '145117.566000', '145117.569000', '145117.571000', '145117.574000', '145117.577000', '145117.579000', '145117.582000', '145117.585000', '145117.587000', '145117.590000', '145117.593000', '145117.595000', '145117.598000', '145117.601000', '145117.603000', '145117.606000', '145117.609000', '145117.611000', '145117.614000', '145117.616000', '145117.619000', '145117.622000', '145137.509000', '145137.512000', '145137.515000', '145137.518000', '145137.520000', '145137.523000', '145137.525000', '145137.528000', '145137.530000', '145137.533000', '145137.536000', '145137.538000', '145137.541000', '145137.544000', '145137.546000', '145137.549000', '145137.551000', '145137.554000', '145137.557000', '145137.559000', '145137.562000', '145137.564000', '145137.567000', '145137.570000', '145137.572000', '145137.575000', '145137.577000', '145137.580000', '145137.582000', '145137.585000', '145137.588000', '145137.590000', '145137.593000', '145137.596000', '145137.598000', '145137.601000', '145137.603000', '145137.606000', '145137.609000', '145137.611000', '145137.614000', '145137.616000', '145137.619000', '145137.622000', '145157.509000', '145157.512000', '145157.515000', '145157.518000', '145157.520000', '145157.523000', '145157.525000', '145157.528000', '145157.531000', '145157.533000', '145157.536000', '145157.538000', '145157.541000', '145157.544000', '145157.546000', '145157.549000', '145157.551000', '145157.554000', '145157.557000', '145157.559000', '145157.562000', '145157.565000', '145157.567000', '145157.571000', '145157.574000', '145157.576000', '145157.579000', '145157.581000', '145157.584000', '145157.587000', '145157.589000', '145157.592000', '145157.595000', '145157.597000', '145157.600000', '145157.602000', '145157.605000', '145157.608000', '145157.610000', '145157.613000', '145157.616000', '145157.618000', '145157.621000', '145217.509000', '145217.512000', '145217.515000', '145217.518000', '145217.520000', '145217.523000', '145217.525000', '145217.528000', '145217.531000', '145217.533000', '145217.536000', '145217.538000', '145217.541000', '145217.544000', '145217.546000', '145217.549000', '145217.551000', '145217.554000', '145217.557000', '145217.559000', '145217.562000', '145217.564000', '145217.567000', '145217.570000', '145217.572000', '145217.575000', '145217.584000', '145217.587000', '145217.590000', '145217.592000', '145217.595000', '145217.597000', '145217.600000', '145217.603000', '145217.605000', '145217.608000', '145217.610000', '145217.613000', '145217.616000', '145217.618000', '145217.621000', '145217.623000', '145217.626000', '145217.629000', '145237.509000', '145237.513000', '145237.515000', '145237.518000', '145237.520000', '145237.569000', '145237.571000', '145237.574000', '145237.576000', '145237.579000', '145237.582000', '145237.584000', '145237.587000', '145237.589000', '145237.592000', '145237.595000', '145237.597000', '145237.600000', '145237.602000', '145237.605000', '145237.608000', '145237.610000', '145237.613000', '145237.616000', '145237.618000', '145237.621000', '145237.623000', '145237.626000', '145237.629000', '145237.631000', '145237.634000', '145237.636000', '145237.639000', '145237.641000', '145237.644000', '145237.647000', '145237.649000', '145237.652000', '145237.655000', '145237.657000', '145237.660000', '145237.662000', '145237.665000', '145257.508000', '145257.511000', '145257.514000', '145257.517000', '145257.519000', '145257.522000', '145257.524000', '145257.527000', '145257.530000', '145257.532000', '145257.535000', '145257.537000', '145257.540000', '145257.543000', '145257.545000', '145257.548000', '145257.550000', '145257.553000', '145257.556000', '145257.558000', '145257.561000', '145257.564000', '145257.566000', '145257.569000', '145257.571000', '145257.574000', '145257.577000', '145257.579000', '145257.582000', '145257.585000', '145257.587000', '145257.590000', '145257.593000', '145257.595000', '145257.598000', '145257.601000', '145257.603000', '145257.606000', '145257.608000', '145257.611000', '145257.614000', '145257.616000', '145257.619000', '145257.621000', '145317.508000', '145317.511000', '145317.514000', '145317.517000', '145317.519000', '145317.522000', '145317.525000', '145317.527000', '145317.530000', '145317.532000', '145317.535000', '145317.538000', '145317.540000', '145317.543000', '145317.545000', '145317.548000', '145317.550000', '145317.553000', '145317.556000', '145317.558000', '145317.561000', '145317.564000', '145317.566000', '145317.569000', '145317.572000', '145317.574000', '145317.577000', '145317.580000', '145317.582000', '145317.585000', '145317.588000', '145317.590000', '145317.593000', '145317.596000', '145317.598000', '145317.601000', '145317.603000', '145317.606000', '145317.610000', '145317.612000', '145317.615000', '145317.618000', '145317.620000', '145337.510000', '145337.512000', '145337.515000', '145337.518000', '145337.520000', '145337.523000', '145337.525000', '145337.528000', '145337.531000', '145337.533000', '145337.536000', '145337.538000', '145337.541000', '145337.544000', '145337.546000', '145337.549000', '145337.552000', '145337.554000', '145337.557000', '145337.560000', '145337.562000', '145337.565000', '145337.568000', '145337.571000', '145337.573000', '145337.576000', '145337.578000', '145337.581000', '145337.584000', '145337.586000', '145337.589000', '145337.592000', '145337.594000', '145337.597000', '145337.600000', '145337.602000', '145337.605000', '145337.608000', '145337.610000', '145337.613000', '145337.616000', '145337.618000', '145337.621000', '145341.509000', '145341.512000', '145341.515000', '145341.518000', '145341.521000', '145341.523000', '145341.526000', '145341.529000', '145341.532000', '145341.534000'], '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': [8358, 10006, 8131, 14997, 10577, 7744, 9370, 8043, 11730, 8097, 13878, 7720, 7135, 7961, 7285, 8096, 9465, 8092, 7359, 8081, 7507, 8362, 7881, 9631, 7572, 7148, 7261, 7429, 8319, 7773, 9733, 7658, 12298, 8349, 7417, 8090, 7763, 9405, 7787, 13518, 8295, 12188, 8945, 7263, 9573, 7260, 9030, 8330, 11146, 7080, 9679, 7143, 8417, 7100, 8355, 7024, 7737, 7387, 7047, 8040, 7130, 9277, 7281, 10735, 7891, 6970, 7675, 7157, 8497, 7190, 10143, 7701, 9090, 7772, 6956, 8760, 7152, 9106, 8671, 12196, 7094, 9219, 7257, 9289, 7366, 9125, 7876, 6878, 8215, 7067, 9140, 7522, 10717, 7649, 12852, 7729, 7422, 7706, 7014, 8689, 6721, 11276, 7721, 11994, 7394, 10365, 7435, 10099, 7468, 9677, 7706, 7066, 7801, 6830, 7857, 6934, 10155, 7424, 6743, 7823, 7121, 8948, 6832, 10256, 7603, 8010, 7642, 7123, 8155, 6953, 10126, 8055, 12303, 7568, 6823, 8721, 6955, 10407, 7395, 13119, 7864, 9217, 7770, 6762, 8528, 7283, 11405, 7681, 7923, 7763, 6909, 9115, 6950, 12073, 8150, 10558, 7697, 6682, 8328, 7056, 9511, 7220, 12476, 7179, 9327, 6995, 9517, 6758, 9833, 7258, 9451, 7297, 7048, 7603, 7128, 8318, 7096, 9469, 7177, 7473, 7635, 12230, 7527, 11605, 8332, 11718, 7559, 9285, 7769, 9197, 7851, 10329, 8285, 6946, 7712, 6784, 7776, 6629, 8504, 7304, 10323, 7342, 8499, 7590, 6911, 7761, 8228, 8684, 6975, 9236, 7066, 9836, 7615, 10662, 7860, 12021, 8642, 6552, 8656, 7112, 9451, 6988, 10618, 8124, 12406, 7456, 7565, 7627, 8154, 7754, 7567, 8315, 6692, 8029, 6943, 8586, 7565, 8646, 7617, 7377, 7691, 6781, 8293, 6878, 8917, 7069, 10367, 7173, 9288, 7286, 8462, 7963, 8165, 8648, 6851, 9140, 6993, 10120, 7337, 11817, 8334, 13607, 7201, 10040, 6959, 9448, 7498, 10114, 7767, 7677, 7702, 6752, 8668, 6604, 8934, 9887, 10655, 7355, 9794, 6778, 8972, 6759, 8616, 6856, 10804, 6997, 8820, 6844, 8800, 7013, 9074, 7417, 7611, 7994, 6943, 8821, 7430, 9325, 7525, 10418, 8180, 11625, 7800, 7116, 8810, 7965, 8645, 13146, 10085, 7280, 9774, 7238, 9230, 7222, 9804, 7897, 8548, 8145, 6878, 8736, 6980, 9565, 6932, 10713, 7981, 12027, 7272, 9972, 7461, 9741, 7548, 10396, 8211, 7203, 7843, 6982, 7953, 7607, 8173, 7231, 8475, 7016, 8840, 7457, 9439, 7125, 9879, 7619, 11157, 7253, 9825, 7634, 9629, 7807, 10487, 8376, 7199, 7918, 6723, 8614, 6982, 9174, 6974, 12533, 7336, 9826, 7286, 9692, 7446, 10086, 8088, 7132, 7987, 6936, 9041, 6942, 9885, 7819, 12463, 8048, 10178, 7799, 8506, 8044, 8176, 8139, 7580, 10227, 7374, 9657, 7531, 9702, 6778, 9616, 7356, 11730, 7306, 9136, 7394, 9070, 7267, 9090, 7585, 6752, 7932, 6640, 8631, 6821, 8613, 6900, 10020, 7349, 9799, 7725, 9656, 7545, 10917, 8435, 7697, 8184, 6789, 8893, 7224, 9334, 7629, 12806, 7502, 10048, 7537, 9835, 7620, 10725, 8147, 11519, 7425, 10124, 7833, 9239, 7994, 8712, 8541, 6908, 9055, 7202, 9440, 8108, 9002, 8258, 6968, 9394, 7901, 9814, 9000, 12448, 8411, 13694, 9350, 7658, 8993, 7012, 9789, 7088, 10616, 7608, 13720, 8353, 11518, 7890, 10784, 8142, 11622, 8863, 8111, 8890, 6851, 9830, 7313, 10272, 6973, 10979, 10226, 11584, 7013, 9599, 7676, 9602, 7834, 9870, 8287, 10217, 7999, 7133, 8323, 6967, 8519, 7956, 9231, 6963, 9219, 7809, 9618, 7967, 9952, 8138, 11526, 8900, 8724, 8231, 6933, 8652, 6970, 9250, 6899, 9741, 7649, 9970, 7805, 10175, 8073, 11279, 8106, 13720, 8021, 10344, 7591, 9895, 8081, 8404, 8591, 7026, 9269, 7437, 9673, 8022, 10039, 8382, 11545, 9038, 8081, 8553, 6654, 9902, 7116, 11860, 8860, 12632, 8049, 8817, 8700, 9142, 8618, 9417, 10427, 6938, 10015, 7553, 10274, 8264, 10278, 8058, 9633, 7796, 8955, 8240, 9129, 8454, 8926, 8370, 6727, 8655, 7051, 9312, 7391, 10255, 8046, 12433, 7964, 12748, 8277, 11697, 8162, 12665, 8610, 12254, 8402, 10572, 7531, 7511, 8320, 6730, 9336, 7700, 10377, 7464, 7002, 8889, 7375, 10322, 7402, 10233, 7674, 10679, 9032, 9898, 9105, 7112, 10332, 8218, 8275, 10187, 7567, 8969, 9026, 7135, 12857, 9625, 7049, 10285, 7371, 12954, 8904, 14408, 12839, 14562, 8654, 9631, 6946, 9380, 6972, 9579, 7666, 10147, 7445, 9337, 8258, 9708, 8375, 9836, 9070, 8222, 9134, 6924, 9574, 7083, 9742, 7998, 12826, 8638, 12364, 8648, 11503, 8778, 11060, 8668, 12288, 9173, 9099, 9364, 7582, 9572, 11235, 9587, 14973, 9449, 10050, 9585, 6768, 9619, 6777, 9747, 7322, 11445, 8887, 9951, 9028, 9957, 9116, 11032, 9078, 12602, 9225, 7080, 9546, 6656, 9539, 7840, 9577, 7286, 10135, 8696, 9369, 8728, 10108, 9032, 11021, 8235, 11306, 8077, 9460, 7659, 9529, 7596, 9430, 7834, 10445, 8392, 9364, 8584, 9101, 9331, 9323, 9365, 7017, 9348, 7650, 9922, 7402, 9776, 12113, 11006, 8367, 9485, 7631, 9758, 9773, 9666, 13307, 9438, 8536, 9304, 6811, 9485, 6934, 9915, 8083, 9916, 8455, 10150, 9178, 10840, 9413, 13535, 9369, 8941, 9580, 6841, 9759, 10648, 9905, 14765, 11477, 9414, 9636, 7692, 10423, 8127, 10282, 7339, 12060, 8419, 9720, 8564, 10293, 9174, 10347, 9428, 10786, 9367, 7219, 9717, 7926, 9924, 8867, 10580, 8833, 14889, 9413, 8164, 9738, 7561, 9975, 9757, 11165, 7827, 11186, 8664, 10136, 8836, 10316, 8324, 14271, 8331, 10433, 9074, 10367, 9462, 10679, 9256, 8574, 9788, 7391, 9784, 8691, 10275, 8421, 11836, 9285, 11948, 9118, 10513, 9561, 10750, 9527, 12244, 9366, 7006, 9506, 7834, 9860, 8257, 10006, 7768, 12633, 6965, 9684, 6973, 9664, 7732, 9790, 7663, 9688, 8000, 9495, 9099, 9849, 8927, 10055, 8909, 8097, 9533, 6635, 9673, 8786, 9873, 11946, 9712, 6989, 9559, 7625, 9988, 8038, 10718, 8649, 13881, 9057, 12874, 9473, 12640, 9636, 13906, 9580, 9419, 9551, 7073, 10341, 7972, 10488, 8606, 10209, 8944, 8148, 9820], 'WindowCenter': [4057.0, 4073.0, 4028.0, 4088.0, 4045.0, 3999.0, 4017.0, 3997.0, 4038.0, 3996.0, 4036.0, 3985.0, 3974.0, 3994.0, 3983.0, 3996.0, 4015.0, 3995.0, 3983.0, 3994.0, 3997.0, 4005.0, 3995.0, 4027.0, 3998.0, 3986.0, 3986.0, 3997.0, 4007.0, 3998.0, 4017.0, 3998.0, 4038.0, 4006.0, 3985.0, 3994.0, 3995.0, 4015.0, 3995.0, 4047.0, 4006.0, 4036.0, 4006.0, 3984.0, 4015.0, 3983.0, 4004.0, 3994.0, 4024.0, 3971.0, 4002.0, 3972.0, 3991.0, 3971.0, 3991.0, 3972.0, 3983.0, 3985.0, 3985.0, 3995.0, 3986.0, 4015.0, 3997.0, 4026.0, 4009.0, 3985.0, 3994.0, 3984.0, 4005.0, 3986.0, 4027.0, 3996.0, 4006.0, 3994.0, 3984.0, 4005.0, 3973.0, 4016.0, 4004.0, 4035.0, 3985.0, 4003.0, 3983.0, 4003.0, 3983.0, 4015.0, 3996.0, 3975.0, 4005.0, 3986.0, 4015.0, 3996.0, 4027.0, 3995.0, 4036.0, 3996.0, 3984.0, 3994.0, 3973.0, 4004.0, 3973.0, 4025.0, 3995.0, 4035.0, 3984.0, 4014.0, 3983.0, 4014.0, 3983.0, 4015.0, 3996.0, 3972.0, 3983.0, 3975.0, 4004.0, 3986.0, 4028.0, 3996.0, 3974.0, 3995.0, 3986.0, 4015.0, 3976.0, 4027.0, 3998.0, 4007.0, 3996.0, 3974.0, 3996.0, 3985.0, 4025.0, 3997.0, 4036.0, 3995.0, 3975.0, 4006.0, 3984.0, 4025.0, 3983.0, 4034.0, 3995.0, 4016.0, 3994.0, 3973.0, 4004.0, 3985.0, 4035.0, 3996.0, 3994.0, 3995.0, 3973.0, 4003.0, 3973.0, 4035.0, 3995.0, 4014.0, 3985.0, 3961.0, 3992.0, 3973.0, 4017.0, 3983.0, 4034.0, 3973.0, 4004.0, 3972.0, 4001.0, 3973.0, 4014.0, 3981.0, 4003.0, 3985.0, 3984.0, 3995.0, 3986.0, 4007.0, 3987.0, 4027.0, 3987.0, 3985.0, 3996.0, 4048.0, 3996.0, 4036.0, 4006.0, 4035.0, 3994.0, 4003.0, 3983.0, 4002.0, 3994.0, 4024.0, 3993.0, 3971.0, 3982.0, 3972.0, 3981.0, 3961.0, 4004.0, 3984.0, 4025.0, 3998.0, 4005.0, 3993.0, 3984.0, 3995.0, 4005.0, 4005.0, 3985.0, 4015.0, 3985.0, 4015.0, 3996.0, 4024.0, 3996.0, 4036.0, 4004.0, 3962.0, 4002.0, 3973.0, 4012.0, 3984.0, 4025.0, 3994.0, 4034.0, 3984.0, 3982.0, 3984.0, 3981.0, 3996.0, 3993.0, 4005.0, 3972.0, 3991.0, 3973.0, 4016.0, 4008.0, 4016.0, 3997.0, 3996.0, 3996.0, 3973.0, 4004.0, 3972.0, 4016.0, 3984.0, 4025.0, 3985.0, 4015.0, 3995.0, 4004.0, 4008.0, 4007.0, 4016.0, 3974.0, 4014.0, 3985.0, 4026.0, 3985.0, 4036.0, 4005.0, 4046.0, 3982.0, 4012.0, 3972.0, 4012.0, 3983.0, 4025.0, 3995.0, 3984.0, 3984.0, 3973.0, 4003.0, 3972.0, 4016.0, 4014.0, 4026.0, 3985.0, 4014.0, 3962.0, 4003.0, 3961.0, 4004.0, 3962.0, 4024.0, 3972.0, 4002.0, 3972.0, 4002.0, 3972.0, 4003.0, 3995.0, 3995.0, 4007.0, 3985.0, 4017.0, 3996.0, 4014.0, 3996.0, 4026.0, 4005.0, 4036.0, 3994.0, 3983.0, 4015.0, 3993.0, 4004.0, 4044.0, 4012.0, 3982.0, 4013.0, 3981.0, 4001.0, 3982.0, 4012.0, 3994.0, 4004.0, 3993.0, 3974.0, 4005.0, 3984.0, 4015.0, 3972.0, 4024.0, 3993.0, 4034.0, 3984.0, 4012.0, 3983.0, 4001.0, 3993.0, 4013.0, 4004.0, 3982.0, 3995.0, 3973.0, 3993.0, 3981.0, 4005.0, 3983.0, 3994.0, 3973.0, 4003.0, 3983.0, 4013.0, 3973.0, 4015.0, 3982.0, 4023.0, 3982.0, 4012.0, 3993.0, 4013.0, 3994.0, 4025.0, 3994.0, 3975.0, 3995.0, 3972.0, 4005.0, 3973.0, 4016.0, 3972.0, 4035.0, 3984.0, 4014.0, 3984.0, 4013.0, 3983.0, 4024.0, 3996.0, 3984.0, 3992.0, 3983.0, 4005.0, 3974.0, 4014.0, 3993.0, 4036.0, 3994.0, 4015.0, 3994.0, 3991.0, 3993.0, 3993.0, 3995.0, 3982.0, 4015.0, 3982.0, 4013.0, 3982.0, 4013.0, 3971.0, 4014.0, 3971.0, 4025.0, 3985.0, 4004.0, 3982.0, 4001.0, 3985.0, 4004.0, 3995.0, 3973.0, 3993.0, 3974.0, 4005.0, 3974.0, 4018.0, 3984.0, 4027.0, 3984.0, 4014.0, 3995.0, 4015.0, 3996.0, 4025.0, 4006.0, 3982.0, 3994.0, 3972.0, 4004.0, 3984.0, 4014.0, 3983.0, 4047.0, 3984.0, 4013.0, 3993.0, 4010.0, 3984.0, 4024.0, 3994.0, 4025.0, 3983.0, 4014.0, 3995.0, 4014.0, 3994.0, 4006.0, 4018.0, 3987.0, 4005.0, 3997.0, 4038.0, 4008.0, 4028.0, 4018.0, 3989.0, 4031.0, 4008.0, 4038.0, 4028.0, 4048.0, 4007.0, 4046.0, 4016.0, 3994.0, 4005.0, 3984.0, 4025.0, 3983.0, 4027.0, 3995.0, 4046.0, 3994.0, 4024.0, 3993.0, 4024.0, 3995.0, 4024.0, 4005.0, 3994.0, 4004.0, 3973.0, 4015.0, 3984.0, 4014.0, 3973.0, 4025.0, 4012.0, 4025.0, 3972.0, 4002.0, 3982.0, 4013.0, 3994.0, 4013.0, 3996.0, 4014.0, 3994.0, 3984.0, 4004.0, 3985.0, 4017.0, 3995.0, 4016.0, 3985.0, 4013.0, 3994.0, 4014.0, 3995.0, 4014.0, 3995.0, 4037.0, 4005.0, 4003.0, 3994.0, 3972.0, 4005.0, 3983.0, 4015.0, 3985.0, 4013.0, 3995.0, 4014.0, 3993.0, 4023.0, 3994.0, 4037.0, 3995.0, 4045.0, 3992.0, 4013.0, 3982.0, 4012.0, 4005.0, 4004.0, 4006.0, 3985.0, 4017.0, 3996.0, 4025.0, 4006.0, 4026.0, 4017.0, 4036.0, 4017.0, 3995.0, 4006.0, 3975.0, 4026.0, 3985.0, 4036.0, 4015.0, 4035.0, 3994.0, 4004.0, 4005.0, 4003.0, 4005.0, 4014.0, 4025.0, 3972.0, 4013.0, 3995.0, 4024.0, 4003.0, 4026.0, 3994.0, 4014.0, 3997.0, 4004.0, 4007.0, 4014.0, 4017.0, 4016.0, 4007.0, 3974.0, 4007.0, 3984.0, 4016.0, 3995.0, 4027.0, 3993.0, 4036.0, 3996.0, 4034.0, 4004.0, 4023.0, 4004.0, 4046.0, 4004.0, 4033.0, 3994.0, 4012.0, 4009.0, 3998.0, 4009.0, 3982.0, 4004.0, 3983.0, 3977.0, 3979.0, 3996.0, 4029.0, 4004.0, 4061.0, 4010.0, 4022.0, 3996.0, 4024.0, 4003.0, 4025.0, 4030.0, 3998.0, 4039.0, 4030.0, 4020.0, 4039.0, 4009.0, 4028.0, 4029.0, 4000.0, 4061.0, 4040.0, 3998.0, 4039.0, 3999.0, 4049.0, 4014.0, 4057.0, 4037.0, 4047.0, 4005.0, 4014.0, 3972.0, 4003.0, 3982.0, 4015.0, 3992.0, 4024.0, 3985.0, 4014.0, 4006.0, 4015.0, 4005.0, 4026.0, 4017.0, 4016.0, 4027.0, 3998.0, 4026.0, 3985.0, 4028.0, 4005.0, 4047.0, 4007.0, 4035.0, 4005.0, 4034.0, 4005.0, 4023.0, 4006.0, 4035.0, 4017.0, 4002.0, 4014.0, 3992.0, 4015.0, 4022.0, 4015.0, 4044.0, 4014.0, 4012.0, 4014.0, 3972.0, 4013.0, 3970.0, 4013.0, 3984.0, 4036.0, 4003.0, 4012.0, 4003.0, 4013.0, 4003.0, 4025.0, 4003.0, 4033.0, 4013.0, 3981.0, 4014.0, 3971.0, 4014.0, 3994.0, 4014.0, 3983.0, 4024.0, 4005.0, 4012.0, 4005.0, 4023.0, 4016.0, 4024.0, 4002.0, 4024.0, 3994.0, 4013.0, 3981.0, 4014.0, 3993.0, 4013.0, 3995.0, 4025.0, 4005.0, 4015.0, 4017.0, 4014.0, 4028.0, 4023.0, 4028.0, 3998.0, 4025.0, 4006.0, 4027.0, 3992.0, 4028.0, 4048.0, 4036.0, 4003.0, 4015.0, 3992.0, 4013.0, 4025.0, 4015.0, 4043.0, 4013.0, 4003.0, 4015.0, 3970.0, 4024.0, 3981.0, 4036.0, 4007.0, 4026.0, 4016.0, 4036.0, 4027.0, 4033.0, 4029.0, 4058.0, 4026.0, 4014.0, 4026.0, 3983.0, 4026.0, 4023.0, 4025.0, 4054.0, 4035.0, 4012.0, 4013.0, 3993.0, 4022.0, 3993.0, 4022.0, 3982.0, 4034.0, 4005.0, 4012.0, 4014.0, 4023.0, 4015.0, 4022.0, 4028.0, 4035.0, 4014.0, 3994.0, 4014.0, 4005.0, 4026.0, 4016.0, 4025.0, 4015.0, 4055.0, 4014.0, 4004.0, 4024.0, 3990.0, 4026.0, 4025.0, 4035.0, 3992.0, 4024.0, 4005.0, 4019.0, 4014.0, 4024.0, 4003.0, 4056.0, 4004.0, 4023.0, 4015.0, 4021.0, 4024.0, 4025.0, 4025.0, 4016.0, 4025.0, 3995.0, 4025.0, 4005.0, 4025.0, 4004.0, 4035.0, 4016.0, 4034.0, 4013.0, 4024.0, 4014.0, 4023.0, 4015.0, 4033.0, 4012.0, 3970.0, 4013.0, 3989.0, 4012.0, 4003.0, 4024.0, 3994.0, 4035.0, 3970.0, 4011.0, 3980.0, 4011.0, 3994.0, 4024.0, 3995.0, 4025.0, 4007.0, 4025.0, 4027.0, 4026.0, 4027.0, 4026.0, 4018.0, 4003.0, 4027.0, 3982.0, 4025.0, 4005.0, 4028.0, 4035.0, 4015.0, 3983.0, 4014.0, 3993.0, 4024.0, 4003.0, 4035.0, 4003.0, 4041.0, 4014.0, 4044.0, 4015.0, 4033.0, 4025.0, 4054.0, 4026.0, 4014.0, 4014.0, 3998.0, 4038.0, 4000.0, 4022.0, 4004.0, 4022.0, 4014.0, 4005.0, 4028.0], 'WindowWidth': [9060.0, 9069.0, 8997.0, 9075.0, 9008.0, 8936.0, 8955.0, 8928.0, 8982.0, 8924.0, 8977.0, 8906.0, 8890.0, 8918.0, 8901.0, 8924.0, 8949.0, 8920.0, 8903.0, 8916.0, 8927.0, 8933.0, 8921.0, 8966.0, 8931.0, 8910.0, 8911.0, 8926.0, 8941.0, 8930.0, 8953.0, 8933.0, 8982.0, 8939.0, 8907.0, 8918.0, 8922.0, 8947.0, 8922.0, 8994.0, 8937.0, 8976.0, 8935.0, 8903.0, 8945.0, 8900.0, 8932.0, 8919.0, 8957.0, 8881.0, 8924.0, 8884.0, 8907.0, 8882.0, 8908.0, 8886.0, 8901.0, 8909.0, 8908.0, 8922.0, 8914.0, 8948.0, 8929.0, 8965.0, 8947.0, 8909.0, 8919.0, 8905.0, 8934.0, 8912.0, 8967.0, 8925.0, 8937.0, 8919.0, 8906.0, 8934.0, 8887.0, 8950.0, 8930.0, 8974.0, 8907.0, 8926.0, 8901.0, 8926.0, 8904.0, 8947.0, 8923.0, 8894.0, 8934.0, 8911.0, 8948.0, 8925.0, 8967.0, 8924.0, 8977.0, 8922.0, 8903.0, 8918.0, 8888.0, 8930.0, 8891.0, 8961.0, 8921.0, 8973.0, 8905.0, 8944.0, 8902.0, 8946.0, 8905.0, 8947.0, 8926.0, 8887.0, 8902.0, 8897.0, 8934.0, 8912.0, 8971.0, 8925.0, 8894.0, 8922.0, 8909.0, 8950.0, 8899.0, 8967.0, 8930.0, 8939.0, 8925.0, 8891.0, 8924.0, 8907.0, 8962.0, 8926.0, 8978.0, 8921.0, 8896.0, 8936.0, 8906.0, 8962.0, 8903.0, 8973.0, 8920.0, 8949.0, 8918.0, 8889.0, 8931.0, 8909.0, 8974.0, 8924.0, 8917.0, 8920.0, 8888.0, 8929.0, 8889.0, 8975.0, 8920.0, 8943.0, 8906.0, 8871.0, 8913.0, 8889.0, 8952.0, 8901.0, 8972.0, 8887.0, 8928.0, 8887.0, 8922.0, 8890.0, 8944.0, 8897.0, 8927.0, 8907.0, 8905.0, 8922.0, 8912.0, 8944.0, 8916.0, 8968.0, 8915.0, 8909.0, 8927.0, 8998.0, 8927.0, 8979.0, 8938.0, 8974.0, 8917.0, 8927.0, 8901.0, 8923.0, 8919.0, 8959.0, 8915.0, 8882.0, 8899.0, 8885.0, 8898.0, 8871.0, 8932.0, 8907.0, 8960.0, 8933.0, 8933.0, 8917.0, 8904.0, 8923.0, 8938.0, 8936.0, 8908.0, 8949.0, 8909.0, 8948.0, 8923.0, 8959.0, 8926.0, 8976.0, 8932.0, 8874.0, 8926.0, 8889.0, 8938.0, 8906.0, 8962.0, 8917.0, 8970.0, 8904.0, 8897.0, 8904.0, 8896.0, 8923.0, 8916.0, 8936.0, 8885.0, 8911.0, 8889.0, 8951.0, 8947.0, 8955.0, 8930.0, 8926.0, 8927.0, 8890.0, 8933.0, 8887.0, 8952.0, 8907.0, 8961.0, 8907.0, 8947.0, 8924.0, 8933.0, 8945.0, 8943.0, 8952.0, 8893.0, 8946.0, 8908.0, 8963.0, 8909.0, 8979.0, 8934.0, 8992.0, 8899.0, 8938.0, 8886.0, 8938.0, 8904.0, 8960.0, 8922.0, 8906.0, 8905.0, 8890.0, 8930.0, 8886.0, 8950.0, 8948.0, 8963.0, 8905.0, 8942.0, 8871.0, 8927.0, 8869.0, 8931.0, 8873.0, 8956.0, 8886.0, 8925.0, 8887.0, 8925.0, 8888.0, 8931.0, 8923.0, 8923.0, 8941.0, 8908.0, 8954.0, 8924.0, 8946.0, 8926.0, 8964.0, 8936.0, 8977.0, 8919.0, 8903.0, 8946.0, 8915.0, 8933.0, 8987.0, 8940.0, 8899.0, 8940.0, 8897.0, 8923.0, 8899.0, 8937.0, 8918.0, 8931.0, 8917.0, 8892.0, 8935.0, 8905.0, 8947.0, 8889.0, 8957.0, 8915.0, 8970.0, 8903.0, 8936.0, 8900.0, 8923.0, 8918.0, 8942.0, 8931.0, 8901.0, 8918.0, 8887.0, 8914.0, 8897.0, 8933.0, 8901.0, 8919.0, 8888.0, 8928.0, 8903.0, 8941.0, 8892.0, 8947.0, 8900.0, 8953.0, 8899.0, 8937.0, 8915.0, 8940.0, 8921.0, 8961.0, 8918.0, 8893.0, 8920.0, 8886.0, 8934.0, 8888.0, 8950.0, 8888.0, 8974.0, 8904.0, 8944.0, 8904.0, 8942.0, 8904.0, 8959.0, 8925.0, 8906.0, 8914.0, 8904.0, 8933.0, 8891.0, 8945.0, 8917.0, 8976.0, 8919.0, 8945.0, 8918.0, 8910.0, 8915.0, 8914.0, 8922.0, 8899.0, 8948.0, 8899.0, 8940.0, 8899.0, 8939.0, 8884.0, 8944.0, 8883.0, 8959.0, 8907.0, 8928.0, 8899.0, 8923.0, 8908.0, 8933.0, 8923.0, 8891.0, 8918.0, 8894.0, 8936.0, 8896.0, 8957.0, 8907.0, 8966.0, 8907.0, 8945.0, 8923.0, 8946.0, 8926.0, 8959.0, 8937.0, 8900.0, 8917.0, 8885.0, 8931.0, 8906.0, 8945.0, 8901.0, 8993.0, 8903.0, 8941.0, 8915.0, 8934.0, 8906.0, 8957.0, 8916.0, 8958.0, 8901.0, 8942.0, 8921.0, 8944.0, 8919.0, 8939.0, 8957.0, 8917.0, 8931.0, 8929.0, 8987.0, 8948.0, 8973.0, 8958.0, 8921.0, 8981.0, 8946.0, 8986.0, 8973.0, 8999.0, 8940.0, 8990.0, 8952.0, 8919.0, 8934.0, 8907.0, 8962.0, 8903.0, 8966.0, 8921.0, 8991.0, 8917.0, 8956.0, 8914.0, 8955.0, 8920.0, 8957.0, 8935.0, 8918.0, 8932.0, 8889.0, 8947.0, 8904.0, 8944.0, 8889.0, 8961.0, 8937.0, 8960.0, 8885.0, 8923.0, 8899.0, 8939.0, 8919.0, 8941.0, 8922.0, 8945.0, 8917.0, 8905.0, 8932.0, 8908.0, 8955.0, 8921.0, 8951.0, 8907.0, 8942.0, 8919.0, 8943.0, 8921.0, 8947.0, 8924.0, 8980.0, 8934.0, 8926.0, 8918.0, 8885.0, 8932.0, 8904.0, 8950.0, 8907.0, 8944.0, 8920.0, 8944.0, 8917.0, 8954.0, 8918.0, 8978.0, 8923.0, 8987.0, 8913.0, 8939.0, 8899.0, 8939.0, 8936.0, 8935.0, 8940.0, 8912.0, 8954.0, 8927.0, 8964.0, 8941.0, 8966.0, 8957.0, 8979.0, 8955.0, 8921.0, 8937.0, 8895.0, 8963.0, 8909.0, 8978.0, 8949.0, 8977.0, 8918.0, 8931.0, 8936.0, 8928.0, 8936.0, 8945.0, 8960.0, 8887.0, 8941.0, 8923.0, 8958.0, 8929.0, 8963.0, 8918.0, 8945.0, 8925.0, 8931.0, 8941.0, 8946.0, 8957.0, 8952.0, 8941.0, 8894.0, 8940.0, 8909.0, 8951.0, 8924.0, 8967.0, 8916.0, 8976.0, 8922.0, 8972.0, 8931.0, 8955.0, 8932.0, 8990.0, 8932.0, 8968.0, 8918.0, 8938.0, 8947.0, 8929.0, 8943.0, 8913.0, 8927.0, 8901.0, 8865.0, 8890.0, 8932.0, 8979.0, 8941.0, 9028.0, 8954.0, 8956.0, 8926.0, 8957.0, 8928.0, 8964.0, 8979.0, 8933.0, 8989.0, 8982.0, 8966.0, 8990.0, 8949.0, 8974.0, 8976.0, 8941.0, 9023.0, 8993.0, 8934.0, 8989.0, 8935.0, 9002.0, 8948.0, 9010.0, 8980.0, 8994.0, 8933.0, 8946.0, 8888.0, 8930.0, 8901.0, 8948.0, 8914.0, 8959.0, 8908.0, 8945.0, 8939.0, 8948.0, 8937.0, 8965.0, 8958.0, 8953.0, 8970.0, 8932.0, 8967.0, 8912.0, 8971.0, 8937.0, 8995.0, 8940.0, 8974.0, 8936.0, 8972.0, 8936.0, 8955.0, 8937.0, 8974.0, 8954.0, 8927.0, 8944.0, 8914.0, 8947.0, 8954.0, 8948.0, 8986.0, 8945.0, 8937.0, 8942.0, 8887.0, 8941.0, 8884.0, 8944.0, 8904.0, 8977.0, 8930.0, 8939.0, 8931.0, 8941.0, 8930.0, 8961.0, 8931.0, 8969.0, 8943.0, 8899.0, 8944.0, 8885.0, 8946.0, 8920.0, 8947.0, 8903.0, 8958.0, 8935.0, 8941.0, 8935.0, 8956.0, 8950.0, 8960.0, 8929.0, 8957.0, 8917.0, 8941.0, 8899.0, 8946.0, 8916.0, 8944.0, 8923.0, 8962.0, 8936.0, 8949.0, 8957.0, 8949.0, 8974.0, 8962.0, 8972.0, 8931.0, 8965.0, 8941.0, 8970.0, 8919.0, 8972.0, 8998.0, 8979.0, 8932.0, 8949.0, 8915.0, 8945.0, 8961.0, 8949.0, 8985.0, 8944.0, 8930.0, 8948.0, 8885.0, 8960.0, 8903.0, 8983.0, 8945.0, 8967.0, 8956.0, 8981.0, 8970.0, 8975.0, 8974.0, 9013.0, 8968.0, 8948.0, 8967.0, 8907.0, 8965.0, 8957.0, 8963.0, 8999.0, 8974.0, 8939.0, 8942.0, 8915.0, 8953.0, 8917.0, 8955.0, 8902.0, 8971.0, 8934.0, 8939.0, 8948.0, 8958.0, 8950.0, 8955.0, 8973.0, 8978.0, 8948.0, 8920.0, 8948.0, 8936.0, 8964.0, 8951.0, 8964.0, 8950.0, 9003.0, 8947.0, 8934.0, 8962.0, 8911.0, 8964.0, 8963.0, 8976.0, 8916.0, 8959.0, 8934.0, 8948.0, 8945.0, 8961.0, 8931.0, 9004.0, 8932.0, 8956.0, 8949.0, 8951.0, 8960.0, 8964.0, 8964.0, 8951.0, 8962.0, 8924.0, 8963.0, 8936.0, 8963.0, 8936.0, 8976.0, 8951.0, 8972.0, 8945.0, 8958.0, 8946.0, 8955.0, 8949.0, 8970.0, 8941.0, 8884.0, 8941.0, 8909.0, 8941.0, 8931.0, 8962.0, 8920.0, 8975.0, 8884.0, 8939.0, 8897.0, 8939.0, 8919.0, 8961.0, 8923.0, 8962.0, 8941.0, 8963.0, 8970.0, 8966.0, 8973.0, 8968.0, 8959.0, 8933.0, 8970.0, 8903.0, 8965.0, 8937.0, 8973.0, 8977.0, 8951.0, 8904.0, 8946.0, 8918.0, 8961.0, 8933.0, 8978.0, 8932.0, 8982.0, 8948.0, 8986.0, 8950.0, 8970.0, 8962.0, 9002.0, 8966.0, 8946.0, 8947.0, 8934.0, 8986.0, 8926.0, 8956.0, 8934.0, 8954.0, 8948.0, 8939.0, 8971.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.002105859284890426</td></tr>
<tr><td colspan=3>aqi</td><td>0.05118898292964245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.80068436711319</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1229559411778287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9663595096651258</td></tr>
<tr><td colspan=3>efc</td><td>0.4382</td></tr>
<tr><td colspan=3>fber</td><td>7316.8594</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13508376419960919</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.41753171856978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4711776486447854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.312519217592518</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683587845109189</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4174258832326485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00489497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017444618046283722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030142756178975105</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.018121919010707</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>23.5416</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2581</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.3302</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.9216</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.3504</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.2432</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.0378</td></tr>
<tr><td colspan=3>tsnr</td><td>31.57939549605362</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>