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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0111_ses-04_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-0111_ses-04_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-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_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-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_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-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-04_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_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-0111/ses-04/func/sub-0111_ses-04_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>4455c119c59a74b4a338cd95f148375a</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:29:41.410000</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.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0768691</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>[4221, -7756, -7237, 271, -105, 92, 152, 72]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8583db3-4469-4cfa-a1fe-780b1a5f85ad||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.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['172941.410000', '172941.870000', '172942.330000', '172942.790000', '172943.250000', '172943.710000', '172944.170000', '172944.630000', '172945.090000', '172945.550000', '172946.010000', '172946.470000', '172946.930000', '172947.390000', '172947.850000', '172948.310000', '172948.770000', '172949.230000', '172949.690000', '172950.150000', '172950.610000', '172951.070000', '172951.530000', '172951.990000', '172952.450000', '172952.910000', '172953.370000', '172953.830000', '172954.290000', '172954.750000', '172955.210000', '172955.670000', '172956.130000', '172956.590000', '172957.050000', '172957.510000', '172957.970000', '172958.430000', '172958.890000', '172959.350000', '172959.810000', '173000.270000', '173000.730000', '173001.190000', '173001.650000', '173002.110000', '173002.570000', '173003.030000', '173003.490000', '173003.950000', '173004.410000', '173004.870000', '173005.330000', '173005.790000', '173006.250000', '173006.710000', '173007.170000', '173007.630000', '173008.090000', '173008.550000', '173009.010000', '173009.470000', '173009.930000', '173010.390000', '173010.850000', '173011.310000', '173011.770000', '173012.230000', '173012.690000', '173013.150000', '173013.610000', '173014.070000', '173014.530000', '173014.990000', '173015.450000', '173015.910000', '173016.370000', '173016.830000', '173017.290000', '173017.750000', '173018.210000', '173018.670000', '173019.130000', '173019.590000', '173020.050000', '173020.510000', '173020.970000', '173021.430000', '173021.890000', '173022.350000', '173022.810000', '173023.270000', '173023.730000', '173024.190000', '173024.650000', '173025.110000', '173025.570000', '173026.030000', '173026.490000', '173026.950000', '173027.410000', '173027.870000', '173028.330000', '173028.790000', '173029.250000', '173029.710000', '173030.170000', '173030.630000', '173031.090000', '173031.550000', '173032.010000', '173032.470000', '173032.930000', '173033.390000', '173033.850000', '173034.310000', '173034.770000', '173035.230000', '173035.690000', '173036.150000', '173036.610000', '173037.070000', '173037.530000', '173037.990000', '173038.450000', '173038.910000', '173039.370000', '173039.830000', '173040.290000', '173040.750000', '173041.210000', '173041.670000', '173042.130000', '173042.590000', '173043.050000', '173043.510000', '173043.970000', '173044.430000', '173044.890000', '173045.350000', '173045.810000', '173046.270000', '173046.730000', '173047.190000', '173047.650000', '173048.110000', '173048.570000', '173049.030000', '173049.490000', '173049.950000', '173050.410000', '173050.870000', '173051.330000', '173051.790000', '173052.250000', '173052.710000', '173053.170000', '173053.630000', '173054.090000', '173054.550000', '173055.010000', '173055.470000', '173055.930000', '173056.390000', '173056.850000', '173057.310000', '173057.770000', '173058.230000', '173058.690000', '173059.150000', '173059.610000', '173100.070000', '173100.530000', '173100.990000', '173101.450000', '173101.910000', '173102.370000', '173102.830000', '173103.290000', '173103.750000', '173104.210000', '173104.670000', '173105.130000', '173105.590000', '173106.050000', '173106.510000', '173106.970000', '173107.430000', '173107.890000', '173108.350000', '173108.810000', '173109.270000', '173109.730000', '173110.190000', '173110.650000', '173111.110000', '173111.570000', '173112.030000', '173112.490000', '173112.950000', '173113.410000', '173113.870000', '173114.330000', '173114.790000', '173115.250000', '173115.710000', '173116.170000', '173116.630000', '173117.090000', '173117.550000', '173118.010000', '173118.470000', '173118.930000', '173119.390000', '173119.850000', '173120.310000', '173120.770000', '173121.230000', '173121.690000', '173122.150000', '173122.610000', '173123.070000', '173123.530000', '173123.990000', '173124.450000', '173124.910000', '173125.370000', '173125.830000', '173126.290000', '173126.750000', '173127.210000', '173127.670000', '173128.130000', '173128.590000', '173129.050000', '173129.510000', '173129.970000', '173130.430000', '173130.890000', '173131.350000', '173131.810000', '173132.270000', '173132.730000', '173133.190000', '173133.650000', '173134.110000', '173134.570000', '173135.030000', '173135.490000', '173135.950000', '173136.410000', '173136.870000', '173137.330000', '173137.790000', '173138.250000', '173138.710000', '173139.170000', '173139.630000', '173140.090000', '173140.550000', '173141.010000', '173141.470000', '173141.930000', '173142.390000', '173142.850000', '173143.310000', '173143.770000', '173144.230000', '173144.690000', '173145.150000', '173145.610000', '173146.070000', '173146.530000', '173146.990000', '173147.450000', '173147.910000', '173148.370000', '173148.830000', '173149.290000', '173149.750000', '173150.210000', '173150.670000', '173151.130000', '173151.590000', '173152.050000', '173152.510000', '173152.970000', '173153.430000', '173153.890000', '173154.350000', '173154.810000', '173155.270000', '173155.730000', '173156.190000', '173156.650000', '173157.110000', '173157.570000', '173158.030000', '173158.490000', '173158.950000', '173159.410000', '173159.870000', '173200.330000', '173200.790000', '173201.250000', '173201.710000', '173202.170000', '173202.630000', '173203.090000', '173203.550000', '173204.010000', '173204.470000', '173204.930000', '173205.390000', '173205.850000', '173206.310000', '173206.770000', '173207.230000', '173207.690000', '173208.150000', '173208.610000', '173209.070000', '173209.530000', '173209.990000', '173210.450000', '173210.910000', '173211.370000', '173211.830000', '173212.290000', '173212.750000', '173213.210000', '173213.670000', '173214.130000', '173214.590000', '173215.050000', '173215.510000', '173215.970000', '173216.430000', '173216.890000', '173217.350000', '173217.810000', '173218.270000', '173218.730000', '173219.190000', '173219.650000', '173220.110000', '173220.570000', '173221.030000', '173221.490000', '173221.950000', '173222.410000', '173222.870000', '173223.330000', '173223.790000', '173224.250000', '173224.710000', '173225.170000', '173225.630000', '173226.090000', '173226.550000', '173227.010000', '173227.470000', '173227.930000', '173228.390000', '173228.850000', '173229.310000', '173229.770000', '173230.230000', '173230.690000', '173231.150000', '173231.610000', '173232.070000', '173232.530000', '173232.990000', '173233.450000', '173233.910000', '173234.370000', '173234.830000', '173235.290000', '173235.750000', '173236.210000', '173236.670000', '173237.130000', '173237.590000', '173238.050000', '173238.510000', '173238.970000', '173239.430000', '173239.890000', '173240.350000', '173240.810000', '173241.270000', '173241.730000', '173242.190000', '173242.650000', '173243.110000', '173243.570000', '173244.030000', '173244.490000', '173244.950000', '173245.410000', '173245.870000', '173246.330000', '173246.790000', '173247.250000', '173247.710000', '173248.170000', '173248.630000', '173249.090000', '173249.550000', '173250.010000', '173250.470000', '173250.930000', '173251.390000', '173251.850000', '173252.310000', '173252.770000', '173253.230000', '173253.690000', '173254.150000', '173254.610000', '173255.070000', '173255.530000', '173255.990000', '173256.450000', '173256.910000', '173257.370000', '173257.830000', '173258.290000', '173258.750000', '173259.210000', '173259.670000', '173300.130000', '173300.590000', '173301.050000', '173301.510000', '173301.970000', '173302.430000', '173302.890000', '173303.350000', '173303.810000', '173304.270000', '173304.730000', '173305.190000', '173305.650000', '173306.110000', '173306.570000', '173307.030000', '173307.490000', '173307.950000', '173308.410000', '173308.870000', '173309.330000', '173309.790000', '173310.250000', '173310.710000', '173311.170000', '173311.630000', '173312.090000', '173312.550000', '173313.010000', '173313.470000', '173313.930000', '173314.390000', '173314.850000', '173315.310000', '173315.770000', '173316.230000', '173316.690000', '173317.150000', '173317.610000', '173318.070000', '173318.530000', '173318.990000', '173319.450000', '173319.910000', '173320.370000', '173320.830000', '173321.290000', '173321.750000', '173322.210000', '173322.670000', '173323.130000', '173323.590000', '173324.050000', '173324.510000', '173324.970000', '173325.430000', '173325.890000', '173326.350000', '173326.810000', '173327.270000', '173327.730000', '173328.190000', '173328.650000', '173329.110000', '173329.570000', '173330.030000', '173330.490000', '173330.950000', '173331.410000', '173331.870000', '173332.330000', '173332.790000', '173333.250000', '173333.710000', '173334.170000', '173334.630000', '173335.090000', '173335.550000', '173336.010000', '173336.470000', '173336.930000', '173337.390000', '173337.850000', '173338.310000', '173338.770000', '173339.230000', '173339.690000', '173340.150000', '173340.610000', '173341.070000', '173341.530000', '173341.990000', '173342.450000', '173342.910000', '173343.370000', '173343.830000', '173344.290000', '173344.750000', '173345.210000', '173345.670000', '173346.130000', '173346.590000', '173347.050000', '173347.510000', '173347.970000', '173348.430000', '173348.890000', '173349.350000', '173349.810000', '173350.270000', '173350.730000', '173351.190000', '173351.650000', '173352.110000', '173352.570000', '173353.030000', '173353.490000', '173353.950000', '173354.410000', '173354.870000', '173355.330000', '173355.790000', '173356.250000', '173356.710000', '173357.170000', '173357.630000', '173358.090000', '173358.550000', '173359.010000', '173359.470000', '173359.930000', '173400.390000', '173400.850000', '173401.310000', '173401.770000', '173402.230000', '173402.690000', '173403.150000', '173403.610000', '173404.070000', '173404.530000', '173404.990000', '173405.450000', '173405.910000', '173406.370000', '173406.830000', '173407.290000', '173407.750000', '173408.210000', '173408.670000', '173409.130000', '173409.590000', '173410.050000', '173410.510000', '173410.970000', '173411.430000', '173411.890000', '173412.350000', '173412.810000', '173413.270000', '173413.730000', '173414.190000', '173414.650000', '173415.110000', '173415.570000', '173416.030000', '173416.490000', '173416.950000', '173417.410000', '173417.870000', '173418.330000', '173418.790000', '173419.250000', '173419.710000', '173420.170000', '173420.630000', '173421.090000', '173421.550000', '173422.010000', '173422.470000', '173422.930000', '173423.390000', '173423.850000', '173424.310000', '173424.770000', '173425.230000', '173425.690000', '173426.150000', '173426.610000', '173427.070000', '173427.530000', '173427.990000', '173428.450000', '173428.910000', '173429.370000', '173429.830000', '173430.290000', '173430.750000', '173431.210000', '173431.670000', '173432.130000', '173432.590000', '173433.050000', '173433.510000', '173433.970000', '173434.430000', '173434.890000', '173435.350000', '173435.810000', '173436.270000', '173436.730000', '173437.190000', '173437.650000', '173438.110000', '173438.570000', '173439.030000', '173439.490000', '173439.950000', '173440.410000', '173440.870000', '173441.330000', '173441.790000', '173442.250000', '173442.710000', '173443.170000', '173443.630000', '173444.090000', '173444.550000', '173445.010000', '173445.470000', '173445.930000', '173446.390000', '173446.850000', '173447.310000', '173447.770000', '173448.230000', '173448.690000', '173449.150000', '173449.610000', '173450.070000', '173450.530000', '173450.990000', '173451.450000', '173451.910000', '173452.370000', '173452.830000', '173453.290000', '173453.750000', '173454.210000', '173454.670000', '173455.130000', '173455.590000', '173456.050000', '173456.510000', '173456.970000', '173457.430000', '173457.890000', '173458.350000', '173458.810000', '173459.270000', '173459.730000', '173500.190000', '173500.650000', '173501.110000', '173501.570000', '173502.030000', '173502.490000', '173502.950000', '173503.410000', '173503.870000', '173504.330000', '173504.790000', '173505.250000', '173505.710000', '173506.170000', '173506.630000', '173507.090000', '173507.550000', '173508.010000', '173508.470000', '173508.930000', '173509.390000', '173509.850000', '173510.310000', '173510.770000', '173511.230000', '173511.690000', '173512.150000', '173512.610000', '173513.070000', '173513.530000', '173513.990000', '173514.450000', '173514.910000', '173515.370000', '173515.830000', '173516.290000', '173516.750000', '173517.210000', '173517.670000', '173518.130000', '173518.590000', '173519.050000', '173519.510000', '173519.970000', '173520.430000', '173520.890000', '173521.350000', '173521.810000', '173522.270000', '173522.730000', '173523.190000', '173523.650000', '173524.110000', '173524.570000', '173525.030000', '173525.490000', '173525.950000', '173526.410000', '173526.870000', '173527.330000', '173527.790000', '173528.250000', '173528.710000', '173529.170000', '173529.630000', '173530.090000', '173530.550000', '173531.010000', '173531.470000', '173531.930000', '173532.390000', '173532.850000', '173533.310000', '173533.770000', '173534.230000', '173534.690000', '173535.150000', '173535.610000', '173536.070000', '173536.530000', '173536.990000', '173537.450000', '173537.910000', '173538.370000', '173538.830000', '173539.290000', '173539.750000', '173540.210000', '173540.670000', '173541.130000', '173541.590000', '173542.050000', '173542.510000', '173542.970000', '173543.430000', '173543.890000', '173544.350000', '173544.810000', '173545.270000', '173545.730000', '173546.190000', '173546.650000', '173547.110000', '173547.570000', '173548.030000', '173548.490000', '173548.950000', '173549.410000', '173549.870000', '173550.330000', '173550.790000', '173551.250000', '173551.710000', '173552.170000', '173552.630000', '173553.090000', '173553.550000', '173554.010000', '173554.470000', '173554.930000', '173555.390000', '173555.850000', '173556.310000', '173556.770000', '173557.230000', '173557.690000', '173558.150000', '173558.610000', '173559.070000', '173559.530000', '173559.990000', '173600.450000', '173600.910000', '173601.370000', '173601.830000', '173602.290000', '173602.750000', '173603.210000', '173603.670000', '173604.130000', '173604.590000', '173605.050000', '173605.510000', '173605.970000', '173606.430000', '173606.890000', '173607.350000', '173607.810000', '173608.270000', '173608.730000', '173609.190000', '173609.650000', '173610.110000', '173610.570000', '173611.030000', '173611.490000', '173611.950000', '173612.410000', '173612.870000', '173613.330000', '173613.790000', '173614.250000', '173614.710000', '173615.170000', '173615.630000', '173616.090000', '173616.550000', '173617.010000', '173617.470000', '173617.930000', '173618.390000', '173618.850000', '173619.310000', '173619.770000', '173620.230000', '173620.690000', '173621.150000', '173621.610000', '173622.070000'], 'ContentTime': ['173004.828000', '173004.831000', '173004.834000', '173004.836000', '173004.839000', '173004.842000', '173004.844000', '173004.847000', '173004.849000', '173004.852000', '173004.855000', '173004.857000', '173004.860000', '173004.882000', '173004.884000', '173004.887000', '173004.889000', '173004.892000', '173004.895000', '173004.897000', '173004.900000', '173004.902000', '173004.905000', '173004.907000', '173004.910000', '173004.912000', '173004.915000', '173004.918000', '173004.920000', '173004.923000', '173004.925000', '173004.928000', '173004.930000', '173004.933000', '173004.935000', '173004.938000', '173004.941000', '173004.943000', '173004.946000', '173004.948000', '173004.951000', '173004.953000', '173004.956000', '173004.959000', '173004.961000', '173004.964000', '173004.966000', '173004.969000', '173004.971000', '173024.796000', '173024.799000', '173024.802000', '173024.804000', '173024.807000', '173024.810000', '173024.812000', '173024.815000', '173024.818000', '173024.820000', '173024.823000', '173024.826000', '173024.828000', '173024.831000', '173024.833000', '173024.836000', '173024.838000', '173024.841000', '173024.843000', '173024.846000', '173024.849000', '173024.851000', '173024.859000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.872000', '173024.875000', '173024.878000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.891000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173024.909000', '173024.911000', '173044.795000', '173044.798000', '173044.801000', '173044.803000', '173044.806000', '173044.808000', '173044.811000', '173044.814000', '173044.816000', '173044.819000', '173044.821000', '173044.824000', '173044.827000', '173044.829000', '173044.832000', '173044.835000', '173044.837000', '173044.840000', '173044.845000', '173044.848000', '173044.851000', '173044.853000', '173044.856000', '173044.858000', '173044.861000', '173044.863000', '173044.866000', '173044.869000', '173044.871000', '173044.874000', '173044.876000', '173044.879000', '173044.881000', '173044.884000', '173044.887000', '173044.889000', '173044.892000', '173044.894000', '173044.897000', '173044.899000', '173044.902000', '173044.905000', '173044.907000', '173044.910000', '173104.796000', '173104.799000', '173104.802000', '173104.804000', '173104.807000', '173104.810000', '173104.812000', '173104.815000', '173104.818000', '173104.820000', '173104.823000', '173104.825000', '173104.828000', '173104.830000', '173104.833000', '173104.836000', '173104.838000', '173104.841000', '173104.843000', '173104.846000', '173104.849000', '173104.851000', '173104.854000', '173104.856000', '173104.859000', '173104.861000', '173104.864000', '173104.866000', '173104.869000', '173104.872000', '173104.874000', '173104.878000', '173104.881000', '173104.884000', '173104.887000', '173104.890000', '173104.892000', '173104.895000', '173104.897000', '173104.900000', '173104.903000', '173104.905000', '173104.908000', '173124.797000', '173124.799000', '173124.802000', '173124.805000', '173124.807000', '173124.810000', '173124.812000', '173124.815000', '173124.818000', '173124.820000', '173124.823000', '173124.825000', '173124.828000', '173124.830000', '173124.833000', '173124.836000', '173124.838000', '173124.841000', '173124.843000', '173124.846000', '173124.849000', '173124.851000', '173124.854000', '173124.857000', '173124.859000', '173124.862000', '173124.864000', '173124.867000', '173124.870000', '173124.872000', '173124.875000', '173124.877000', '173124.880000', '173124.883000', '173124.885000', '173124.894000', '173124.896000', '173124.899000', '173124.902000', '173124.904000', '173124.907000', '173124.909000', '173124.912000', '173124.914000', '173144.796000', '173144.799000', '173144.802000', '173144.822000', '173144.825000', '173144.827000', '173144.830000', '173144.832000', '173144.835000', '173144.837000', '173144.840000', '173144.843000', '173144.845000', '173144.848000', '173144.859000', '173144.861000', '173144.865000', '173144.868000', '173144.871000', '173144.874000', '173144.876000', '173144.879000', '173144.881000', '173144.884000', '173144.886000', '173144.889000', '173144.892000', '173144.894000', '173144.897000', '173144.900000', '173144.902000', '173144.905000', '173144.908000', '173144.910000', '173144.913000', '173144.915000', '173144.918000', '173144.921000', '173144.923000', '173144.926000', '173144.928000', '173144.931000', '173144.934000', '173204.796000', '173204.799000', '173204.802000', '173204.805000', '173204.807000', '173204.810000', '173204.813000', '173204.815000', '173204.818000', '173204.820000', '173204.823000', '173204.825000', '173204.828000', '173204.831000', '173204.833000', '173204.836000', '173204.838000', '173204.841000', '173204.844000', '173204.846000', '173204.849000', '173204.851000', '173204.854000', '173204.856000', '173204.859000', '173204.861000', '173204.864000', '173204.867000', '173204.869000', '173204.872000', '173204.875000', '173204.877000', '173204.880000', '173204.882000', '173204.885000', '173204.888000', '173204.890000', '173204.893000', '173204.895000', '173204.898000', '173204.901000', '173204.903000', '173204.906000', '173204.908000', '173224.797000', '173224.800000', '173224.802000', '173224.805000', '173224.807000', '173224.810000', '173224.812000', '173224.815000', '173224.818000', '173224.820000', '173224.823000', '173224.825000', '173224.828000', '173224.830000', '173224.836000', '173224.838000', '173224.841000', '173224.843000', '173224.846000', '173224.849000', '173224.851000', '173224.854000', '173224.857000', '173224.859000', '173224.862000', '173224.864000', '173224.867000', '173224.869000', '173224.872000', '173224.875000', '173224.877000', '173224.880000', '173224.882000', '173224.885000', '173224.887000', '173224.890000', '173224.893000', '173224.896000', '173224.899000', '173224.902000', '173224.905000', '173224.907000', '173224.910000', '173244.797000', '173244.799000', '173244.802000', '173244.805000', '173244.807000', '173244.810000', '173244.812000', '173244.815000', '173244.817000', '173244.820000', '173244.823000', '173244.825000', '173244.828000', '173244.830000', '173244.833000', '173244.836000', '173244.838000', '173244.841000', '173244.843000', '173244.846000', '173244.849000', '173244.851000', '173244.854000', '173244.856000', '173244.859000', '173244.861000', '173244.864000', '173244.867000', '173244.869000', '173244.872000', '173244.874000', '173244.877000', '173244.880000', '173244.882000', '173244.885000', '173244.888000', '173244.890000', '173244.893000', '173244.895000', '173244.898000', '173244.900000', '173244.903000', '173244.906000', '173244.908000', '173304.795000', '173304.798000', '173304.801000', '173304.803000', '173304.806000', '173304.809000', '173304.811000', '173304.814000', '173304.816000', '173304.819000', '173304.822000', '173304.824000', '173304.827000', '173304.829000', '173304.832000', '173304.835000', '173304.844000', '173304.846000', '173304.849000', '173304.851000', '173304.854000', '173304.857000', '173304.859000', '173304.862000', '173304.864000', '173304.867000', '173304.870000', '173304.872000', '173304.883000', '173304.885000', '173304.888000', '173304.891000', '173304.893000', '173304.896000', '173304.899000', '173304.901000', '173304.904000', '173304.906000', '173304.909000', '173304.912000', '173304.914000', '173304.917000', '173304.919000', '173324.797000', '173324.799000', '173324.802000', '173324.805000', '173324.807000', '173324.810000', '173324.812000', '173324.815000', '173324.818000', '173324.820000', '173324.823000', '173324.825000', '173324.828000', '173324.831000', '173324.833000', '173324.836000', '173324.838000', '173324.841000', '173324.843000', '173324.846000', '173324.849000', '173324.851000', '173324.854000', '173324.857000', '173324.859000', '173324.862000', '173324.864000', '173324.867000', '173324.870000', '173324.872000', '173324.875000', '173324.877000', '173324.880000', '173324.883000', '173324.885000', '173324.888000', '173324.891000', '173324.893000', '173324.896000', '173324.898000', '173324.901000', '173324.904000', '173324.906000', '173324.909000', '173344.796000', '173344.799000', '173344.802000', '173344.804000', '173344.807000', '173344.810000', '173344.812000', '173344.815000', '173344.818000', '173344.820000', '173344.823000', '173344.825000', '173344.828000', '173344.831000', '173344.833000', '173344.836000', '173344.839000', '173344.841000', '173344.844000', '173344.846000', '173344.849000', '173344.851000', '173344.854000', '173344.857000', '173344.859000', '173344.862000', '173344.864000', '173344.867000', '173344.870000', '173344.872000', '173344.875000', '173344.878000', '173344.880000', '173344.883000', '173344.886000', '173344.889000', '173344.892000', '173344.895000', '173344.897000', '173344.900000', '173344.903000', '173344.905000', '173344.908000', '173404.796000', '173404.799000', '173404.802000', '173404.805000', '173404.807000', '173404.810000', '173404.812000', '173404.815000', '173404.818000', '173404.820000', '173404.823000', '173404.825000', '173404.828000', '173404.831000', '173404.833000', '173404.836000', '173404.838000', '173404.841000', '173404.844000', '173404.846000', '173404.849000', '173404.851000', '173404.854000', '173404.856000', '173404.859000', '173404.862000', '173404.864000', '173404.867000', '173404.869000', '173404.872000', '173404.875000', '173404.877000', '173404.880000', '173404.882000', '173404.885000', '173404.888000', '173404.890000', '173404.893000', '173404.895000', '173404.898000', '173404.901000', '173404.903000', '173404.906000', '173404.908000', '173424.796000', '173424.799000', '173424.802000', '173424.804000', '173424.807000', '173424.810000', '173424.812000', '173424.815000', '173424.818000', '173424.820000', '173424.823000', '173424.826000', '173424.828000', '173424.831000', '173424.833000', '173424.836000', '173424.839000', '173424.841000', '173424.844000', '173424.846000', '173424.849000', '173424.851000', '173424.854000', '173424.857000', '173424.859000', '173424.862000', '173424.865000', '173424.867000', '173424.870000', '173424.872000', '173424.875000', '173424.878000', '173424.880000', '173424.883000', '173424.886000', '173424.888000', '173424.891000', '173424.893000', '173424.896000', '173424.899000', '173424.901000', '173424.904000', '173424.906000', '173444.796000', '173444.799000', '173444.802000', '173444.805000', '173444.807000', '173444.810000', '173444.813000', '173444.815000', '173444.818000', '173444.844000', '173444.847000', '173444.850000', '173444.852000', '173444.855000', '173444.857000', '173444.860000', '173444.863000', '173444.865000', '173444.868000', '173444.870000', '173444.873000', '173444.876000', '173444.878000', '173444.881000', '173444.884000', '173444.886000', '173444.889000', '173444.891000', '173444.894000', '173444.896000', '173444.899000', '173444.902000', '173444.904000', '173444.907000', '173444.909000', '173444.912000', '173444.915000', '173444.917000', '173444.920000', '173444.923000', '173444.925000', '173444.928000', '173444.930000', '173444.933000', '173504.797000', '173504.800000', '173504.802000', '173504.805000', '173504.807000', '173504.810000', '173504.813000', '173504.815000', '173504.818000', '173504.820000', '173504.823000', '173504.826000', '173504.828000', '173504.831000', '173504.833000', '173504.836000', '173504.839000', '173504.841000', '173504.844000', '173504.846000', '173504.849000', '173504.852000', '173504.854000', '173504.857000', '173504.859000', '173504.862000', '173504.865000', '173504.867000', '173504.870000', '173504.872000', '173504.875000', '173504.877000', '173504.880000', '173504.883000', '173504.885000', '173504.888000', '173504.891000', '173504.893000', '173504.896000', '173504.898000', '173504.901000', '173504.904000', '173504.906000', '173524.796000', '173524.798000', '173524.801000', '173524.804000', '173524.806000', '173524.809000', '173524.811000', '173524.814000', '173524.817000', '173524.819000', '173524.822000', '173524.824000', '173524.827000', '173524.830000', '173524.832000', '173524.835000', '173524.837000', '173524.840000', '173524.843000', '173524.845000', '173524.848000', '173524.850000', '173524.853000', '173524.856000', '173524.858000', '173524.861000', '173524.863000', '173524.866000', '173524.868000', '173524.871000', '173524.874000', '173524.876000', '173524.879000', '173524.881000', '173524.884000', '173524.887000', '173524.889000', '173524.892000', '173524.895000', '173524.897000', '173524.900000', '173524.902000', '173524.905000', '173524.908000', '173544.797000', '173544.800000', '173544.802000', '173544.805000', '173544.807000', '173544.811000', '173544.814000', '173544.817000', '173544.819000', '173544.822000', '173544.825000', '173544.827000', '173544.830000', '173544.832000', '173544.835000', '173544.838000', '173544.840000', '173544.843000', '173544.845000', '173544.848000', '173544.850000', '173544.853000', '173544.856000', '173544.859000', '173544.861000', '173544.864000', '173544.866000', '173544.869000', '173544.872000', '173544.874000', '173544.877000', '173544.879000', '173544.882000', '173544.885000', '173544.887000', '173544.890000', '173544.893000', '173544.895000', '173544.898000', '173544.900000', '173544.903000', '173544.906000', '173544.908000', '173604.797000', '173604.800000', '173604.803000', '173604.806000', '173604.808000', '173604.811000', '173604.813000', '173604.816000', '173604.819000', '173604.821000', '173604.824000', '173604.827000', '173604.829000', '173604.832000', '173604.835000', '173604.837000', '173604.840000', '173604.842000', '173604.845000', '173604.847000', '173604.865000', '173604.868000', '173604.871000', '173604.873000', '173604.876000', '173604.878000', '173604.881000', '173604.884000', '173604.886000', '173604.889000', '173604.891000', '173604.894000', '173604.896000', '173604.899000', '173604.902000', '173604.904000', '173604.907000', '173604.909000', '173604.912000', '173604.915000', '173604.917000', '173604.920000', '173604.922000', '173604.925000', '173623.125000', '173623.128000', '173623.131000', '173623.133000', '173623.136000', '173623.139000', '173623.142000', '173623.145000', '173623.148000', '173623.150000', '173623.153000', '173623.156000', '173623.158000', '173623.161000', '173623.164000', '173623.166000', '173623.169000', '173623.171000', '173623.174000', '173623.177000', '173623.179000', '173623.182000', '173623.185000', '173623.187000', '173623.250000', '173623.253000', '173623.256000', '173623.258000', '173623.261000', '173623.264000', '173623.266000', '173623.269000', '173623.272000', '173623.274000', '173623.277000', '173623.280000', '173623.282000', '173623.285000', '173623.288000', '173623.291000'], 'InstanceCreationTime': ['173004.828000', '173004.831000', '173004.834000', '173004.836000', '173004.839000', '173004.842000', '173004.844000', '173004.847000', '173004.849000', '173004.852000', '173004.855000', '173004.857000', '173004.860000', '173004.882000', '173004.884000', '173004.887000', '173004.889000', '173004.892000', '173004.895000', '173004.897000', '173004.900000', '173004.902000', '173004.905000', '173004.907000', '173004.910000', '173004.912000', '173004.915000', '173004.918000', '173004.920000', '173004.923000', '173004.925000', '173004.928000', '173004.930000', '173004.933000', '173004.935000', '173004.938000', '173004.941000', '173004.943000', '173004.946000', '173004.948000', '173004.951000', '173004.953000', '173004.956000', '173004.959000', '173004.961000', '173004.964000', '173004.966000', '173004.969000', '173004.971000', '173024.796000', '173024.799000', '173024.802000', '173024.804000', '173024.807000', '173024.810000', '173024.812000', '173024.815000', '173024.818000', '173024.820000', '173024.823000', '173024.826000', '173024.828000', '173024.831000', '173024.833000', '173024.836000', '173024.838000', '173024.841000', '173024.843000', '173024.846000', '173024.849000', '173024.851000', '173024.859000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.872000', '173024.875000', '173024.878000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.891000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173024.909000', '173024.911000', '173044.795000', '173044.798000', '173044.801000', '173044.803000', '173044.806000', '173044.808000', '173044.811000', '173044.814000', '173044.816000', '173044.819000', '173044.821000', '173044.824000', '173044.827000', '173044.829000', '173044.832000', '173044.835000', '173044.837000', '173044.840000', '173044.845000', '173044.848000', '173044.851000', '173044.853000', '173044.856000', '173044.858000', '173044.861000', '173044.863000', '173044.866000', '173044.869000', '173044.871000', '173044.874000', '173044.876000', '173044.879000', '173044.881000', '173044.884000', '173044.887000', '173044.889000', '173044.892000', '173044.894000', '173044.897000', '173044.899000', '173044.902000', '173044.905000', '173044.907000', '173044.910000', '173104.796000', '173104.799000', '173104.802000', '173104.804000', '173104.807000', '173104.810000', '173104.812000', '173104.815000', '173104.818000', '173104.820000', '173104.823000', '173104.825000', '173104.828000', '173104.830000', '173104.833000', '173104.836000', '173104.838000', '173104.841000', '173104.843000', '173104.846000', '173104.849000', '173104.851000', '173104.854000', '173104.856000', '173104.859000', '173104.861000', '173104.864000', '173104.866000', '173104.869000', '173104.872000', '173104.874000', '173104.878000', '173104.881000', '173104.884000', '173104.887000', '173104.890000', '173104.892000', '173104.895000', '173104.897000', '173104.900000', '173104.903000', '173104.905000', '173104.908000', '173124.797000', '173124.799000', '173124.802000', '173124.805000', '173124.807000', '173124.810000', '173124.812000', '173124.815000', '173124.818000', '173124.820000', '173124.823000', '173124.825000', '173124.828000', '173124.830000', '173124.833000', '173124.836000', '173124.838000', '173124.841000', '173124.843000', '173124.846000', '173124.849000', '173124.851000', '173124.854000', '173124.857000', '173124.859000', '173124.862000', '173124.864000', '173124.867000', '173124.870000', '173124.872000', '173124.875000', '173124.877000', '173124.880000', '173124.883000', '173124.885000', '173124.894000', '173124.896000', '173124.899000', '173124.902000', '173124.904000', '173124.907000', '173124.909000', '173124.912000', '173124.914000', '173144.796000', '173144.799000', '173144.802000', '173144.822000', '173144.825000', '173144.827000', '173144.830000', '173144.832000', '173144.835000', '173144.837000', '173144.840000', '173144.843000', '173144.845000', '173144.848000', '173144.859000', '173144.861000', '173144.865000', '173144.868000', '173144.871000', '173144.874000', '173144.876000', '173144.879000', '173144.881000', '173144.884000', '173144.886000', '173144.889000', '173144.892000', '173144.894000', '173144.897000', '173144.900000', '173144.902000', '173144.905000', '173144.908000', '173144.910000', '173144.913000', '173144.915000', '173144.918000', '173144.921000', '173144.923000', '173144.926000', '173144.928000', '173144.931000', '173144.934000', '173204.796000', '173204.799000', '173204.802000', '173204.805000', '173204.807000', '173204.810000', '173204.813000', '173204.815000', '173204.818000', '173204.820000', '173204.823000', '173204.825000', '173204.828000', '173204.831000', '173204.833000', '173204.836000', '173204.838000', '173204.841000', '173204.844000', '173204.846000', '173204.849000', '173204.851000', '173204.854000', '173204.856000', '173204.859000', '173204.861000', '173204.864000', '173204.867000', '173204.869000', '173204.872000', '173204.875000', '173204.877000', '173204.880000', '173204.882000', '173204.885000', '173204.888000', '173204.890000', '173204.893000', '173204.895000', '173204.898000', '173204.901000', '173204.903000', '173204.906000', '173204.908000', '173224.797000', '173224.800000', '173224.802000', '173224.805000', '173224.807000', '173224.810000', '173224.812000', '173224.815000', '173224.818000', '173224.820000', '173224.823000', '173224.825000', '173224.828000', '173224.830000', '173224.836000', '173224.838000', '173224.841000', '173224.843000', '173224.846000', '173224.849000', '173224.851000', '173224.854000', '173224.857000', '173224.859000', '173224.862000', '173224.864000', '173224.867000', '173224.869000', '173224.872000', '173224.875000', '173224.877000', '173224.880000', '173224.882000', '173224.885000', '173224.887000', '173224.890000', '173224.893000', '173224.896000', '173224.899000', '173224.902000', '173224.905000', '173224.907000', '173224.910000', '173244.797000', '173244.799000', '173244.802000', '173244.805000', '173244.807000', '173244.810000', '173244.812000', '173244.815000', '173244.817000', '173244.820000', '173244.823000', '173244.825000', '173244.828000', '173244.830000', '173244.833000', '173244.836000', '173244.838000', '173244.841000', '173244.843000', '173244.846000', '173244.849000', '173244.851000', '173244.854000', '173244.856000', '173244.859000', '173244.861000', '173244.864000', '173244.867000', '173244.869000', '173244.872000', '173244.874000', '173244.877000', '173244.880000', '173244.882000', '173244.885000', '173244.888000', '173244.890000', '173244.893000', '173244.895000', '173244.898000', '173244.900000', '173244.903000', '173244.906000', '173244.908000', '173304.795000', '173304.798000', '173304.801000', '173304.803000', '173304.806000', '173304.809000', '173304.811000', '173304.814000', '173304.816000', '173304.819000', '173304.822000', '173304.824000', '173304.827000', '173304.829000', '173304.832000', '173304.835000', '173304.844000', '173304.846000', '173304.849000', '173304.851000', '173304.854000', '173304.857000', '173304.859000', '173304.862000', '173304.864000', '173304.867000', '173304.870000', '173304.872000', '173304.883000', '173304.885000', '173304.888000', '173304.891000', '173304.893000', '173304.896000', '173304.899000', '173304.901000', '173304.904000', '173304.906000', '173304.909000', '173304.912000', '173304.914000', '173304.917000', '173304.919000', '173324.797000', '173324.799000', '173324.802000', '173324.805000', '173324.807000', '173324.810000', '173324.812000', '173324.815000', '173324.818000', '173324.820000', '173324.823000', '173324.825000', '173324.828000', '173324.831000', '173324.833000', '173324.836000', '173324.838000', '173324.841000', '173324.843000', '173324.846000', '173324.849000', '173324.851000', '173324.854000', '173324.857000', '173324.859000', '173324.862000', '173324.864000', '173324.867000', '173324.870000', '173324.872000', '173324.875000', '173324.877000', '173324.880000', '173324.883000', '173324.885000', '173324.888000', '173324.891000', '173324.893000', '173324.896000', '173324.898000', '173324.901000', '173324.904000', '173324.906000', '173324.909000', '173344.796000', '173344.799000', '173344.802000', '173344.804000', '173344.807000', '173344.810000', '173344.812000', '173344.815000', '173344.818000', '173344.820000', '173344.823000', '173344.825000', '173344.828000', '173344.831000', '173344.833000', '173344.836000', '173344.839000', '173344.841000', '173344.844000', '173344.846000', '173344.849000', '173344.851000', '173344.854000', '173344.857000', '173344.859000', '173344.862000', '173344.864000', '173344.867000', '173344.870000', '173344.872000', '173344.875000', '173344.878000', '173344.880000', '173344.883000', '173344.886000', '173344.889000', '173344.892000', '173344.895000', '173344.897000', '173344.900000', '173344.903000', '173344.905000', '173344.908000', '173404.796000', '173404.799000', '173404.802000', '173404.805000', '173404.807000', '173404.810000', '173404.812000', '173404.815000', '173404.818000', '173404.820000', '173404.823000', '173404.825000', '173404.828000', '173404.831000', '173404.833000', '173404.836000', '173404.838000', '173404.841000', '173404.844000', '173404.846000', '173404.849000', '173404.851000', '173404.854000', '173404.856000', '173404.859000', '173404.862000', '173404.864000', '173404.867000', '173404.869000', '173404.872000', '173404.875000', '173404.877000', '173404.880000', '173404.882000', '173404.885000', '173404.888000', '173404.890000', '173404.893000', '173404.895000', '173404.898000', '173404.901000', '173404.903000', '173404.906000', '173404.908000', '173424.796000', '173424.799000', '173424.802000', '173424.804000', '173424.807000', '173424.810000', '173424.812000', '173424.815000', '173424.818000', '173424.820000', '173424.823000', '173424.826000', '173424.828000', '173424.831000', '173424.833000', '173424.836000', '173424.839000', '173424.841000', '173424.844000', '173424.846000', '173424.849000', '173424.851000', '173424.854000', '173424.857000', '173424.859000', '173424.862000', '173424.865000', '173424.867000', '173424.870000', '173424.872000', '173424.875000', '173424.878000', '173424.880000', '173424.883000', '173424.886000', '173424.888000', '173424.891000', '173424.893000', '173424.896000', '173424.899000', '173424.901000', '173424.904000', '173424.906000', '173444.796000', '173444.799000', '173444.802000', '173444.805000', '173444.807000', '173444.810000', '173444.813000', '173444.815000', '173444.818000', '173444.844000', '173444.847000', '173444.850000', '173444.852000', '173444.855000', '173444.857000', '173444.860000', '173444.863000', '173444.865000', '173444.868000', '173444.870000', '173444.873000', '173444.876000', '173444.878000', '173444.881000', '173444.884000', '173444.886000', '173444.889000', '173444.891000', '173444.894000', '173444.896000', '173444.899000', '173444.902000', '173444.904000', '173444.907000', '173444.909000', '173444.912000', '173444.915000', '173444.917000', '173444.920000', '173444.923000', '173444.925000', '173444.928000', '173444.930000', '173444.933000', '173504.797000', '173504.800000', '173504.802000', '173504.805000', '173504.807000', '173504.810000', '173504.813000', '173504.815000', '173504.818000', '173504.820000', '173504.823000', '173504.826000', '173504.828000', '173504.831000', '173504.833000', '173504.836000', '173504.839000', '173504.841000', '173504.844000', '173504.846000', '173504.849000', '173504.852000', '173504.854000', '173504.857000', '173504.859000', '173504.862000', '173504.865000', '173504.867000', '173504.870000', '173504.872000', '173504.875000', '173504.877000', '173504.880000', '173504.883000', '173504.885000', '173504.888000', '173504.891000', '173504.893000', '173504.896000', '173504.898000', '173504.901000', '173504.904000', '173504.906000', '173524.796000', '173524.798000', '173524.801000', '173524.804000', '173524.806000', '173524.809000', '173524.811000', '173524.814000', '173524.817000', '173524.819000', '173524.822000', '173524.824000', '173524.827000', '173524.830000', '173524.832000', '173524.835000', '173524.837000', '173524.840000', '173524.843000', '173524.845000', '173524.848000', '173524.850000', '173524.853000', '173524.856000', '173524.858000', '173524.861000', '173524.863000', '173524.866000', '173524.868000', '173524.871000', '173524.874000', '173524.876000', '173524.879000', '173524.881000', '173524.884000', '173524.887000', '173524.889000', '173524.892000', '173524.895000', '173524.897000', '173524.900000', '173524.902000', '173524.905000', '173524.908000', '173544.797000', '173544.800000', '173544.802000', '173544.805000', '173544.807000', '173544.811000', '173544.814000', '173544.817000', '173544.819000', '173544.822000', '173544.825000', '173544.827000', '173544.830000', '173544.832000', '173544.835000', '173544.838000', '173544.840000', '173544.843000', '173544.845000', '173544.848000', '173544.850000', '173544.853000', '173544.856000', '173544.859000', '173544.861000', '173544.864000', '173544.866000', '173544.869000', '173544.872000', '173544.874000', '173544.877000', '173544.879000', '173544.882000', '173544.885000', '173544.887000', '173544.890000', '173544.893000', '173544.895000', '173544.898000', '173544.900000', '173544.903000', '173544.906000', '173544.908000', '173604.797000', '173604.800000', '173604.803000', '173604.806000', '173604.808000', '173604.811000', '173604.813000', '173604.816000', '173604.819000', '173604.821000', '173604.824000', '173604.827000', '173604.829000', '173604.832000', '173604.835000', '173604.837000', '173604.840000', '173604.842000', '173604.845000', '173604.847000', '173604.865000', '173604.868000', '173604.871000', '173604.873000', '173604.876000', '173604.878000', '173604.881000', '173604.884000', '173604.886000', '173604.889000', '173604.891000', '173604.894000', '173604.896000', '173604.899000', '173604.902000', '173604.904000', '173604.907000', '173604.909000', '173604.912000', '173604.915000', '173604.917000', '173604.920000', '173604.922000', '173604.925000', '173623.125000', '173623.128000', '173623.131000', '173623.133000', '173623.136000', '173623.139000', '173623.142000', '173623.145000', '173623.148000', '173623.150000', '173623.153000', '173623.156000', '173623.158000', '173623.161000', '173623.164000', '173623.166000', '173623.169000', '173623.171000', '173623.174000', '173623.177000', '173623.179000', '173623.182000', '173623.185000', '173623.187000', '173623.250000', '173623.253000', '173623.256000', '173623.258000', '173623.261000', '173623.264000', '173623.266000', '173623.269000', '173623.272000', '173623.274000', '173623.277000', '173623.280000', '173623.282000', '173623.285000', '173623.288000', '173623.291000'], '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': [10128, 9673, 13711, 9712, 12615, 10019, 11333, 10834, 10627, 9978, 10280, 10304, 9969, 9645, 10200, 10590, 10965, 10364, 10208, 10167, 8631, 10439, 12564, 10297, 10884, 10183, 10433, 10386, 10116, 10155, 9882, 9607, 9997, 9456, 10311, 9754, 10191, 9091, 10410, 9337, 10237, 9059, 10312, 9673, 10068, 9864, 10380, 10534, 10380, 9907, 9913, 9600, 10111, 14728, 10683, 13726, 9978, 12222, 9922, 10856, 10208, 10147, 9674, 10219, 9336, 10080, 8542, 10263, 8727, 10205, 8601, 10155, 9014, 10329, 9250, 9697, 8905, 9877, 9297, 10163, 9803, 10385, 9827, 10047, 9421, 9957, 9549, 10064, 12297, 10431, 11268, 10075, 10079, 10123, 10746, 10183, 11708, 10591, 10014, 10257, 8659, 10280, 9749, 10703, 12905, 10515, 11674, 10764, 11652, 10427, 13424, 10247, 12753, 10154, 11364, 10463, 12112, 9674, 11902, 10139, 12250, 9454, 12452, 9679, 12397, 10077, 11877, 10254, 11661, 10109, 12031, 10089, 11470, 10525, 11299, 10126, 11203, 9932, 11271, 9835, 11210, 9840, 10130, 9655, 9780, 9350, 9826, 8747, 9707, 10729, 9934, 12502, 10345, 12072, 10152, 8557, 9967, 9448, 10056, 12139, 10102, 11584, 9966, 11323, 9777, 11028, 10229, 11141, 9884, 10689, 9979, 10448, 10155, 10109, 9159, 9231, 9053, 9801, 11744, 9907, 10850, 9910, 12889, 9939, 11715, 9917, 11108, 9561, 11304, 9538, 11085, 9772, 10688, 10133, 10136, 10087, 10327, 10188, 10267, 10033, 10233, 9801, 10174, 9910, 10156, 9603, 9696, 8875, 9680, 9274, 9913, 9382, 9534, 9379, 9758, 13635, 10194, 11737, 10493, 11720, 10400, 11092, 10162, 11782, 9464, 11033, 9971, 10778, 10116, 11199, 9778, 10622, 9322, 9993, 9359, 9535, 8944, 9300, 8250, 9581, 12434, 9803, 11373, 9517, 11527, 9232, 11583, 9545, 10826, 10134, 10282, 10118, 11009, 9931, 10745, 9655, 10456, 9488, 10074, 9711, 10628, 9682, 10235, 9148, 9638, 9260, 10251, 9318, 9840, 9135, 9412, 8906, 9497, 8564, 9258, 10978, 9561, 12333, 9693, 13418, 9735, 13324, 9431, 11564, 9663, 11377, 9689, 10821, 9873, 11632, 9788, 11332, 9905, 11148, 9891, 11590, 9701, 11295, 10237, 11162, 9344, 10613, 9086, 10818, 9239, 10189, 9025, 8974, 10018, 9085, 11057, 9384, 14358, 9469, 12035, 9641, 11167, 9742, 10491, 9937, 10229, 9015, 9966, 9213, 9515, 9087, 9406, 8579, 9379, 8513, 9343, 10036, 9008, 14424, 9211, 14071, 9330, 15008, 9420, 12479, 9925, 11304, 10409, 10437, 10030, 10890, 9817, 10252, 9172, 9169, 8821, 9215, 8366, 9078, 10009, 9281, 11439, 9762, 11334, 10237, 10198, 9150, 9456, 8522, 9035, 11810, 9507, 12242, 10171, 11278, 9155, 9476, 8466, 8981, 8001, 9282, 8048, 9290, 11328, 9086, 10990, 9583, 10548, 9744, 10647, 9521, 10485, 10130, 10155, 9260, 9931, 9451, 9973, 9416, 9081, 11525, 9459, 13004, 9730, 11522, 10026, 10963, 9544, 10254, 9036, 9160, 10080, 9224, 11399, 9439, 13894, 9240, 11653, 9441, 10593, 9215, 10549, 9176, 10396, 9084, 9520, 8560, 9100, 12898, 9705, 11223, 9982, 10672, 9075, 10141, 9218, 8959, 12102, 9401, 11986, 9525, 11327, 9658, 10659, 10090, 10737, 9084, 9470, 8748, 9067, 8544, 9025, 9090, 9264, 11156, 9693, 10511, 10014, 10197, 10144, 10393, 9148, 9428, 8926, 9363, 13111, 9643, 11046, 9772, 11092, 9913, 10768, 9413, 9369, 10590, 9482, 11236, 9985, 11215, 9490, 9980, 10118, 10532, 9158, 10340, 8851, 10268, 9024, 9435, 8543, 9413, 12708, 9665, 13185, 9862, 11539, 10285, 11209, 10361, 11089, 10259, 10822, 9187, 9542, 9316, 9105, 9950, 9246, 13816, 9654, 14453, 9407, 11731, 9754, 11088, 10090, 10090, 8949, 9629, 8953, 9147, 11570, 9748, 12131, 9604, 10678, 9988, 10114, 9965, 9453, 8954, 9330, 8713, 9055, 8465, 9238, 8305, 9374, 9811, 9725, 11698, 9817, 11297, 9620, 11100, 10060, 10974, 10039, 10311, 10336, 10633, 9953, 10359, 9458, 9361, 9226, 9167, 15266, 9668, 11178, 9878, 11431, 10236, 10765, 8734, 10094, 8821, 9403, 9060, 8920, 8164, 9029, 12946, 9489, 11062, 9628, 10892, 9712, 10910, 10278, 10187, 9099, 9492, 8883, 9184, 9605, 9340, 12801, 9798, 11431, 9428, 9598, 8968, 9075, 12738, 9785, 10815, 10277, 9359, 9153, 9161, 8041, 9326, 12518, 9512, 11099, 9603, 10207, 8847, 9577, 9659, 9577, 9554, 9923, 9769, 9772, 8777, 10189, 9996, 10120, 9656, 9940, 9693, 10453, 9889, 10501, 10014, 10383, 10632, 10649, 9665, 10121, 9733, 10005, 9522, 9802, 9482, 9305, 15005, 9441, 12441, 9592, 12270, 9849, 10994, 10172, 10395, 9243, 9585, 9060, 9566, 8871, 9221, 8527, 9049, 10493, 9020, 12853, 9408, 10582, 9689, 12025, 9511, 11345, 10444, 10354, 8854, 9869, 9213, 9624, 8935, 9303, 8784, 9151, 12716, 9363, 11025, 9706, 11950, 9679, 10890, 10124, 10676, 9210, 9434, 9076, 9029, 9153, 9517, 10666, 9451, 11347, 9900, 11142, 9737, 11120, 10093, 10726, 9236, 9587, 9313, 9270, 9235, 9133, 11353, 9675, 12599, 9671, 10944, 9527, 10639, 8793, 10232, 9111, 9132, 9102, 9352, 13235, 9682, 12141, 9502, 11655, 9484, 10917, 9727, 9837, 9447, 9033, 8912, 9328, 8594, 9362, 12528, 9685, 11450, 9826, 10759, 10184, 10799, 8814, 10036, 9130, 9244, 13084, 9568, 10726, 9864, 11907, 9833, 10380, 8864, 9045, 9184, 9252, 8843, 9423, 8282, 9659, 11547, 9532, 11271, 9926, 10874, 9863, 10670, 9795, 11017, 9127, 9639, 9320, 9527, 9057, 9337, 9113, 9579, 12451, 9672, 11809, 9524, 13803, 9737, 11420, 9836, 10957, 9515, 11024, 9490, 10001, 9715, 10634, 8692, 10397, 9544, 9744, 9446, 9160, 9883, 9450, 12799, 9646, 14119, 9449, 10894, 9880, 11449, 10127, 11079, 9847, 10718, 9945, 10245, 8763, 10396, 8686, 10243, 8832, 9230, 8682, 9209, 8828, 8988, 9072, 9140, 9015, 9371, 14073, 9673, 12018, 9474, 10953, 9857, 10890, 9320, 9539, 9180, 9162, 14251, 9785, 12378, 9816, 10970, 9389, 9475, 8983, 9182, 10265, 9461, 11306, 9307, 9565, 9612, 9210, 9449, 9870, 8919, 9384, 9167, 9393, 11735, 9582, 13303, 9670, 11683, 9905, 10829, 8958, 9616, 9361, 9241, 8353, 9740, 11134, 10129, 10608, 9988, 10317, 9743], 'WindowCenter': [4716.0, 4703.0, 4717.0, 4677.0, 4693.0, 4675.0, 4692.0, 4697.0, 4683.0, 4684.0, 4683.0, 4686.0, 4673.0, 4686.0, 4709.0, 4697.0, 4695.0, 4696.0, 4687.0, 4698.0, 4678.0, 4709.0, 4707.0, 4697.0, 4698.0, 4700.0, 4699.0, 4698.0, 4687.0, 4687.0, 4685.0, 4674.0, 4686.0, 4686.0, 4698.0, 4688.0, 4697.0, 4675.0, 4696.0, 4686.0, 4699.0, 4689.0, 4700.0, 4686.0, 4696.0, 4688.0, 4686.0, 4696.0, 4687.0, 4686.0, 4686.0, 4686.0, 4685.0, 4713.0, 4685.0, 4702.0, 4671.0, 4680.0, 4673.0, 4682.0, 4672.0, 4683.0, 4674.0, 4684.0, 4661.0, 4682.0, 4662.0, 4682.0, 4663.0, 4685.0, 4663.0, 4697.0, 4675.0, 4685.0, 4674.0, 4687.0, 4675.0, 4688.0, 4674.0, 4698.0, 4687.0, 4687.0, 4683.0, 4686.0, 4671.0, 4686.0, 4674.0, 4683.0, 4694.0, 4683.0, 4683.0, 4684.0, 4674.0, 4684.0, 4683.0, 4697.0, 4707.0, 4698.0, 4686.0, 4696.0, 4664.0, 4697.0, 4673.0, 4696.0, 4704.0, 4694.0, 4708.0, 4695.0, 4694.0, 4684.0, 4700.0, 4684.0, 4692.0, 4683.0, 4691.0, 4684.0, 4692.0, 4675.0, 4694.0, 4683.0, 4692.0, 4674.0, 4692.0, 4674.0, 4693.0, 4672.0, 4693.0, 4685.0, 4691.0, 4684.0, 4690.0, 4683.0, 4691.0, 4684.0, 4683.0, 4684.0, 4684.0, 4670.0, 4681.0, 4671.0, 4680.0, 4671.0, 4672.0, 4673.0, 4674.0, 4661.0, 4672.0, 4660.0, 4673.0, 4680.0, 4685.0, 4704.0, 4686.0, 4692.0, 4685.0, 4672.0, 4685.0, 4683.0, 4687.0, 4705.0, 4700.0, 4709.0, 4698.0, 4697.0, 4686.0, 4693.0, 4687.0, 4695.0, 4685.0, 4697.0, 4684.0, 4684.0, 4684.0, 4685.0, 4663.0, 4675.0, 4676.0, 4685.0, 4693.0, 4684.0, 4681.0, 4683.0, 4703.0, 4686.0, 4695.0, 4687.0, 4697.0, 4687.0, 4695.0, 4684.0, 4697.0, 4686.0, 4686.0, 4696.0, 4687.0, 4685.0, 4686.0, 4685.0, 4685.0, 4697.0, 4699.0, 4700.0, 4697.0, 4688.0, 4696.0, 4686.0, 4688.0, 4678.0, 4689.0, 4676.0, 4687.0, 4675.0, 4688.0, 4674.0, 4685.0, 4712.0, 4688.0, 4707.0, 4696.0, 4693.0, 4683.0, 4683.0, 4683.0, 4692.0, 4672.0, 4695.0, 4682.0, 4683.0, 4672.0, 4681.0, 4672.0, 4681.0, 4674.0, 4674.0, 4662.0, 4674.0, 4661.0, 4674.0, 4653.0, 4674.0, 4706.0, 4684.0, 4693.0, 4674.0, 4693.0, 4677.0, 4695.0, 4684.0, 4694.0, 4687.0, 4697.0, 4686.0, 4696.0, 4686.0, 4696.0, 4699.0, 4699.0, 4685.0, 4684.0, 4685.0, 4696.0, 4684.0, 4698.0, 4686.0, 4687.0, 4675.0, 4685.0, 4674.0, 4685.0, 4674.0, 4677.0, 4675.0, 4675.0, 4662.0, 4676.0, 4684.0, 4675.0, 4707.0, 4686.0, 4701.0, 4673.0, 4703.0, 4675.0, 4693.0, 4687.0, 4694.0, 4685.0, 4685.0, 4684.0, 4695.0, 4686.0, 4707.0, 4686.0, 4694.0, 4686.0, 4692.0, 4673.0, 4682.0, 4682.0, 4695.0, 4675.0, 4682.0, 4661.0, 4682.0, 4661.0, 4672.0, 4664.0, 4676.0, 4672.0, 4662.0, 4681.0, 4673.0, 4701.0, 4672.0, 4706.0, 4674.0, 4682.0, 4672.0, 4682.0, 4672.0, 4682.0, 4675.0, 4686.0, 4676.0, 4685.0, 4675.0, 4686.0, 4678.0, 4689.0, 4676.0, 4689.0, 4699.0, 4691.0, 4728.0, 4689.0, 4717.0, 4688.0, 4715.0, 4676.0, 4703.0, 4673.0, 4695.0, 4684.0, 4682.0, 4673.0, 4695.0, 4682.0, 4683.0, 4672.0, 4686.0, 4673.0, 4673.0, 4663.0, 4675.0, 4671.0, 4676.0, 4693.0, 4684.0, 4693.0, 4694.0, 4685.0, 4671.0, 4673.0, 4661.0, 4675.0, 4693.0, 4672.0, 4691.0, 4672.0, 4682.0, 4675.0, 4675.0, 4661.0, 4663.0, 4650.0, 4675.0, 4653.0, 4685.0, 4695.0, 4678.0, 4708.0, 4688.0, 4695.0, 4686.0, 4697.0, 4688.0, 4698.0, 4685.0, 4699.0, 4686.0, 4686.0, 4673.0, 4687.0, 4673.0, 4676.0, 4691.0, 4687.0, 4705.0, 4673.0, 4682.0, 4672.0, 4681.0, 4660.0, 4673.0, 4661.0, 4673.0, 4681.0, 4673.0, 4682.0, 4675.0, 4701.0, 4675.0, 4694.0, 4687.0, 4696.0, 4675.0, 4683.0, 4673.0, 4683.0, 4664.0, 4676.0, 4661.0, 4676.0, 4704.0, 4685.0, 4694.0, 4672.0, 4671.0, 4661.0, 4673.0, 4661.0, 4674.0, 4690.0, 4674.0, 4691.0, 4672.0, 4681.0, 4674.0, 4682.0, 4683.0, 4683.0, 4688.0, 4687.0, 4676.0, 4675.0, 4664.0, 4677.0, 4674.0, 4676.0, 4695.0, 4688.0, 4697.0, 4686.0, 4685.0, 4684.0, 4687.0, 4674.0, 4687.0, 4677.0, 4690.0, 4717.0, 4687.0, 4695.0, 4687.0, 4696.0, 4687.0, 4694.0, 4676.0, 4689.0, 4697.0, 4687.0, 4694.0, 4687.0, 4696.0, 4689.0, 4697.0, 4700.0, 4698.0, 4688.0, 4699.0, 4688.0, 4699.0, 4688.0, 4690.0, 4690.0, 4690.0, 4707.0, 4702.0, 4704.0, 4697.0, 4696.0, 4698.0, 4708.0, 4686.0, 4694.0, 4683.0, 4684.0, 4673.0, 4675.0, 4673.0, 4676.0, 4685.0, 4686.0, 4703.0, 4676.0, 4714.0, 4675.0, 4694.0, 4686.0, 4695.0, 4697.0, 4687.0, 4676.0, 4675.0, 4672.0, 4674.0, 4692.0, 4675.0, 4705.0, 4675.0, 4683.0, 4675.0, 4684.0, 4685.0, 4686.0, 4676.0, 4688.0, 4689.0, 4689.0, 4677.0, 4689.0, 4679.0, 4691.0, 4698.0, 4700.0, 4706.0, 4688.0, 4697.0, 4687.0, 4696.0, 4697.0, 4710.0, 4700.0, 4687.0, 4685.0, 4685.0, 4685.0, 4686.0, 4674.0, 4675.0, 4675.0, 4675.0, 4711.0, 4673.0, 4682.0, 4674.0, 4680.0, 4683.0, 4683.0, 4661.0, 4683.0, 4665.0, 4674.0, 4673.0, 4675.0, 4663.0, 4677.0, 4717.0, 4687.0, 4693.0, 4686.0, 4697.0, 4686.0, 4694.0, 4685.0, 4685.0, 4675.0, 4686.0, 4663.0, 4675.0, 4673.0, 4673.0, 4691.0, 4673.0, 4694.0, 4672.0, 4672.0, 4660.0, 4664.0, 4691.0, 4674.0, 4684.0, 4685.0, 4676.0, 4672.0, 4675.0, 4664.0, 4676.0, 4704.0, 4686.0, 4696.0, 4697.0, 4697.0, 4677.0, 4687.0, 4687.0, 4688.0, 4699.0, 4699.0, 4711.0, 4701.0, 4691.0, 4701.0, 4701.0, 4711.0, 4700.0, 4700.0, 4703.0, 4701.0, 4700.0, 4699.0, 4688.0, 4699.0, 4698.0, 4698.0, 4689.0, 4689.0, 4674.0, 4675.0, 4672.0, 4674.0, 4661.0, 4663.0, 4712.0, 4673.0, 4690.0, 4661.0, 4691.0, 4671.0, 4670.0, 4671.0, 4671.0, 4671.0, 4661.0, 4660.0, 4670.0, 4658.0, 4673.0, 4659.0, 4663.0, 4682.0, 4676.0, 4703.0, 4663.0, 4670.0, 4673.0, 4690.0, 4672.0, 4682.0, 4683.0, 4673.0, 4663.0, 4671.0, 4662.0, 4673.0, 4663.0, 4675.0, 4661.0, 4676.0, 4705.0, 4675.0, 4683.0, 4672.0, 4682.0, 4672.0, 4683.0, 4672.0, 4683.0, 4676.0, 4673.0, 4663.0, 4665.0, 4663.0, 4688.0, 4684.0, 4687.0, 4693.0, 4684.0, 4693.0, 4686.0, 4694.0, 4686.0, 4696.0, 4689.0, 4687.0, 4673.0, 4675.0, 4673.0, 4675.0, 4681.0, 4675.0, 4693.0, 4673.0, 4694.0, 4673.0, 4681.0, 4663.0, 4683.0, 4673.0, 4675.0, 4675.0, 4675.0, 4706.0, 4685.0, 4695.0, 4675.0, 4694.0, 4675.0, 4684.0, 4686.0, 4686.0, 4675.0, 4663.0, 4662.0, 4675.0, 4661.0, 4675.0, 4693.0, 4686.0, 4696.0, 4686.0, 4683.0, 4684.0, 4695.0, 4674.0, 4686.0, 4676.0, 4688.0, 4716.0, 4686.0, 4685.0, 4686.0, 4695.0, 4675.0, 4685.0, 4678.0, 4676.0, 4675.0, 4676.0, 4674.0, 4688.0, 4678.0, 4700.0, 4708.0, 4701.0, 4710.0, 4698.0, 4699.0, 4698.0, 4698.0, 4688.0, 4709.0, 4689.0, 4687.0, 4676.0, 4687.0, 4676.0, 4688.0, 4676.0, 4688.0, 4704.0, 4675.0, 4693.0, 4687.0, 4703.0, 4687.0, 4707.0, 4688.0, 4687.0, 4688.0, 4695.0, 4687.0, 4686.0, 4698.0, 4710.0, 4678.0, 4686.0, 4685.0, 4688.0, 4675.0, 4688.0, 4686.0, 4686.0, 4702.0, 4686.0, 4702.0, 4675.0, 4683.0, 4684.0, 4695.0, 4684.0, 4682.0, 4673.0, 4680.0, 4670.0, 4684.0, 4665.0, 4673.0, 4664.0, 4683.0, 4664.0, 4675.0, 4677.0, 4688.0, 4674.0, 4676.0, 4673.0, 4677.0, 4664.0, 4675.0, 4718.0, 4687.0, 4705.0, 4674.0, 4684.0, 4673.0, 4684.0, 4674.0, 4685.0, 4673.0, 4662.0, 4701.0, 4674.0, 4691.0, 4672.0, 4683.0, 4674.0, 4673.0, 4659.0, 4673.0, 4672.0, 4674.0, 4693.0, 4687.0, 4685.0, 4686.0, 4685.0, 4687.0, 4699.0, 4688.0, 4690.0, 4689.0, 4689.0, 4708.0, 4689.0, 4705.0, 4687.0, 4696.0, 4687.0, 4698.0, 4677.0, 4674.0, 4664.0, 4677.0, 4651.0, 4675.0, 4695.0, 4685.0, 4684.0, 4673.0, 4673.0, 4673.0], 'WindowWidth': [10321.0, 10296.0, 10304.0, 10248.0, 10264.0, 10240.0, 10264.0, 10274.0, 10249.0, 10254.0, 10250.0, 10259.0, 10238.0, 10261.0, 10299.0, 10280.0, 10271.0, 10274.0, 10260.0, 10278.0, 10250.0, 10295.0, 10288.0, 10276.0, 10277.0, 10282.0, 10281.0, 10278.0, 10262.0, 10260.0, 10256.0, 10239.0, 10258.0, 10258.0, 10278.0, 10265.0, 10276.0, 10245.0, 10274.0, 10262.0, 10281.0, 10268.0, 10282.0, 10260.0, 10275.0, 10263.0, 10260.0, 10273.0, 10263.0, 10257.0, 10259.0, 10258.0, 10257.0, 10290.0, 10253.0, 10272.0, 10229.0, 10239.0, 10233.0, 10244.0, 10230.0, 10249.0, 10239.0, 10252.0, 10215.0, 10246.0, 10219.0, 10248.0, 10221.0, 10256.0, 10224.0, 10275.0, 10243.0, 10256.0, 10240.0, 10261.0, 10244.0, 10263.0, 10240.0, 10279.0, 10261.0, 10260.0, 10249.0, 10256.0, 10230.0, 10256.0, 10238.0, 10251.0, 10266.0, 10250.0, 10247.0, 10252.0, 10236.0, 10252.0, 10249.0, 10277.0, 10290.0, 10278.0, 10257.0, 10272.0, 10226.0, 10278.0, 10237.0, 10272.0, 10280.0, 10269.0, 10291.0, 10271.0, 10266.0, 10250.0, 10269.0, 10250.0, 10261.0, 10250.0, 10259.0, 10252.0, 10259.0, 10241.0, 10267.0, 10249.0, 10260.0, 10237.0, 10260.0, 10237.0, 10261.0, 10232.0, 10261.0, 10256.0, 10258.0, 10250.0, 10254.0, 10249.0, 10257.0, 10250.0, 10248.0, 10252.0, 10251.0, 10227.0, 10244.0, 10229.0, 10241.0, 10229.0, 10233.0, 10237.0, 10238.0, 10215.0, 10232.0, 10214.0, 10236.0, 10242.0, 10254.0, 10281.0, 10258.0, 10260.0, 10254.0, 10236.0, 10256.0, 10252.0, 10262.0, 10285.0, 10284.0, 10295.0, 10278.0, 10275.0, 10261.0, 10266.0, 10260.0, 10269.0, 10258.0, 10275.0, 10255.0, 10253.0, 10251.0, 10254.0, 10222.0, 10241.0, 10244.0, 10258.0, 10262.0, 10253.0, 10246.0, 10252.0, 10277.0, 10256.0, 10269.0, 10262.0, 10274.0, 10260.0, 10267.0, 10254.0, 10272.0, 10257.0, 10259.0, 10274.0, 10260.0, 10256.0, 10258.0, 10255.0, 10256.0, 10277.0, 10283.0, 10285.0, 10276.0, 10264.0, 10273.0, 10258.0, 10265.0, 10250.0, 10268.0, 10246.0, 10260.0, 10240.0, 10261.0, 10239.0, 10256.0, 10290.0, 10261.0, 10288.0, 10270.0, 10262.0, 10249.0, 10247.0, 10248.0, 10261.0, 10235.0, 10269.0, 10248.0, 10248.0, 10234.0, 10244.0, 10233.0, 10247.0, 10241.0, 10239.0, 10218.0, 10236.0, 10214.0, 10237.0, 10207.0, 10237.0, 10285.0, 10255.0, 10264.0, 10239.0, 10263.0, 10245.0, 10268.0, 10254.0, 10268.0, 10260.0, 10275.0, 10259.0, 10270.0, 10258.0, 10273.0, 10283.0, 10280.0, 10255.0, 10255.0, 10257.0, 10271.0, 10254.0, 10277.0, 10262.0, 10260.0, 10240.0, 10256.0, 10239.0, 10256.0, 10238.0, 10247.0, 10241.0, 10241.0, 10220.0, 10244.0, 10250.0, 10241.0, 10288.0, 10257.0, 10272.0, 10236.0, 10276.0, 10241.0, 10267.0, 10263.0, 10267.0, 10257.0, 10255.0, 10255.0, 10268.0, 10258.0, 10288.0, 10262.0, 10268.0, 10257.0, 10262.0, 10238.0, 10249.0, 10248.0, 10268.0, 10242.0, 10247.0, 10217.0, 10247.0, 10215.0, 10233.0, 10221.0, 10243.0, 10235.0, 10221.0, 10243.0, 10236.0, 10269.0, 10233.0, 10284.0, 10240.0, 10245.0, 10232.0, 10245.0, 10233.0, 10246.0, 10244.0, 10259.0, 10244.0, 10256.0, 10244.0, 10260.0, 10251.0, 10270.0, 10249.0, 10270.0, 10284.0, 10276.0, 10320.0, 10267.0, 10299.0, 10262.0, 10295.0, 10244.0, 10277.0, 10236.0, 10268.0, 10251.0, 10245.0, 10233.0, 10268.0, 10248.0, 10250.0, 10234.0, 10259.0, 10238.0, 10236.0, 10220.0, 10242.0, 10231.0, 10243.0, 10263.0, 10251.0, 10262.0, 10269.0, 10255.0, 10232.0, 10236.0, 10217.0, 10242.0, 10260.0, 10234.0, 10256.0, 10232.0, 10247.0, 10242.0, 10241.0, 10217.0, 10222.0, 10202.0, 10242.0, 10210.0, 10259.0, 10269.0, 10250.0, 10292.0, 10266.0, 10271.0, 10259.0, 10274.0, 10262.0, 10276.0, 10258.0, 10280.0, 10261.0, 10258.0, 10236.0, 10259.0, 10235.0, 10244.0, 10257.0, 10260.0, 10281.0, 10234.0, 10243.0, 10229.0, 10242.0, 10213.0, 10235.0, 10215.0, 10238.0, 10246.0, 10236.0, 10246.0, 10240.0, 10272.0, 10241.0, 10265.0, 10262.0, 10272.0, 10240.0, 10248.0, 10234.0, 10250.0, 10223.0, 10243.0, 10217.0, 10242.0, 10280.0, 10256.0, 10264.0, 10233.0, 10230.0, 10216.0, 10233.0, 10214.0, 10240.0, 10256.0, 10237.0, 10257.0, 10233.0, 10245.0, 10237.0, 10245.0, 10249.0, 10248.0, 10264.0, 10261.0, 10243.0, 10240.0, 10225.0, 10247.0, 10238.0, 10245.0, 10269.0, 10265.0, 10275.0, 10259.0, 10255.0, 10254.0, 10260.0, 10241.0, 10263.0, 10246.0, 10271.0, 10303.0, 10260.0, 10268.0, 10260.0, 10269.0, 10260.0, 10269.0, 10244.0, 10267.0, 10275.0, 10261.0, 10265.0, 10260.0, 10270.0, 10268.0, 10275.0, 10285.0, 10280.0, 10267.0, 10280.0, 10265.0, 10283.0, 10264.0, 10271.0, 10274.0, 10272.0, 10288.0, 10287.0, 10281.0, 10277.0, 10270.0, 10278.0, 10291.0, 10258.0, 10263.0, 10249.0, 10251.0, 10235.0, 10240.0, 10234.0, 10246.0, 10258.0, 10259.0, 10277.0, 10242.0, 10292.0, 10242.0, 10266.0, 10256.0, 10269.0, 10274.0, 10262.0, 10243.0, 10243.0, 10234.0, 10242.0, 10261.0, 10240.0, 10285.0, 10242.0, 10250.0, 10240.0, 10251.0, 10255.0, 10258.0, 10244.0, 10265.0, 10268.0, 10268.0, 10248.0, 10268.0, 10252.0, 10273.0, 10278.0, 10286.0, 10289.0, 10264.0, 10274.0, 10262.0, 10273.0, 10275.0, 10295.0, 10282.0, 10260.0, 10256.0, 10256.0, 10256.0, 10258.0, 10239.0, 10242.0, 10242.0, 10241.0, 10284.0, 10235.0, 10244.0, 10237.0, 10241.0, 10250.0, 10251.0, 10220.0, 10247.0, 10225.0, 10239.0, 10235.0, 10242.0, 10224.0, 10248.0, 10304.0, 10263.0, 10264.0, 10258.0, 10272.0, 10259.0, 10268.0, 10256.0, 10258.0, 10245.0, 10259.0, 10222.0, 10241.0, 10233.0, 10237.0, 10259.0, 10234.0, 10266.0, 10235.0, 10234.0, 10213.0, 10224.0, 10257.0, 10238.0, 10250.0, 10254.0, 10245.0, 10235.0, 10243.0, 10225.0, 10246.0, 10281.0, 10261.0, 10274.0, 10278.0, 10276.0, 10249.0, 10262.0, 10263.0, 10266.0, 10283.0, 10283.0, 10305.0, 10291.0, 10277.0, 10288.0, 10290.0, 10302.0, 10286.0, 10286.0, 10294.0, 10287.0, 10283.0, 10282.0, 10265.0, 10280.0, 10276.0, 10278.0, 10267.0, 10265.0, 10239.0, 10240.0, 10232.0, 10236.0, 10214.0, 10221.0, 10287.0, 10234.0, 10253.0, 10215.0, 10258.0, 10227.0, 10224.0, 10226.0, 10229.0, 10230.0, 10215.0, 10211.0, 10228.0, 10209.0, 10235.0, 10212.0, 10222.0, 10246.0, 10244.0, 10275.0, 10220.0, 10227.0, 10234.0, 10252.0, 10231.0, 10242.0, 10249.0, 10235.0, 10221.0, 10229.0, 10216.0, 10233.0, 10220.0, 10240.0, 10217.0, 10243.0, 10282.0, 10241.0, 10247.0, 10233.0, 10244.0, 10233.0, 10247.0, 10232.0, 10248.0, 10244.0, 10237.0, 10219.0, 10226.0, 10220.0, 10263.0, 10252.0, 10260.0, 10264.0, 10252.0, 10262.0, 10257.0, 10265.0, 10255.0, 10272.0, 10266.0, 10261.0, 10235.0, 10240.0, 10234.0, 10242.0, 10245.0, 10241.0, 10262.0, 10236.0, 10265.0, 10237.0, 10245.0, 10221.0, 10249.0, 10236.0, 10242.0, 10239.0, 10242.0, 10285.0, 10257.0, 10268.0, 10239.0, 10265.0, 10240.0, 10251.0, 10258.0, 10257.0, 10240.0, 10221.0, 10218.0, 10241.0, 10216.0, 10241.0, 10263.0, 10256.0, 10271.0, 10258.0, 10249.0, 10251.0, 10268.0, 10238.0, 10256.0, 10242.0, 10264.0, 10299.0, 10257.0, 10252.0, 10256.0, 10266.0, 10239.0, 10255.0, 10250.0, 10245.0, 10243.0, 10245.0, 10241.0, 10266.0, 10250.0, 10284.0, 10292.0, 10289.0, 10297.0, 10279.0, 10280.0, 10280.0, 10277.0, 10265.0, 10295.0, 10267.0, 10262.0, 10244.0, 10261.0, 10242.0, 10264.0, 10246.0, 10263.0, 10279.0, 10242.0, 10264.0, 10259.0, 10277.0, 10260.0, 10288.0, 10263.0, 10257.0, 10262.0, 10269.0, 10259.0, 10258.0, 10281.0, 10297.0, 10251.0, 10259.0, 10255.0, 10264.0, 10240.0, 10263.0, 10260.0, 10259.0, 10274.0, 10257.0, 10275.0, 10240.0, 10249.0, 10254.0, 10268.0, 10251.0, 10246.0, 10234.0, 10242.0, 10228.0, 10252.0, 10228.0, 10236.0, 10223.0, 10251.0, 10226.0, 10241.0, 10250.0, 10265.0, 10240.0, 10243.0, 10236.0, 10247.0, 10224.0, 10241.0, 10303.0, 10262.0, 10282.0, 10238.0, 10250.0, 10235.0, 10252.0, 10236.0, 10256.0, 10235.0, 10219.0, 10269.0, 10236.0, 10254.0, 10231.0, 10249.0, 10236.0, 10234.0, 10211.0, 10236.0, 10230.0, 10238.0, 10265.0, 10262.0, 10256.0, 10259.0, 10258.0, 10262.0, 10280.0, 10264.0, 10271.0, 10271.0, 10270.0, 10288.0, 10265.0, 10283.0, 10263.0, 10271.0, 10259.0, 10279.0, 10247.0, 10239.0, 10223.0, 10247.0, 10204.0, 10241.0, 10270.0, 10257.0, 10250.0, 10235.0, 10234.0, 10236.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.0008088965517241381</td></tr>
<tr><td colspan=3>aqi</td><td>0.02414841011494253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.8541396547986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079999611622565</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9846567557077098</td></tr>
<tr><td colspan=3>efc</td><td>0.4887</td></tr>
<tr><td colspan=3>fber</td><td>6745.5493</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07179655640288526</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.619148488043785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.548026939250304</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.865918568034813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.443499956846238</td></tr>
<tr><td colspan=3>gcor</td><td>0.00624894</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012722820043563843</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03550095111131668</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.019469232689232</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>28.2379</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.342</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292001.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.9222</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5784</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.5458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3825.4402</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.8337</td></tr>
<tr><td colspan=3>tsnr</td><td>41.455826891586185</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>