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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-01/func/sub-0089_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>4aa4069489efcef91f81638d9e73246a</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>17:33:32.917500</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.999676, 0.0220728, -0.0126497, -0.0165768, 0.94233, 0.334275]</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.107006</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>[4147, -7826, -7224, 605, -42, -208, 62, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.558</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bfe7f22e-a237-4a32-a577-9935be184538||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.682058572769165, -0.04447425901889801, -0.05210617929697037, 117.03932189941406], [-0.05921979248523712, 2.5282015800476074, 0.9016851186752319, -114.65628051757812], [-0.0339382030069828, -0.8968362808227539, 2.544454574584961, -6.75306510925293], [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': ['173332.917500', '173333.377500', '173333.837500', '173334.297500', '173334.757500', '173335.217500', '173335.677500', '173336.137500', '173336.597500', '173337.057500', '173337.517500', '173337.977500', '173338.437500', '173338.897500', '173339.357500', '173339.817500', '173340.277500', '173340.737500', '173341.197500', '173341.657500', '173342.117500', '173342.577500', '173343.037500', '173343.497500', '173343.957500', '173344.417500', '173344.877500', '173345.337500', '173345.797500', '173346.257500', '173346.717500', '173347.177500', '173347.637500', '173348.097500', '173348.557500', '173349.017500', '173349.477500', '173349.937500', '173350.397500', '173350.857500', '173351.317500', '173351.777500', '173352.237500', '173352.697500', '173353.157500', '173353.617500', '173354.077500', '173354.537500', '173354.997500', '173355.457500', '173355.917500', '173356.377500', '173356.837500', '173357.297500', '173357.757500', '173358.217500', '173358.677500', '173359.137500', '173359.597500', '173400.057500', '173400.517500', '173400.977500', '173401.437500', '173401.897500', '173402.357500', '173402.817500', '173403.277500', '173403.737500', '173404.197500', '173404.657500', '173405.117500', '173405.577500', '173406.037500', '173406.497500', '173406.957500', '173407.417500', '173407.877500', '173408.337500', '173408.797500', '173409.257500', '173409.717500', '173410.177500', '173410.637500', '173411.097500', '173411.557500', '173412.017500', '173412.477500', '173412.937500', '173413.397500', '173413.857500', '173414.317500', '173414.777500', '173415.237500', '173415.697500', '173416.157500', '173416.617500', '173417.077500', '173417.537500', '173417.997500', '173418.457500', '173418.917500', '173419.377500', '173419.837500', '173420.297500', '173420.757500', '173421.217500', '173421.677500', '173422.137500', '173422.597500', '173423.057500', '173423.517500', '173423.977500', '173424.437500', '173424.897500', '173425.357500', '173425.817500', '173426.277500', '173426.737500', '173427.197500', '173427.657500', '173428.117500', '173428.577500', '173429.037500', '173429.497500', '173429.957500', '173430.417500', '173430.877500', '173431.337500', '173431.797500', '173432.257500', '173432.717500', '173433.177500', '173433.637500', '173434.097500', '173434.557500', '173435.017500', '173435.477500', '173435.937500', '173436.397500', '173436.857500', '173437.317500', '173437.777500', '173438.237500', '173438.697500', '173439.157500', '173439.617500', '173440.077500', '173440.537500', '173440.997500', '173441.457500', '173441.917500', '173442.377500', '173442.837500', '173443.297500', '173443.757500', '173444.217500', '173444.677500', '173445.137500', '173445.597500', '173446.057500', '173446.517500', '173446.977500', '173447.437500', '173447.897500', '173448.357500', '173448.817500', '173449.277500', '173449.737500', '173450.197500', '173450.657500', '173451.117500', '173451.577500', '173452.037500', '173452.497500', '173452.957500', '173453.417500', '173453.877500', '173454.337500', '173454.797500', '173455.257500', '173455.717500', '173456.177500', '173456.637500', '173457.097500', '173457.557500', '173458.017500', '173458.477500', '173458.937500', '173459.397500', '173459.857500', '173500.317500', '173500.777500', '173501.237500', '173501.697500', '173502.157500', '173502.617500', '173503.077500', '173503.537500', '173503.997500', '173504.457500', '173504.917500', '173505.377500', '173505.837500', '173506.297500', '173506.757500', '173507.217500', '173507.677500', '173508.137500', '173508.597500', '173509.057500', '173509.517500', '173509.977500', '173510.437500', '173510.897500', '173511.357500', '173511.817500', '173512.277500', '173512.737500', '173513.197500', '173513.657500', '173514.117500', '173514.577500', '173515.037500', '173515.497500', '173515.957500', '173516.417500', '173516.877500', '173517.337500', '173517.797500', '173518.257500', '173518.717500', '173519.177500', '173519.637500', '173520.097500', '173520.557500', '173521.017500', '173521.477500', '173521.937500', '173522.397500', '173522.857500', '173523.317500', '173523.777500', '173524.237500', '173524.697500', '173525.157500', '173525.617500', '173526.077500', '173526.537500', '173526.997500', '173527.457500', '173527.917500', '173528.377500', '173528.837500', '173529.297500', '173529.757500', '173530.217500', '173530.677500', '173531.137500', '173531.597500', '173532.057500', '173532.517500', '173532.977500', '173533.437500', '173533.897500', '173534.357500', '173534.817500', '173535.277500', '173535.737500', '173536.197500', '173536.657500', '173537.117500', '173537.577500', '173538.037500', '173538.497500', '173538.957500', '173539.417500', '173539.877500', '173540.337500', '173540.797500', '173541.257500', '173541.717500', '173542.177500', '173542.637500', '173543.097500', '173543.557500', '173544.017500', '173544.477500', '173544.937500', '173545.397500', '173545.857500', '173546.317500', '173546.777500', '173547.237500', '173547.697500', '173548.157500', '173548.617500', '173549.077500', '173549.537500', '173549.997500', '173550.457500', '173550.917500', '173551.377500', '173551.837500', '173552.297500', '173552.757500', '173553.217500', '173553.677500', '173554.137500', '173554.597500', '173555.057500', '173555.517500', '173555.977500', '173556.437500', '173556.897500', '173557.357500', '173557.817500', '173558.277500', '173558.737500', '173559.197500', '173559.657500', '173600.117500', '173600.577500', '173601.037500', '173601.497500', '173601.957500', '173602.417500', '173602.877500', '173603.337500', '173603.797500', '173604.257500', '173604.717500', '173605.177500', '173605.637500', '173606.097500', '173606.557500', '173607.017500', '173607.477500', '173607.937500', '173608.397500', '173608.857500', '173609.317500', '173609.777500', '173610.237500', '173610.697500', '173611.157500', '173611.617500', '173612.077500', '173612.537500', '173612.997500', '173613.457500', '173613.917500', '173614.377500', '173614.837500', '173615.297500', '173615.757500', '173616.217500', '173616.677500', '173617.137500', '173617.597500', '173618.057500', '173618.517500', '173618.977500', '173619.437500', '173619.897500', '173620.357500', '173620.817500', '173621.277500', '173621.737500', '173622.197500', '173622.657500', '173623.117500', '173623.577500', '173624.037500', '173624.497500', '173624.957500', '173625.417500', '173625.877500', '173626.337500', '173626.797500', '173627.257500', '173627.717500', '173628.177500', '173628.637500', '173629.097500', '173629.557500', '173630.017500', '173630.477500', '173630.937500', '173631.397500', '173631.857500', '173632.317500', '173632.777500', '173633.237500', '173633.697500', '173634.157500', '173634.617500', '173635.077500', '173635.537500', '173635.997500', '173636.457500', '173636.917500', '173637.377500', '173637.837500', '173638.297500', '173638.757500', '173639.217500', '173639.677500', '173640.137500', '173640.597500', '173641.057500', '173641.517500', '173641.977500', '173642.437500', '173642.897500', '173643.357500', '173643.817500', '173644.277500', '173644.737500', '173645.197500', '173645.657500', '173646.117500', '173646.577500', '173647.037500', '173647.497500', '173647.957500', '173648.417500', '173648.877500', '173649.337500', '173649.797500', '173650.257500', '173650.717500', '173651.177500', '173651.637500', '173652.097500', '173652.557500', '173653.017500', '173653.477500', '173653.937500', '173654.397500', '173654.857500', '173655.317500', '173655.777500', '173656.237500', '173656.697500', '173657.157500', '173657.617500', '173658.077500', '173658.537500', '173658.997500', '173659.457500', '173659.917500', '173700.377500', '173700.837500', '173701.297500', '173701.757500', '173702.217500', '173702.677500', '173703.137500', '173703.597500', '173704.057500', '173704.517500', '173704.977500', '173705.437500', '173705.897500', '173706.357500', '173706.817500', '173707.277500', '173707.737500', '173708.197500', '173708.657500', '173709.117500', '173709.577500', '173710.037500', '173710.497500', '173710.957500', '173711.417500', '173711.877500', '173712.337500', '173712.797500', '173713.257500', '173713.717500', '173714.177500', '173714.637500', '173715.097500', '173715.557500', '173716.017500', '173716.477500', '173716.937500', '173717.397500', '173717.857500', '173718.317500', '173718.777500', '173719.237500', '173719.697500', '173720.157500', '173720.617500', '173721.077500', '173721.537500', '173721.997500', '173722.457500', '173722.917500', '173723.377500', '173723.837500', '173724.297500', '173724.757500', '173725.217500', '173725.677500', '173726.137500', '173726.597500', '173727.057500', '173727.517500', '173727.977500', '173728.437500', '173728.897500', '173729.357500', '173729.817500', '173730.277500', '173730.737500', '173731.197500', '173731.657500', '173732.117500', '173732.577500', '173733.037500', '173733.497500', '173733.957500', '173734.417500', '173734.877500', '173735.337500', '173735.797500', '173736.257500', '173736.717500', '173737.177500', '173737.637500', '173738.097500', '173738.557500', '173739.017500', '173739.477500', '173739.937500', '173740.397500', '173740.857500', '173741.317500', '173741.777500', '173742.237500', '173742.697500', '173743.157500', '173743.617500', '173744.077500', '173744.537500', '173744.997500', '173745.457500', '173745.917500', '173746.377500', '173746.837500', '173747.297500', '173747.757500', '173748.217500', '173748.677500', '173749.137500', '173749.597500', '173750.057500', '173750.517500', '173750.977500', '173751.437500', '173751.897500', '173752.357500', '173752.817500', '173753.277500', '173753.737500', '173754.197500', '173754.657500', '173755.117500', '173755.577500', '173756.037500', '173756.497500', '173756.957500', '173757.417500', '173757.877500', '173758.337500', '173758.797500', '173759.257500', '173759.717500', '173800.177500', '173800.637500', '173801.097500', '173801.557500', '173802.017500', '173802.477500', '173802.937500', '173803.397500', '173803.857500', '173804.317500', '173804.777500', '173805.237500', '173805.697500', '173806.157500', '173806.617500', '173807.077500', '173807.537500', '173807.997500', '173808.457500', '173808.917500', '173809.377500', '173809.837500', '173810.297500', '173810.757500', '173811.217500', '173811.677500', '173812.137500', '173812.597500', '173813.057500', '173813.517500', '173813.977500', '173814.437500', '173814.897500', '173815.357500', '173815.817500', '173816.277500', '173816.737500', '173817.197500', '173817.657500', '173818.117500', '173818.577500', '173819.037500', '173819.497500', '173819.957500', '173820.417500', '173820.877500', '173821.337500', '173821.797500', '173822.257500', '173822.717500', '173823.177500', '173823.637500', '173824.097500', '173824.557500', '173825.017500', '173825.477500', '173825.937500', '173826.397500', '173826.857500', '173827.317500', '173827.777500', '173828.237500', '173828.697500', '173829.157500', '173829.617500', '173830.077500', '173830.537500', '173830.997500', '173831.457500', '173831.917500', '173832.377500', '173832.837500', '173833.297500', '173833.757500', '173834.217500', '173834.677500', '173835.137500', '173835.597500', '173836.057500', '173836.517500', '173836.977500', '173837.437500', '173837.897500', '173838.357500', '173838.817500', '173839.277500', '173839.737500', '173840.197500', '173840.657500', '173841.117500', '173841.577500', '173842.037500', '173842.497500', '173842.957500', '173843.417500', '173843.877500', '173844.337500', '173844.797500', '173845.257500', '173845.717500', '173846.177500', '173846.637500', '173847.097500', '173847.557500', '173848.017500', '173848.477500', '173848.937500', '173849.397500', '173849.857500', '173850.317500', '173850.777500', '173851.237500', '173851.697500', '173852.157500', '173852.617500', '173853.077500', '173853.537500', '173853.997500', '173854.457500', '173854.917500', '173855.377500', '173855.837500', '173856.297500', '173856.757500', '173857.217500', '173857.677500', '173858.137500', '173858.597500', '173859.057500', '173859.517500', '173859.977500', '173900.437500', '173900.897500', '173901.357500', '173901.817500', '173902.277500', '173902.737500', '173903.197500', '173903.657500', '173904.117500', '173904.577500', '173905.037500', '173905.497500', '173905.957500', '173906.417500', '173906.877500', '173907.337500', '173907.797500', '173908.257500', '173908.717500', '173909.177500', '173909.637500', '173910.097500', '173910.557500', '173911.017500', '173911.477500', '173911.937500', '173912.397500', '173912.857500', '173913.317500', '173913.777500', '173914.237500', '173914.697500', '173915.157500', '173915.617500', '173916.077500', '173916.537500', '173916.997500', '173917.457500', '173917.917500', '173918.377500', '173918.837500', '173919.297500', '173919.757500', '173920.217500', '173920.677500', '173921.137500', '173921.597500', '173922.057500', '173922.517500', '173922.977500', '173923.437500', '173923.897500', '173924.357500', '173924.817500', '173925.277500', '173925.737500', '173926.197500', '173926.657500', '173927.117500', '173927.577500', '173928.037500', '173928.497500', '173928.957500', '173929.417500', '173929.877500', '173930.337500', '173930.797500', '173931.257500', '173931.717500', '173932.177500', '173932.637500', '173933.097500', '173933.557500', '173934.017500', '173934.477500', '173934.937500', '173935.397500', '173935.857500', '173936.317500', '173936.777500', '173937.237500', '173937.697500', '173938.157500', '173938.617500', '173939.077500', '173939.537500', '173939.997500', '173940.457500', '173940.917500', '173941.377500', '173941.837500', '173942.297500', '173942.757500', '173943.217500', '173943.677500', '173944.137500', '173944.597500', '173945.057500', '173945.517500', '173945.977500', '173946.437500', '173946.897500', '173947.357500', '173947.817500', '173948.277500', '173948.737500', '173949.197500', '173949.657500', '173950.117500', '173950.577500', '173951.037500', '173951.497500', '173951.957500', '173952.417500', '173952.877500', '173953.337500', '173953.797500', '173954.257500', '173954.717500', '173955.177500', '173955.637500', '173956.097500', '173956.557500', '173957.017500', '173957.477500', '173957.937500', '173958.397500', '173958.857500', '173959.317500', '173959.777500', '174000.237500', '174000.697500', '174001.157500', '174001.617500', '174002.077500', '174002.537500', '174002.997500', '174003.457500', '174003.917500', '174004.377500', '174004.837500', '174005.297500', '174005.757500', '174006.217500', '174006.677500', '174007.137500', '174007.597500', '174008.057500', '174008.517500', '174008.977500', '174009.437500', '174009.897500', '174010.357500', '174010.817500', '174011.277500', '174011.737500', '174012.197500', '174012.657500', '174013.117500', '174013.577500'], 'ContentTime': ['173347.663000', '173347.666000', '173347.669000', '173347.671000', '173347.674000', '173347.677000', '173347.679000', '173347.682000', '173347.684000', '173347.687000', '173347.690000', '173347.692000', '173347.695000', '173347.705000', '173347.708000', '173347.710000', '173347.713000', '173347.716000', '173347.718000', '173347.721000', '173347.724000', '173347.726000', '173347.729000', '173347.731000', '173347.734000', '173347.736000', '173347.739000', '173347.742000', '173347.744000', '173407.613000', '173407.616000', '173407.618000', '173407.621000', '173407.624000', '173407.626000', '173407.636000', '173407.638000', '173407.641000', '173407.644000', '173407.646000', '173407.649000', '173407.652000', '173407.655000', '173407.659000', '173407.662000', '173407.664000', '173407.667000', '173407.670000', '173407.672000', '173407.675000', '173407.677000', '173407.680000', '173407.682000', '173407.685000', '173407.688000', '173407.690000', '173407.693000', '173407.695000', '173407.698000', '173407.701000', '173407.703000', '173407.706000', '173407.708000', '173407.711000', '173407.713000', '173407.716000', '173407.718000', '173407.721000', '173407.724000', '173407.726000', '173407.729000', '173407.732000', '173427.611000', '173427.613000', '173427.616000', '173427.618000', '173427.621000', '173427.624000', '173427.627000', '173427.629000', '173427.632000', '173427.635000', '173427.637000', '173427.640000', '173427.642000', '173427.645000', '173427.648000', '173427.650000', '173427.653000', '173427.656000', '173427.658000', '173427.661000', '173427.664000', '173427.666000', '173427.669000', '173427.671000', '173427.674000', '173427.677000', '173427.679000', '173427.682000', '173427.685000', '173427.687000', '173427.690000', '173427.692000', '173427.695000', '173427.701000', '173427.703000', '173427.706000', '173427.709000', '173427.711000', '173427.714000', '173427.717000', '173427.720000', '173427.722000', '173427.725000', '173427.727000', '173447.609000', '173447.612000', '173447.615000', '173447.618000', '173447.620000', '173447.623000', '173447.626000', '173447.628000', '173447.631000', '173447.634000', '173447.636000', '173447.639000', '173447.642000', '173447.644000', '173447.647000', '173447.649000', '173447.652000', '173447.655000', '173447.658000', '173447.660000', '173447.663000', '173447.665000', '173447.668000', '173447.671000', '173447.674000', '173447.676000', '173447.679000', '173447.682000', '173447.685000', '173447.688000', '173447.691000', '173447.693000', '173447.696000', '173447.699000', '173447.701000', '173447.704000', '173447.707000', '173447.709000', '173447.712000', '173447.714000', '173447.717000', '173447.720000', '173447.722000', '173507.609000', '173507.612000', '173507.615000', '173507.617000', '173507.620000', '173507.623000', '173507.625000', '173507.628000', '173507.631000', '173507.633000', '173507.636000', '173507.639000', '173507.641000', '173507.644000', '173507.646000', '173507.649000', '173507.652000', '173507.654000', '173507.657000', '173507.660000', '173507.662000', '173507.665000', '173507.667000', '173507.670000', '173507.681000', '173507.684000', '173507.687000', '173507.689000', '173507.692000', '173507.695000', '173507.697000', '173507.700000', '173507.702000', '173507.705000', '173507.708000', '173507.710000', '173507.713000', '173507.716000', '173507.718000', '173507.721000', '173507.723000', '173507.726000', '173507.729000', '173527.609000', '173527.612000', '173527.615000', '173527.618000', '173527.620000', '173527.623000', '173527.626000', '173527.628000', '173527.631000', '173527.634000', '173527.636000', '173527.639000', '173527.650000', '173527.652000', '173527.655000', '173527.658000', '173527.660000', '173527.663000', '173527.665000', '173527.668000', '173527.671000', '173527.673000', '173527.676000', '173527.679000', '173527.681000', '173527.684000', '173527.686000', '173527.689000', '173527.692000', '173527.694000', '173527.697000', '173527.699000', '173527.702000', '173527.705000', '173527.708000', '173527.711000', '173527.714000', '173527.717000', '173527.719000', '173527.731000', '173527.733000', '173527.736000', '173527.739000', '173527.742000', '173547.609000', '173547.612000', '173547.615000', '173547.617000', '173547.620000', '173547.623000', '173547.625000', '173547.628000', '173547.630000', '173547.633000', '173547.636000', '173547.638000', '173547.641000', '173547.643000', '173547.646000', '173547.649000', '173547.651000', '173547.654000', '173547.656000', '173547.659000', '173547.662000', '173547.665000', '173547.667000', '173547.670000', '173547.673000', '173547.675000', '173547.678000', '173547.681000', '173547.683000', '173547.686000', '173547.688000', '173547.691000', '173547.694000', '173547.696000', '173547.699000', '173547.701000', '173547.704000', '173547.707000', '173547.709000', '173547.712000', '173547.714000', '173547.717000', '173547.720000', '173547.722000', '173607.610000', '173607.613000', '173607.616000', '173607.618000', '173607.621000', '173607.624000', '173607.626000', '173607.629000', '173607.631000', '173607.634000', '173607.637000', '173607.639000', '173607.642000', '173607.644000', '173607.647000', '173607.650000', '173607.652000', '173607.655000', '173607.657000', '173607.660000', '173607.663000', '173607.666000', '173607.668000', '173607.671000', '173607.673000', '173607.676000', '173607.679000', '173607.681000', '173607.684000', '173607.687000', '173607.689000', '173607.692000', '173607.695000', '173607.697000', '173607.700000', '173607.703000', '173607.705000', '173607.708000', '173607.710000', '173607.713000', '173607.716000', '173607.718000', '173607.721000', '173627.610000', '173627.613000', '173627.616000', '173627.618000', '173627.621000', '173627.623000', '173627.626000', '173627.629000', '173627.631000', '173627.634000', '173627.637000', '173627.639000', '173627.642000', '173627.644000', '173627.647000', '173627.650000', '173627.652000', '173627.655000', '173627.658000', '173627.660000', '173627.663000', '173627.666000', '173627.668000', '173627.671000', '173627.673000', '173627.676000', '173627.679000', '173627.681000', '173627.684000', '173627.686000', '173627.689000', '173627.692000', '173627.694000', '173627.697000', '173627.699000', '173627.702000', '173627.705000', '173627.707000', '173627.710000', '173627.712000', '173627.715000', '173627.717000', '173627.720000', '173627.723000', '173647.610000', '173647.613000', '173647.616000', '173647.619000', '173647.621000', '173647.624000', '173647.627000', '173647.629000', '173647.632000', '173647.634000', '173647.637000', '173647.640000', '173647.642000', '173647.645000', '173647.648000', '173647.650000', '173647.653000', '173647.655000', '173647.658000', '173647.688000', '173647.690000', '173647.693000', '173647.695000', '173647.698000', '173647.701000', '173647.703000', '173647.706000', '173647.708000', '173647.711000', '173647.714000', '173647.716000', '173647.719000', '173647.721000', '173647.724000', '173647.727000', '173647.729000', '173647.732000', '173647.735000', '173647.737000', '173647.740000', '173647.742000', '173647.745000', '173647.747000', '173707.609000', '173707.612000', '173707.615000', '173707.617000', '173707.620000', '173707.623000', '173707.626000', '173707.628000', '173707.631000', '173707.634000', '173707.636000', '173707.639000', '173707.642000', '173707.645000', '173707.647000', '173707.651000', '173707.653000', '173707.656000', '173707.659000', '173707.661000', '173707.664000', '173707.667000', '173707.669000', '173707.672000', '173707.674000', '173707.677000', '173707.680000', '173707.682000', '173707.685000', '173707.687000', '173707.690000', '173707.693000', '173707.695000', '173707.698000', '173707.700000', '173707.703000', '173707.706000', '173707.708000', '173707.711000', '173707.713000', '173707.716000', '173707.719000', '173707.721000', '173707.724000', '173727.610000', '173727.612000', '173727.615000', '173727.618000', '173727.620000', '173727.623000', '173727.626000', '173727.628000', '173727.631000', '173727.634000', '173727.636000', '173727.639000', '173727.641000', '173727.644000', '173727.647000', '173727.649000', '173727.652000', '173727.655000', '173727.657000', '173727.660000', '173727.663000', '173727.665000', '173727.668000', '173727.670000', '173727.673000', '173727.676000', '173727.678000', '173727.681000', '173727.684000', '173727.686000', '173727.689000', '173727.692000', '173727.694000', '173727.697000', '173727.700000', '173727.702000', '173727.705000', '173727.708000', '173727.710000', '173727.713000', '173727.716000', '173727.718000', '173727.721000', '173747.610000', '173747.612000', '173747.615000', '173747.618000', '173747.621000', '173747.623000', '173747.626000', '173747.629000', '173747.631000', '173747.634000', '173747.636000', '173747.639000', '173747.642000', '173747.644000', '173747.647000', '173747.650000', '173747.652000', '173747.655000', '173747.657000', '173747.660000', '173747.663000', '173747.665000', '173747.668000', '173747.671000', '173747.673000', '173747.676000', '173747.678000', '173747.681000', '173747.684000', '173747.686000', '173747.689000', '173747.692000', '173747.694000', '173747.697000', '173747.700000', '173747.702000', '173747.705000', '173747.707000', '173747.710000', '173747.713000', '173747.715000', '173747.718000', '173747.720000', '173747.723000', '173807.609000', '173807.612000', '173807.615000', '173807.618000', '173807.620000', '173807.623000', '173807.625000', '173807.628000', '173807.631000', '173807.633000', '173807.636000', '173807.639000', '173807.641000', '173807.644000', '173807.646000', '173807.649000', '173807.652000', '173807.654000', '173807.657000', '173807.659000', '173807.662000', '173807.665000', '173807.667000', '173807.670000', '173807.673000', '173807.675000', '173807.678000', '173807.681000', '173807.683000', '173807.686000', '173807.689000', '173807.691000', '173807.694000', '173807.696000', '173807.699000', '173807.702000', '173807.704000', '173807.707000', '173807.710000', '173807.712000', '173807.715000', '173807.718000', '173807.720000', '173827.610000', '173827.613000', '173827.616000', '173827.618000', '173827.621000', '173827.624000', '173827.627000', '173827.630000', '173827.632000', '173827.635000', '173827.638000', '173827.641000', '173827.643000', '173827.646000', '173827.649000', '173827.651000', '173827.654000', '173827.657000', '173827.659000', '173827.662000', '173827.665000', '173827.667000', '173827.670000', '173827.672000', '173827.675000', '173827.678000', '173827.681000', '173827.683000', '173827.686000', '173827.689000', '173827.691000', '173827.694000', '173827.697000', '173827.699000', '173827.702000', '173827.704000', '173827.707000', '173827.710000', '173827.712000', '173827.715000', '173827.717000', '173827.720000', '173827.723000', '173827.725000', '173847.610000', '173847.613000', '173847.616000', '173847.619000', '173847.621000', '173847.624000', '173847.627000', '173847.629000', '173847.632000', '173847.635000', '173847.637000', '173847.640000', '173847.643000', '173847.645000', '173847.648000', '173847.651000', '173847.653000', '173847.656000', '173847.658000', '173847.661000', '173847.664000', '173847.666000', '173847.669000', '173847.672000', '173847.674000', '173847.677000', '173847.679000', '173847.682000', '173847.685000', '173847.687000', '173847.690000', '173847.693000', '173847.695000', '173847.698000', '173847.700000', '173847.703000', '173847.706000', '173847.708000', '173847.711000', '173847.714000', '173847.716000', '173847.719000', '173847.722000', '173907.611000', '173907.615000', '173907.618000', '173907.621000', '173907.623000', '173907.626000', '173907.629000', '173907.631000', '173907.634000', '173907.637000', '173907.639000', '173907.642000', '173907.644000', '173907.647000', '173907.650000', '173907.652000', '173907.655000', '173907.658000', '173907.660000', '173907.663000', '173907.666000', '173907.668000', '173907.671000', '173907.673000', '173907.676000', '173907.679000', '173907.681000', '173907.684000', '173907.687000', '173907.689000', '173907.697000', '173907.700000', '173907.703000', '173907.705000', '173907.708000', '173907.711000', '173907.713000', '173907.716000', '173907.718000', '173907.721000', '173907.724000', '173907.726000', '173907.729000', '173927.610000', '173927.612000', '173927.615000', '173927.618000', '173927.621000', '173927.623000', '173927.626000', '173927.628000', '173927.631000', '173927.634000', '173927.636000', '173927.639000', '173927.642000', '173927.644000', '173927.647000', '173927.650000', '173927.652000', '173927.655000', '173927.658000', '173927.660000', '173927.663000', '173927.665000', '173927.668000', '173927.671000', '173927.673000', '173927.676000', '173927.679000', '173927.681000', '173927.684000', '173927.686000', '173927.689000', '173927.692000', '173927.695000', '173927.697000', '173927.700000', '173927.703000', '173927.705000', '173927.708000', '173927.710000', '173927.713000', '173927.716000', '173927.718000', '173927.721000', '173927.723000', '173947.612000', '173947.615000', '173947.617000', '173947.620000', '173947.622000', '173947.625000', '173947.628000', '173947.632000', '173947.635000', '173947.638000', '173947.641000', '173947.644000', '173947.652000', '173947.654000', '173947.657000', '173947.659000', '173947.663000', '173947.665000', '173947.668000', '173947.671000', '173947.673000', '173947.676000', '173947.678000', '173947.681000', '173947.684000', '173947.686000', '173947.689000', '173947.692000', '173947.694000', '173947.697000', '173947.699000', '173947.702000', '173947.705000', '173947.707000', '173947.710000', '173947.712000', '173947.715000', '173947.718000', '173947.721000', '173947.724000', '173947.726000', '173947.729000', '173947.731000', '174007.610000', '174007.613000', '174007.615000', '174007.618000', '174007.620000', '174007.623000', '174007.626000', '174007.628000', '174007.631000', '174007.634000', '174007.636000', '174007.639000', '174007.641000', '174007.644000', '174007.647000', '174007.649000', '174007.652000', '174007.655000', '174007.657000', '174007.660000', '174007.663000', '174007.665000', '174007.668000', '174007.671000', '174007.673000', '174007.676000', '174007.679000', '174007.681000', '174007.684000', '174007.686000', '174007.689000', '174007.692000', '174007.694000', '174007.697000', '174007.700000', '174007.702000', '174007.705000', '174007.707000', '174007.710000', '174007.713000', '174007.715000', '174007.718000', '174007.721000', '174007.723000', '174015.197000', '174015.200000', '174015.203000', '174015.206000', '174015.209000', '174015.211000', '174015.214000', '174015.217000', '174015.220000', '174015.223000', '174015.225000', '174015.228000', '174015.231000', '174015.233000', '174015.236000', '174015.239000', '174015.241000'], 'InstanceCreationTime': ['173347.663000', '173347.666000', '173347.669000', '173347.671000', '173347.674000', '173347.677000', '173347.679000', '173347.682000', '173347.684000', '173347.687000', '173347.690000', '173347.692000', '173347.695000', '173347.705000', '173347.708000', '173347.710000', '173347.713000', '173347.716000', '173347.718000', '173347.721000', '173347.724000', '173347.726000', '173347.729000', '173347.731000', '173347.734000', '173347.736000', '173347.739000', '173347.742000', '173347.744000', '173407.613000', '173407.616000', '173407.618000', '173407.621000', '173407.624000', '173407.626000', '173407.636000', '173407.638000', '173407.641000', '173407.644000', '173407.646000', '173407.649000', '173407.652000', '173407.655000', '173407.659000', '173407.662000', '173407.664000', '173407.667000', '173407.670000', '173407.672000', '173407.675000', '173407.677000', '173407.680000', '173407.682000', '173407.685000', '173407.688000', '173407.690000', '173407.693000', '173407.695000', '173407.698000', '173407.701000', '173407.703000', '173407.706000', '173407.708000', '173407.711000', '173407.713000', '173407.716000', '173407.718000', '173407.721000', '173407.724000', '173407.726000', '173407.729000', '173407.732000', '173427.611000', '173427.613000', '173427.616000', '173427.618000', '173427.621000', '173427.624000', '173427.627000', '173427.629000', '173427.632000', '173427.635000', '173427.637000', '173427.640000', '173427.642000', '173427.645000', '173427.648000', '173427.650000', '173427.653000', '173427.656000', '173427.658000', '173427.661000', '173427.664000', '173427.666000', '173427.669000', '173427.671000', '173427.674000', '173427.677000', '173427.679000', '173427.682000', '173427.685000', '173427.687000', '173427.690000', '173427.692000', '173427.695000', '173427.701000', '173427.703000', '173427.706000', '173427.709000', '173427.711000', '173427.714000', '173427.717000', '173427.720000', '173427.722000', '173427.725000', '173427.727000', '173447.609000', '173447.612000', '173447.615000', '173447.618000', '173447.620000', '173447.623000', '173447.626000', '173447.628000', '173447.631000', '173447.634000', '173447.636000', '173447.639000', '173447.642000', '173447.644000', '173447.647000', '173447.649000', '173447.652000', '173447.655000', '173447.658000', '173447.660000', '173447.663000', '173447.665000', '173447.668000', '173447.671000', '173447.674000', '173447.676000', '173447.679000', '173447.682000', '173447.685000', '173447.688000', '173447.691000', '173447.693000', '173447.696000', '173447.699000', '173447.701000', '173447.704000', '173447.707000', '173447.709000', '173447.712000', '173447.714000', '173447.717000', '173447.720000', '173447.722000', '173507.609000', '173507.612000', '173507.615000', '173507.617000', '173507.620000', '173507.623000', '173507.625000', '173507.628000', '173507.631000', '173507.633000', '173507.636000', '173507.639000', '173507.641000', '173507.644000', '173507.646000', '173507.649000', '173507.652000', '173507.654000', '173507.657000', '173507.660000', '173507.662000', '173507.665000', '173507.667000', '173507.670000', '173507.681000', '173507.684000', '173507.687000', '173507.689000', '173507.692000', '173507.695000', '173507.697000', '173507.700000', '173507.702000', '173507.705000', '173507.708000', '173507.710000', '173507.713000', '173507.716000', '173507.718000', '173507.721000', '173507.723000', '173507.726000', '173507.729000', '173527.609000', '173527.612000', '173527.615000', '173527.618000', '173527.620000', '173527.623000', '173527.626000', '173527.628000', '173527.631000', '173527.634000', '173527.636000', '173527.639000', '173527.650000', '173527.652000', '173527.655000', '173527.658000', '173527.660000', '173527.663000', '173527.665000', '173527.668000', '173527.671000', '173527.673000', '173527.676000', '173527.679000', '173527.681000', '173527.684000', '173527.686000', '173527.689000', '173527.692000', '173527.694000', '173527.697000', '173527.699000', '173527.702000', '173527.705000', '173527.708000', '173527.711000', '173527.714000', '173527.717000', '173527.719000', '173527.731000', '173527.733000', '173527.736000', '173527.739000', '173527.742000', '173547.609000', '173547.612000', '173547.615000', '173547.617000', '173547.620000', '173547.623000', '173547.625000', '173547.628000', '173547.630000', '173547.633000', '173547.636000', '173547.638000', '173547.641000', '173547.643000', '173547.646000', '173547.649000', '173547.651000', '173547.654000', '173547.656000', '173547.659000', '173547.662000', '173547.665000', '173547.667000', '173547.670000', '173547.673000', '173547.675000', '173547.678000', '173547.681000', '173547.683000', '173547.686000', '173547.688000', '173547.691000', '173547.694000', '173547.696000', '173547.699000', '173547.701000', '173547.704000', '173547.707000', '173547.709000', '173547.712000', '173547.714000', '173547.717000', '173547.720000', '173547.722000', '173607.610000', '173607.613000', '173607.616000', '173607.618000', '173607.621000', '173607.624000', '173607.626000', '173607.629000', '173607.631000', '173607.634000', '173607.637000', '173607.639000', '173607.642000', '173607.644000', '173607.647000', '173607.650000', '173607.652000', '173607.655000', '173607.657000', '173607.660000', '173607.663000', '173607.666000', '173607.668000', '173607.671000', '173607.673000', '173607.676000', '173607.679000', '173607.681000', '173607.684000', '173607.687000', '173607.689000', '173607.692000', '173607.695000', '173607.697000', '173607.700000', '173607.703000', '173607.705000', '173607.708000', '173607.710000', '173607.713000', '173607.716000', '173607.718000', '173607.721000', '173627.610000', '173627.613000', '173627.616000', '173627.618000', '173627.621000', '173627.623000', '173627.626000', '173627.629000', '173627.631000', '173627.634000', '173627.637000', '173627.639000', '173627.642000', '173627.644000', '173627.647000', '173627.650000', '173627.652000', '173627.655000', '173627.658000', '173627.660000', '173627.663000', '173627.666000', '173627.668000', '173627.671000', '173627.673000', '173627.676000', '173627.679000', '173627.681000', '173627.684000', '173627.686000', '173627.689000', '173627.692000', '173627.694000', '173627.697000', '173627.699000', '173627.702000', '173627.705000', '173627.707000', '173627.710000', '173627.712000', '173627.715000', '173627.717000', '173627.720000', '173627.723000', '173647.610000', '173647.613000', '173647.616000', '173647.619000', '173647.621000', '173647.624000', '173647.627000', '173647.629000', '173647.632000', '173647.634000', '173647.637000', '173647.640000', '173647.642000', '173647.645000', '173647.648000', '173647.650000', '173647.653000', '173647.655000', '173647.658000', '173647.688000', '173647.690000', '173647.693000', '173647.695000', '173647.698000', '173647.701000', '173647.703000', '173647.706000', '173647.708000', '173647.711000', '173647.714000', '173647.716000', '173647.719000', '173647.721000', '173647.724000', '173647.727000', '173647.729000', '173647.732000', '173647.735000', '173647.737000', '173647.740000', '173647.742000', '173647.745000', '173647.747000', '173707.609000', '173707.612000', '173707.615000', '173707.617000', '173707.620000', '173707.623000', '173707.626000', '173707.628000', '173707.631000', '173707.634000', '173707.636000', '173707.639000', '173707.642000', '173707.645000', '173707.647000', '173707.651000', '173707.653000', '173707.656000', '173707.659000', '173707.661000', '173707.664000', '173707.667000', '173707.669000', '173707.672000', '173707.674000', '173707.677000', '173707.680000', '173707.682000', '173707.685000', '173707.687000', '173707.690000', '173707.693000', '173707.695000', '173707.698000', '173707.700000', '173707.703000', '173707.706000', '173707.708000', '173707.711000', '173707.713000', '173707.716000', '173707.719000', '173707.721000', '173707.724000', '173727.610000', '173727.612000', '173727.615000', '173727.618000', '173727.620000', '173727.623000', '173727.626000', '173727.628000', '173727.631000', '173727.634000', '173727.636000', '173727.639000', '173727.641000', '173727.644000', '173727.647000', '173727.649000', '173727.652000', '173727.655000', '173727.657000', '173727.660000', '173727.663000', '173727.665000', '173727.668000', '173727.670000', '173727.673000', '173727.676000', '173727.678000', '173727.681000', '173727.684000', '173727.686000', '173727.689000', '173727.692000', '173727.694000', '173727.697000', '173727.700000', '173727.702000', '173727.705000', '173727.708000', '173727.710000', '173727.713000', '173727.716000', '173727.718000', '173727.721000', '173747.610000', '173747.612000', '173747.615000', '173747.618000', '173747.621000', '173747.623000', '173747.626000', '173747.629000', '173747.631000', '173747.634000', '173747.636000', '173747.639000', '173747.642000', '173747.644000', '173747.647000', '173747.650000', '173747.652000', '173747.655000', '173747.657000', '173747.660000', '173747.663000', '173747.665000', '173747.668000', '173747.671000', '173747.673000', '173747.676000', '173747.678000', '173747.681000', '173747.684000', '173747.686000', '173747.689000', '173747.692000', '173747.694000', '173747.697000', '173747.700000', '173747.702000', '173747.705000', '173747.707000', '173747.710000', '173747.713000', '173747.715000', '173747.718000', '173747.720000', '173747.723000', '173807.609000', '173807.612000', '173807.615000', '173807.618000', '173807.620000', '173807.623000', '173807.625000', '173807.628000', '173807.631000', '173807.633000', '173807.636000', '173807.639000', '173807.641000', '173807.644000', '173807.646000', '173807.649000', '173807.652000', '173807.654000', '173807.657000', '173807.659000', '173807.662000', '173807.665000', '173807.667000', '173807.670000', '173807.673000', '173807.675000', '173807.678000', '173807.681000', '173807.683000', '173807.686000', '173807.689000', '173807.691000', '173807.694000', '173807.696000', '173807.699000', '173807.702000', '173807.704000', '173807.707000', '173807.710000', '173807.712000', '173807.715000', '173807.718000', '173807.720000', '173827.610000', '173827.613000', '173827.616000', '173827.618000', '173827.621000', '173827.624000', '173827.627000', '173827.630000', '173827.632000', '173827.635000', '173827.638000', '173827.641000', '173827.643000', '173827.646000', '173827.649000', '173827.651000', '173827.654000', '173827.657000', '173827.659000', '173827.662000', '173827.665000', '173827.667000', '173827.670000', '173827.672000', '173827.675000', '173827.678000', '173827.681000', '173827.683000', '173827.686000', '173827.689000', '173827.691000', '173827.694000', '173827.697000', '173827.699000', '173827.702000', '173827.704000', '173827.707000', '173827.710000', '173827.712000', '173827.715000', '173827.717000', '173827.720000', '173827.723000', '173827.725000', '173847.610000', '173847.613000', '173847.616000', '173847.619000', '173847.621000', '173847.624000', '173847.627000', '173847.629000', '173847.632000', '173847.635000', '173847.637000', '173847.640000', '173847.643000', '173847.645000', '173847.648000', '173847.651000', '173847.653000', '173847.656000', '173847.658000', '173847.661000', '173847.664000', '173847.666000', '173847.669000', '173847.672000', '173847.674000', '173847.677000', '173847.679000', '173847.682000', '173847.685000', '173847.687000', '173847.690000', '173847.693000', '173847.695000', '173847.698000', '173847.700000', '173847.703000', '173847.706000', '173847.708000', '173847.711000', '173847.714000', '173847.716000', '173847.719000', '173847.722000', '173907.611000', '173907.615000', '173907.618000', '173907.621000', '173907.623000', '173907.626000', '173907.629000', '173907.631000', '173907.634000', '173907.637000', '173907.639000', '173907.642000', '173907.644000', '173907.647000', '173907.650000', '173907.652000', '173907.655000', '173907.658000', '173907.660000', '173907.663000', '173907.666000', '173907.668000', '173907.671000', '173907.673000', '173907.676000', '173907.679000', '173907.681000', '173907.684000', '173907.687000', '173907.689000', '173907.697000', '173907.700000', '173907.703000', '173907.705000', '173907.708000', '173907.711000', '173907.713000', '173907.716000', '173907.718000', '173907.721000', '173907.724000', '173907.726000', '173907.729000', '173927.610000', '173927.612000', '173927.615000', '173927.618000', '173927.621000', '173927.623000', '173927.626000', '173927.628000', '173927.631000', '173927.634000', '173927.636000', '173927.639000', '173927.642000', '173927.644000', '173927.647000', '173927.650000', '173927.652000', '173927.655000', '173927.658000', '173927.660000', '173927.663000', '173927.665000', '173927.668000', '173927.671000', '173927.673000', '173927.676000', '173927.679000', '173927.681000', '173927.684000', '173927.686000', '173927.689000', '173927.692000', '173927.695000', '173927.697000', '173927.700000', '173927.703000', '173927.705000', '173927.708000', '173927.710000', '173927.713000', '173927.716000', '173927.718000', '173927.721000', '173927.723000', '173947.612000', '173947.615000', '173947.617000', '173947.620000', '173947.622000', '173947.625000', '173947.628000', '173947.632000', '173947.635000', '173947.638000', '173947.641000', '173947.644000', '173947.652000', '173947.654000', '173947.657000', '173947.659000', '173947.663000', '173947.665000', '173947.668000', '173947.671000', '173947.673000', '173947.676000', '173947.678000', '173947.681000', '173947.684000', '173947.686000', '173947.689000', '173947.692000', '173947.694000', '173947.697000', '173947.699000', '173947.702000', '173947.705000', '173947.707000', '173947.710000', '173947.712000', '173947.715000', '173947.718000', '173947.721000', '173947.724000', '173947.726000', '173947.729000', '173947.731000', '174007.610000', '174007.613000', '174007.615000', '174007.618000', '174007.620000', '174007.623000', '174007.626000', '174007.628000', '174007.631000', '174007.634000', '174007.636000', '174007.639000', '174007.641000', '174007.644000', '174007.647000', '174007.649000', '174007.652000', '174007.655000', '174007.657000', '174007.660000', '174007.663000', '174007.665000', '174007.668000', '174007.671000', '174007.673000', '174007.676000', '174007.679000', '174007.681000', '174007.684000', '174007.686000', '174007.689000', '174007.692000', '174007.694000', '174007.697000', '174007.700000', '174007.702000', '174007.705000', '174007.707000', '174007.710000', '174007.713000', '174007.715000', '174007.718000', '174007.721000', '174007.723000', '174015.197000', '174015.200000', '174015.203000', '174015.206000', '174015.209000', '174015.211000', '174015.214000', '174015.217000', '174015.220000', '174015.223000', '174015.225000', '174015.228000', '174015.231000', '174015.233000', '174015.236000', '174015.239000', '174015.241000'], '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': [8184, 14134, 9977, 14839, 8259, 8759, 7928, 7777, 8219, 7873, 7678, 8328, 7448, 10585, 7510, 12381, 8612, 10797, 8617, 9240, 8347, 7566, 7756, 8230, 10100, 7658, 8249, 9611, 7708, 7434, 11681, 9758, 10134, 9115, 8205, 13814, 7544, 10454, 8702, 7613, 11740, 7861, 8780, 7870, 7270, 10257, 8948, 7570, 10771, 7684, 10504, 7915, 7416, 13022, 9055, 8802, 9474, 7221, 11073, 8077, 9869, 9116, 8565, 9643, 7498, 9867, 7773, 9979, 7633, 7233, 11113, 8392, 8093, 9610, 7698, 10582, 7612, 7300, 10797, 7617, 7813, 12002, 9245, 10201, 9153, 7516, 10691, 8488, 8048, 9881, 7679, 10488, 8994, 8110, 7965, 10783, 7891, 9761, 11261, 7918, 10241, 10636, 7468, 11340, 8859, 7981, 11874, 7733, 10208, 8435, 7286, 11391, 7705, 7892, 11005, 8547, 7437, 10300, 9649, 8051, 10297, 9474, 7649, 10769, 9306, 7606, 10384, 8813, 7665, 10490, 9135, 7393, 10170, 9074, 8257, 12057, 7319, 7316, 10852, 7950, 7506, 10740, 9266, 7778, 12139, 10003, 7547, 12826, 11333, 7731, 10713, 8820, 7756, 10618, 7646, 11822, 8111, 9910, 8667, 7830, 10936, 7425, 8383, 11603, 8302, 8799, 11638, 7933, 11094, 8144, 8603, 11935, 8025, 11327, 9622, 9482, 9299, 7864, 12751, 8307, 10184, 8270, 8538, 11242, 8600, 8694, 11598, 8116, 8635, 10713, 7900, 10603, 8895, 8323, 12631, 8792, 8643, 10868, 8079, 11958, 8297, 10503, 8415, 8969, 9139, 8593, 11007, 8234, 8883, 11235, 8007, 9499, 10548, 8839, 12905, 10807, 10245, 9202, 8947, 10931, 8012, 10096, 7660, 8787, 10629, 9117, 8759, 11941, 8025, 8966, 11185, 7815, 9978, 10081, 8311, 12981, 8261, 9968, 8157, 8786, 11880, 8138, 9169, 9211, 8445, 10526, 8070, 8533, 12576, 8596, 9505, 10401, 8890, 12411, 8165, 12274, 9098, 9468, 8154, 9342, 9044, 7978, 10223, 7857, 9148, 10857, 7572, 9320, 12186, 9174, 8992, 12095, 7876, 10091, 9327, 9325, 11138, 8590, 11761, 7925, 10252, 7549, 9269, 10764, 8281, 9620, 11220, 8181, 9519, 11285, 8415, 11409, 10141, 8982, 10875, 8264, 10503, 8971, 9234, 11442, 8144, 10178, 10921, 8532, 10064, 10306, 9021, 11045, 9354, 9903, 11884, 8739, 10550, 10234, 9001, 13364, 8787, 11886, 9265, 10091, 8385, 8790, 11208, 8260, 9755, 9110, 9383, 11618, 8225, 12085, 9670, 9817, 8649, 9277, 10265, 7943, 10226, 8697, 9176, 10503, 7298, 9454, 10208, 9345, 10191, 10097, 9083, 12462, 10511, 9821, 9623, 9576, 11465, 8323, 11272, 9465, 9090, 9985, 8709, 12241, 10081, 9872, 9869, 8474, 11557, 8124, 9904, 8248, 9834, 9382, 8999, 11424, 8044, 9771, 9837, 8568, 10516, 8098, 9633, 10580, 8907, 9571, 10585, 10057, 9631, 11919, 9359, 12206, 8214, 9778, 8521, 9009, 10255, 8950, 10295, 9786, 8697, 12390, 9816, 8972, 10929, 7990, 10407, 9053, 9877, 11069, 8401, 9967, 9095, 9287, 11966, 8736, 10700, 9744, 9875, 10118, 8607, 10196, 8219, 9918, 10405, 7311, 8728, 9131, 12053, 9137, 11201, 10883, 8859, 11501, 8100, 10732, 8246, 9303, 12137, 9543, 8784, 11152, 8049, 10683, 8688, 8903, 12223, 10650, 8310, 11033, 7913, 10730, 9392, 8991, 10199, 8744, 10331, 8522, 9576, 9564, 9108, 11487, 8126, 10059, 9632, 8902, 12271, 10764, 10128, 10012, 9490, 11882, 8206, 11554, 10265, 9759, 10072, 9057, 11157, 7789, 10791, 9770, 9155, 11204, 8569, 10755, 8832, 10356, 11001, 8812, 10589, 8316, 11843, 8065, 10192, 8317, 9350, 10054, 9077, 9396, 10778, 9515, 11522, 8890, 11668, 8981, 11100, 9039, 10847, 8470, 10843, 8257, 10635, 7995, 9893, 10649, 8505, 10497, 9794, 10147, 10155, 9206, 11890, 8524, 11461, 8568, 9896, 8651, 10366, 7949, 9738, 10839, 8759, 10285, 9074, 10866, 9446, 9516, 9702, 8991, 10878, 8016, 10758, 9908, 10298, 9322, 9298, 11868, 7841, 10641, 9570, 10400, 9114, 9140, 11327, 8377, 11477, 8129, 11127, 9914, 10244, 9154, 9802, 8651, 10102, 9679, 9129, 9907, 8470, 10479, 8941, 10341, 10944, 9660, 11688, 9452, 10547, 9037, 10273, 11683, 9441, 12153, 9583, 10376, 8952, 9795, 11577, 8967, 11909, 8589, 10644, 7712, 10332, 9834, 9466, 10907, 7963, 10321, 8778, 9796, 11146, 8601, 10251, 10431, 7694, 9870, 11719, 8293, 11847, 9204, 11521, 8780, 10815, 8041, 9382, 8817, 9202, 10998, 8667, 10887, 8009, 10362, 7683, 9740, 9928, 9372, 10861, 9307, 10781, 9830, 9700, 10109, 9856, 10623, 9248, 11135, 8817, 11036, 8062, 11095, 8141, 11238, 9121, 10382, 9089, 10388, 8725, 9653, 9065, 9355, 10587, 8032, 10537, 8817, 10130, 10287, 9150, 9877, 9242, 8837, 9527, 9069, 9285, 9647, 9191, 8933, 9180, 9490, 8556, 10162, 7909, 10350, 8414, 10414, 8168, 10262, 7716, 9775, 8667, 9287, 10525, 8175, 10430, 9819, 10140, 8640, 9862, 10413, 9426, 10629, 8882, 10896, 7956, 10489, 8270, 10274, 8963, 9277, 10238, 8232, 10199, 8909, 9818, 8922, 9810, 8183, 9133, 10162, 8254, 10728, 8290, 9758, 7735, 9464, 10365, 9122, 10759, 8436, 11291, 9146, 9782, 7605, 9173, 10093, 9005, 10650, 7938, 10038, 9417, 8851, 8983, 9336, 10211, 8597, 10583, 7612, 10586, 7806, 10204, 8324, 10067, 7415, 8613, 11024, 8205, 9431, 9283, 9070, 11184, 8786, 11381, 8665, 11162, 8636, 10479, 7706, 9870, 8045, 8948, 9566, 8794, 10912, 8449, 10923, 8144, 9948, 8356, 9187, 8065, 9229, 7549, 9602, 8763, 9461, 10672, 8791, 11540, 8157, 11799, 9236, 12343, 8212, 10436, 8145, 9998, 8095, 9681, 7503, 8892, 9239, 8073, 9237, 10266, 9760, 9980, 8817, 11704, 7760, 11196, 9016, 10000, 9592, 8852, 9861, 8546, 10812, 8383, 9863, 7269, 9705, 10441, 7847, 8706, 10364, 10166, 9349, 11843, 8951, 11634, 8196, 12178, 7823, 11033, 7802, 10283, 8868, 9327, 8072, 8894, 9563, 8042, 9688, 8131, 9568, 10717, 8617, 10131, 10058, 9041, 9579, 8895, 11939, 8403, 12235, 8469, 11146, 8999, 12306, 9036, 11341, 9399, 9671, 8848, 8334, 8652, 8201, 10250, 8328, 9517, 8328, 8943, 10177, 8222, 11922, 7837, 11541, 7812, 10712, 7548, 11459, 7739, 10696, 7990, 10746, 7567, 9950], 'WindowCenter': [4106.0, 4149.0, 4095.0, 4122.0, 4049.0, 4046.0, 4046.0, 4038.0, 4048.0, 4049.0, 4048.0, 4059.0, 4040.0, 4091.0, 4039.0, 4099.0, 4059.0, 4077.0, 4046.0, 4055.0, 4046.0, 4036.0, 4038.0, 4050.0, 4067.0, 4038.0, 4062.0, 4081.0, 4051.0, 4054.0, 4105.0, 4082.0, 4083.0, 4060.0, 4048.0, 4099.0, 4039.0, 4068.0, 4047.0, 4039.0, 4089.0, 4038.0, 4046.0, 4036.0, 4028.0, 4078.0, 4060.0, 4039.0, 4078.0, 4038.0, 4079.0, 4049.0, 4040.0, 4099.0, 4058.0, 4047.0, 4058.0, 4028.0, 4077.0, 4037.0, 4067.0, 4058.0, 4036.0, 4057.0, 4016.0, 4055.0, 4026.0, 4066.0, 4026.0, 4027.0, 4077.0, 4036.0, 4037.0, 4070.0, 4040.0, 4093.0, 4050.0, 4040.0, 4090.0, 4039.0, 4041.0, 4103.0, 4072.0, 4081.0, 4059.0, 4029.0, 4079.0, 4049.0, 4049.0, 4069.0, 4041.0, 4094.0, 4072.0, 4052.0, 4050.0, 4093.0, 4051.0, 4082.0, 4103.0, 4052.0, 4070.0, 4081.0, 4040.0, 4079.0, 4061.0, 4038.0, 4089.0, 4039.0, 4067.0, 4036.0, 4027.0, 4079.0, 4036.0, 4051.0, 4092.0, 4060.0, 4030.0, 4069.0, 4070.0, 4039.0, 4069.0, 4068.0, 4040.0, 4079.0, 4070.0, 4040.0, 4069.0, 4058.0, 4038.0, 4079.0, 4060.0, 4040.0, 4080.0, 4060.0, 4050.0, 4090.0, 4030.0, 4030.0, 4079.0, 4039.0, 4030.0, 4091.0, 4071.0, 4040.0, 4102.0, 4069.0, 4041.0, 4099.0, 4079.0, 4039.0, 4068.0, 4059.0, 4026.0, 4067.0, 4028.0, 4078.0, 4037.0, 4056.0, 4047.0, 4025.0, 4079.0, 4027.0, 4050.0, 4100.0, 4051.0, 4063.0, 4102.0, 4052.0, 4091.0, 4050.0, 4061.0, 4103.0, 4051.0, 4091.0, 4070.0, 4057.0, 4057.0, 4040.0, 4090.0, 4037.0, 4067.0, 4036.0, 4049.0, 4078.0, 4050.0, 4062.0, 4089.0, 4050.0, 4050.0, 4079.0, 4051.0, 4078.0, 4059.0, 4049.0, 4100.0, 4048.0, 4047.0, 4079.0, 4039.0, 4091.0, 4049.0, 4069.0, 4048.0, 4059.0, 4059.0, 4048.0, 4081.0, 4050.0, 4059.0, 4091.0, 4051.0, 4071.0, 4081.0, 4073.0, 4102.0, 4093.0, 4071.0, 4058.0, 4061.0, 4079.0, 4037.0, 4069.0, 4038.0, 4060.0, 4081.0, 4062.0, 4051.0, 4090.0, 4040.0, 4059.0, 4089.0, 4042.0, 4070.0, 4068.0, 4039.0, 4098.0, 4039.0, 4059.0, 4038.0, 4049.0, 4089.0, 4039.0, 4060.0, 4059.0, 4050.0, 4080.0, 4040.0, 4061.0, 4100.0, 4050.0, 4070.0, 4080.0, 4060.0, 4088.0, 4050.0, 4089.0, 4048.0, 4057.0, 4036.0, 4058.0, 4057.0, 4049.0, 4080.0, 4038.0, 4060.0, 4081.0, 4039.0, 4071.0, 4104.0, 4072.0, 4061.0, 4092.0, 4039.0, 4069.0, 4059.0, 4059.0, 4079.0, 4048.0, 4090.0, 4038.0, 4069.0, 4038.0, 4072.0, 4092.0, 4052.0, 4072.0, 4090.0, 4063.0, 4083.0, 4094.0, 4065.0, 4104.0, 4082.0, 4059.0, 4080.0, 4050.0, 4068.0, 4059.0, 4061.0, 4089.0, 4041.0, 4081.0, 4093.0, 4063.0, 4084.0, 4093.0, 4074.0, 4103.0, 4073.0, 4083.0, 4103.0, 4063.0, 4091.0, 4083.0, 4061.0, 4103.0, 4050.0, 4079.0, 4059.0, 4069.0, 4036.0, 4048.0, 4078.0, 4038.0, 4059.0, 4059.0, 4060.0, 4090.0, 4050.0, 4089.0, 4059.0, 4057.0, 4037.0, 4049.0, 4067.0, 4040.0, 4069.0, 4061.0, 4071.0, 4080.0, 4031.0, 4073.0, 4081.0, 4073.0, 4083.0, 4083.0, 4061.0, 4101.0, 4081.0, 4071.0, 4058.0, 4061.0, 4079.0, 4048.0, 4080.0, 4058.0, 4049.0, 4070.0, 4050.0, 4089.0, 4071.0, 4060.0, 4059.0, 4038.0, 4078.0, 4028.0, 4055.0, 4037.0, 4059.0, 4058.0, 4048.0, 4077.0, 4040.0, 4071.0, 4070.0, 4051.0, 4081.0, 4050.0, 4074.0, 4093.0, 4061.0, 4072.0, 4082.0, 4084.0, 4071.0, 4103.0, 4060.0, 4091.0, 4039.0, 4058.0, 4048.0, 4050.0, 4069.0, 4060.0, 4068.0, 4069.0, 4049.0, 4090.0, 4070.0, 4048.0, 4078.0, 4039.0, 4079.0, 4059.0, 4070.0, 4090.0, 4050.0, 4069.0, 4059.0, 4061.0, 4089.0, 4050.0, 4069.0, 4058.0, 4069.0, 4069.0, 4048.0, 4069.0, 4038.0, 4070.0, 4070.0, 4029.0, 4063.0, 4074.0, 4104.0, 4074.0, 4081.0, 4083.0, 4061.0, 4080.0, 4040.0, 4070.0, 4049.0, 4061.0, 4091.0, 4071.0, 4049.0, 4079.0, 4038.0, 4069.0, 4048.0, 4060.0, 4090.0, 4070.0, 4037.0, 4067.0, 4028.0, 4069.0, 4060.0, 4049.0, 4069.0, 4050.0, 4067.0, 4051.0, 4061.0, 4071.0, 4062.0, 4090.0, 4040.0, 4070.0, 4071.0, 4063.0, 4102.0, 4082.0, 4070.0, 4069.0, 4059.0, 4090.0, 4039.0, 4078.0, 4069.0, 4058.0, 4058.0, 4048.0, 4078.0, 4028.0, 4068.0, 4070.0, 4059.0, 4080.0, 4049.0, 4070.0, 4050.0, 4069.0, 4081.0, 4049.0, 4067.0, 4039.0, 4079.0, 4026.0, 4069.0, 4048.0, 4062.0, 4071.0, 4061.0, 4071.0, 4082.0, 4072.0, 4092.0, 4061.0, 4078.0, 4050.0, 4067.0, 4050.0, 4069.0, 4040.0, 4080.0, 4050.0, 4069.0, 4039.0, 4072.0, 4081.0, 4061.0, 4082.0, 4074.0, 4072.0, 4070.0, 4061.0, 4090.0, 4050.0, 4079.0, 4049.0, 4056.0, 4037.0, 4057.0, 4039.0, 4059.0, 4080.0, 4051.0, 4070.0, 4059.0, 4081.0, 4061.0, 4071.0, 4070.0, 4060.0, 4079.0, 4041.0, 4082.0, 4072.0, 4082.0, 4061.0, 4061.0, 4091.0, 4041.0, 4070.0, 4060.0, 4081.0, 4049.0, 4060.0, 4078.0, 4040.0, 4079.0, 4040.0, 4079.0, 4070.0, 4069.0, 4048.0, 4058.0, 4046.0, 4069.0, 4059.0, 4072.0, 4070.0, 4050.0, 4081.0, 4062.0, 4083.0, 4093.0, 4074.0, 4092.0, 4073.0, 4082.0, 4062.0, 4083.0, 4090.0, 4073.0, 4091.0, 4060.0, 4070.0, 4048.0, 4070.0, 4079.0, 4050.0, 4090.0, 4049.0, 4067.0, 4027.0, 4069.0, 4069.0, 4072.0, 4080.0, 4040.0, 4071.0, 4049.0, 4084.0, 4092.0, 4051.0, 4083.0, 4082.0, 4042.0, 4073.0, 4092.0, 4053.0, 4092.0, 4061.0, 4079.0, 4037.0, 4067.0, 4026.0, 4049.0, 4049.0, 4060.0, 4078.0, 4050.0, 4081.0, 4042.0, 4070.0, 4028.0, 4072.0, 4071.0, 4062.0, 4082.0, 4073.0, 4082.0, 4072.0, 4061.0, 4069.0, 4060.0, 4069.0, 4061.0, 4077.0, 4049.0, 4068.0, 4028.0, 4067.0, 4039.0, 4078.0, 4061.0, 4069.0, 4050.0, 4058.0, 4039.0, 4047.0, 4048.0, 4061.0, 4070.0, 4038.0, 4070.0, 4047.0, 4069.0, 4069.0, 4059.0, 4069.0, 4059.0, 4050.0, 4058.0, 4048.0, 4047.0, 4058.0, 4049.0, 4048.0, 4047.0, 4046.0, 4038.0, 4058.0, 4040.0, 4069.0, 4038.0, 4069.0, 4039.0, 4069.0, 4028.0, 4070.0, 4049.0, 4061.0, 4081.0, 4053.0, 4083.0, 4072.0, 4071.0, 4051.0, 4060.0, 4071.0, 4061.0, 4070.0, 4061.0, 4070.0, 4039.0, 4070.0, 4050.0, 4071.0, 4061.0, 4060.0, 4071.0, 4051.0, 4071.0, 4061.0, 4070.0, 4060.0, 4070.0, 4040.0, 4059.0, 4069.0, 4040.0, 4080.0, 4050.0, 4058.0, 4028.0, 4060.0, 4069.0, 4059.0, 4080.0, 4051.0, 4080.0, 4060.0, 4058.0, 4027.0, 4059.0, 4068.0, 4050.0, 4079.0, 4041.0, 4059.0, 4059.0, 4048.0, 4049.0, 4048.0, 4069.0, 4051.0, 4068.0, 4026.0, 4067.0, 4028.0, 4069.0, 4050.0, 4071.0, 4030.0, 4051.0, 4081.0, 4050.0, 4061.0, 4061.0, 4062.0, 4092.0, 4051.0, 4079.0, 4050.0, 4080.0, 4037.0, 4069.0, 4029.0, 4058.0, 4027.0, 4050.0, 4057.0, 4049.0, 4068.0, 4038.0, 4068.0, 4027.0, 4046.0, 4026.0, 4047.0, 4028.0, 4058.0, 4027.0, 4059.0, 4048.0, 4071.0, 4080.0, 4051.0, 4092.0, 4042.0, 4091.0, 4049.0, 4078.0, 4028.0, 4055.0, 4027.0, 4056.0, 4027.0, 4058.0, 4017.0, 4050.0, 4060.0, 4040.0, 4061.0, 4082.0, 4072.0, 4071.0, 4051.0, 4081.0, 4029.0, 4070.0, 4048.0, 4059.0, 4060.0, 4050.0, 4058.0, 4038.0, 4068.0, 4039.0, 4058.0, 4017.0, 4060.0, 4083.0, 4053.0, 4064.0, 4085.0, 4084.0, 4062.0, 4092.0, 4063.0, 4080.0, 4039.0, 4078.0, 4028.0, 4068.0, 4027.0, 4058.0, 4048.0, 4060.0, 4037.0, 4049.0, 4058.0, 4040.0, 4061.0, 4041.0, 4074.0, 4083.0, 4063.0, 4072.0, 4084.0, 4060.0, 4071.0, 4060.0, 4091.0, 4040.0, 4079.0, 4040.0, 4068.0, 4049.0, 4078.0, 4049.0, 4068.0, 4049.0, 4047.0, 4037.0, 4026.0, 4038.0, 4038.0, 4068.0, 4050.0, 4070.0, 4051.0, 4061.0, 4071.0, 4051.0, 4091.0, 4030.0, 4080.0, 4030.0, 4069.0, 4029.0, 4080.0, 4029.0, 4069.0, 4039.0, 4068.0, 4028.0, 4060.0], 'WindowWidth': [9144.0, 9183.0, 9099.0, 9128.0, 9026.0, 9015.0, 9015.0, 9007.0, 9020.0, 9023.0, 9021.0, 9038.0, 9015.0, 9081.0, 9012.0, 9089.0, 9035.0, 9054.0, 9014.0, 9021.0, 9012.0, 9000.0, 9006.0, 9021.0, 9041.0, 9005.0, 9044.0, 9068.0, 9028.0, 9040.0, 9105.0, 9071.0, 9072.0, 9038.0, 9018.0, 9087.0, 9005.0, 9040.0, 9012.0, 9007.0, 9071.0, 9002.0, 9010.0, 8999.0, 8992.0, 9058.0, 9038.0, 9008.0, 9057.0, 9006.0, 9057.0, 9019.0, 9013.0, 9086.0, 9030.0, 9011.0, 9027.0, 8988.0, 9051.0, 9001.0, 9039.0, 9029.0, 8995.0, 9024.0, 8969.0, 9019.0, 8982.0, 9035.0, 8985.0, 8986.0, 9051.0, 8997.0, 9000.0, 9047.0, 9011.0, 9087.0, 9027.0, 9011.0, 9074.0, 9009.0, 9014.0, 9098.0, 9059.0, 9064.0, 9033.0, 8993.0, 9058.0, 9020.0, 9020.0, 9046.0, 9012.0, 9089.0, 9055.0, 9029.0, 9025.0, 9083.0, 9028.0, 9070.0, 9099.0, 9028.0, 9049.0, 9063.0, 9010.0, 9059.0, 9036.0, 9002.0, 9070.0, 9005.0, 9040.0, 8997.0, 8986.0, 9056.0, 9000.0, 9024.0, 9080.0, 9036.0, 8996.0, 9047.0, 9047.0, 9007.0, 9045.0, 9044.0, 9009.0, 9059.0, 9049.0, 9009.0, 9046.0, 9028.0, 9003.0, 9058.0, 9034.0, 9011.0, 9062.0, 9035.0, 9021.0, 9075.0, 8996.0, 8996.0, 9058.0, 9006.0, 8997.0, 9077.0, 9052.0, 9010.0, 9093.0, 9048.0, 9010.0, 9085.0, 9056.0, 9005.0, 9041.0, 9029.0, 8984.0, 9040.0, 8988.0, 9053.0, 8998.0, 9022.0, 9010.0, 8981.0, 9056.0, 8989.0, 9023.0, 9090.0, 9025.0, 9045.0, 9095.0, 9027.0, 9077.0, 9023.0, 9039.0, 9096.0, 9027.0, 9077.0, 9049.0, 9025.0, 9025.0, 9005.0, 9072.0, 8999.0, 9035.0, 8995.0, 9016.0, 9053.0, 9019.0, 9039.0, 9074.0, 9022.0, 9018.0, 9058.0, 9024.0, 9056.0, 9032.0, 9021.0, 9087.0, 9016.0, 9013.0, 9058.0, 9006.0, 9075.0, 9019.0, 9043.0, 9016.0, 9030.0, 9029.0, 9017.0, 9064.0, 9025.0, 9033.0, 9076.0, 9026.0, 9050.0, 9066.0, 9057.0, 9094.0, 9084.0, 9048.0, 9030.0, 9039.0, 9059.0, 9001.0, 9044.0, 9004.0, 9035.0, 9065.0, 9041.0, 9023.0, 9074.0, 9008.0, 9031.0, 9072.0, 9013.0, 9048.0, 9041.0, 9004.0, 9081.0, 9004.0, 9028.0, 9001.0, 9018.0, 9071.0, 9005.0, 9031.0, 9031.0, 9021.0, 9060.0, 9008.0, 9037.0, 9086.0, 9021.0, 9044.0, 9061.0, 9033.0, 9068.0, 9019.0, 9071.0, 9015.0, 9021.0, 8994.0, 9027.0, 9024.0, 9020.0, 9061.0, 9002.0, 9035.0, 9062.0, 9007.0, 9051.0, 9098.0, 9053.0, 9036.0, 9078.0, 9005.0, 9044.0, 9031.0, 9027.0, 9056.0, 9015.0, 9072.0, 9001.0, 9042.0, 9002.0, 9054.0, 9081.0, 9027.0, 9052.0, 9073.0, 9044.0, 9069.0, 9084.0, 9051.0, 9099.0, 9068.0, 9031.0, 9059.0, 9021.0, 9040.0, 9030.0, 9035.0, 9071.0, 9009.0, 9062.0, 9081.0, 9044.0, 9072.0, 9086.0, 9062.0, 9098.0, 9056.0, 9070.0, 9095.0, 9044.0, 9078.0, 9070.0, 9038.0, 9094.0, 9022.0, 9055.0, 9029.0, 9040.0, 8995.0, 9015.0, 9055.0, 9001.0, 9028.0, 9030.0, 9033.0, 9072.0, 9019.0, 9070.0, 9030.0, 9022.0, 8996.0, 9013.0, 9036.0, 9005.0, 9042.0, 9038.0, 9051.0, 9060.0, 8996.0, 9057.0, 9064.0, 9058.0, 9069.0, 9071.0, 9036.0, 9090.0, 9062.0, 9046.0, 9026.0, 9033.0, 9055.0, 9016.0, 9056.0, 9027.0, 9015.0, 9045.0, 9019.0, 9070.0, 9049.0, 9030.0, 9029.0, 8997.0, 9051.0, 8986.0, 9017.0, 8995.0, 9028.0, 9025.0, 9013.0, 9051.0, 9006.0, 9048.0, 9047.0, 9022.0, 9062.0, 9022.0, 9059.0, 9082.0, 9038.0, 9055.0, 9067.0, 9072.0, 9050.0, 9096.0, 9032.0, 9076.0, 9004.0, 9028.0, 9012.0, 9018.0, 9042.0, 9033.0, 9040.0, 9041.0, 9018.0, 9072.0, 9043.0, 9012.0, 9054.0, 9004.0, 9057.0, 9031.0, 9047.0, 9074.0, 9021.0, 9042.0, 9030.0, 9035.0, 9069.0, 9022.0, 9043.0, 9028.0, 9041.0, 9042.0, 9014.0, 9041.0, 9000.0, 9044.0, 9044.0, 8993.0, 9043.0, 9060.0, 9099.0, 9058.0, 9062.0, 9067.0, 9034.0, 9057.0, 9004.0, 9043.0, 9017.0, 9033.0, 9075.0, 9048.0, 9014.0, 9054.0, 9001.0, 9040.0, 9012.0, 9033.0, 9070.0, 9044.0, 8995.0, 9036.0, 8985.0, 9039.0, 9031.0, 9014.0, 9041.0, 9017.0, 9038.0, 9022.0, 9033.0, 9048.0, 9038.0, 9074.0, 9008.0, 9047.0, 9051.0, 9043.0, 9094.0, 9066.0, 9044.0, 9042.0, 9029.0, 9070.0, 9004.0, 9052.0, 9042.0, 9025.0, 9024.0, 9013.0, 9050.0, 8988.0, 9037.0, 9046.0, 9029.0, 9057.0, 9016.0, 9042.0, 9017.0, 9039.0, 9061.0, 9015.0, 9037.0, 9000.0, 9052.0, 8981.0, 9040.0, 9014.0, 9039.0, 9049.0, 9037.0, 9050.0, 9064.0, 9051.0, 9078.0, 9037.0, 9055.0, 9017.0, 9037.0, 9016.0, 9041.0, 9006.0, 9059.0, 9019.0, 9043.0, 9002.0, 9053.0, 9064.0, 9038.0, 9065.0, 9057.0, 9050.0, 9047.0, 9033.0, 9071.0, 9018.0, 9055.0, 9014.0, 9019.0, 8997.0, 9022.0, 9001.0, 9030.0, 9059.0, 9022.0, 9045.0, 9031.0, 9059.0, 9033.0, 9049.0, 9046.0, 9031.0, 9055.0, 9009.0, 9062.0, 9051.0, 9065.0, 9036.0, 9034.0, 9074.0, 9008.0, 9045.0, 9032.0, 9061.0, 9015.0, 9031.0, 9052.0, 9005.0, 9054.0, 9006.0, 9054.0, 9044.0, 9041.0, 9012.0, 9025.0, 9008.0, 9042.0, 9028.0, 9052.0, 9045.0, 9022.0, 9062.0, 9040.0, 9068.0, 9081.0, 9059.0, 9078.0, 9054.0, 9065.0, 9040.0, 9066.0, 9074.0, 9055.0, 9077.0, 9032.0, 9045.0, 9013.0, 9044.0, 9057.0, 9021.0, 9071.0, 9015.0, 9035.0, 8984.0, 9042.0, 9043.0, 9051.0, 9059.0, 9005.0, 9048.0, 9019.0, 9071.0, 9078.0, 9023.0, 9068.0, 9068.0, 9013.0, 9056.0, 9079.0, 9030.0, 9078.0, 9035.0, 9053.0, 8996.0, 9033.0, 8980.0, 9016.0, 9016.0, 9031.0, 9054.0, 9018.0, 9059.0, 9011.0, 9046.0, 8988.0, 9050.0, 9049.0, 9039.0, 9064.0, 9055.0, 9063.0, 9051.0, 9035.0, 9041.0, 9031.0, 9041.0, 9033.0, 9051.0, 9016.0, 9038.0, 8987.0, 9034.0, 9003.0, 9052.0, 9035.0, 9042.0, 9017.0, 9023.0, 8999.0, 9007.0, 9011.0, 9032.0, 9043.0, 8999.0, 9042.0, 9011.0, 9041.0, 9043.0, 9028.0, 9043.0, 9027.0, 9015.0, 9023.0, 9011.0, 9009.0, 9025.0, 9013.0, 9009.0, 9008.0, 9007.0, 8998.0, 9024.0, 9006.0, 9040.0, 9000.0, 9039.0, 9003.0, 9042.0, 8988.0, 9047.0, 9016.0, 9037.0, 9062.0, 9029.0, 9069.0, 9053.0, 9047.0, 9023.0, 9032.0, 9046.0, 9034.0, 9045.0, 9035.0, 9046.0, 9003.0, 9044.0, 9021.0, 9048.0, 9036.0, 9034.0, 9049.0, 9024.0, 9047.0, 9036.0, 9047.0, 9033.0, 9044.0, 9004.0, 9029.0, 9041.0, 9005.0, 9057.0, 9020.0, 9026.0, 8987.0, 9030.0, 9041.0, 9030.0, 9058.0, 9022.0, 9059.0, 9032.0, 9025.0, 8985.0, 9029.0, 9040.0, 9018.0, 9056.0, 9009.0, 9028.0, 9029.0, 9012.0, 9014.0, 9011.0, 9040.0, 9021.0, 9040.0, 8983.0, 9036.0, 8987.0, 9040.0, 9018.0, 9048.0, 8993.0, 9022.0, 9062.0, 9020.0, 9036.0, 9037.0, 9041.0, 9079.0, 9022.0, 9056.0, 9017.0, 9056.0, 8998.0, 9041.0, 8989.0, 9025.0, 8983.0, 9016.0, 9023.0, 9015.0, 9039.0, 8998.0, 9039.0, 8983.0, 9003.0, 8979.0, 9007.0, 8986.0, 9025.0, 8986.0, 9028.0, 9014.0, 9047.0, 9059.0, 9023.0, 9076.0, 9013.0, 9073.0, 9016.0, 9051.0, 8985.0, 9016.0, 8982.0, 9017.0, 8982.0, 9025.0, 8971.0, 9018.0, 9030.0, 9006.0, 9034.0, 9065.0, 9049.0, 9048.0, 9022.0, 9058.0, 8989.0, 9041.0, 9013.0, 9025.0, 9030.0, 9016.0, 9027.0, 8998.0, 9038.0, 9000.0, 9024.0, 8971.0, 9032.0, 9070.0, 9029.0, 9048.0, 9073.0, 9073.0, 9039.0, 9080.0, 9038.0, 9059.0, 9002.0, 9052.0, 8986.0, 9038.0, 8983.0, 9023.0, 9012.0, 9031.0, 8997.0, 9015.0, 9026.0, 9006.0, 9035.0, 9010.0, 9058.0, 9068.0, 9042.0, 9051.0, 9070.0, 9032.0, 9050.0, 9033.0, 9074.0, 9005.0, 9056.0, 9003.0, 9037.0, 9015.0, 9050.0, 9013.0, 9036.0, 9013.0, 9008.0, 8994.0, 8980.0, 8996.0, 8999.0, 9039.0, 9019.0, 9047.0, 9023.0, 9036.0, 9047.0, 9023.0, 9075.0, 8993.0, 9058.0, 8993.0, 9042.0, 8990.0, 9055.0, 8989.0, 9041.0, 9002.0, 9039.0, 8988.0, 9029.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.002509196326061998</td></tr>
<tr><td colspan=3>aqi</td><td>0.024901056486796788</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.965999581252895</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2134558241724132</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9982961172873558</td></tr>
<tr><td colspan=3>efc</td><td>0.4435</td></tr>
<tr><td colspan=3>fber</td><td>6478.064</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08054517309813386</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2629161882893227</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5680257516699556</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.538492575841257</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8283513871123027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337233292056308</td></tr>
<tr><td colspan=3>gcor</td><td>0.00493055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015811223536729813</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019396284595131874</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4055498444093875</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>36.5536</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0897</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.252</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>760.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4498</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.0456</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.1991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1037.7099</td></tr>
<tr><td colspan=3>tsnr</td><td>36.66974037140608</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>