ds005256-mriqc/sub-0087_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +02:00

616 lines
No EOL
106 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-0087_ses-01_task-social_acq-mb8_run-02_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-0087_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-02_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-0087/ses-01/func/sub-0087_ses-01_task-social_acq-mb8_run-02_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>e8bea7dab38fb1172658420ad8c47d08</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>22:00:14.562500</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.999738, 0.0218743, 0.00668161, -0.0218144, 0.999722, -0.00891911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0944853</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7785, -7239, 580, -37, -11, 20, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36b2f973-aaf0-4775-bdee-9b5f39846777||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.682224988937378, -0.058526311069726944, 0.018562113866209984, 115.07896423339844], [-0.05868718773126602, 2.6821818351745605, -0.023681748658418655, -93.421142578125], [0.017926279455423355, 0.023929309099912643, 2.6998324394226074, -71.71964263916016], [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': ['220014.562500', '220015.022500', '220015.482500', '220015.942500', '220016.402500', '220016.862500', '220017.322500', '220017.782500', '220018.242500', '220018.702500', '220019.162500', '220019.622500', '220020.082500', '220020.542500', '220021.002500', '220021.462500', '220021.922500', '220022.382500', '220022.842500', '220023.302500', '220023.762500', '220024.222500', '220024.682500', '220025.142500', '220025.602500', '220026.062500', '220026.522500', '220026.982500', '220027.442500', '220027.902500', '220028.362500', '220028.822500', '220029.282500', '220029.742500', '220030.202500', '220030.662500', '220031.122500', '220031.582500', '220032.042500', '220032.502500', '220032.962500', '220033.422500', '220033.882500', '220034.342500', '220034.802500', '220035.262500', '220035.722500', '220036.182500', '220036.642500', '220037.102500', '220037.562500', '220038.022500', '220038.482500', '220038.942500', '220039.402500', '220039.862500', '220040.322500', '220040.782500', '220041.242500', '220041.702500', '220042.162500', '220042.622500', '220043.082500', '220043.542500', '220044.002500', '220044.462500', '220044.922500', '220045.382500', '220045.842500', '220046.302500', '220046.762500', '220047.222500', '220047.682500', '220048.142500', '220048.602500', '220049.062500', '220049.522500', '220049.982500', '220050.442500', '220050.902500', '220051.362500', '220051.822500', '220052.282500', '220052.742500', '220053.202500', '220053.662500', '220054.122500', '220054.582500', '220055.042500', '220055.502500', '220055.962500', '220056.422500', '220056.882500', '220057.342500', '220057.802500', '220058.262500', '220058.722500', '220059.182500', '220059.642500', '220100.102500', '220100.562500', '220101.022500', '220101.482500', '220101.942500', '220102.402500', '220102.862500', '220103.322500', '220103.782500', '220104.242500', '220104.702500', '220105.162500', '220105.622500', '220106.082500', '220106.542500', '220107.002500', '220107.462500', '220107.922500', '220108.382500', '220108.842500', '220109.302500', '220109.762500', '220110.222500', '220110.682500', '220111.142500', '220111.602500', '220112.062500', '220112.522500', '220112.982500', '220113.442500', '220113.902500', '220114.362500', '220114.822500', '220115.282500', '220115.742500', '220116.202500', '220116.662500', '220117.122500', '220117.582500', '220118.042500', '220118.502500', '220118.962500', '220119.422500', '220119.882500', '220120.342500', '220120.802500', '220121.262500', '220121.722500', '220122.182500', '220122.642500', '220123.102500', '220123.562500', '220124.022500', '220124.482500', '220124.942500', '220125.402500', '220125.862500', '220126.322500', '220126.782500', '220127.242500', '220127.702500', '220128.162500', '220128.622500', '220129.082500', '220129.542500', '220130.002500', '220130.462500', '220130.922500', '220131.382500', '220131.842500', '220132.302500', '220132.762500', '220133.222500', '220133.682500', '220134.142500', '220134.602500', '220135.062500', '220135.522500', '220135.982500', '220136.442500', '220136.902500', '220137.362500', '220137.822500', '220138.282500', '220138.742500', '220139.202500', '220139.662500', '220140.122500', '220140.582500', '220141.042500', '220141.502500', '220141.962500', '220142.422500', '220142.882500', '220143.342500', '220143.802500', '220144.262500', '220144.722500', '220145.182500', '220145.642500', '220146.102500', '220146.562500', '220147.022500', '220147.482500', '220147.942500', '220148.402500', '220148.862500', '220149.322500', '220149.782500', '220150.242500', '220150.702500', '220151.162500', '220151.622500', '220152.082500', '220152.542500', '220153.002500', '220153.462500', '220153.922500', '220154.382500', '220154.842500', '220155.302500', '220155.762500', '220156.222500', '220156.682500', '220157.142500', '220157.602500', '220158.062500', '220158.522500', '220158.982500', '220159.442500', '220159.902500', '220200.362500', '220200.822500', '220201.282500', '220201.742500', '220202.202500', '220202.662500', '220203.122500', '220203.582500', '220204.042500', '220204.502500', '220204.962500', '220205.422500', '220205.882500', '220206.342500', '220206.802500', '220207.262500', '220207.722500', '220208.182500', '220208.642500', '220209.102500', '220209.562500', '220210.022500', '220210.482500', '220210.942500', '220211.402500', '220211.862500', '220212.322500', '220212.782500', '220213.242500', '220213.702500', '220214.162500', '220214.622500', '220215.082500', '220215.542500', '220216.002500', '220216.462500', '220216.922500', '220217.382500', '220217.842500', '220218.302500', '220218.762500', '220219.222500', '220219.682500', '220220.142500', '220220.602500', '220221.062500', '220221.522500', '220221.982500', '220222.442500', '220222.902500', '220223.362500', '220223.822500', '220224.282500', '220224.742500', '220225.202500', '220225.662500', '220226.122500', '220226.582500', '220227.042500', '220227.502500', '220227.962500', '220228.422500', '220228.882500', '220229.342500', '220229.802500', '220230.262500', '220230.722500', '220231.182500', '220231.642500', '220232.102500', '220232.562500', '220233.022500', '220233.482500', '220233.942500', '220234.402500', '220234.862500', '220235.322500', '220235.782500', '220236.242500', '220236.702500', '220237.162500', '220237.622500', '220238.082500', '220238.542500', '220239.002500', '220239.462500', '220239.922500', '220240.382500', '220240.842500', '220241.302500', '220241.762500', '220242.222500', '220242.682500', '220243.142500', '220243.602500', '220244.062500', '220244.522500', '220244.982500', '220245.442500', '220245.902500', '220246.362500', '220246.822500', '220247.282500', '220247.742500', '220248.202500', '220248.662500', '220249.122500', '220249.582500', '220250.042500', '220250.502500', '220250.962500', '220251.422500', '220251.882500', '220252.342500', '220252.802500', '220253.262500', '220253.722500', '220254.182500', '220254.642500', '220255.102500', '220255.562500', '220256.022500', '220256.482500', '220256.942500', '220257.402500', '220257.862500', '220258.322500', '220258.782500', '220259.242500', '220259.702500', '220300.162500', '220300.622500', '220301.082500', '220301.542500', '220302.002500', '220302.462500', '220302.922500', '220303.382500', '220303.842500', '220304.302500', '220304.762500', '220305.222500', '220305.682500', '220306.142500', '220306.602500', '220307.062500', '220307.522500', '220307.982500', '220308.442500', '220308.902500', '220309.362500', '220309.822500', '220310.282500', '220310.742500', '220311.202500', '220311.662500', '220312.122500', '220312.582500', '220313.042500', '220313.502500', '220313.962500', '220314.422500', '220314.882500', '220315.342500', '220315.802500', '220316.262500', '220316.722500', '220317.182500', '220317.642500', '220318.102500', '220318.562500', '220319.022500', '220319.482500', '220319.942500', '220320.402500', '220320.862500', '220321.322500', '220321.782500', '220322.242500', '220322.702500', '220323.162500', '220323.622500', '220324.082500', '220324.542500', '220325.002500', '220325.462500', '220325.922500', '220326.382500', '220326.842500', '220327.302500', '220327.762500', '220328.222500', '220328.682500', '220329.142500', '220329.602500', '220330.062500', '220330.522500', '220330.982500', '220331.442500', '220331.902500', '220332.362500', '220332.822500', '220333.282500', '220333.742500', '220334.202500', '220334.662500', '220335.122500', '220335.582500', '220336.042500', '220336.502500', '220336.962500', '220337.422500', '220337.882500', '220338.342500', '220338.802500', '220339.262500', '220339.722500', '220340.182500', '220340.642500', '220341.102500', '220341.562500', '220342.022500', '220342.482500', '220342.942500', '220343.402500', '220343.862500', '220344.322500', '220344.782500', '220345.242500', '220345.702500', '220346.162500', '220346.622500', '220347.082500', '220347.542500', '220348.002500', '220348.462500', '220348.922500', '220349.382500', '220349.842500', '220350.302500', '220350.762500', '220351.222500', '220351.682500', '220352.142500', '220352.602500', '220353.062500', '220353.522500', '220353.982500', '220354.442500', '220354.902500', '220355.362500', '220355.822500', '220356.282500', '220356.742500', '220357.202500', '220357.662500', '220358.122500', '220358.582500', '220359.042500', '220359.502500', '220359.962500', '220400.422500', '220400.882500', '220401.342500', '220401.802500', '220402.262500', '220402.722500', '220403.182500', '220403.642500', '220404.102500', '220404.562500', '220405.022500', '220405.482500', '220405.942500', '220406.402500', '220406.862500', '220407.322500', '220407.782500', '220408.242500', '220408.702500', '220409.162500', '220409.622500', '220410.082500', '220410.542500', '220411.002500', '220411.462500', '220411.922500', '220412.382500', '220412.842500', '220413.302500', '220413.762500', '220414.222500', '220414.682500', '220415.142500', '220415.602500', '220416.062500', '220416.522500', '220416.982500', '220417.442500', '220417.902500', '220418.362500', '220418.822500', '220419.282500', '220419.742500', '220420.202500', '220420.662500', '220421.122500', '220421.582500', '220422.042500', '220422.502500', '220422.962500', '220423.422500', '220423.882500', '220424.342500', '220424.802500', '220425.262500', '220425.722500', '220426.182500', '220426.642500', '220427.102500', '220427.562500', '220428.022500', '220428.482500', '220428.942500', '220429.402500', '220429.862500', '220430.322500', '220430.782500', '220431.242500', '220431.702500', '220432.162500', '220432.622500', '220433.082500', '220433.542500', '220434.002500', '220434.462500', '220434.922500', '220435.382500', '220435.842500', '220436.302500', '220436.762500', '220437.222500', '220437.682500', '220438.142500', '220438.602500', '220439.062500', '220439.522500', '220439.982500', '220440.442500', '220440.902500', '220441.362500', '220441.822500', '220442.282500', '220442.742500', '220443.202500', '220443.662500', '220444.122500', '220444.582500', '220445.042500', '220445.502500', '220445.962500', '220446.422500', '220446.882500', '220447.342500', '220447.802500', '220448.262500', '220448.722500', '220449.182500', '220449.642500', '220450.102500', '220450.562500', '220451.022500', '220451.482500', '220451.942500', '220452.402500', '220452.862500', '220453.322500', '220453.782500', '220454.242500', '220454.702500', '220455.162500', '220455.622500', '220456.082500', '220456.542500', '220457.002500', '220457.462500', '220457.922500', '220458.382500', '220458.842500', '220459.302500', '220459.762500', '220500.222500', '220500.682500', '220501.142500', '220501.602500', '220502.062500', '220502.522500', '220502.982500', '220503.442500', '220503.902500', '220504.362500', '220504.822500', '220505.282500', '220505.742500', '220506.202500', '220506.662500', '220507.122500', '220507.582500', '220508.042500', '220508.502500', '220508.962500', '220509.422500', '220509.882500', '220510.342500', '220510.802500', '220511.262500', '220511.722500', '220512.182500', '220512.642500', '220513.102500', '220513.562500', '220514.022500', '220514.482500', '220514.942500', '220515.402500', '220515.862500', '220516.322500', '220516.782500', '220517.242500', '220517.702500', '220518.162500', '220518.622500', '220519.082500', '220519.542500', '220520.002500', '220520.462500', '220520.922500', '220521.382500', '220521.842500', '220522.302500', '220522.762500', '220523.222500', '220523.682500', '220524.142500', '220524.602500', '220525.062500', '220525.522500', '220525.982500', '220526.442500', '220526.902500', '220527.362500', '220527.822500', '220528.282500', '220528.742500', '220529.202500', '220529.662500', '220530.122500', '220530.582500', '220531.042500', '220531.502500', '220531.962500', '220532.422500', '220532.882500', '220533.342500', '220533.802500', '220534.262500', '220534.722500', '220535.182500', '220535.642500', '220536.102500', '220536.562500', '220537.022500', '220537.482500', '220537.942500', '220538.402500', '220538.862500', '220539.322500', '220539.782500', '220540.242500', '220540.702500', '220541.162500', '220541.622500', '220542.082500', '220542.542500', '220543.002500', '220543.462500', '220543.922500', '220544.382500', '220544.842500', '220545.302500', '220545.762500', '220546.222500', '220546.682500', '220547.142500', '220547.602500', '220548.062500', '220548.522500', '220548.982500', '220549.442500', '220549.902500', '220550.362500', '220550.822500', '220551.282500', '220551.742500', '220552.202500', '220552.662500', '220553.122500', '220553.582500', '220554.042500', '220554.502500', '220554.962500', '220555.422500', '220555.882500', '220556.342500', '220556.802500', '220557.262500', '220557.722500', '220558.182500', '220558.642500', '220559.102500', '220559.562500', '220600.022500', '220600.482500', '220600.942500', '220601.402500', '220601.862500', '220602.322500', '220602.782500', '220603.242500', '220603.702500', '220604.162500', '220604.622500', '220605.082500', '220605.542500', '220606.002500', '220606.462500', '220606.922500', '220607.382500', '220607.842500', '220608.302500', '220608.762500', '220609.222500', '220609.682500', '220610.142500', '220610.602500', '220611.062500', '220611.522500', '220611.982500', '220612.442500', '220612.902500', '220613.362500', '220613.822500', '220614.282500', '220614.742500', '220615.202500', '220615.662500', '220616.122500', '220616.582500', '220617.042500', '220617.502500', '220617.962500', '220618.422500', '220618.882500', '220619.342500', '220619.802500', '220620.262500', '220620.722500', '220621.182500', '220621.642500', '220622.102500', '220622.562500', '220623.022500', '220623.482500', '220623.942500', '220624.402500', '220624.862500', '220625.322500', '220625.782500', '220626.242500', '220626.702500', '220627.162500', '220627.622500', '220628.082500', '220628.542500', '220629.002500', '220629.462500', '220629.922500', '220630.382500', '220630.842500', '220631.302500', '220631.762500', '220632.222500', '220632.682500', '220633.142500', '220633.602500', '220634.062500', '220634.522500', '220634.982500', '220635.442500', '220635.902500', '220636.362500', '220636.822500', '220637.282500', '220637.742500', '220638.202500', '220638.662500', '220639.122500', '220639.582500', '220640.042500', '220640.502500', '220640.962500', '220641.422500', '220641.882500', '220642.342500', '220642.802500', '220643.262500', '220643.722500', '220644.182500', '220644.642500', '220645.102500', '220645.562500', '220646.022500', '220646.482500', '220646.942500', '220647.402500', '220647.862500', '220648.322500', '220648.782500', '220649.242500', '220649.702500', '220650.162500', '220650.622500', '220651.082500', '220651.542500', '220652.002500', '220652.462500', '220652.922500', '220653.382500', '220653.842500', '220654.302500', '220654.762500', '220655.222500'], 'ContentTime': ['220025.568000', '220025.571000', '220025.574000', '220025.577000', '220025.579000', '220025.582000', '220025.584000', '220025.587000', '220025.592000', '220025.595000', '220025.601000', '220025.604000', '220025.607000', '220025.609000', '220025.612000', '220025.628000', '220025.630000', '220025.633000', '220025.635000', '220025.638000', '220045.503000', '220045.506000', '220045.509000', '220045.511000', '220045.514000', '220045.517000', '220045.519000', '220045.522000', '220045.524000', '220045.527000', '220045.529000', '220045.540000', '220045.542000', '220045.545000', '220045.547000', '220045.550000', '220045.553000', '220045.555000', '220045.558000', '220045.560000', '220045.563000', '220045.565000', '220045.568000', '220045.570000', '220045.573000', '220045.575000', '220045.578000', '220045.581000', '220045.583000', '220045.586000', '220045.588000', '220045.591000', '220045.593000', '220045.596000', '220045.598000', '220045.601000', '220045.604000', '220045.606000', '220045.609000', '220045.611000', '220045.614000', '220045.616000', '220045.619000', '220045.621000', '220105.503000', '220105.506000', '220105.509000', '220105.511000', '220105.514000', '220105.516000', '220105.519000', '220105.522000', '220105.524000', '220105.527000', '220105.529000', '220105.532000', '220105.534000', '220105.537000', '220105.539000', '220105.542000', '220105.544000', '220105.547000', '220105.549000', '220105.552000', '220105.554000', '220105.557000', '220105.560000', '220105.562000', '220105.565000', '220105.567000', '220105.570000', '220105.572000', '220105.575000', '220105.577000', '220105.580000', '220105.582000', '220105.585000', '220105.587000', '220105.590000', '220105.593000', '220105.595000', '220105.598000', '220105.600000', '220105.603000', '220105.606000', '220105.608000', '220105.611000', '220125.504000', '220125.506000', '220125.509000', '220125.511000', '220125.514000', '220125.517000', '220125.519000', '220125.522000', '220125.524000', '220125.527000', '220125.529000', '220125.532000', '220125.534000', '220125.537000', '220125.539000', '220125.542000', '220125.545000', '220125.547000', '220125.550000', '220125.552000', '220125.555000', '220125.557000', '220125.560000', '220125.562000', '220125.565000', '220125.567000', '220125.570000', '220125.572000', '220125.575000', '220125.578000', '220125.580000', '220125.583000', '220125.585000', '220125.588000', '220125.590000', '220125.593000', '220125.596000', '220125.598000', '220125.601000', '220125.603000', '220125.606000', '220125.609000', '220125.611000', '220125.614000', '220145.503000', '220145.506000', '220145.509000', '220145.511000', '220145.514000', '220145.516000', '220145.519000', '220145.521000', '220145.524000', '220145.527000', '220145.529000', '220145.532000', '220145.534000', '220145.537000', '220145.540000', '220145.542000', '220145.545000', '220145.547000', '220145.550000', '220145.552000', '220145.555000', '220145.557000', '220145.560000', '220145.562000', '220145.565000', '220145.568000', '220145.570000', '220145.573000', '220145.575000', '220145.578000', '220145.580000', '220145.583000', '220145.586000', '220145.588000', '220145.591000', '220145.593000', '220145.596000', '220145.598000', '220145.601000', '220145.603000', '220145.606000', '220145.609000', '220145.611000', '220205.502000', '220205.505000', '220205.508000', '220205.510000', '220205.513000', '220205.515000', '220205.518000', '220205.521000', '220205.523000', '220205.526000', '220205.528000', '220205.531000', '220205.533000', '220205.536000', '220205.539000', '220205.541000', '220205.544000', '220205.591000', '220205.593000', '220205.596000', '220205.599000', '220205.601000', '220205.604000', '220205.606000', '220205.609000', '220205.611000', '220205.614000', '220205.617000', '220205.619000', '220205.622000', '220205.624000', '220205.627000', '220205.630000', '220205.632000', '220205.635000', '220205.637000', '220205.640000', '220205.643000', '220205.645000', '220205.648000', '220205.650000', '220205.653000', '220205.655000', '220205.658000', '220225.502000', '220225.505000', '220225.508000', '220225.510000', '220225.513000', '220225.516000', '220225.518000', '220225.521000', '220225.523000', '220225.526000', '220225.528000', '220225.531000', '220225.533000', '220225.536000', '220225.539000', '220225.541000', '220225.544000', '220225.546000', '220225.549000', '220225.551000', '220225.554000', '220225.557000', '220225.559000', '220225.562000', '220225.564000', '220225.567000', '220225.569000', '220225.572000', '220225.574000', '220225.577000', '220225.580000', '220225.582000', '220225.585000', '220225.587000', '220225.590000', '220225.593000', '220225.595000', '220225.598000', '220225.600000', '220225.603000', '220225.605000', '220225.608000', '220225.611000', '220245.503000', '220245.505000', '220245.508000', '220245.511000', '220245.513000', '220245.516000', '220245.518000', '220245.521000', '220245.523000', '220245.526000', '220245.528000', '220245.531000', '220245.534000', '220245.536000', '220245.539000', '220245.541000', '220245.544000', '220245.546000', '220245.549000', '220245.552000', '220245.554000', '220245.557000', '220245.559000', '220245.562000', '220245.565000', '220245.567000', '220245.570000', '220245.572000', '220245.575000', '220245.577000', '220245.580000', '220245.583000', '220245.585000', '220245.588000', '220245.591000', '220245.593000', '220245.596000', '220245.598000', '220245.601000', '220245.604000', '220245.606000', '220245.609000', '220245.611000', '220245.614000', '220305.503000', '220305.506000', '220305.509000', '220305.511000', '220305.514000', '220305.516000', '220305.519000', '220305.522000', '220305.524000', '220305.527000', '220305.529000', '220305.532000', '220305.534000', '220305.537000', '220305.539000', '220305.542000', '220305.545000', '220305.547000', '220305.550000', '220305.552000', '220305.555000', '220305.557000', '220305.560000', '220305.562000', '220305.565000', '220305.568000', '220305.570000', '220305.573000', '220305.575000', '220305.578000', '220305.580000', '220305.583000', '220305.586000', '220305.588000', '220305.591000', '220305.593000', '220305.596000', '220305.598000', '220305.601000', '220305.604000', '220305.606000', '220305.609000', '220305.611000', '220325.503000', '220325.506000', '220325.509000', '220325.511000', '220325.514000', '220325.516000', '220325.519000', '220325.522000', '220325.524000', '220325.528000', '220325.530000', '220325.533000', '220325.535000', '220325.538000', '220325.541000', '220325.543000', '220325.546000', '220325.548000', '220325.551000', '220325.554000', '220325.556000', '220325.559000', '220325.561000', '220325.564000', '220325.566000', '220325.569000', '220325.571000', '220325.574000', '220325.577000', '220325.579000', '220325.582000', '220325.585000', '220325.587000', '220325.590000', '220325.593000', '220325.595000', '220325.598000', '220325.600000', '220325.603000', '220325.605000', '220325.608000', '220325.611000', '220325.613000', '220325.616000', '220345.503000', '220345.506000', '220345.509000', '220345.511000', '220345.514000', '220345.516000', '220345.519000', '220345.521000', '220345.524000', '220345.527000', '220345.529000', '220345.532000', '220345.534000', '220345.537000', '220345.539000', '220345.542000', '220345.545000', '220345.547000', '220345.550000', '220345.552000', '220345.555000', '220345.558000', '220345.560000', '220345.563000', '220345.565000', '220345.568000', '220345.570000', '220345.573000', '220345.575000', '220345.578000', '220345.581000', '220345.583000', '220345.586000', '220345.588000', '220345.591000', '220345.593000', '220345.596000', '220345.599000', '220345.601000', '220345.604000', '220345.606000', '220345.609000', '220345.612000', '220405.503000', '220405.506000', '220405.509000', '220405.512000', '220405.514000', '220405.517000', '220405.519000', '220405.522000', '220405.524000', '220405.527000', '220405.529000', '220405.532000', '220405.535000', '220405.537000', '220405.540000', '220405.542000', '220405.545000', '220405.547000', '220405.550000', '220405.552000', '220405.555000', '220405.558000', '220405.560000', '220405.563000', '220405.565000', '220405.568000', '220405.570000', '220405.573000', '220405.576000', '220405.578000', '220405.581000', '220405.583000', '220405.586000', '220405.588000', '220405.591000', '220405.594000', '220405.596000', '220405.599000', '220405.602000', '220405.604000', '220405.607000', '220405.609000', '220405.612000', '220425.503000', '220425.505000', '220425.508000', '220425.511000', '220425.513000', '220425.516000', '220425.518000', '220425.521000', '220425.523000', '220425.526000', '220425.529000', '220425.531000', '220425.534000', '220425.536000', '220425.539000', '220425.542000', '220425.544000', '220425.547000', '220425.549000', '220425.552000', '220425.554000', '220425.557000', '220425.559000', '220425.562000', '220425.565000', '220425.567000', '220425.570000', '220425.572000', '220425.575000', '220425.577000', '220425.580000', '220425.583000', '220425.585000', '220425.588000', '220425.590000', '220425.593000', '220425.595000', '220425.598000', '220425.601000', '220425.603000', '220425.606000', '220425.608000', '220425.611000', '220425.613000', '220445.502000', '220445.505000', '220445.508000', '220445.511000', '220445.513000', '220445.516000', '220445.518000', '220445.521000', '220445.523000', '220445.526000', '220445.529000', '220445.531000', '220445.534000', '220445.536000', '220445.539000', '220445.541000', '220445.544000', '220445.546000', '220445.549000', '220445.552000', '220445.554000', '220445.557000', '220445.559000', '220445.562000', '220445.565000', '220445.568000', '220445.571000', '220445.573000', '220445.576000', '220445.579000', '220445.581000', '220445.584000', '220445.586000', '220445.589000', '220445.591000', '220445.594000', '220445.597000', '220445.599000', '220445.602000', '220445.604000', '220445.607000', '220445.610000', '220445.612000', '220505.503000', '220505.505000', '220505.508000', '220505.511000', '220505.513000', '220505.516000', '220505.518000', '220505.521000', '220505.523000', '220505.526000', '220505.529000', '220505.531000', '220505.534000', '220505.536000', '220505.539000', '220505.541000', '220505.544000', '220505.547000', '220505.549000', '220505.552000', '220505.554000', '220505.557000', '220505.559000', '220505.562000', '220505.589000', '220505.591000', '220505.594000', '220505.597000', '220505.599000', '220505.602000', '220505.605000', '220505.607000', '220505.610000', '220505.612000', '220505.615000', '220505.617000', '220505.620000', '220505.623000', '220505.625000', '220505.628000', '220505.630000', '220505.633000', '220505.636000', '220505.638000', '220525.503000', '220525.506000', '220525.509000', '220525.511000', '220525.514000', '220525.516000', '220525.519000', '220525.522000', '220525.524000', '220525.527000', '220525.529000', '220525.532000', '220525.534000', '220525.537000', '220525.539000', '220525.542000', '220525.545000', '220525.547000', '220525.550000', '220525.553000', '220525.555000', '220525.558000', '220525.560000', '220525.563000', '220525.565000', '220525.568000', '220525.571000', '220525.573000', '220525.576000', '220525.579000', '220525.581000', '220525.584000', '220525.586000', '220525.589000', '220525.592000', '220525.594000', '220525.597000', '220525.599000', '220525.602000', '220525.605000', '220525.607000', '220525.610000', '220525.612000', '220545.504000', '220545.506000', '220545.509000', '220545.511000', '220545.514000', '220545.517000', '220545.519000', '220545.522000', '220545.524000', '220545.527000', '220545.529000', '220545.532000', '220545.535000', '220545.537000', '220545.540000', '220545.542000', '220545.545000', '220545.547000', '220545.550000', '220545.553000', '220545.555000', '220545.558000', '220545.560000', '220545.563000', '220545.566000', '220545.568000', '220545.571000', '220545.573000', '220545.576000', '220545.579000', '220545.581000', '220545.584000', '220545.586000', '220545.589000', '220545.592000', '220545.594000', '220545.597000', '220545.600000', '220545.602000', '220545.605000', '220545.608000', '220545.610000', '220545.613000', '220545.615000', '220605.504000', '220605.506000', '220605.509000', '220605.512000', '220605.514000', '220605.517000', '220605.519000', '220605.522000', '220605.525000', '220605.527000', '220605.530000', '220605.532000', '220605.535000', '220605.537000', '220605.540000', '220605.543000', '220605.545000', '220605.548000', '220605.550000', '220605.553000', '220605.555000', '220605.558000', '220605.561000', '220605.563000', '220605.566000', '220605.568000', '220605.571000', '220605.574000', '220605.576000', '220605.579000', '220605.581000', '220605.584000', '220605.586000', '220605.589000', '220605.592000', '220605.594000', '220605.597000', '220605.599000', '220605.602000', '220605.605000', '220605.607000', '220605.610000', '220605.613000', '220625.503000', '220625.506000', '220625.509000', '220625.511000', '220625.514000', '220625.517000', '220625.519000', '220625.522000', '220625.524000', '220625.527000', '220625.530000', '220625.532000', '220625.535000', '220625.537000', '220625.540000', '220625.542000', '220625.545000', '220625.548000', '220625.551000', '220625.554000', '220625.557000', '220625.559000', '220625.562000', '220625.564000', '220625.567000', '220625.570000', '220625.572000', '220625.575000', '220625.578000', '220625.580000', '220625.583000', '220625.585000', '220625.588000', '220625.590000', '220625.593000', '220625.610000', '220625.612000', '220625.615000', '220625.617000', '220625.620000', '220625.623000', '220625.625000', '220625.628000', '220625.630000', '220645.502000', '220645.505000', '220645.508000', '220645.510000', '220645.513000', '220645.516000', '220645.518000', '220645.521000', '220645.523000', '220645.526000', '220645.529000', '220645.531000', '220645.534000', '220645.536000', '220645.539000', '220645.542000', '220645.544000', '220645.547000', '220645.549000', '220645.552000', '220645.554000', '220645.557000', '220645.560000', '220645.562000', '220645.565000', '220645.567000', '220645.570000', '220645.573000', '220645.575000', '220645.578000', '220645.580000', '220645.583000', '220645.586000', '220645.588000', '220645.591000', '220645.594000', '220645.597000', '220645.599000', '220645.602000', '220645.605000', '220645.607000', '220645.610000', '220645.612000', '220657.093000', '220657.097000', '220657.100000', '220657.102000', '220657.106000', '220657.109000', '220657.112000', '220657.115000', '220657.118000', '220657.122000', '220657.125000', '220657.127000', '220657.131000', '220657.133000', '220657.137000', '220657.139000', '220657.142000', '220657.145000', '220657.148000', '220657.158000', '220657.161000', '220657.164000', '220657.166000', '220657.169000', '220657.172000', '220657.175000'], 'InstanceCreationTime': ['220025.568000', '220025.571000', '220025.574000', '220025.577000', '220025.579000', '220025.582000', '220025.584000', '220025.587000', '220025.592000', '220025.595000', '220025.601000', '220025.604000', '220025.607000', '220025.609000', '220025.612000', '220025.628000', '220025.630000', '220025.633000', '220025.635000', '220025.638000', '220045.503000', '220045.506000', '220045.509000', '220045.511000', '220045.514000', '220045.517000', '220045.519000', '220045.522000', '220045.524000', '220045.527000', '220045.529000', '220045.540000', '220045.542000', '220045.545000', '220045.547000', '220045.550000', '220045.553000', '220045.555000', '220045.558000', '220045.560000', '220045.563000', '220045.565000', '220045.568000', '220045.570000', '220045.573000', '220045.575000', '220045.578000', '220045.581000', '220045.583000', '220045.586000', '220045.588000', '220045.591000', '220045.593000', '220045.596000', '220045.598000', '220045.601000', '220045.604000', '220045.606000', '220045.609000', '220045.611000', '220045.614000', '220045.616000', '220045.619000', '220045.621000', '220105.503000', '220105.506000', '220105.509000', '220105.511000', '220105.514000', '220105.516000', '220105.519000', '220105.522000', '220105.524000', '220105.527000', '220105.529000', '220105.532000', '220105.534000', '220105.537000', '220105.539000', '220105.542000', '220105.544000', '220105.547000', '220105.549000', '220105.552000', '220105.554000', '220105.557000', '220105.560000', '220105.562000', '220105.565000', '220105.567000', '220105.570000', '220105.572000', '220105.575000', '220105.577000', '220105.580000', '220105.582000', '220105.585000', '220105.587000', '220105.590000', '220105.593000', '220105.595000', '220105.598000', '220105.600000', '220105.603000', '220105.606000', '220105.608000', '220105.611000', '220125.504000', '220125.506000', '220125.509000', '220125.511000', '220125.514000', '220125.517000', '220125.519000', '220125.522000', '220125.524000', '220125.527000', '220125.529000', '220125.532000', '220125.534000', '220125.537000', '220125.539000', '220125.542000', '220125.545000', '220125.547000', '220125.550000', '220125.552000', '220125.555000', '220125.557000', '220125.560000', '220125.562000', '220125.565000', '220125.567000', '220125.570000', '220125.572000', '220125.575000', '220125.578000', '220125.580000', '220125.583000', '220125.585000', '220125.588000', '220125.590000', '220125.593000', '220125.596000', '220125.598000', '220125.601000', '220125.603000', '220125.606000', '220125.609000', '220125.611000', '220125.614000', '220145.503000', '220145.506000', '220145.509000', '220145.511000', '220145.514000', '220145.516000', '220145.519000', '220145.521000', '220145.524000', '220145.527000', '220145.529000', '220145.532000', '220145.534000', '220145.537000', '220145.540000', '220145.542000', '220145.545000', '220145.547000', '220145.550000', '220145.552000', '220145.555000', '220145.557000', '220145.560000', '220145.562000', '220145.565000', '220145.568000', '220145.570000', '220145.573000', '220145.575000', '220145.578000', '220145.580000', '220145.583000', '220145.586000', '220145.588000', '220145.591000', '220145.593000', '220145.596000', '220145.598000', '220145.601000', '220145.603000', '220145.606000', '220145.609000', '220145.611000', '220205.502000', '220205.505000', '220205.508000', '220205.510000', '220205.513000', '220205.515000', '220205.518000', '220205.521000', '220205.523000', '220205.526000', '220205.528000', '220205.531000', '220205.533000', '220205.536000', '220205.539000', '220205.541000', '220205.544000', '220205.591000', '220205.593000', '220205.596000', '220205.599000', '220205.601000', '220205.604000', '220205.606000', '220205.609000', '220205.611000', '220205.614000', '220205.617000', '220205.619000', '220205.622000', '220205.624000', '220205.627000', '220205.630000', '220205.632000', '220205.635000', '220205.637000', '220205.640000', '220205.643000', '220205.645000', '220205.648000', '220205.650000', '220205.653000', '220205.655000', '220205.658000', '220225.502000', '220225.505000', '220225.508000', '220225.510000', '220225.513000', '220225.516000', '220225.518000', '220225.521000', '220225.523000', '220225.526000', '220225.528000', '220225.531000', '220225.533000', '220225.536000', '220225.539000', '220225.541000', '220225.544000', '220225.546000', '220225.549000', '220225.551000', '220225.554000', '220225.557000', '220225.559000', '220225.562000', '220225.564000', '220225.567000', '220225.569000', '220225.572000', '220225.574000', '220225.577000', '220225.580000', '220225.582000', '220225.585000', '220225.587000', '220225.590000', '220225.593000', '220225.595000', '220225.598000', '220225.600000', '220225.603000', '220225.605000', '220225.608000', '220225.611000', '220245.503000', '220245.505000', '220245.508000', '220245.511000', '220245.513000', '220245.516000', '220245.518000', '220245.521000', '220245.523000', '220245.526000', '220245.528000', '220245.531000', '220245.534000', '220245.536000', '220245.539000', '220245.541000', '220245.544000', '220245.546000', '220245.549000', '220245.552000', '220245.554000', '220245.557000', '220245.559000', '220245.562000', '220245.565000', '220245.567000', '220245.570000', '220245.572000', '220245.575000', '220245.577000', '220245.580000', '220245.583000', '220245.585000', '220245.588000', '220245.591000', '220245.593000', '220245.596000', '220245.598000', '220245.601000', '220245.604000', '220245.606000', '220245.609000', '220245.611000', '220245.614000', '220305.503000', '220305.506000', '220305.509000', '220305.511000', '220305.514000', '220305.516000', '220305.519000', '220305.522000', '220305.524000', '220305.527000', '220305.529000', '220305.532000', '220305.534000', '220305.537000', '220305.539000', '220305.542000', '220305.545000', '220305.547000', '220305.550000', '220305.552000', '220305.555000', '220305.557000', '220305.560000', '220305.562000', '220305.565000', '220305.568000', '220305.570000', '220305.573000', '220305.575000', '220305.578000', '220305.580000', '220305.583000', '220305.586000', '220305.588000', '220305.591000', '220305.593000', '220305.596000', '220305.598000', '220305.601000', '220305.604000', '220305.606000', '220305.609000', '220305.611000', '220325.503000', '220325.506000', '220325.509000', '220325.511000', '220325.514000', '220325.516000', '220325.519000', '220325.522000', '220325.524000', '220325.528000', '220325.530000', '220325.533000', '220325.535000', '220325.538000', '220325.541000', '220325.543000', '220325.546000', '220325.548000', '220325.551000', '220325.554000', '220325.556000', '220325.559000', '220325.561000', '220325.564000', '220325.566000', '220325.569000', '220325.571000', '220325.574000', '220325.577000', '220325.579000', '220325.582000', '220325.585000', '220325.587000', '220325.590000', '220325.593000', '220325.595000', '220325.598000', '220325.600000', '220325.603000', '220325.605000', '220325.608000', '220325.611000', '220325.613000', '220325.616000', '220345.503000', '220345.506000', '220345.509000', '220345.511000', '220345.514000', '220345.516000', '220345.519000', '220345.521000', '220345.524000', '220345.527000', '220345.529000', '220345.532000', '220345.534000', '220345.537000', '220345.539000', '220345.542000', '220345.545000', '220345.547000', '220345.550000', '220345.552000', '220345.555000', '220345.558000', '220345.560000', '220345.563000', '220345.565000', '220345.568000', '220345.570000', '220345.573000', '220345.575000', '220345.578000', '220345.581000', '220345.583000', '220345.586000', '220345.588000', '220345.591000', '220345.593000', '220345.596000', '220345.599000', '220345.601000', '220345.604000', '220345.606000', '220345.609000', '220345.612000', '220405.503000', '220405.506000', '220405.509000', '220405.512000', '220405.514000', '220405.517000', '220405.519000', '220405.522000', '220405.524000', '220405.527000', '220405.529000', '220405.532000', '220405.535000', '220405.537000', '220405.540000', '220405.542000', '220405.545000', '220405.547000', '220405.550000', '220405.552000', '220405.555000', '220405.558000', '220405.560000', '220405.563000', '220405.565000', '220405.568000', '220405.570000', '220405.573000', '220405.576000', '220405.578000', '220405.581000', '220405.583000', '220405.586000', '220405.588000', '220405.591000', '220405.594000', '220405.596000', '220405.599000', '220405.602000', '220405.604000', '220405.607000', '220405.609000', '220405.612000', '220425.503000', '220425.505000', '220425.508000', '220425.511000', '220425.513000', '220425.516000', '220425.518000', '220425.521000', '220425.523000', '220425.526000', '220425.529000', '220425.531000', '220425.534000', '220425.536000', '220425.539000', '220425.542000', '220425.544000', '220425.547000', '220425.549000', '220425.552000', '220425.554000', '220425.557000', '220425.559000', '220425.562000', '220425.565000', '220425.567000', '220425.570000', '220425.572000', '220425.575000', '220425.577000', '220425.580000', '220425.583000', '220425.585000', '220425.588000', '220425.590000', '220425.593000', '220425.595000', '220425.598000', '220425.601000', '220425.603000', '220425.606000', '220425.608000', '220425.611000', '220425.613000', '220445.502000', '220445.505000', '220445.508000', '220445.511000', '220445.513000', '220445.516000', '220445.518000', '220445.521000', '220445.523000', '220445.526000', '220445.529000', '220445.531000', '220445.534000', '220445.536000', '220445.539000', '220445.541000', '220445.544000', '220445.546000', '220445.549000', '220445.552000', '220445.554000', '220445.557000', '220445.559000', '220445.562000', '220445.565000', '220445.568000', '220445.571000', '220445.573000', '220445.576000', '220445.579000', '220445.581000', '220445.584000', '220445.586000', '220445.589000', '220445.591000', '220445.594000', '220445.597000', '220445.599000', '220445.602000', '220445.604000', '220445.607000', '220445.610000', '220445.612000', '220505.503000', '220505.505000', '220505.508000', '220505.511000', '220505.513000', '220505.516000', '220505.518000', '220505.521000', '220505.523000', '220505.526000', '220505.529000', '220505.531000', '220505.534000', '220505.536000', '220505.539000', '220505.541000', '220505.544000', '220505.547000', '220505.549000', '220505.552000', '220505.554000', '220505.557000', '220505.559000', '220505.562000', '220505.589000', '220505.591000', '220505.594000', '220505.597000', '220505.599000', '220505.602000', '220505.605000', '220505.607000', '220505.610000', '220505.612000', '220505.615000', '220505.617000', '220505.620000', '220505.623000', '220505.625000', '220505.628000', '220505.630000', '220505.633000', '220505.636000', '220505.638000', '220525.503000', '220525.506000', '220525.509000', '220525.511000', '220525.514000', '220525.516000', '220525.519000', '220525.522000', '220525.524000', '220525.527000', '220525.529000', '220525.532000', '220525.534000', '220525.537000', '220525.539000', '220525.542000', '220525.545000', '220525.547000', '220525.550000', '220525.553000', '220525.555000', '220525.558000', '220525.560000', '220525.563000', '220525.565000', '220525.568000', '220525.571000', '220525.573000', '220525.576000', '220525.579000', '220525.581000', '220525.584000', '220525.586000', '220525.589000', '220525.592000', '220525.594000', '220525.597000', '220525.599000', '220525.602000', '220525.605000', '220525.607000', '220525.610000', '220525.612000', '220545.504000', '220545.506000', '220545.509000', '220545.511000', '220545.514000', '220545.517000', '220545.519000', '220545.522000', '220545.524000', '220545.527000', '220545.529000', '220545.532000', '220545.535000', '220545.537000', '220545.540000', '220545.542000', '220545.545000', '220545.547000', '220545.550000', '220545.553000', '220545.555000', '220545.558000', '220545.560000', '220545.563000', '220545.566000', '220545.568000', '220545.571000', '220545.573000', '220545.576000', '220545.579000', '220545.581000', '220545.584000', '220545.586000', '220545.589000', '220545.592000', '220545.594000', '220545.597000', '220545.600000', '220545.602000', '220545.605000', '220545.608000', '220545.610000', '220545.613000', '220545.615000', '220605.504000', '220605.506000', '220605.509000', '220605.512000', '220605.514000', '220605.517000', '220605.519000', '220605.522000', '220605.525000', '220605.527000', '220605.530000', '220605.532000', '220605.535000', '220605.537000', '220605.540000', '220605.543000', '220605.545000', '220605.548000', '220605.550000', '220605.553000', '220605.555000', '220605.558000', '220605.561000', '220605.563000', '220605.566000', '220605.568000', '220605.571000', '220605.574000', '220605.576000', '220605.579000', '220605.581000', '220605.584000', '220605.586000', '220605.589000', '220605.592000', '220605.594000', '220605.597000', '220605.599000', '220605.602000', '220605.605000', '220605.607000', '220605.610000', '220605.613000', '220625.503000', '220625.506000', '220625.509000', '220625.511000', '220625.514000', '220625.517000', '220625.519000', '220625.522000', '220625.524000', '220625.527000', '220625.530000', '220625.532000', '220625.535000', '220625.537000', '220625.540000', '220625.542000', '220625.545000', '220625.548000', '220625.551000', '220625.554000', '220625.557000', '220625.559000', '220625.562000', '220625.564000', '220625.567000', '220625.570000', '220625.572000', '220625.575000', '220625.578000', '220625.580000', '220625.583000', '220625.585000', '220625.588000', '220625.590000', '220625.593000', '220625.610000', '220625.612000', '220625.615000', '220625.617000', '220625.620000', '220625.623000', '220625.625000', '220625.628000', '220625.630000', '220645.502000', '220645.505000', '220645.508000', '220645.510000', '220645.513000', '220645.516000', '220645.518000', '220645.521000', '220645.523000', '220645.526000', '220645.529000', '220645.531000', '220645.534000', '220645.536000', '220645.539000', '220645.542000', '220645.544000', '220645.547000', '220645.549000', '220645.552000', '220645.554000', '220645.557000', '220645.560000', '220645.562000', '220645.565000', '220645.567000', '220645.570000', '220645.573000', '220645.575000', '220645.578000', '220645.580000', '220645.583000', '220645.586000', '220645.588000', '220645.591000', '220645.594000', '220645.597000', '220645.599000', '220645.602000', '220645.605000', '220645.607000', '220645.610000', '220645.612000', '220657.093000', '220657.097000', '220657.100000', '220657.102000', '220657.106000', '220657.109000', '220657.112000', '220657.115000', '220657.118000', '220657.122000', '220657.125000', '220657.127000', '220657.131000', '220657.133000', '220657.137000', '220657.139000', '220657.142000', '220657.145000', '220657.148000', '220657.158000', '220657.161000', '220657.164000', '220657.166000', '220657.169000', '220657.172000', '220657.175000'], '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': [11275, 9124, 11646, 9587, 6960, 10317, 6923, 11444, 8798, 9544, 8990, 6762, 10677, 8020, 9508, 9156, 6711, 11689, 7805, 12008, 8882, 10493, 10102, 7117, 11721, 7407, 11928, 9310, 7374, 11457, 7557, 11184, 11539, 7221, 14037, 11338, 10675, 12497, 9107, 13897, 10927, 14881, 10418, 7810, 12115, 8031, 13276, 9538, 11752, 9600, 7031, 10997, 7165, 11418, 8483, 11356, 8237, 11753, 8001, 9030, 9310, 6531, 10245, 7195, 11296, 7885, 11483, 8047, 8078, 9083, 6617, 10312, 6968, 10912, 7390, 11374, 7857, 11735, 8103, 10610, 8129, 8179, 8967, 6715, 10205, 6642, 10952, 7836, 12121, 8330, 9831, 8908, 7171, 10000, 6696, 10584, 6696, 10872, 8083, 10169, 10325, 7467, 12071, 8938, 7431, 11924, 8552, 13540, 10731, 9117, 10906, 6926, 11989, 6943, 11705, 7007, 12540, 9780, 10595, 10960, 7116, 11446, 7476, 12456, 9468, 12541, 10056, 8355, 10491, 7205, 11587, 7335, 12472, 8456, 12850, 9848, 10754, 11546, 8350, 11703, 7598, 12494, 8824, 7758, 10768, 6734, 11827, 8725, 12507, 10386, 10132, 10555, 6845, 11942, 7726, 12838, 9817, 7590, 9726, 7578, 13998, 11088, 6918, 12800, 10182, 11752, 13333, 9525, 14455, 10854, 15339, 10849, 7842, 13350, 9615, 15602, 9828, 11520, 9803, 7465, 11507, 7844, 12164, 8923, 6940, 11288, 7576, 11685, 9677, 7134, 10830, 8184, 10422, 9602, 7148, 11031, 7829, 11647, 8887, 8401, 9076, 6805, 10318, 7947, 10353, 9232, 6619, 10421, 6996, 11406, 9570, 6704, 11045, 7867, 12726, 9931, 8541, 10637, 7387, 12416, 9812, 10946, 10767, 7040, 12102, 8149, 13715, 10401, 14869, 11010, 12945, 11033, 7116, 12549, 9032, 13104, 9842, 10015, 10441, 8193, 11863, 8983, 7752, 12002, 7675, 13636, 10364, 9142, 11311, 7900, 12687, 8839, 11300, 9197, 7027, 11066, 7227, 11811, 8523, 9608, 9404, 6756, 11728, 7939, 11545, 8192, 12265, 8548, 12439, 9153, 11038, 8340, 7027, 9028, 6925, 10822, 7975, 9201, 8913, 7424, 9377, 7182, 10958, 7435, 11435, 8356, 9766, 9254, 6640, 10751, 7260, 12019, 9229, 8155, 9634, 6796, 11528, 7080, 11491, 8232, 12250, 9830, 7135, 11645, 8138, 8922, 8777, 7362, 11708, 9858, 7539, 12502, 9371, 11623, 10348, 7197, 12353, 8446, 14380, 8570, 14429, 10313, 14189, 12588, 14181, 13402, 16192, 19020, 11734, 14903, 9849, 6604, 9246, 8368, 10714, 8797, 7030, 9925, 8117, 10562, 9619, 7898, 12851, 9597, 7245, 10947, 7503, 12929, 8828, 11641, 8752, 10736, 8998, 9386, 9995, 6794, 9532, 6931, 10330, 7273, 10712, 7969, 8676, 8872, 6998, 9801, 7273, 10686, 8333, 7849, 9341, 7731, 11564, 8441, 10050, 8975, 7136, 10423, 7132, 11370, 7684, 11876, 7631, 12273, 9152, 12232, 9353, 8849, 11711, 8246, 13630, 8162, 13837, 8784, 7155, 12511, 9097, 11217, 10938, 8012, 12510, 7999, 13008, 8856, 14431, 9737, 15675, 9387, 10312, 10293, 7300, 11780, 7401, 12162, 7889, 12002, 8776, 11450, 9343, 7378, 10664, 7393, 11061, 9382, 7586, 11553, 8801, 9588, 9595, 7150, 11047, 7087, 11052, 8211, 11631, 8533, 10677, 8895, 6781, 10081, 6997, 10662, 7365, 11068, 7396, 11226, 7976, 10833, 8711, 8112, 9176, 6728, 10114, 6703, 10682, 7346, 11172, 7675, 11103, 8262, 10554, 9816, 7410, 11333, 7829, 11913, 8017, 11661, 8480, 12985, 9158, 12023, 9581, 8215, 10759, 7495, 11975, 7907, 12712, 8881, 13461, 9640, 10337, 11413, 7031, 11463, 8046, 13184, 9198, 11657, 9651, 7414, 11393, 7460, 12252, 8320, 13026, 8899, 13426, 9569, 10507, 10476, 7603, 11491, 7447, 11908, 7393, 11721, 8051, 11766, 8684, 12109, 8219, 10957, 8709, 9184, 9565, 6769, 10797, 7492, 11278, 8446, 11097, 8297, 8780, 10133, 7299, 11358, 7441, 11910, 8302, 12425, 9574, 12301, 9287, 8176, 10593, 7717, 11884, 7475, 11854, 8098, 12805, 8700, 13363, 8902, 10938, 9881, 7628, 11296, 7565, 11765, 7808, 11972, 8512, 12357, 8722, 7511, 10356, 6958, 11271, 7300, 11593, 7594, 11444, 8538, 10801, 9402, 7642, 11045, 8359, 9864, 10455, 7482, 11746, 9383, 6893, 11817, 8322, 12850, 9470, 9059, 10675, 7439, 12474, 8427, 13746, 8428, 14033, 9562, 8170, 10585, 8291, 12728, 8119, 7352, 11176, 7951, 10002, 10627, 7554, 12060, 8361, 11947, 10198, 6961, 11930, 7052, 12531, 7838, 7050, 10638, 7152, 11290, 8138, 11799, 8017, 11639, 8195, 12024, 8632, 8569, 10511, 7513, 12131, 8457, 12984, 10440, 15918, 11023, 15875, 11646, 13026, 11447, 9112, 13061, 8757, 14709, 8471, 15048, 8855, 14291, 8963, 14945, 9651, 8391, 11649, 7561, 11688, 9780, 9345, 12209, 9434, 10263, 9940, 8313, 11262, 8461, 11927, 8501, 11965, 8808, 11887, 8891, 12790, 9925, 8957, 10766, 7221, 11421, 8706, 11313, 8016, 11526, 8662, 9279, 9113, 6566, 9645, 6830, 11130, 7042, 11574, 8038, 11411, 8377, 10983, 8592, 6861, 9934, 7244, 11454, 7375, 11783, 8471, 11778, 8833, 8933, 10308, 6970, 11354, 7074, 12039, 7983, 12388, 8998, 11419, 9277, 7254, 10928, 7069, 12690, 9331, 9893, 9888, 7100, 11479, 7240, 12253, 7218, 9940, 10894, 7337, 13354, 10067, 7984, 11480, 7316, 11984, 7781, 12544, 7837, 13288, 8961, 13406, 9269, 10088, 9433, 6879, 11268, 7239, 11432, 8376, 11574, 8915, 11841, 9142, 8220, 9908, 7061, 11169, 7292, 11306, 8314, 12209, 9038, 10456, 9854, 7099, 11701, 7860, 12489, 9537, 10260, 10297, 7198, 11804, 8179, 13207, 9645, 13241, 9342, 12457, 9837, 8165, 11498, 7576, 13131, 8571, 13792, 9901, 14154, 9385, 10557, 9925, 8234, 11323, 7662, 12012, 7908, 12981, 8343, 13774, 9155, 10091, 9825, 6870, 11398, 7265, 11759, 8706, 11740, 9433, 7177, 10591, 7125, 11365, 8325, 12140, 8943, 10527, 9389, 7539, 11052, 7587, 12158, 8540, 12405, 9445, 11293, 10042, 6928, 10940, 7352, 12102, 9057, 12184, 9266, 8150, 10563, 7386, 11747, 7766, 11919, 10004, 6826, 11797, 8819, 9132, 11865, 7581, 13249, 10422, 7610, 12950, 8093, 13840, 9941, 13473, 10515, 9951, 11077, 7460, 11787, 7414, 12348, 7672, 12193, 8649, 13230, 9508, 10349, 9451, 8009, 11271, 7774, 11353, 8279, 11472, 8857, 8523, 9709], 'WindowCenter': [4271.0, 4235.0, 4254.0, 4221.0, 4165.0, 4215.0, 4167.0, 4224.0, 4196.0, 4217.0, 4206.0, 4166.0, 4216.0, 4188.0, 4206.0, 4208.0, 4152.0, 4224.0, 4162.0, 4222.0, 4193.0, 4216.0, 4216.0, 4152.0, 4226.0, 4162.0, 4226.0, 4209.0, 4163.0, 4213.0, 4174.0, 4202.0, 4213.0, 4164.0, 4233.0, 4216.0, 4205.0, 4212.0, 4182.0, 4237.0, 4203.0, 4232.0, 4192.0, 4150.0, 4211.0, 4173.0, 4222.0, 4180.0, 4198.0, 4177.0, 4136.0, 4199.0, 4152.0, 4200.0, 4172.0, 4199.0, 4157.0, 4200.0, 4172.0, 4180.0, 4179.0, 4128.0, 4192.0, 4139.0, 4213.0, 4172.0, 4200.0, 4174.0, 4160.0, 4180.0, 4154.0, 4204.0, 4149.0, 4199.0, 4149.0, 4199.0, 4173.0, 4223.0, 4171.0, 4189.0, 4160.0, 4169.0, 4194.0, 4142.0, 4191.0, 4141.0, 4201.0, 4161.0, 4224.0, 4173.0, 4191.0, 4182.0, 4150.0, 4204.0, 4142.0, 4202.0, 4143.0, 4226.0, 4185.0, 4202.0, 4201.0, 4149.0, 4210.0, 4194.0, 4162.0, 4213.0, 4196.0, 4247.0, 4216.0, 4184.0, 4215.0, 4152.0, 4225.0, 4152.0, 4214.0, 4152.0, 4210.0, 4191.0, 4190.0, 4203.0, 4150.0, 4213.0, 4163.0, 4224.0, 4192.0, 4211.0, 4192.0, 4171.0, 4204.0, 4150.0, 4212.0, 4150.0, 4212.0, 4172.0, 4223.0, 4192.0, 4201.0, 4215.0, 4170.0, 4212.0, 4161.0, 4211.0, 4184.0, 4162.0, 4215.0, 4154.0, 4213.0, 4183.0, 4212.0, 4205.0, 4204.0, 4202.0, 4140.0, 4212.0, 4164.0, 4225.0, 4205.0, 4174.0, 4204.0, 4176.0, 4236.0, 4229.0, 4152.0, 4211.0, 4204.0, 4201.0, 4225.0, 4192.0, 4224.0, 4203.0, 4234.0, 4202.0, 4173.0, 4233.0, 4180.0, 4232.0, 4192.0, 4201.0, 4191.0, 4150.0, 4212.0, 4161.0, 4212.0, 4170.0, 4139.0, 4201.0, 4162.0, 4213.0, 4192.0, 4140.0, 4190.0, 4173.0, 4205.0, 4193.0, 4151.0, 4204.0, 4161.0, 4213.0, 4182.0, 4158.0, 4170.0, 4128.0, 4192.0, 4173.0, 4190.0, 4182.0, 4128.0, 4191.0, 4166.0, 4226.0, 4207.0, 4154.0, 4214.0, 4172.0, 4237.0, 4206.0, 4172.0, 4217.0, 4165.0, 4224.0, 4208.0, 4215.0, 4214.0, 4154.0, 4225.0, 4172.0, 4236.0, 4204.0, 4222.0, 4201.0, 4209.0, 4201.0, 4140.0, 4209.0, 4169.0, 4209.0, 4180.0, 4191.0, 4201.0, 4172.0, 4211.0, 4181.0, 4161.0, 4211.0, 4162.0, 4222.0, 4205.0, 4180.0, 4200.0, 4162.0, 4223.0, 4182.0, 4189.0, 4169.0, 4152.0, 4203.0, 4149.0, 4200.0, 4184.0, 4180.0, 4182.0, 4143.0, 4212.0, 4160.0, 4199.0, 4159.0, 4210.0, 4172.0, 4211.0, 4181.0, 4188.0, 4158.0, 4150.0, 4182.0, 4139.0, 4189.0, 4160.0, 4179.0, 4180.0, 4163.0, 4182.0, 4140.0, 4202.0, 4150.0, 4212.0, 4184.0, 4191.0, 4182.0, 4153.0, 4202.0, 4166.0, 4213.0, 4183.0, 4161.0, 4193.0, 4142.0, 4215.0, 4152.0, 4214.0, 4186.0, 4225.0, 4207.0, 4165.0, 4226.0, 4175.0, 4194.0, 4181.0, 4149.0, 4210.0, 4179.0, 4149.0, 4212.0, 4193.0, 4215.0, 4204.0, 4153.0, 4224.0, 4158.0, 4222.0, 4158.0, 4208.0, 4178.0, 4196.0, 4213.0, 4209.0, 4157.0, 4252.0, 4247.0, 4206.0, 4225.0, 4179.0, 4139.0, 4180.0, 4158.0, 4188.0, 4167.0, 4135.0, 4175.0, 4146.0, 4187.0, 4191.0, 4173.0, 4224.0, 4193.0, 4150.0, 4213.0, 4175.0, 4221.0, 4180.0, 4198.0, 4169.0, 4188.0, 4170.0, 4181.0, 4193.0, 4139.0, 4178.0, 4138.0, 4202.0, 4161.0, 4201.0, 4173.0, 4170.0, 4181.0, 4153.0, 4204.0, 4165.0, 4205.0, 4197.0, 4185.0, 4207.0, 4187.0, 4225.0, 4198.0, 4206.0, 4195.0, 4166.0, 4218.0, 4165.0, 4226.0, 4174.0, 4214.0, 4188.0, 4227.0, 4195.0, 4225.0, 4197.0, 4195.0, 4215.0, 4184.0, 4234.0, 4185.0, 4237.0, 4195.0, 4153.0, 4224.0, 4195.0, 4213.0, 4216.0, 4175.0, 4225.0, 4172.0, 4224.0, 4182.0, 4234.0, 4193.0, 4220.0, 4182.0, 4190.0, 4190.0, 4149.0, 4211.0, 4149.0, 4210.0, 4161.0, 4210.0, 4183.0, 4214.0, 4181.0, 4161.0, 4202.0, 4161.0, 4201.0, 4193.0, 4175.0, 4225.0, 4197.0, 4205.0, 4207.0, 4167.0, 4215.0, 4163.0, 4215.0, 4173.0, 4214.0, 4196.0, 4202.0, 4183.0, 4141.0, 4192.0, 4151.0, 4205.0, 4164.0, 4202.0, 4162.0, 4202.0, 4172.0, 4215.0, 4184.0, 4171.0, 4182.0, 4154.0, 4205.0, 4153.0, 4203.0, 4152.0, 4215.0, 4163.0, 4214.0, 4186.0, 4215.0, 4207.0, 4162.0, 4214.0, 4177.0, 4226.0, 4173.0, 4213.0, 4184.0, 4224.0, 4207.0, 4226.0, 4194.0, 4185.0, 4204.0, 4163.0, 4224.0, 4173.0, 4225.0, 4184.0, 4223.0, 4206.0, 4204.0, 4215.0, 4151.0, 4212.0, 4172.0, 4235.0, 4194.0, 4212.0, 4193.0, 4150.0, 4215.0, 4164.0, 4224.0, 4184.0, 4222.0, 4183.0, 4235.0, 4192.0, 4202.0, 4203.0, 4159.0, 4213.0, 4162.0, 4200.0, 4149.0, 4199.0, 4172.0, 4210.0, 4171.0, 4199.0, 4170.0, 4189.0, 4182.0, 4180.0, 4180.0, 4141.0, 4201.0, 4164.0, 4213.0, 4171.0, 4201.0, 4173.0, 4171.0, 4205.0, 4162.0, 4201.0, 4161.0, 4212.0, 4172.0, 4224.0, 4193.0, 4211.0, 4182.0, 4169.0, 4203.0, 4163.0, 4211.0, 4148.0, 4212.0, 4160.0, 4211.0, 4182.0, 4220.0, 4196.0, 4202.0, 4192.0, 4162.0, 4201.0, 4160.0, 4211.0, 4160.0, 4212.0, 4184.0, 4210.0, 4171.0, 4149.0, 4191.0, 4153.0, 4201.0, 4151.0, 4213.0, 4160.0, 4212.0, 4183.0, 4202.0, 4193.0, 4173.0, 4225.0, 4209.0, 4218.0, 4216.0, 4164.0, 4224.0, 4195.0, 4152.0, 4226.0, 4187.0, 4225.0, 4195.0, 4183.0, 4204.0, 4163.0, 4223.0, 4171.0, 4221.0, 4159.0, 4223.0, 4194.0, 4168.0, 4215.0, 4186.0, 4224.0, 4172.0, 4150.0, 4213.0, 4172.0, 4192.0, 4204.0, 4162.0, 4225.0, 4186.0, 4214.0, 4204.0, 4166.0, 4228.0, 4154.0, 4212.0, 4147.0, 4149.0, 4200.0, 4149.0, 4200.0, 4172.0, 4212.0, 4172.0, 4214.0, 4185.0, 4223.0, 4185.0, 4181.0, 4201.0, 4149.0, 4212.0, 4170.0, 4225.0, 4206.0, 4233.0, 4190.0, 4233.0, 4201.0, 4197.0, 4186.0, 4153.0, 4193.0, 4143.0, 4205.0, 4144.0, 4202.0, 4142.0, 4193.0, 4165.0, 4215.0, 4163.0, 4143.0, 4183.0, 4132.0, 4184.0, 4174.0, 4168.0, 4198.0, 4178.0, 4190.0, 4178.0, 4158.0, 4201.0, 4158.0, 4198.0, 4158.0, 4197.0, 4167.0, 4188.0, 4182.0, 4222.0, 4190.0, 4166.0, 4201.0, 4162.0, 4211.0, 4180.0, 4211.0, 4171.0, 4223.0, 4194.0, 4191.0, 4193.0, 4151.0, 4192.0, 4165.0, 4224.0, 4164.0, 4225.0, 4174.0, 4225.0, 4197.0, 4213.0, 4183.0, 4152.0, 4204.0, 4163.0, 4225.0, 4177.0, 4224.0, 4185.0, 4224.0, 4195.0, 4207.0, 4205.0, 4153.0, 4215.0, 4163.0, 4225.0, 4187.0, 4224.0, 4185.0, 4214.0, 4196.0, 4175.0, 4216.0, 4166.0, 4225.0, 4196.0, 4204.0, 4204.0, 4165.0, 4226.0, 4176.0, 4238.0, 4176.0, 4206.0, 4216.0, 4177.0, 4236.0, 4206.0, 4175.0, 4216.0, 4176.0, 4225.0, 4162.0, 4225.0, 4163.0, 4223.0, 4195.0, 4234.0, 4193.0, 4192.0, 4193.0, 4152.0, 4214.0, 4162.0, 4213.0, 4184.0, 4214.0, 4195.0, 4226.0, 4195.0, 4173.0, 4204.0, 4152.0, 4226.0, 4165.0, 4214.0, 4185.0, 4224.0, 4195.0, 4216.0, 4206.0, 4164.0, 4238.0, 4186.0, 4226.0, 4207.0, 4215.0, 4206.0, 4165.0, 4226.0, 4187.0, 4237.0, 4207.0, 4236.0, 4195.0, 4225.0, 4205.0, 4172.0, 4214.0, 4162.0, 4223.0, 4184.0, 4246.0, 4204.0, 4222.0, 4192.0, 4201.0, 4192.0, 4172.0, 4214.0, 4162.0, 4211.0, 4160.0, 4223.0, 4172.0, 4221.0, 4193.0, 4201.0, 4192.0, 4152.0, 4211.0, 4162.0, 4212.0, 4182.0, 4225.0, 4194.0, 4151.0, 4203.0, 4152.0, 4213.0, 4186.0, 4223.0, 4194.0, 4203.0, 4194.0, 4173.0, 4216.0, 4173.0, 4226.0, 4196.0, 4224.0, 4206.0, 4226.0, 4205.0, 4162.0, 4215.0, 4164.0, 4227.0, 4196.0, 4226.0, 4206.0, 4173.0, 4216.0, 4178.0, 4228.0, 4186.0, 4226.0, 4218.0, 4168.0, 4240.0, 4209.0, 4206.0, 4227.0, 4175.0, 4235.0, 4215.0, 4187.0, 4237.0, 4175.0, 4237.0, 4205.0, 4237.0, 4216.0, 4192.0, 4212.0, 4161.0, 4212.0, 4162.0, 4211.0, 4160.0, 4211.0, 4182.0, 4223.0, 4205.0, 4202.0, 4192.0, 4172.0, 4212.0, 4174.0, 4213.0, 4184.0, 4213.0, 4194.0, 4184.0, 4206.0], 'WindowWidth': [9453.0, 9394.0, 9418.0, 9365.0, 9281.0, 9345.0, 9285.0, 9356.0, 9321.0, 9354.0, 9338.0, 9283.0, 9349.0, 9314.0, 9336.0, 9341.0, 9255.0, 9355.0, 9269.0, 9348.0, 9312.0, 9349.0, 9346.0, 9256.0, 9359.0, 9269.0, 9361.0, 9344.0, 9273.0, 9336.0, 9287.0, 9319.0, 9338.0, 9274.0, 9364.0, 9346.0, 9328.0, 9334.0, 9293.0, 9377.0, 9324.0, 9363.0, 9304.0, 9244.0, 9333.0, 9285.0, 9351.0, 9287.0, 9307.0, 9278.0, 9222.0, 9311.0, 9255.0, 9314.0, 9279.0, 9310.0, 9252.0, 9313.0, 9281.0, 9288.0, 9284.0, 9217.0, 9306.0, 9231.0, 9337.0, 9282.0, 9313.0, 9289.0, 9261.0, 9287.0, 9261.0, 9325.0, 9245.0, 9310.0, 9243.0, 9309.0, 9284.0, 9350.0, 9277.0, 9296.0, 9259.0, 9270.0, 9313.0, 9240.0, 9302.0, 9236.0, 9316.0, 9264.0, 9352.0, 9282.0, 9301.0, 9292.0, 9248.0, 9324.0, 9239.0, 9319.0, 9242.0, 9361.0, 9305.0, 9324.0, 9319.0, 9244.0, 9325.0, 9313.0, 9268.0, 9336.0, 9319.0, 9390.0, 9346.0, 9298.0, 9342.0, 9253.0, 9356.0, 9253.0, 9336.0, 9250.0, 9322.0, 9299.0, 9297.0, 9321.0, 9247.0, 9333.0, 9269.0, 9350.0, 9304.0, 9328.0, 9303.0, 9277.0, 9325.0, 9245.0, 9329.0, 9245.0, 9331.0, 9279.0, 9346.0, 9304.0, 9314.0, 9339.0, 9275.0, 9333.0, 9264.0, 9330.0, 9297.0, 9268.0, 9342.0, 9259.0, 9334.0, 9293.0, 9332.0, 9327.0, 9325.0, 9318.0, 9233.0, 9330.0, 9273.0, 9354.0, 9328.0, 9291.0, 9329.0, 9293.0, 9372.0, 9368.0, 9253.0, 9329.0, 9324.0, 9316.0, 9357.0, 9306.0, 9356.0, 9323.0, 9367.0, 9321.0, 9284.0, 9367.0, 9287.0, 9365.0, 9307.0, 9317.0, 9303.0, 9247.0, 9332.0, 9264.0, 9334.0, 9272.0, 9228.0, 9317.0, 9268.0, 9335.0, 9305.0, 9232.0, 9299.0, 9281.0, 9328.0, 9307.0, 9249.0, 9323.0, 9260.0, 9334.0, 9292.0, 9253.0, 9273.0, 9212.0, 9305.0, 9283.0, 9298.0, 9291.0, 9214.0, 9300.0, 9280.0, 9358.0, 9334.0, 9260.0, 9339.0, 9279.0, 9375.0, 9333.0, 9280.0, 9347.0, 9275.0, 9352.0, 9339.0, 9344.0, 9339.0, 9262.0, 9356.0, 9280.0, 9375.0, 9327.0, 9348.0, 9315.0, 9320.0, 9315.0, 9233.0, 9324.0, 9267.0, 9322.0, 9286.0, 9302.0, 9316.0, 9277.0, 9333.0, 9289.0, 9264.0, 9329.0, 9266.0, 9348.0, 9329.0, 9285.0, 9311.0, 9267.0, 9347.0, 9290.0, 9296.0, 9269.0, 9253.0, 9321.0, 9245.0, 9313.0, 9299.0, 9284.0, 9292.0, 9243.0, 9331.0, 9258.0, 9310.0, 9256.0, 9327.0, 9278.0, 9329.0, 9286.0, 9291.0, 9251.0, 9249.0, 9293.0, 9231.0, 9294.0, 9259.0, 9283.0, 9287.0, 9270.0, 9291.0, 9232.0, 9319.0, 9247.0, 9331.0, 9299.0, 9302.0, 9292.0, 9255.0, 9318.0, 9276.0, 9335.0, 9293.0, 9262.0, 9307.0, 9239.0, 9340.0, 9252.0, 9339.0, 9305.0, 9356.0, 9334.0, 9279.0, 9361.0, 9288.0, 9313.0, 9289.0, 9242.0, 9326.0, 9281.0, 9243.0, 9330.0, 9308.0, 9341.0, 9324.0, 9253.0, 9349.0, 9254.0, 9343.0, 9251.0, 9321.0, 9277.0, 9299.0, 9334.0, 9325.0, 9228.0, 9404.0, 9391.0, 9325.0, 9350.0, 9282.0, 9230.0, 9287.0, 9255.0, 9295.0, 9265.0, 9219.0, 9272.0, 9235.0, 9292.0, 9305.0, 9288.0, 9356.0, 9313.0, 9250.0, 9338.0, 9293.0, 9346.0, 9288.0, 9308.0, 9270.0, 9293.0, 9274.0, 9292.0, 9309.0, 9231.0, 9281.0, 9227.0, 9321.0, 9268.0, 9316.0, 9283.0, 9274.0, 9291.0, 9258.0, 9324.0, 9276.0, 9328.0, 9327.0, 9305.0, 9338.0, 9312.0, 9358.0, 9330.0, 9335.0, 9318.0, 9282.0, 9354.0, 9278.0, 9359.0, 9287.0, 9342.0, 9313.0, 9364.0, 9318.0, 9357.0, 9323.0, 9318.0, 9345.0, 9303.0, 9368.0, 9306.0, 9380.0, 9319.0, 9258.0, 9354.0, 9318.0, 9338.0, 9346.0, 9291.0, 9357.0, 9282.0, 9355.0, 9292.0, 9366.0, 9311.0, 9344.0, 9293.0, 9301.0, 9299.0, 9245.0, 9333.0, 9245.0, 9326.0, 9263.0, 9327.0, 9299.0, 9341.0, 9293.0, 9265.0, 9322.0, 9266.0, 9318.0, 9312.0, 9294.0, 9358.0, 9326.0, 9332.0, 9336.0, 9285.0, 9343.0, 9273.0, 9342.0, 9285.0, 9342.0, 9320.0, 9322.0, 9297.0, 9238.0, 9307.0, 9251.0, 9331.0, 9276.0, 9319.0, 9268.0, 9319.0, 9282.0, 9346.0, 9300.0, 9278.0, 9295.0, 9260.0, 9330.0, 9259.0, 9321.0, 9252.0, 9345.0, 9271.0, 9341.0, 9307.0, 9344.0, 9337.0, 9268.0, 9339.0, 9299.0, 9360.0, 9286.0, 9338.0, 9300.0, 9354.0, 9337.0, 9360.0, 9312.0, 9301.0, 9327.0, 9271.0, 9355.0, 9284.0, 9359.0, 9300.0, 9353.0, 9334.0, 9327.0, 9342.0, 9253.0, 9334.0, 9281.0, 9371.0, 9315.0, 9334.0, 9311.0, 9248.0, 9341.0, 9272.0, 9354.0, 9301.0, 9347.0, 9297.0, 9371.0, 9308.0, 9321.0, 9325.0, 9258.0, 9338.0, 9268.0, 9314.0, 9246.0, 9311.0, 9280.0, 9326.0, 9275.0, 9310.0, 9273.0, 9298.0, 9294.0, 9288.0, 9287.0, 9236.0, 9317.0, 9272.0, 9335.0, 9279.0, 9318.0, 9285.0, 9277.0, 9328.0, 9268.0, 9318.0, 9266.0, 9333.0, 9281.0, 9355.0, 9310.0, 9331.0, 9293.0, 9272.0, 9322.0, 9270.0, 9331.0, 9245.0, 9333.0, 9262.0, 9331.0, 9294.0, 9341.0, 9319.0, 9319.0, 9307.0, 9270.0, 9318.0, 9261.0, 9331.0, 9262.0, 9336.0, 9299.0, 9327.0, 9278.0, 9244.0, 9303.0, 9259.0, 9319.0, 9250.0, 9336.0, 9261.0, 9333.0, 9297.0, 9321.0, 9311.0, 9288.0, 9361.0, 9348.0, 9357.0, 9349.0, 9275.0, 9357.0, 9319.0, 9255.0, 9360.0, 9311.0, 9357.0, 9317.0, 9297.0, 9328.0, 9273.0, 9349.0, 9276.0, 9344.0, 9258.0, 9349.0, 9312.0, 9270.0, 9343.0, 9309.0, 9353.0, 9282.0, 9250.0, 9338.0, 9283.0, 9309.0, 9326.0, 9268.0, 9355.0, 9309.0, 9339.0, 9325.0, 9284.0, 9365.0, 9261.0, 9331.0, 9237.0, 9246.0, 9314.0, 9246.0, 9313.0, 9282.0, 9334.0, 9282.0, 9341.0, 9305.0, 9353.0, 9303.0, 9291.0, 9319.0, 9245.0, 9336.0, 9274.0, 9357.0, 9332.0, 9367.0, 9300.0, 9367.0, 9316.0, 9303.0, 9286.0, 9235.0, 9293.0, 9223.0, 9313.0, 9225.0, 9302.0, 9219.0, 9291.0, 9260.0, 9327.0, 9252.0, 9224.0, 9279.0, 9210.0, 9280.0, 9268.0, 9266.0, 9307.0, 9280.0, 9299.0, 9281.0, 9255.0, 9318.0, 9254.0, 9305.0, 9251.0, 9303.0, 9262.0, 9291.0, 9293.0, 9348.0, 9299.0, 9262.0, 9317.0, 9269.0, 9331.0, 9296.0, 9337.0, 9282.0, 9357.0, 9319.0, 9307.0, 9314.0, 9254.0, 9310.0, 9280.0, 9356.0, 9276.0, 9358.0, 9287.0, 9358.0, 9325.0, 9340.0, 9299.0, 9255.0, 9328.0, 9273.0, 9358.0, 9299.0, 9356.0, 9307.0, 9354.0, 9319.0, 9339.0, 9331.0, 9258.0, 9345.0, 9273.0, 9357.0, 9312.0, 9353.0, 9304.0, 9339.0, 9318.0, 9294.0, 9349.0, 9283.0, 9358.0, 9321.0, 9327.0, 9328.0, 9279.0, 9361.0, 9296.0, 9381.0, 9295.0, 9336.0, 9348.0, 9300.0, 9375.0, 9334.0, 9292.0, 9346.0, 9296.0, 9359.0, 9269.0, 9357.0, 9272.0, 9351.0, 9318.0, 9368.0, 9310.0, 9307.0, 9311.0, 9255.0, 9340.0, 9270.0, 9339.0, 9303.0, 9340.0, 9320.0, 9362.0, 9316.0, 9284.0, 9326.0, 9255.0, 9361.0, 9277.0, 9338.0, 9302.0, 9354.0, 9319.0, 9349.0, 9334.0, 9276.0, 9380.0, 9308.0, 9361.0, 9339.0, 9346.0, 9333.0, 9278.0, 9360.0, 9312.0, 9378.0, 9339.0, 9374.0, 9318.0, 9361.0, 9331.0, 9282.0, 9342.0, 9267.0, 9351.0, 9301.0, 9389.0, 9329.0, 9349.0, 9309.0, 9316.0, 9309.0, 9282.0, 9341.0, 9267.0, 9332.0, 9262.0, 9352.0, 9284.0, 9345.0, 9313.0, 9317.0, 9309.0, 9257.0, 9333.0, 9268.0, 9336.0, 9296.0, 9358.0, 9316.0, 9254.0, 9326.0, 9257.0, 9339.0, 9307.0, 9352.0, 9315.0, 9324.0, 9315.0, 9285.0, 9345.0, 9286.0, 9361.0, 9321.0, 9354.0, 9334.0, 9363.0, 9330.0, 9271.0, 9346.0, 9276.0, 9363.0, 9321.0, 9359.0, 9334.0, 9286.0, 9347.0, 9299.0, 9365.0, 9310.0, 9363.0, 9355.0, 9293.0, 9391.0, 9348.0, 9337.0, 9363.0, 9293.0, 9375.0, 9347.0, 9314.0, 9378.0, 9293.0, 9379.0, 9332.0, 9381.0, 9347.0, 9308.0, 9333.0, 9265.0, 9334.0, 9269.0, 9332.0, 9262.0, 9331.0, 9296.0, 9351.0, 9330.0, 9322.0, 9307.0, 9280.0, 9335.0, 9289.0, 9339.0, 9302.0, 9338.0, 9315.0, 9302.0, 9333.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.0048742692750287685</td></tr>
<tr><td colspan=3>aqi</td><td>0.06016762370540852</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.25122035147467</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1333236949539172</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.987735539965438</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>5036.9053</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20809448410248216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>245</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.193325661680092</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8392765012775847</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7494822980835973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0701842904374663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6981629153116913</td></tr>
<tr><td colspan=3>gcor</td><td>0.00761465</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0024776835925877094</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024131836369633675</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.902719084251507</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>20.0078</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1038</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2808</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.4001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0838</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.3507</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3368.8421</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.2784</td></tr>
<tr><td colspan=3>tsnr</td><td>25.635052638826892</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>