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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0082_ses-03_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-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-03_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_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-0082/ses-03/func/sub-0082_ses-03_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>17fcbaa9e198eba7c582ca5d814ac993</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:26:27.647500</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0963451</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a227047-5c70-49b3-b4a5-ed75ff74c6f1||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['172627.647500', '172628.107500', '172628.567500', '172629.027500', '172629.487500', '172629.947500', '172630.407500', '172630.867500', '172631.327500', '172631.787500', '172632.247500', '172632.707500', '172633.167500', '172633.627500', '172634.087500', '172634.547500', '172635.007500', '172635.467500', '172635.927500', '172636.387500', '172636.847500', '172637.307500', '172637.767500', '172638.227500', '172638.687500', '172639.147500', '172639.607500', '172640.067500', '172640.527500', '172640.987500', '172641.447500', '172641.907500', '172642.367500', '172642.827500', '172643.287500', '172643.747500', '172644.207500', '172644.667500', '172645.127500', '172645.587500', '172646.047500', '172646.507500', '172646.967500', '172647.427500', '172647.887500', '172648.347500', '172648.807500', '172649.267500', '172649.727500', '172650.187500', '172650.647500', '172651.107500', '172651.567500', '172652.027500', '172652.487500', '172652.947500', '172653.407500', '172653.867500', '172654.327500', '172654.787500', '172655.247500', '172655.707500', '172656.167500', '172656.627500', '172657.087500', '172657.547500', '172658.007500', '172658.467500', '172658.927500', '172659.387500', '172659.847500', '172700.307500', '172700.767500', '172701.227500', '172701.687500', '172702.147500', '172702.607500', '172703.067500', '172703.527500', '172703.987500', '172704.447500', '172704.907500', '172705.367500', '172705.827500', '172706.287500', '172706.747500', '172707.207500', '172707.667500', '172708.127500', '172708.587500', '172709.047500', '172709.507500', '172709.967500', '172710.427500', '172710.887500', '172711.347500', '172711.807500', '172712.267500', '172712.727500', '172713.187500', '172713.647500', '172714.107500', '172714.567500', '172715.027500', '172715.487500', '172715.947500', '172716.407500', '172716.867500', '172717.327500', '172717.787500', '172718.247500', '172718.707500', '172719.167500', '172719.627500', '172720.087500', '172720.547500', '172721.007500', '172721.467500', '172721.927500', '172722.387500', '172722.847500', '172723.307500', '172723.767500', '172724.227500', '172724.687500', '172725.147500', '172725.607500', '172726.067500', '172726.527500', '172726.987500', '172727.447500', '172727.907500', '172728.367500', '172728.827500', '172729.287500', '172729.747500', '172730.207500', '172730.667500', '172731.127500', '172731.587500', '172732.047500', '172732.507500', '172732.967500', '172733.427500', '172733.887500', '172734.347500', '172734.807500', '172735.267500', '172735.727500', '172736.187500', '172736.647500', '172737.107500', '172737.567500', '172738.027500', '172738.487500', '172738.947500', '172739.407500', '172739.867500', '172740.327500', '172740.787500', '172741.247500', '172741.707500', '172742.167500', '172742.627500', '172743.087500', '172743.547500', '172744.007500', '172744.467500', '172744.927500', '172745.387500', '172745.847500', '172746.307500', '172746.767500', '172747.227500', '172747.687500', '172748.147500', '172748.607500', '172749.067500', '172749.527500', '172749.987500', '172750.447500', '172750.907500', '172751.367500', '172751.827500', '172752.287500', '172752.747500', '172753.207500', '172753.667500', '172754.127500', '172754.587500', '172755.047500', '172755.507500', '172755.967500', '172756.427500', '172756.887500', '172757.347500', '172757.807500', '172758.267500', '172758.727500', '172759.187500', '172759.647500', '172800.107500', '172800.567500', '172801.027500', '172801.487500', '172801.947500', '172802.407500', '172802.867500', '172803.327500', '172803.787500', '172804.247500', '172804.707500', '172805.167500', '172805.627500', '172806.087500', '172806.547500', '172807.007500', '172807.467500', '172807.927500', '172808.387500', '172808.847500', '172809.307500', '172809.767500', '172810.227500', '172810.687500', '172811.147500', '172811.607500', '172812.067500', '172812.527500', '172812.987500', '172813.447500', '172813.907500', '172814.367500', '172814.827500', '172815.287500', '172815.747500', '172816.207500', '172816.667500', '172817.127500', '172817.587500', '172818.047500', '172818.507500', '172818.967500', '172819.427500', '172819.887500', '172820.347500', '172820.807500', '172821.267500', '172821.727500', '172822.187500', '172822.647500', '172823.107500', '172823.567500', '172824.027500', '172824.487500', '172824.947500', '172825.407500', '172825.867500', '172826.327500', '172826.787500', '172827.247500', '172827.707500', '172828.167500', '172828.627500', '172829.087500', '172829.547500', '172830.007500', '172830.467500', '172830.927500', '172831.387500', '172831.847500', '172832.307500', '172832.767500', '172833.227500', '172833.687500', '172834.147500', '172834.607500', '172835.067500', '172835.527500', '172835.987500', '172836.447500', '172836.907500', '172837.367500', '172837.827500', '172838.287500', '172838.747500', '172839.207500', '172839.667500', '172840.127500', '172840.587500', '172841.047500', '172841.507500', '172841.967500', '172842.427500', '172842.887500', '172843.347500', '172843.807500', '172844.267500', '172844.727500', '172845.187500', '172845.647500', '172846.107500', '172846.567500', '172847.027500', '172847.487500', '172847.947500', '172848.407500', '172848.867500', '172849.327500', '172849.787500', '172850.247500', '172850.707500', '172851.167500', '172851.627500', '172852.087500', '172852.547500', '172853.007500', '172853.467500', '172853.927500', '172854.387500', '172854.847500', '172855.307500', '172855.767500', '172856.227500', '172856.687500', '172857.147500', '172857.607500', '172858.067500', '172858.527500', '172858.987500', '172859.447500', '172859.907500', '172900.367500', '172900.827500', '172901.287500', '172901.747500', '172902.207500', '172902.667500', '172903.127500', '172903.587500', '172904.047500', '172904.507500', '172904.967500', '172905.427500', '172905.887500', '172906.347500', '172906.807500', '172907.267500', '172907.727500', '172908.187500', '172908.647500', '172909.107500', '172909.567500', '172910.027500', '172910.487500', '172910.947500', '172911.407500', '172911.867500', '172912.327500', '172912.787500', '172913.247500', '172913.707500', '172914.167500', '172914.627500', '172915.087500', '172915.547500', '172916.007500', '172916.467500', '172916.927500', '172917.387500', '172917.847500', '172918.307500', '172918.767500', '172919.227500', '172919.687500', '172920.147500', '172920.607500', '172921.067500', '172921.527500', '172921.987500', '172922.447500', '172922.907500', '172923.367500', '172923.827500', '172924.287500', '172924.747500', '172925.207500', '172925.667500', '172926.127500', '172926.587500', '172927.047500', '172927.507500', '172927.967500', '172928.427500', '172928.887500', '172929.347500', '172929.807500', '172930.267500', '172930.727500', '172931.187500', '172931.647500', '172932.107500', '172932.567500', '172933.027500', '172933.487500', '172933.947500', '172934.407500', '172934.867500', '172935.327500', '172935.787500', '172936.247500', '172936.707500', '172937.167500', '172937.627500', '172938.087500', '172938.547500', '172939.007500', '172939.467500', '172939.927500', '172940.387500', '172940.847500', '172941.307500', '172941.767500', '172942.227500', '172942.687500', '172943.147500', '172943.607500', '172944.067500', '172944.527500', '172944.987500', '172945.447500', '172945.907500', '172946.367500', '172946.827500', '172947.287500', '172947.747500', '172948.207500', '172948.667500', '172949.127500', '172949.587500', '172950.047500', '172950.507500', '172950.967500', '172951.427500', '172951.887500', '172952.347500', '172952.807500', '172953.267500', '172953.727500', '172954.187500', '172954.647500', '172955.107500', '172955.567500', '172956.027500', '172956.487500', '172956.947500', '172957.407500', '172957.867500', '172958.327500', '172958.787500', '172959.247500', '172959.707500', '173000.167500', '173000.627500', '173001.087500', '173001.547500', '173002.007500', '173002.467500', '173002.927500', '173003.387500', '173003.847500', '173004.307500', '173004.767500', '173005.227500', '173005.687500', '173006.147500', '173006.607500', '173007.067500', '173007.527500', '173007.987500', '173008.447500', '173008.907500', '173009.367500', '173009.827500', '173010.287500', '173010.747500', '173011.207500', '173011.667500', '173012.127500', '173012.587500', '173013.047500', '173013.507500', '173013.967500', '173014.427500', '173014.887500', '173015.347500', '173015.807500', '173016.267500', '173016.727500', '173017.187500', '173017.647500', '173018.107500', '173018.567500', '173019.027500', '173019.487500', '173019.947500', '173020.407500', '173020.867500', '173021.327500', '173021.787500', '173022.247500', '173022.707500', '173023.167500', '173023.627500', '173024.087500', '173024.547500', '173025.007500', '173025.467500', '173025.927500', '173026.387500', '173026.847500', '173027.307500', '173027.767500', '173028.227500', '173028.687500', '173029.147500', '173029.607500', '173030.067500', '173030.527500', '173030.987500', '173031.447500', '173031.907500', '173032.367500', '173032.827500', '173033.287500', '173033.747500', '173034.207500', '173034.667500', '173035.127500', '173035.587500', '173036.047500', '173036.507500', '173036.967500', '173037.427500', '173037.887500', '173038.347500', '173038.807500', '173039.267500', '173039.727500', '173040.187500', '173040.647500', '173041.107500', '173041.567500', '173042.027500', '173042.487500', '173042.947500', '173043.407500', '173043.867500', '173044.327500', '173044.787500', '173045.247500', '173045.707500', '173046.167500', '173046.627500', '173047.087500', '173047.547500', '173048.007500', '173048.467500', '173048.927500', '173049.387500', '173049.847500', '173050.307500', '173050.767500', '173051.227500', '173051.687500', '173052.147500', '173052.607500', '173053.067500', '173053.527500', '173053.987500', '173054.447500', '173054.907500', '173055.367500', '173055.827500', '173056.287500', '173056.747500', '173057.207500', '173057.667500', '173058.127500', '173058.587500', '173059.047500', '173059.507500', '173059.967500', '173100.427500', '173100.887500', '173101.347500', '173101.807500', '173102.267500', '173102.727500', '173103.187500', '173103.647500', '173104.107500', '173104.567500', '173105.027500', '173105.487500', '173105.947500', '173106.407500', '173106.867500', '173107.327500', '173107.787500', '173108.247500', '173108.707500', '173109.167500', '173109.627500', '173110.087500', '173110.547500', '173111.007500', '173111.467500', '173111.927500', '173112.387500', '173112.847500', '173113.307500', '173113.767500', '173114.227500', '173114.687500', '173115.147500', '173115.607500', '173116.067500', '173116.527500', '173116.987500', '173117.447500', '173117.907500', '173118.367500', '173118.827500', '173119.287500', '173119.747500', '173120.207500', '173120.667500', '173121.127500', '173121.587500', '173122.047500', '173122.507500', '173122.967500', '173123.427500', '173123.887500', '173124.347500', '173124.807500', '173125.267500', '173125.727500', '173126.187500', '173126.647500', '173127.107500', '173127.567500', '173128.027500', '173128.487500', '173128.947500', '173129.407500', '173129.867500', '173130.327500', '173130.787500', '173131.247500', '173131.707500', '173132.167500', '173132.627500', '173133.087500', '173133.547500', '173134.007500', '173134.467500', '173134.927500', '173135.387500', '173135.847500', '173136.307500', '173136.767500', '173137.227500', '173137.687500', '173138.147500', '173138.607500', '173139.067500', '173139.527500', '173139.987500', '173140.447500', '173140.907500', '173141.367500', '173141.827500', '173142.287500', '173142.747500', '173143.207500', '173143.667500', '173144.127500', '173144.587500', '173145.047500', '173145.507500', '173145.967500', '173146.427500', '173146.887500', '173147.347500', '173147.807500', '173148.267500', '173148.727500', '173149.187500', '173149.647500', '173150.107500', '173150.567500', '173151.027500', '173151.487500', '173151.947500', '173152.407500', '173152.867500', '173153.327500', '173153.787500', '173154.247500', '173154.707500', '173155.167500', '173155.627500', '173156.087500', '173156.547500', '173157.007500', '173157.467500', '173157.927500', '173158.387500', '173158.847500', '173159.307500', '173159.767500', '173200.227500', '173200.687500', '173201.147500', '173201.607500', '173202.067500', '173202.527500', '173202.987500', '173203.447500', '173203.907500', '173204.367500', '173204.827500', '173205.287500', '173205.747500', '173206.207500', '173206.667500', '173207.127500', '173207.587500', '173208.047500', '173208.507500', '173208.967500', '173209.427500', '173209.887500', '173210.347500', '173210.807500', '173211.267500', '173211.727500', '173212.187500', '173212.647500', '173213.107500', '173213.567500', '173214.027500', '173214.487500', '173214.947500', '173215.407500', '173215.867500', '173216.327500', '173216.787500', '173217.247500', '173217.707500', '173218.167500', '173218.627500', '173219.087500', '173219.547500', '173220.007500', '173220.467500', '173220.927500', '173221.387500', '173221.847500', '173222.307500', '173222.767500', '173223.227500', '173223.687500', '173224.147500', '173224.607500', '173225.067500', '173225.527500', '173225.987500', '173226.447500', '173226.907500', '173227.367500', '173227.827500', '173228.287500', '173228.747500', '173229.207500', '173229.667500', '173230.127500', '173230.587500', '173231.047500', '173231.507500', '173231.967500', '173232.427500', '173232.887500', '173233.347500', '173233.807500', '173234.267500', '173234.727500', '173235.187500', '173235.647500', '173236.107500', '173236.567500', '173237.027500', '173237.487500', '173237.947500', '173238.407500', '173238.867500', '173239.327500', '173239.787500', '173240.247500', '173240.707500', '173241.167500', '173241.627500', '173242.087500', '173242.547500', '173243.007500', '173243.467500', '173243.927500', '173244.387500', '173244.847500', '173245.307500', '173245.767500', '173246.227500', '173246.687500', '173247.147500', '173247.607500', '173248.067500', '173248.527500', '173248.987500', '173249.447500', '173249.907500', '173250.367500', '173250.827500', '173251.287500', '173251.747500', '173252.207500', '173252.667500', '173253.127500', '173253.587500', '173254.047500', '173254.507500', '173254.967500', '173255.427500', '173255.887500', '173256.347500', '173256.807500', '173257.267500', '173257.727500', '173258.187500', '173258.647500', '173259.107500', '173259.567500', '173300.027500', '173300.487500', '173300.947500', '173301.407500', '173301.867500', '173302.327500', '173302.787500', '173303.247500', '173303.707500', '173304.167500', '173304.627500', '173305.087500', '173305.547500', '173306.007500', '173306.467500', '173306.927500', '173307.387500', '173307.847500', '173308.307500'], 'ContentTime': ['172639.065000', '172639.068000', '172639.071000', '172639.074000', '172639.083000', '172639.086000', '172639.089000', '172639.091000', '172639.094000', '172639.096000', '172639.102000', '172639.105000', '172639.108000', '172639.110000', '172639.113000', '172639.115000', '172639.118000', '172639.121000', '172639.128000', '172639.131000', '172639.133000', '172639.136000', '172659.023000', '172659.026000', '172659.029000', '172659.032000', '172659.034000', '172659.037000', '172659.040000', '172659.042000', '172659.048000', '172659.050000', '172659.053000', '172659.056000', '172659.058000', '172659.061000', '172659.063000', '172659.066000', '172659.068000', '172659.071000', '172659.074000', '172659.076000', '172659.079000', '172659.082000', '172659.084000', '172659.087000', '172659.089000', '172659.092000', '172659.095000', '172659.097000', '172659.100000', '172659.102000', '172659.105000', '172659.107000', '172659.110000', '172659.113000', '172659.115000', '172659.118000', '172659.120000', '172659.123000', '172659.126000', '172659.128000', '172659.131000', '172659.133000', '172659.136000', '172659.138000', '172719.022000', '172719.025000', '172719.028000', '172719.030000', '172719.033000', '172719.036000', '172719.038000', '172719.041000', '172719.044000', '172719.046000', '172719.049000', '172719.051000', '172719.054000', '172719.057000', '172719.059000', '172719.062000', '172719.064000', '172719.067000', '172719.069000', '172719.072000', '172719.075000', '172719.077000', '172719.080000', '172719.082000', '172719.085000', '172719.087000', '172719.090000', '172719.092000', '172719.095000', '172719.098000', '172719.100000', '172719.103000', '172719.106000', '172719.108000', '172719.111000', '172719.113000', '172719.116000', '172719.118000', '172719.121000', '172719.124000', '172719.126000', '172719.129000', '172719.131000', '172739.022000', '172739.025000', '172739.028000', '172739.041000', '172739.044000', '172739.046000', '172739.049000', '172739.051000', '172739.054000', '172739.057000', '172739.059000', '172739.062000', '172739.065000', '172739.067000', '172739.070000', '172739.072000', '172739.075000', '172739.078000', '172739.080000', '172739.083000', '172739.085000', '172739.092000', '172739.095000', '172739.097000', '172739.100000', '172739.102000', '172739.105000', '172739.108000', '172739.110000', '172739.113000', '172739.115000', '172739.118000', '172739.120000', '172739.123000', '172739.126000', '172739.128000', '172739.131000', '172739.133000', '172739.136000', '172739.138000', '172739.141000', '172739.144000', '172739.146000', '172739.149000', '172759.022000', '172759.025000', '172759.028000', '172759.031000', '172759.033000', '172759.036000', '172759.038000', '172759.041000', '172759.044000', '172759.046000', '172759.049000', '172759.051000', '172759.054000', '172759.056000', '172759.059000', '172759.062000', '172759.064000', '172759.067000', '172759.069000', '172759.072000', '172759.075000', '172759.077000', '172759.080000', '172759.082000', '172759.085000', '172759.088000', '172759.090000', '172759.093000', '172759.095000', '172759.098000', '172759.101000', '172759.103000', '172759.106000', '172759.108000', '172759.111000', '172759.114000', '172759.116000', '172759.119000', '172759.121000', '172759.124000', '172759.127000', '172759.129000', '172759.132000', '172819.024000', '172819.027000', '172819.029000', '172819.032000', '172819.035000', '172819.037000', '172819.040000', '172819.042000', '172819.045000', '172819.047000', '172819.050000', '172819.053000', '172819.055000', '172819.058000', '172819.062000', '172819.065000', '172819.068000', '172819.070000', '172819.073000', '172819.075000', '172819.078000', '172819.080000', '172819.083000', '172819.086000', '172819.088000', '172819.091000', '172819.093000', '172819.096000', '172819.099000', '172819.101000', '172819.104000', '172819.106000', '172819.109000', '172819.112000', '172819.114000', '172819.117000', '172819.120000', '172819.122000', '172819.125000', '172819.127000', '172819.130000', '172819.132000', '172819.135000', '172839.023000', '172839.026000', '172839.029000', '172839.032000', '172839.035000', '172839.037000', '172839.040000', '172839.042000', '172839.045000', '172839.048000', '172839.050000', '172839.053000', '172839.055000', '172839.058000', '172839.061000', '172839.063000', '172839.066000', '172839.069000', '172839.071000', '172839.074000', '172839.076000', '172839.079000', '172839.081000', '172839.084000', '172839.087000', '172839.089000', '172839.092000', '172839.095000', '172839.097000', '172839.100000', '172839.102000', '172839.105000', '172839.108000', '172839.110000', '172839.113000', '172839.115000', '172839.118000', '172839.121000', '172839.123000', '172839.126000', '172839.128000', '172839.131000', '172839.133000', '172839.136000', '172859.023000', '172859.026000', '172859.029000', '172859.032000', '172859.034000', '172859.037000', '172859.039000', '172859.042000', '172859.045000', '172859.047000', '172859.050000', '172859.053000', '172859.055000', '172859.058000', '172859.061000', '172859.063000', '172859.066000', '172859.069000', '172859.071000', '172859.074000', '172859.076000', '172859.079000', '172859.082000', '172859.084000', '172859.087000', '172859.089000', '172859.092000', '172859.095000', '172859.097000', '172859.100000', '172859.102000', '172859.105000', '172859.108000', '172859.110000', '172859.113000', '172859.115000', '172859.118000', '172859.121000', '172859.123000', '172859.126000', '172859.128000', '172859.131000', '172859.163000', '172919.024000', '172919.026000', '172919.030000', '172919.032000', '172919.035000', '172919.038000', '172919.040000', '172919.043000', '172919.045000', '172919.048000', '172919.051000', '172919.053000', '172919.056000', '172919.058000', '172919.061000', '172919.064000', '172919.066000', '172919.069000', '172919.071000', '172919.074000', '172919.077000', '172919.079000', '172919.082000', '172919.084000', '172919.087000', '172919.090000', '172919.092000', '172919.095000', '172919.097000', '172919.100000', '172919.103000', '172919.105000', '172919.108000', '172919.110000', '172919.113000', '172919.116000', '172919.118000', '172919.121000', '172919.123000', '172919.126000', '172919.129000', '172919.131000', '172919.134000', '172919.136000', '172939.022000', '172939.025000', '172939.028000', '172939.030000', '172939.033000', '172939.036000', '172939.038000', '172939.041000', '172939.044000', '172939.046000', '172939.049000', '172939.052000', '172939.054000', '172939.057000', '172939.059000', '172939.062000', '172939.065000', '172939.068000', '172939.071000', '172939.074000', '172939.077000', '172939.079000', '172939.082000', '172939.085000', '172939.087000', '172939.090000', '172939.093000', '172939.095000', '172939.099000', '172939.101000', '172939.104000', '172939.107000', '172939.109000', '172939.112000', '172939.115000', '172939.117000', '172939.120000', '172939.122000', '172939.125000', '172939.128000', '172939.130000', '172939.133000', '172939.135000', '172959.022000', '172959.026000', '172959.057000', '172959.060000', '172959.062000', '172959.065000', '172959.068000', '172959.070000', '172959.073000', '172959.076000', '172959.078000', '172959.081000', '172959.083000', '172959.086000', '172959.089000', '172959.091000', '172959.094000', '172959.106000', '172959.109000', '172959.111000', '172959.114000', '172959.117000', '172959.119000', '172959.122000', '172959.124000', '172959.127000', '172959.130000', '172959.132000', '172959.135000', '172959.138000', '172959.140000', '172959.143000', '172959.145000', '172959.148000', '172959.150000', '172959.153000', '172959.156000', '172959.159000', '172959.162000', '172959.165000', '172959.167000', '172959.170000', '172959.173000', '172959.175000', '173019.023000', '173019.026000', '173019.028000', '173019.031000', '173019.034000', '173019.036000', '173019.039000', '173019.042000', '173019.044000', '173019.047000', '173019.049000', '173019.052000', '173019.055000', '173019.057000', '173019.060000', '173019.063000', '173019.065000', '173019.068000', '173019.070000', '173019.073000', '173019.076000', '173019.078000', '173019.081000', '173019.083000', '173019.086000', '173019.089000', '173019.092000', '173019.095000', '173019.098000', '173019.101000', '173019.103000', '173019.106000', '173019.108000', '173019.111000', '173019.114000', '173019.116000', '173019.119000', '173019.122000', '173019.124000', '173019.127000', '173019.129000', '173019.132000', '173019.135000', '173039.023000', '173039.026000', '173039.029000', '173039.032000', '173039.035000', '173039.037000', '173039.040000', '173039.042000', '173039.045000', '173039.047000', '173039.050000', '173039.053000', '173039.055000', '173039.058000', '173039.061000', '173039.063000', '173039.066000', '173039.068000', '173039.071000', '173039.073000', '173039.076000', '173039.079000', '173039.081000', '173039.084000', '173039.117000', '173039.120000', '173039.122000', '173039.125000', '173039.127000', '173039.130000', '173039.139000', '173039.141000', '173039.144000', '173039.147000', '173039.149000', '173039.152000', '173039.154000', '173039.157000', '173039.160000', '173039.162000', '173039.165000', '173039.167000', '173039.170000', '173039.173000', '173059.024000', '173059.026000', '173059.029000', '173059.032000', '173059.035000', '173059.037000', '173059.040000', '173059.042000', '173059.045000', '173059.048000', '173059.050000', '173059.053000', '173059.055000', '173059.058000', '173059.061000', '173059.063000', '173059.066000', '173059.069000', '173059.071000', '173059.074000', '173059.077000', '173059.080000', '173059.083000', '173059.086000', '173059.089000', '173059.092000', '173059.094000', '173059.097000', '173059.099000', '173059.102000', '173059.105000', '173059.107000', '173059.110000', '173059.112000', '173059.115000', '173059.118000', '173059.120000', '173059.123000', '173059.125000', '173059.128000', '173059.131000', '173059.133000', '173059.137000', '173119.023000', '173119.026000', '173119.029000', '173119.032000', '173119.035000', '173119.037000', '173119.040000', '173119.042000', '173119.045000', '173119.048000', '173119.050000', '173119.053000', '173119.056000', '173119.058000', '173119.061000', '173119.063000', '173119.066000', '173119.069000', '173119.071000', '173119.074000', '173119.076000', '173119.079000', '173119.082000', '173119.085000', '173119.087000', '173119.090000', '173119.092000', '173119.095000', '173119.098000', '173119.100000', '173119.103000', '173119.106000', '173119.108000', '173119.111000', '173119.114000', '173119.116000', '173119.119000', '173119.121000', '173119.124000', '173119.127000', '173119.129000', '173119.132000', '173119.134000', '173119.137000', '173139.022000', '173139.026000', '173139.029000', '173139.031000', '173139.034000', '173139.037000', '173139.040000', '173139.042000', '173139.045000', '173139.047000', '173139.050000', '173139.053000', '173139.055000', '173139.058000', '173139.060000', '173139.063000', '173139.065000', '173139.068000', '173139.071000', '173139.073000', '173139.076000', '173139.079000', '173139.081000', '173139.084000', '173139.087000', '173139.089000', '173139.092000', '173139.094000', '173139.097000', '173139.100000', '173139.102000', '173139.105000', '173139.107000', '173139.110000', '173139.113000', '173139.116000', '173139.118000', '173139.121000', '173139.124000', '173139.126000', '173139.130000', '173139.133000', '173139.136000', '173159.022000', '173159.025000', '173159.029000', '173159.031000', '173159.034000', '173159.037000', '173159.039000', '173159.042000', '173159.044000', '173159.055000', '173159.058000', '173159.061000', '173159.063000', '173159.066000', '173159.069000', '173159.071000', '173159.074000', '173159.076000', '173159.079000', '173159.082000', '173159.084000', '173159.087000', '173159.090000', '173159.092000', '173159.095000', '173159.097000', '173159.100000', '173159.102000', '173159.105000', '173159.108000', '173159.110000', '173159.113000', '173159.116000', '173159.118000', '173159.121000', '173159.133000', '173159.135000', '173159.138000', '173159.141000', '173159.143000', '173159.146000', '173159.148000', '173159.151000', '173159.154000', '173219.023000', '173219.025000', '173219.028000', '173219.031000', '173219.033000', '173219.036000', '173219.039000', '173219.041000', '173219.044000', '173219.046000', '173219.049000', '173219.052000', '173219.054000', '173219.057000', '173219.059000', '173219.062000', '173219.065000', '173219.067000', '173219.070000', '173219.072000', '173219.075000', '173219.078000', '173219.080000', '173219.083000', '173219.085000', '173219.088000', '173219.091000', '173219.093000', '173219.096000', '173219.098000', '173219.101000', '173219.104000', '173219.106000', '173219.109000', '173219.111000', '173219.114000', '173219.117000', '173219.120000', '173219.123000', '173219.126000', '173219.128000', '173219.131000', '173219.134000', '173239.022000', '173239.025000', '173239.028000', '173239.031000', '173239.033000', '173239.036000', '173239.039000', '173239.041000', '173239.044000', '173239.046000', '173239.049000', '173239.052000', '173239.054000', '173239.057000', '173239.059000', '173239.062000', '173239.065000', '173239.067000', '173239.070000', '173239.073000', '173239.075000', '173239.078000', '173239.080000', '173239.084000', '173239.087000', '173239.089000', '173239.092000', '173239.095000', '173239.097000', '173239.100000', '173239.102000', '173239.105000', '173239.107000', '173239.110000', '173239.113000', '173239.115000', '173239.118000', '173239.120000', '173239.123000', '173239.126000', '173239.128000', '173239.131000', '173239.134000', '173239.136000', '173259.024000', '173259.026000', '173259.029000', '173259.032000', '173259.035000', '173259.037000', '173259.040000', '173259.043000', '173259.045000', '173259.048000', '173259.050000', '173259.053000', '173259.056000', '173259.058000', '173259.061000', '173259.063000', '173259.066000', '173259.069000', '173259.071000', '173259.074000', '173259.076000', '173259.079000', '173259.081000', '173259.084000', '173259.087000', '173259.089000', '173259.092000', '173259.094000', '173259.097000', '173259.100000', '173259.102000', '173259.105000', '173259.107000', '173259.110000', '173259.113000', '173259.115000', '173259.118000', '173259.121000', '173259.123000', '173259.126000', '173259.128000', '173259.131000', '173259.134000', '173309.714000', '173309.717000', '173309.720000', '173309.723000', '173309.726000', '173309.728000', '173309.731000', '173309.734000', '173309.736000', '173309.739000', '173309.742000', '173309.745000', '173309.748000', '173309.751000', '173309.755000', '173309.757000', '173309.760000', '173309.763000', '173309.766000', '173309.768000', '173309.772000', '173309.774000', '173309.777000', '173309.780000'], 'InstanceCreationTime': ['172639.065000', '172639.068000', '172639.071000', '172639.074000', '172639.083000', '172639.086000', '172639.089000', '172639.091000', '172639.094000', '172639.096000', '172639.102000', '172639.105000', '172639.108000', '172639.110000', '172639.113000', '172639.115000', '172639.118000', '172639.121000', '172639.128000', '172639.131000', '172639.133000', '172639.136000', '172659.023000', '172659.026000', '172659.029000', '172659.032000', '172659.034000', '172659.037000', '172659.040000', '172659.042000', '172659.048000', '172659.050000', '172659.053000', '172659.056000', '172659.058000', '172659.061000', '172659.063000', '172659.066000', '172659.068000', '172659.071000', '172659.074000', '172659.076000', '172659.079000', '172659.082000', '172659.084000', '172659.087000', '172659.089000', '172659.092000', '172659.095000', '172659.097000', '172659.100000', '172659.102000', '172659.105000', '172659.107000', '172659.110000', '172659.113000', '172659.115000', '172659.118000', '172659.120000', '172659.123000', '172659.126000', '172659.128000', '172659.131000', '172659.133000', '172659.136000', '172659.138000', '172719.022000', '172719.025000', '172719.028000', '172719.030000', '172719.033000', '172719.036000', '172719.038000', '172719.041000', '172719.044000', '172719.046000', '172719.049000', '172719.051000', '172719.054000', '172719.057000', '172719.059000', '172719.062000', '172719.064000', '172719.067000', '172719.069000', '172719.072000', '172719.075000', '172719.077000', '172719.080000', '172719.082000', '172719.085000', '172719.087000', '172719.090000', '172719.092000', '172719.095000', '172719.098000', '172719.100000', '172719.103000', '172719.106000', '172719.108000', '172719.111000', '172719.113000', '172719.116000', '172719.118000', '172719.121000', '172719.124000', '172719.126000', '172719.129000', '172719.131000', '172739.022000', '172739.025000', '172739.028000', '172739.041000', '172739.044000', '172739.046000', '172739.049000', '172739.051000', '172739.054000', '172739.057000', '172739.059000', '172739.062000', '172739.065000', '172739.067000', '172739.070000', '172739.072000', '172739.075000', '172739.078000', '172739.080000', '172739.083000', '172739.085000', '172739.092000', '172739.095000', '172739.097000', '172739.100000', '172739.102000', '172739.105000', '172739.108000', '172739.110000', '172739.113000', '172739.115000', '172739.118000', '172739.120000', '172739.123000', '172739.126000', '172739.128000', '172739.131000', '172739.133000', '172739.136000', '172739.138000', '172739.141000', '172739.144000', '172739.146000', '172739.149000', '172759.022000', '172759.025000', '172759.028000', '172759.031000', '172759.033000', '172759.036000', '172759.038000', '172759.041000', '172759.044000', '172759.046000', '172759.049000', '172759.051000', '172759.054000', '172759.056000', '172759.059000', '172759.062000', '172759.064000', '172759.067000', '172759.069000', '172759.072000', '172759.075000', '172759.077000', '172759.080000', '172759.082000', '172759.085000', '172759.088000', '172759.090000', '172759.093000', '172759.095000', '172759.098000', '172759.101000', '172759.103000', '172759.106000', '172759.108000', '172759.111000', '172759.114000', '172759.116000', '172759.119000', '172759.121000', '172759.124000', '172759.127000', '172759.129000', '172759.132000', '172819.024000', '172819.027000', '172819.029000', '172819.032000', '172819.035000', '172819.037000', '172819.040000', '172819.042000', '172819.045000', '172819.047000', '172819.050000', '172819.053000', '172819.055000', '172819.058000', '172819.062000', '172819.065000', '172819.068000', '172819.070000', '172819.073000', '172819.075000', '172819.078000', '172819.080000', '172819.083000', '172819.086000', '172819.088000', '172819.091000', '172819.093000', '172819.096000', '172819.099000', '172819.101000', '172819.104000', '172819.106000', '172819.109000', '172819.112000', '172819.114000', '172819.117000', '172819.120000', '172819.122000', '172819.125000', '172819.127000', '172819.130000', '172819.132000', '172819.135000', '172839.023000', '172839.026000', '172839.029000', '172839.032000', '172839.035000', '172839.037000', '172839.040000', '172839.042000', '172839.045000', '172839.048000', '172839.050000', '172839.053000', '172839.055000', '172839.058000', '172839.061000', '172839.063000', '172839.066000', '172839.069000', '172839.071000', '172839.074000', '172839.076000', '172839.079000', '172839.081000', '172839.084000', '172839.087000', '172839.089000', '172839.092000', '172839.095000', '172839.097000', '172839.100000', '172839.102000', '172839.105000', '172839.108000', '172839.110000', '172839.113000', '172839.115000', '172839.118000', '172839.121000', '172839.123000', '172839.126000', '172839.128000', '172839.131000', '172839.133000', '172839.136000', '172859.023000', '172859.026000', '172859.029000', '172859.032000', '172859.034000', '172859.037000', '172859.039000', '172859.042000', '172859.045000', '172859.047000', '172859.050000', '172859.053000', '172859.055000', '172859.058000', '172859.061000', '172859.063000', '172859.066000', '172859.069000', '172859.071000', '172859.074000', '172859.076000', '172859.079000', '172859.082000', '172859.084000', '172859.087000', '172859.089000', '172859.092000', '172859.095000', '172859.097000', '172859.100000', '172859.102000', '172859.105000', '172859.108000', '172859.110000', '172859.113000', '172859.115000', '172859.118000', '172859.121000', '172859.123000', '172859.126000', '172859.128000', '172859.131000', '172859.163000', '172919.024000', '172919.026000', '172919.030000', '172919.032000', '172919.035000', '172919.038000', '172919.040000', '172919.043000', '172919.045000', '172919.048000', '172919.051000', '172919.053000', '172919.056000', '172919.058000', '172919.061000', '172919.064000', '172919.066000', '172919.069000', '172919.071000', '172919.074000', '172919.077000', '172919.079000', '172919.082000', '172919.084000', '172919.087000', '172919.090000', '172919.092000', '172919.095000', '172919.097000', '172919.100000', '172919.103000', '172919.105000', '172919.108000', '172919.110000', '172919.113000', '172919.116000', '172919.118000', '172919.121000', '172919.123000', '172919.126000', '172919.129000', '172919.131000', '172919.134000', '172919.136000', '172939.022000', '172939.025000', '172939.028000', '172939.030000', '172939.033000', '172939.036000', '172939.038000', '172939.041000', '172939.044000', '172939.046000', '172939.049000', '172939.052000', '172939.054000', '172939.057000', '172939.059000', '172939.062000', '172939.065000', '172939.068000', '172939.071000', '172939.074000', '172939.077000', '172939.079000', '172939.082000', '172939.085000', '172939.087000', '172939.090000', '172939.093000', '172939.095000', '172939.099000', '172939.101000', '172939.104000', '172939.107000', '172939.109000', '172939.112000', '172939.115000', '172939.117000', '172939.120000', '172939.122000', '172939.125000', '172939.128000', '172939.130000', '172939.133000', '172939.135000', '172959.022000', '172959.026000', '172959.057000', '172959.060000', '172959.062000', '172959.065000', '172959.068000', '172959.070000', '172959.073000', '172959.076000', '172959.078000', '172959.081000', '172959.083000', '172959.086000', '172959.089000', '172959.091000', '172959.094000', '172959.106000', '172959.109000', '172959.111000', '172959.114000', '172959.117000', '172959.119000', '172959.122000', '172959.124000', '172959.127000', '172959.130000', '172959.132000', '172959.135000', '172959.138000', '172959.140000', '172959.143000', '172959.145000', '172959.148000', '172959.150000', '172959.153000', '172959.156000', '172959.159000', '172959.162000', '172959.165000', '172959.167000', '172959.170000', '172959.173000', '172959.175000', '173019.023000', '173019.026000', '173019.028000', '173019.031000', '173019.034000', '173019.036000', '173019.039000', '173019.042000', '173019.044000', '173019.047000', '173019.049000', '173019.052000', '173019.055000', '173019.057000', '173019.060000', '173019.063000', '173019.065000', '173019.068000', '173019.070000', '173019.073000', '173019.076000', '173019.078000', '173019.081000', '173019.083000', '173019.086000', '173019.089000', '173019.092000', '173019.095000', '173019.098000', '173019.101000', '173019.103000', '173019.106000', '173019.108000', '173019.111000', '173019.114000', '173019.116000', '173019.119000', '173019.122000', '173019.124000', '173019.127000', '173019.129000', '173019.132000', '173019.135000', '173039.023000', '173039.026000', '173039.029000', '173039.032000', '173039.035000', '173039.037000', '173039.040000', '173039.042000', '173039.045000', '173039.047000', '173039.050000', '173039.053000', '173039.055000', '173039.058000', '173039.061000', '173039.063000', '173039.066000', '173039.068000', '173039.071000', '173039.073000', '173039.076000', '173039.079000', '173039.081000', '173039.084000', '173039.117000', '173039.120000', '173039.122000', '173039.125000', '173039.127000', '173039.130000', '173039.139000', '173039.141000', '173039.144000', '173039.147000', '173039.149000', '173039.152000', '173039.154000', '173039.157000', '173039.160000', '173039.162000', '173039.165000', '173039.167000', '173039.170000', '173039.173000', '173059.024000', '173059.026000', '173059.029000', '173059.032000', '173059.035000', '173059.037000', '173059.040000', '173059.042000', '173059.045000', '173059.048000', '173059.050000', '173059.053000', '173059.055000', '173059.058000', '173059.061000', '173059.063000', '173059.066000', '173059.069000', '173059.071000', '173059.074000', '173059.077000', '173059.080000', '173059.083000', '173059.086000', '173059.089000', '173059.092000', '173059.094000', '173059.097000', '173059.099000', '173059.102000', '173059.105000', '173059.107000', '173059.110000', '173059.112000', '173059.115000', '173059.118000', '173059.120000', '173059.123000', '173059.125000', '173059.128000', '173059.131000', '173059.133000', '173059.137000', '173119.023000', '173119.026000', '173119.029000', '173119.032000', '173119.035000', '173119.037000', '173119.040000', '173119.042000', '173119.045000', '173119.048000', '173119.050000', '173119.053000', '173119.056000', '173119.058000', '173119.061000', '173119.063000', '173119.066000', '173119.069000', '173119.071000', '173119.074000', '173119.076000', '173119.079000', '173119.082000', '173119.085000', '173119.087000', '173119.090000', '173119.092000', '173119.095000', '173119.098000', '173119.100000', '173119.103000', '173119.106000', '173119.108000', '173119.111000', '173119.114000', '173119.116000', '173119.119000', '173119.121000', '173119.124000', '173119.127000', '173119.129000', '173119.132000', '173119.134000', '173119.137000', '173139.022000', '173139.026000', '173139.029000', '173139.031000', '173139.034000', '173139.037000', '173139.040000', '173139.042000', '173139.045000', '173139.047000', '173139.050000', '173139.053000', '173139.055000', '173139.058000', '173139.060000', '173139.063000', '173139.065000', '173139.068000', '173139.071000', '173139.073000', '173139.076000', '173139.079000', '173139.081000', '173139.084000', '173139.087000', '173139.089000', '173139.092000', '173139.094000', '173139.097000', '173139.100000', '173139.102000', '173139.105000', '173139.107000', '173139.110000', '173139.113000', '173139.116000', '173139.118000', '173139.121000', '173139.124000', '173139.126000', '173139.130000', '173139.133000', '173139.136000', '173159.022000', '173159.025000', '173159.029000', '173159.031000', '173159.034000', '173159.037000', '173159.039000', '173159.042000', '173159.044000', '173159.055000', '173159.058000', '173159.061000', '173159.063000', '173159.066000', '173159.069000', '173159.071000', '173159.074000', '173159.076000', '173159.079000', '173159.082000', '173159.084000', '173159.087000', '173159.090000', '173159.092000', '173159.095000', '173159.097000', '173159.100000', '173159.102000', '173159.105000', '173159.108000', '173159.110000', '173159.113000', '173159.116000', '173159.118000', '173159.121000', '173159.133000', '173159.135000', '173159.138000', '173159.141000', '173159.143000', '173159.146000', '173159.148000', '173159.151000', '173159.154000', '173219.023000', '173219.025000', '173219.028000', '173219.031000', '173219.033000', '173219.036000', '173219.039000', '173219.041000', '173219.044000', '173219.046000', '173219.049000', '173219.052000', '173219.054000', '173219.057000', '173219.059000', '173219.062000', '173219.065000', '173219.067000', '173219.070000', '173219.072000', '173219.075000', '173219.078000', '173219.080000', '173219.083000', '173219.085000', '173219.088000', '173219.091000', '173219.093000', '173219.096000', '173219.098000', '173219.101000', '173219.104000', '173219.106000', '173219.109000', '173219.111000', '173219.114000', '173219.117000', '173219.120000', '173219.123000', '173219.126000', '173219.128000', '173219.131000', '173219.134000', '173239.022000', '173239.025000', '173239.028000', '173239.031000', '173239.033000', '173239.036000', '173239.039000', '173239.041000', '173239.044000', '173239.046000', '173239.049000', '173239.052000', '173239.054000', '173239.057000', '173239.059000', '173239.062000', '173239.065000', '173239.067000', '173239.070000', '173239.073000', '173239.075000', '173239.078000', '173239.080000', '173239.084000', '173239.087000', '173239.089000', '173239.092000', '173239.095000', '173239.097000', '173239.100000', '173239.102000', '173239.105000', '173239.107000', '173239.110000', '173239.113000', '173239.115000', '173239.118000', '173239.120000', '173239.123000', '173239.126000', '173239.128000', '173239.131000', '173239.134000', '173239.136000', '173259.024000', '173259.026000', '173259.029000', '173259.032000', '173259.035000', '173259.037000', '173259.040000', '173259.043000', '173259.045000', '173259.048000', '173259.050000', '173259.053000', '173259.056000', '173259.058000', '173259.061000', '173259.063000', '173259.066000', '173259.069000', '173259.071000', '173259.074000', '173259.076000', '173259.079000', '173259.081000', '173259.084000', '173259.087000', '173259.089000', '173259.092000', '173259.094000', '173259.097000', '173259.100000', '173259.102000', '173259.105000', '173259.107000', '173259.110000', '173259.113000', '173259.115000', '173259.118000', '173259.121000', '173259.123000', '173259.126000', '173259.128000', '173259.131000', '173259.134000', '173309.714000', '173309.717000', '173309.720000', '173309.723000', '173309.726000', '173309.728000', '173309.731000', '173309.734000', '173309.736000', '173309.739000', '173309.742000', '173309.745000', '173309.748000', '173309.751000', '173309.755000', '173309.757000', '173309.760000', '173309.763000', '173309.766000', '173309.768000', '173309.772000', '173309.774000', '173309.777000', '173309.780000'], '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': [12099, 7968, 10828, 8645, 11836, 7301, 11415, 7658, 10711, 7028, 9922, 7138, 9324, 7461, 8017, 7202, 7921, 6771, 7734, 6947, 7367, 6960, 8142, 7461, 8268, 7520, 8676, 6920, 9789, 7391, 9237, 7297, 9526, 7395, 10531, 7184, 10780, 7454, 11144, 7219, 11114, 7340, 10205, 7505, 10055, 7534, 10243, 7204, 10744, 6985, 11050, 7840, 11313, 9144, 12798, 8968, 11885, 7669, 7461, 6874, 7357, 6867, 7122, 8512, 7203, 8243, 9576, 12021, 11063, 13076, 10603, 8682, 10939, 10960, 11847, 7272, 11837, 6680, 12242, 9682, 7583, 7179, 7136, 10726, 8084, 9858, 7906, 7411, 9852, 7089, 11587, 7575, 11295, 8524, 7163, 8997, 6827, 9799, 6891, 8293, 10198, 6970, 7072, 9884, 7589, 7402, 8577, 7653, 12507, 7908, 12622, 8743, 12108, 7912, 11366, 8340, 7924, 7817, 7888, 10010, 7957, 9762, 7479, 7798, 10605, 8199, 8717, 8139, 8066, 11733, 8437, 7713, 10371, 8135, 7215, 8545, 8038, 11754, 8201, 11941, 8486, 7308, 8937, 8016, 11008, 8367, 7396, 8929, 8198, 10575, 8290, 7861, 8431, 8473, 10079, 7786, 7726, 11806, 8616, 7924, 10945, 8193, 9477, 8382, 8260, 11894, 9191, 13170, 9883, 11346, 8679, 11684, 8691, 8008, 8915, 8082, 9919, 8331, 11213, 8425, 7469, 8209, 7994, 10781, 8100, 9121, 7764, 7968, 12514, 8130, 11658, 8145, 12358, 9748, 7896, 8944, 7930, 11146, 7898, 11125, 8009, 9204, 7537, 6560, 12252, 8588, 8215, 8728, 7467, 7818, 7784, 6935, 6634, 11402, 7387, 6746, 12280, 8763, 12125, 10069, 8173, 11992, 8155, 13315, 11382, 10528, 9052, 7727, 9505, 7419, 9695, 6654, 9685, 6670, 9806, 6829, 6524, 7881, 6451, 9591, 6912, 8517, 7777, 6753, 11722, 8262, 12112, 8452, 11416, 10090, 11049, 9590, 7183, 8764, 7187, 10430, 7105, 9434, 6616, 11587, 7220, 6926, 6657, 6666, 8284, 6522, 6551, 8369, 6596, 9300, 6832, 6414, 9427, 6756, 9088, 7613, 7166, 10534, 9319, 15190, 9778, 6517, 8765, 6876, 9356, 8481, 6487, 11570, 8870, 12798, 10887, 7893, 11091, 7115, 9573, 7359, 7451, 7344, 7033, 10044, 7655, 7251, 7766, 6884, 9766, 7084, 10156, 6904, 10132, 7420, 10159, 7403, 7066, 7665, 7338, 9210, 6784, 6960, 8117, 7015, 10836, 8368, 11474, 9095, 10822, 8037, 9154, 8176, 6935, 8754, 7161, 9582, 7165, 10820, 6815, 10020, 7011, 7526, 7134, 7081, 8333, 6797, 9630, 7050, 8389, 6876, 6932, 9385, 7129, 9806, 7067, 8813, 7360, 7106, 9417, 7230, 10482, 8339, 11314, 7003, 11870, 7721, 11595, 10065, 9219, 7831, 7395, 7789, 7406, 9276, 7226, 10120, 7389, 10344, 7021, 10633, 6940, 9666, 7643, 7162, 7261, 7329, 8586, 7196, 10858, 7005, 10096, 7071, 9760, 7025, 10687, 7045, 9426, 6651, 7512, 6873, 7284, 9334, 7094, 10361, 7578, 9612, 8076, 7295, 7962, 7451, 9746, 6840, 9275, 6901, 9974, 6924, 8621, 6942, 7082, 8298, 7153, 9438, 7694, 7272, 9366, 7058, 11171, 8098, 7240, 9174, 7056, 11178, 7109, 11995, 9345, 11882, 7353, 10830, 7051, 9931, 7598, 7408, 7068, 7188, 7276, 7043, 7682, 6891, 7066, 9793, 6840, 10725, 8489, 11712, 9028, 10572, 7084, 10658, 8042, 10307, 6688, 7415, 6930, 7163, 8042, 6998, 10361, 6850, 9874, 7273, 9856, 8265, 8509, 7239, 7060, 7664, 7124, 8887, 6736, 8941, 6795, 7440, 7080, 6825, 9216, 6746, 9250, 7249, 7021, 9288, 6738, 10424, 6642, 7415, 9241, 6832, 11094, 6985, 9890, 8054, 7354, 9991, 6877, 11370, 6872, 12664, 9756, 13242, 9557, 8979, 7030, 7255, 7046, 6744, 9015, 6688, 9273, 6894, 9808, 8771, 12486, 8550, 10320, 6666, 7429, 7277, 6878, 6992, 6757, 7432, 6625, 7373, 7107, 6978, 8652, 6870, 9765, 6940, 10619, 6914, 8659, 7156, 7203, 8519, 6665, 9714, 6831, 9278, 7213, 6964, 8273, 6648, 10208, 6934, 6597, 10259, 7160, 6841, 9797, 6843, 7052, 9528, 6931, 13245, 9927, 8599, 7546, 7053, 7903, 7594, 9217, 7039, 8617, 6711, 7761, 6861, 8213, 6836, 7946, 6817, 7409, 7137, 6886, 9568, 6738, 10559, 6850, 6881, 6897, 7045, 7691, 7219, 8549, 8811, 7679, 7100, 6907, 11988, 6793, 12407, 9396, 8733, 6686, 7229, 6698, 6951, 7021, 6636, 7355, 6629, 9079, 6743, 10191, 7862, 11411, 7219, 10627, 8510, 10337, 8869, 10933, 6668, 9536, 6834, 7351, 6707, 7022, 6949, 6770, 7199, 6703, 8358, 6638, 9272, 6618, 9394, 6722, 7702, 6864, 6770, 7638, 6700, 8599, 6853, 9789, 6832, 9753, 7135, 9614, 6993, 9178, 7182, 6348, 7074, 6725, 7528, 6558, 7638, 6781, 7767, 6913, 8084, 6615, 8002, 6570, 7133, 9023, 6606, 10233, 6567, 10541, 6876, 11721, 8554, 10031, 7090, 7377, 7005, 6586, 11584, 6787, 11688, 8780, 12189, 9580, 12835, 10237, 9928, 6763, 7010, 7140, 6637, 9365, 7005, 6850, 6846, 6756, 7605, 7036, 9348, 6839, 9974, 8315, 9723, 9524, 9748, 8801, 10574, 7837, 12275, 9057, 6648, 6730, 6798, 6865, 7013, 8006, 6645, 7005, 6567, 6616, 6914, 6800, 9679, 6634, 9610, 6932, 9737, 6699, 8919, 7536, 6792, 7046, 6607, 8562, 6660, 10762, 7284, 10004, 7191, 9548, 7614, 7851, 8766, 6694, 7841, 6682, 7998, 6705, 8963, 6733, 8865, 6728, 7166, 6929, 7180, 7023, 6664, 8277, 6653, 8964, 6661, 10008, 6739, 9949, 6751, 8751, 6818, 8956, 6749, 7994, 6710, 6847, 7210, 6729, 8639, 6788, 11925, 8232, 7488, 7041, 6563, 8859, 6664, 11770, 6950, 10921, 7105, 10981, 8582, 9890, 8540, 6580, 7518, 6801, 8841, 6840, 6557, 8476, 7139, 10988, 8386, 12512, 9634, 12240, 8504, 11778, 8251, 10617, 8708, 8810, 6775, 6793, 6599, 6676, 7026, 6786, 8038, 6850, 6874, 6914, 6930, 6755, 6750, 6822, 6636, 7509, 6706, 8902, 6628, 9183, 6747, 8825, 6992, 9507, 7228, 10028, 7728, 6741, 6947, 6633, 7499, 6539, 10604, 6935, 11023, 7171, 10965, 7778, 12283, 9572, 11937, 7755, 11052, 8280, 11451, 10062, 7901, 6790, 6814, 6894, 6855, 7398, 6918, 7965, 7019, 8765, 7218, 7639, 6874, 6575, 8195, 6865, 9017, 6747, 9615], 'WindowCenter': [3960.0, 3903.0, 3933.0, 3900.0, 3929.0, 3864.0, 3916.0, 3849.0, 3891.0, 3839.0, 3882.0, 3852.0, 3883.0, 3851.0, 3860.0, 3849.0, 3859.0, 3842.0, 3874.0, 3864.0, 3864.0, 3864.0, 3885.0, 3890.0, 3899.0, 3877.0, 3898.0, 3866.0, 3906.0, 3877.0, 3909.0, 3879.0, 3908.0, 3865.0, 3906.0, 3880.0, 3907.0, 3867.0, 3918.0, 3866.0, 3914.0, 3863.0, 3903.0, 3874.0, 3903.0, 3875.0, 3903.0, 3875.0, 3914.0, 3863.0, 3903.0, 3875.0, 3917.0, 3895.0, 3926.0, 3884.0, 3927.0, 3862.0, 3862.0, 3838.0, 3849.0, 3840.0, 3851.0, 3885.0, 3876.0, 3885.0, 3897.0, 3927.0, 3918.0, 3926.0, 3893.0, 3859.0, 3890.0, 3890.0, 3900.0, 3836.0, 3900.0, 3826.0, 3911.0, 3880.0, 3848.0, 3837.0, 3848.0, 3887.0, 3857.0, 3876.0, 3857.0, 3847.0, 3878.0, 3835.0, 3886.0, 3847.0, 3899.0, 3857.0, 3838.0, 3881.0, 3838.0, 3876.0, 3834.0, 3843.0, 3876.0, 3822.0, 3824.0, 3865.0, 3834.0, 3833.0, 3843.0, 3833.0, 3898.0, 3846.0, 3885.0, 3842.0, 3872.0, 3830.0, 3872.0, 3841.0, 3830.0, 3819.0, 3829.0, 3850.0, 3831.0, 3864.0, 3832.0, 3832.0, 3863.0, 3844.0, 3855.0, 3843.0, 3843.0, 3886.0, 3857.0, 3846.0, 3876.0, 3857.0, 3835.0, 3855.0, 3845.0, 3900.0, 3868.0, 3898.0, 3857.0, 3848.0, 3867.0, 3857.0, 3887.0, 3856.0, 3834.0, 3866.0, 3869.0, 3890.0, 3869.0, 3871.0, 3881.0, 3869.0, 3889.0, 3860.0, 3861.0, 3913.0, 3881.0, 3871.0, 3913.0, 3871.0, 3892.0, 3870.0, 3870.0, 3914.0, 3881.0, 3910.0, 3878.0, 3887.0, 3856.0, 3887.0, 3855.0, 3844.0, 3854.0, 3843.0, 3876.0, 3855.0, 3886.0, 3855.0, 3846.0, 3867.0, 3870.0, 3899.0, 3859.0, 3878.0, 3871.0, 3870.0, 3911.0, 3858.0, 3898.0, 3858.0, 3910.0, 3891.0, 3857.0, 3868.0, 3858.0, 3901.0, 3859.0, 3900.0, 3858.0, 3881.0, 3861.0, 3840.0, 3903.0, 3861.0, 3848.0, 3870.0, 3849.0, 3863.0, 3861.0, 3865.0, 3852.0, 3903.0, 3862.0, 3840.0, 3914.0, 3888.0, 3903.0, 3895.0, 3871.0, 3904.0, 3862.0, 3911.0, 3889.0, 3875.0, 3854.0, 3836.0, 3868.0, 3824.0, 3855.0, 3813.0, 3854.0, 3826.0, 3879.0, 3826.0, 3815.0, 3846.0, 3827.0, 3881.0, 3852.0, 3871.0, 3850.0, 3839.0, 3915.0, 3873.0, 3913.0, 3872.0, 3902.0, 3893.0, 3902.0, 3880.0, 3838.0, 3859.0, 3838.0, 3890.0, 3851.0, 3870.0, 3843.0, 3919.0, 3866.0, 3852.0, 3840.0, 3838.0, 3857.0, 3827.0, 3809.0, 3852.0, 3836.0, 3878.0, 3838.0, 3851.0, 3892.0, 3863.0, 3881.0, 3872.0, 3850.0, 3876.0, 3870.0, 3896.0, 3893.0, 3828.0, 3870.0, 3839.0, 3884.0, 3869.0, 3816.0, 3889.0, 3869.0, 3900.0, 3879.0, 3848.0, 3837.0, 3838.0, 3866.0, 3833.0, 3833.0, 3833.0, 3823.0, 3864.0, 3834.0, 3822.0, 3833.0, 3823.0, 3866.0, 3825.0, 3866.0, 3825.0, 3866.0, 3836.0, 3877.0, 3835.0, 3834.0, 3858.0, 3847.0, 3878.0, 3838.0, 3837.0, 3857.0, 3837.0, 3903.0, 3872.0, 3899.0, 3869.0, 3888.0, 3858.0, 3880.0, 3858.0, 3836.0, 3857.0, 3836.0, 3879.0, 3849.0, 3888.0, 3825.0, 3876.0, 3834.0, 3846.0, 3850.0, 3849.0, 3869.0, 3837.0, 3877.0, 3850.0, 3883.0, 3849.0, 3850.0, 3879.0, 3849.0, 3890.0, 3851.0, 3882.0, 3849.0, 3849.0, 3882.0, 3851.0, 3905.0, 3872.0, 3901.0, 3838.0, 3899.0, 3848.0, 3902.0, 3880.0, 3868.0, 3846.0, 3836.0, 3845.0, 3835.0, 3868.0, 3848.0, 3878.0, 3848.0, 3878.0, 3836.0, 3876.0, 3837.0, 3880.0, 3848.0, 3836.0, 3837.0, 3836.0, 3857.0, 3839.0, 3888.0, 3837.0, 3877.0, 3826.0, 3879.0, 3838.0, 3889.0, 3838.0, 3880.0, 3841.0, 3849.0, 3839.0, 3850.0, 3879.0, 3838.0, 3892.0, 3862.0, 3880.0, 3858.0, 3847.0, 3858.0, 3849.0, 3891.0, 3837.0, 3880.0, 3838.0, 3879.0, 3851.0, 3870.0, 3850.0, 3849.0, 3870.0, 3849.0, 3893.0, 3861.0, 3849.0, 3880.0, 3838.0, 3902.0, 3858.0, 3849.0, 3879.0, 3836.0, 3889.0, 3849.0, 3901.0, 3868.0, 3887.0, 3834.0, 3875.0, 3836.0, 3877.0, 3859.0, 3846.0, 3834.0, 3836.0, 3847.0, 3849.0, 3859.0, 3849.0, 3849.0, 3891.0, 3840.0, 3913.0, 3884.0, 3902.0, 3870.0, 3878.0, 3837.0, 3890.0, 3848.0, 3878.0, 3825.0, 3836.0, 3826.0, 3836.0, 3859.0, 3840.0, 3879.0, 3828.0, 3879.0, 3837.0, 3879.0, 3859.0, 3858.0, 3836.0, 3836.0, 3846.0, 3850.0, 3868.0, 3838.0, 3868.0, 3826.0, 3847.0, 3850.0, 3839.0, 3880.0, 3838.0, 3882.0, 3862.0, 3851.0, 3882.0, 3839.0, 3888.0, 3828.0, 3850.0, 3881.0, 3840.0, 3900.0, 3839.0, 3892.0, 3861.0, 3849.0, 3880.0, 3826.0, 3889.0, 3825.0, 3899.0, 3869.0, 3899.0, 3867.0, 3855.0, 3824.0, 3834.0, 3826.0, 3825.0, 3856.0, 3814.0, 3855.0, 3824.0, 3878.0, 3857.0, 3898.0, 3845.0, 3864.0, 3813.0, 3836.0, 3835.0, 3814.0, 3824.0, 3825.0, 3836.0, 3827.0, 3837.0, 3837.0, 3837.0, 3858.0, 3827.0, 3879.0, 3838.0, 3890.0, 3849.0, 3868.0, 3837.0, 3848.0, 3868.0, 3839.0, 3878.0, 3828.0, 3880.0, 3850.0, 3838.0, 3858.0, 3828.0, 3880.0, 3838.0, 3837.0, 3889.0, 3850.0, 3842.0, 3881.0, 3838.0, 3838.0, 3880.0, 3851.0, 3924.0, 3892.0, 3869.0, 3847.0, 3825.0, 3847.0, 3847.0, 3868.0, 3827.0, 3858.0, 3825.0, 3834.0, 3825.0, 3856.0, 3827.0, 3859.0, 3827.0, 3836.0, 3838.0, 3827.0, 3880.0, 3840.0, 3891.0, 3829.0, 3838.0, 3838.0, 3826.0, 3848.0, 3850.0, 3860.0, 3859.0, 3848.0, 3825.0, 3826.0, 3886.0, 3815.0, 3899.0, 3857.0, 3845.0, 3814.0, 3834.0, 3826.0, 3838.0, 3839.0, 3839.0, 3847.0, 3828.0, 3868.0, 3840.0, 3891.0, 3859.0, 3899.0, 3849.0, 3889.0, 3868.0, 3879.0, 3870.0, 3889.0, 3826.0, 3866.0, 3826.0, 3848.0, 3828.0, 3838.0, 3838.0, 3827.0, 3837.0, 3839.0, 3872.0, 3839.0, 3881.0, 3839.0, 3869.0, 3838.0, 3862.0, 3840.0, 3840.0, 3861.0, 3838.0, 3869.0, 3841.0, 3881.0, 3841.0, 3892.0, 3853.0, 3894.0, 3853.0, 3883.0, 3840.0, 3829.0, 3838.0, 3827.0, 3849.0, 3828.0, 3862.0, 3853.0, 3861.0, 3849.0, 3860.0, 3840.0, 3861.0, 3842.0, 3852.0, 3884.0, 3839.0, 3891.0, 3828.0, 3891.0, 3841.0, 3900.0, 3872.0, 3880.0, 3837.0, 3848.0, 3851.0, 3839.0, 3901.0, 3828.0, 3889.0, 3858.0, 3902.0, 3881.0, 3900.0, 3878.0, 3865.0, 3823.0, 3824.0, 3837.0, 3839.0, 3868.0, 3838.0, 3826.0, 3839.0, 3841.0, 3860.0, 3850.0, 3882.0, 3840.0, 3893.0, 3872.0, 3880.0, 3879.0, 3867.0, 3857.0, 3877.0, 3846.0, 3898.0, 3856.0, 3813.0, 3815.0, 3813.0, 3813.0, 3825.0, 3858.0, 3828.0, 3838.0, 3839.0, 3838.0, 3839.0, 3852.0, 3894.0, 3840.0, 3882.0, 3851.0, 3880.0, 3852.0, 3883.0, 3862.0, 3839.0, 3837.0, 3840.0, 3872.0, 3841.0, 3901.0, 3850.0, 3880.0, 3839.0, 3879.0, 3861.0, 3861.0, 3859.0, 3827.0, 3848.0, 3826.0, 3848.0, 3829.0, 3858.0, 3826.0, 3858.0, 3826.0, 3837.0, 3838.0, 3839.0, 3839.0, 3826.0, 3858.0, 3826.0, 3857.0, 3828.0, 3880.0, 3827.0, 3879.0, 3827.0, 3858.0, 3828.0, 3870.0, 3827.0, 3848.0, 3826.0, 3827.0, 3838.0, 3827.0, 3869.0, 3841.0, 3901.0, 3861.0, 3849.0, 3839.0, 3829.0, 3883.0, 3842.0, 3902.0, 3841.0, 3889.0, 3837.0, 3890.0, 3871.0, 3892.0, 3859.0, 3827.0, 3848.0, 3839.0, 3882.0, 3841.0, 3830.0, 3859.0, 3839.0, 3890.0, 3873.0, 3913.0, 3881.0, 3900.0, 3858.0, 3887.0, 3857.0, 3890.0, 3856.0, 3856.0, 3824.0, 3825.0, 3827.0, 3837.0, 3849.0, 3839.0, 3860.0, 3828.0, 3828.0, 3839.0, 3851.0, 3840.0, 3839.0, 3839.0, 3839.0, 3850.0, 3840.0, 3882.0, 3840.0, 3881.0, 3841.0, 3870.0, 3839.0, 3882.0, 3851.0, 3882.0, 3851.0, 3828.0, 3839.0, 3828.0, 3850.0, 3830.0, 3892.0, 3841.0, 3891.0, 3839.0, 3891.0, 3861.0, 3901.0, 3880.0, 3889.0, 3847.0, 3888.0, 3859.0, 3900.0, 3879.0, 3847.0, 3825.0, 3824.0, 3836.0, 3827.0, 3837.0, 3838.0, 3847.0, 3837.0, 3858.0, 3850.0, 3860.0, 3840.0, 3839.0, 3870.0, 3841.0, 3881.0, 3841.0, 3893.0], 'WindowWidth': [8832.0, 8747.0, 8782.0, 8730.0, 8767.0, 8671.0, 8741.0, 8641.0, 8697.0, 8627.0, 8687.0, 8648.0, 8690.0, 8648.0, 8654.0, 8642.0, 8653.0, 8636.0, 8685.0, 8672.0, 8671.0, 8674.0, 8701.0, 8720.0, 8728.0, 8693.0, 8723.0, 8679.0, 8729.0, 8691.0, 8739.0, 8701.0, 8735.0, 8673.0, 8729.0, 8702.0, 8731.0, 8679.0, 8748.0, 8677.0, 8736.0, 8669.0, 8721.0, 8686.0, 8725.0, 8689.0, 8722.0, 8689.0, 8737.0, 8668.0, 8721.0, 8686.0, 8744.0, 8713.0, 8755.0, 8697.0, 8760.0, 8664.0, 8663.0, 8626.0, 8640.0, 8632.0, 8650.0, 8701.0, 8691.0, 8701.0, 8719.0, 8758.0, 8748.0, 8755.0, 8708.0, 8653.0, 8698.0, 8698.0, 8709.0, 8617.0, 8713.0, 8607.0, 8729.0, 8684.0, 8638.0, 8624.0, 8641.0, 8689.0, 8648.0, 8669.0, 8650.0, 8639.0, 8678.0, 8616.0, 8686.0, 8637.0, 8708.0, 8648.0, 8624.0, 8687.0, 8628.0, 8672.0, 8616.0, 8623.0, 8671.0, 8593.0, 8599.0, 8656.0, 8611.0, 8609.0, 8623.0, 8610.0, 8703.0, 8631.0, 8683.0, 8618.0, 8657.0, 8599.0, 8658.0, 8616.0, 8598.0, 8583.0, 8596.0, 8626.0, 8604.0, 8651.0, 8608.0, 8607.0, 8647.0, 8624.0, 8643.0, 8624.0, 8623.0, 8683.0, 8647.0, 8631.0, 8673.0, 8650.0, 8615.0, 8641.0, 8629.0, 8712.0, 8667.0, 8705.0, 8649.0, 8642.0, 8661.0, 8648.0, 8688.0, 8644.0, 8615.0, 8660.0, 8668.0, 8698.0, 8668.0, 8673.0, 8691.0, 8671.0, 8696.0, 8661.0, 8662.0, 8736.0, 8689.0, 8678.0, 8736.0, 8678.0, 8705.0, 8672.0, 8673.0, 8739.0, 8689.0, 8724.0, 8678.0, 8688.0, 8647.0, 8687.0, 8643.0, 8624.0, 8639.0, 8623.0, 8673.0, 8643.0, 8684.0, 8643.0, 8632.0, 8664.0, 8673.0, 8710.0, 8656.0, 8680.0, 8676.0, 8675.0, 8730.0, 8654.0, 8708.0, 8654.0, 8726.0, 8702.0, 8650.0, 8666.0, 8654.0, 8716.0, 8657.0, 8711.0, 8652.0, 8688.0, 8661.0, 8628.0, 8717.0, 8653.0, 8630.0, 8667.0, 8638.0, 8666.0, 8661.0, 8672.0, 8652.0, 8719.0, 8663.0, 8632.0, 8733.0, 8710.0, 8715.0, 8710.0, 8672.0, 8720.0, 8662.0, 8727.0, 8690.0, 8665.0, 8635.0, 8615.0, 8661.0, 8596.0, 8637.0, 8581.0, 8634.0, 8602.0, 8679.0, 8604.0, 8588.0, 8631.0, 8609.0, 8688.0, 8648.0, 8673.0, 8644.0, 8627.0, 8735.0, 8678.0, 8732.0, 8674.0, 8715.0, 8705.0, 8717.0, 8680.0, 8622.0, 8651.0, 8624.0, 8697.0, 8646.0, 8669.0, 8640.0, 8752.0, 8679.0, 8651.0, 8630.0, 8626.0, 8646.0, 8611.0, 8573.0, 8633.0, 8622.0, 8681.0, 8629.0, 8652.0, 8709.0, 8674.0, 8691.0, 8683.0, 8646.0, 8669.0, 8665.0, 8697.0, 8708.0, 8614.0, 8670.0, 8628.0, 8694.0, 8668.0, 8592.0, 8691.0, 8665.0, 8710.0, 8677.0, 8633.0, 8594.0, 8624.0, 8656.0, 8608.0, 8606.0, 8608.0, 8597.0, 8650.0, 8610.0, 8591.0, 8608.0, 8595.0, 8656.0, 8600.0, 8657.0, 8600.0, 8654.0, 8619.0, 8672.0, 8614.0, 8612.0, 8655.0, 8638.0, 8680.0, 8628.0, 8623.0, 8648.0, 8624.0, 8721.0, 8678.0, 8709.0, 8668.0, 8691.0, 8650.0, 8685.0, 8652.0, 8619.0, 8648.0, 8616.0, 8682.0, 8643.0, 8689.0, 8605.0, 8668.0, 8614.0, 8633.0, 8649.0, 8642.0, 8668.0, 8625.0, 8676.0, 8647.0, 8694.0, 8645.0, 8645.0, 8684.0, 8643.0, 8698.0, 8649.0, 8690.0, 8643.0, 8644.0, 8690.0, 8647.0, 8726.0, 8678.0, 8712.0, 8626.0, 8706.0, 8637.0, 8714.0, 8683.0, 8663.0, 8632.0, 8617.0, 8630.0, 8617.0, 8662.0, 8637.0, 8676.0, 8638.0, 8675.0, 8619.0, 8672.0, 8621.0, 8681.0, 8637.0, 8618.0, 8620.0, 8617.0, 8647.0, 8627.0, 8690.0, 8620.0, 8671.0, 8603.0, 8679.0, 8624.0, 8694.0, 8623.0, 8685.0, 8636.0, 8643.0, 8631.0, 8643.0, 8681.0, 8627.0, 8704.0, 8664.0, 8683.0, 8652.0, 8636.0, 8652.0, 8641.0, 8703.0, 8625.0, 8684.0, 8625.0, 8681.0, 8649.0, 8671.0, 8647.0, 8643.0, 8671.0, 8645.0, 8709.0, 8663.0, 8643.0, 8685.0, 8626.0, 8718.0, 8655.0, 8641.0, 8682.0, 8619.0, 8695.0, 8642.0, 8714.0, 8663.0, 8685.0, 8613.0, 8667.0, 8619.0, 8676.0, 8655.0, 8633.0, 8615.0, 8619.0, 8635.0, 8644.0, 8656.0, 8644.0, 8643.0, 8698.0, 8633.0, 8736.0, 8697.0, 8714.0, 8668.0, 8675.0, 8619.0, 8693.0, 8638.0, 8675.0, 8601.0, 8616.0, 8604.0, 8618.0, 8654.0, 8630.0, 8680.0, 8612.0, 8679.0, 8622.0, 8680.0, 8651.0, 8649.0, 8620.0, 8617.0, 8632.0, 8647.0, 8666.0, 8626.0, 8661.0, 8606.0, 8636.0, 8646.0, 8630.0, 8683.0, 8625.0, 8690.0, 8665.0, 8647.0, 8690.0, 8627.0, 8691.0, 8611.0, 8645.0, 8685.0, 8630.0, 8710.0, 8630.0, 8703.0, 8663.0, 8642.0, 8683.0, 8605.0, 8693.0, 8602.0, 8706.0, 8666.0, 8705.0, 8657.0, 8638.0, 8595.0, 8611.0, 8605.0, 8603.0, 8643.0, 8587.0, 8640.0, 8599.0, 8675.0, 8646.0, 8702.0, 8626.0, 8649.0, 8582.0, 8617.0, 8615.0, 8585.0, 8596.0, 8601.0, 8617.0, 8607.0, 8621.0, 8620.0, 8619.0, 8651.0, 8607.0, 8680.0, 8624.0, 8694.0, 8641.0, 8663.0, 8622.0, 8638.0, 8664.0, 8626.0, 8677.0, 8611.0, 8685.0, 8644.0, 8624.0, 8652.0, 8610.0, 8681.0, 8624.0, 8622.0, 8694.0, 8645.0, 8638.0, 8685.0, 8627.0, 8626.0, 8682.0, 8647.0, 8750.0, 8702.0, 8665.0, 8633.0, 8601.0, 8631.0, 8634.0, 8662.0, 8605.0, 8646.0, 8601.0, 8610.0, 8600.0, 8642.0, 8610.0, 8654.0, 8606.0, 8618.0, 8621.0, 8606.0, 8680.0, 8632.0, 8698.0, 8612.0, 8622.0, 8621.0, 8602.0, 8635.0, 8642.0, 8656.0, 8649.0, 8635.0, 8600.0, 8600.0, 8680.0, 8587.0, 8705.0, 8643.0, 8626.0, 8584.0, 8610.0, 8602.0, 8626.0, 8630.0, 8627.0, 8635.0, 8611.0, 8663.0, 8629.0, 8699.0, 8654.0, 8705.0, 8639.0, 8692.0, 8664.0, 8681.0, 8670.0, 8691.0, 8604.0, 8657.0, 8604.0, 8637.0, 8611.0, 8623.0, 8623.0, 8609.0, 8622.0, 8629.0, 8678.0, 8631.0, 8685.0, 8629.0, 8667.0, 8625.0, 8664.0, 8633.0, 8633.0, 8663.0, 8627.0, 8668.0, 8635.0, 8686.0, 8636.0, 8703.0, 8652.0, 8708.0, 8652.0, 8693.0, 8631.0, 8615.0, 8626.0, 8608.0, 8640.0, 8613.0, 8666.0, 8655.0, 8660.0, 8643.0, 8657.0, 8632.0, 8661.0, 8637.0, 8651.0, 8695.0, 8629.0, 8699.0, 8612.0, 8699.0, 8634.0, 8709.0, 8675.0, 8682.0, 8621.0, 8638.0, 8646.0, 8627.0, 8713.0, 8610.0, 8691.0, 8649.0, 8716.0, 8687.0, 8709.0, 8676.0, 8654.0, 8596.0, 8600.0, 8623.0, 8627.0, 8663.0, 8625.0, 8604.0, 8629.0, 8635.0, 8657.0, 8644.0, 8687.0, 8630.0, 8708.0, 8675.0, 8683.0, 8678.0, 8659.0, 8646.0, 8670.0, 8630.0, 8703.0, 8641.0, 8580.0, 8586.0, 8581.0, 8580.0, 8601.0, 8651.0, 8612.0, 8626.0, 8627.0, 8626.0, 8629.0, 8653.0, 8710.0, 8632.0, 8689.0, 8646.0, 8684.0, 8653.0, 8694.0, 8663.0, 8628.0, 8625.0, 8629.0, 8677.0, 8636.0, 8713.0, 8645.0, 8681.0, 8625.0, 8678.0, 8660.0, 8659.0, 8653.0, 8608.0, 8635.0, 8605.0, 8636.0, 8612.0, 8648.0, 8606.0, 8648.0, 8605.0, 8620.0, 8623.0, 8626.0, 8625.0, 8603.0, 8648.0, 8604.0, 8646.0, 8610.0, 8680.0, 8609.0, 8678.0, 8607.0, 8650.0, 8609.0, 8668.0, 8610.0, 8636.0, 8607.0, 8606.0, 8623.0, 8608.0, 8666.0, 8635.0, 8712.0, 8658.0, 8640.0, 8625.0, 8611.0, 8691.0, 8637.0, 8715.0, 8632.0, 8692.0, 8623.0, 8696.0, 8671.0, 8702.0, 8653.0, 8607.0, 8638.0, 8628.0, 8692.0, 8633.0, 8616.0, 8654.0, 8628.0, 8697.0, 8678.0, 8732.0, 8685.0, 8707.0, 8648.0, 8685.0, 8646.0, 8695.0, 8645.0, 8643.0, 8599.0, 8601.0, 8608.0, 8622.0, 8643.0, 8628.0, 8654.0, 8611.0, 8611.0, 8629.0, 8648.0, 8631.0, 8627.0, 8630.0, 8627.0, 8644.0, 8632.0, 8689.0, 8632.0, 8684.0, 8632.0, 8671.0, 8628.0, 8688.0, 8646.0, 8687.0, 8646.0, 8612.0, 8625.0, 8610.0, 8643.0, 8618.0, 8703.0, 8633.0, 8699.0, 8627.0, 8698.0, 8660.0, 8712.0, 8683.0, 8691.0, 8633.0, 8689.0, 8653.0, 8709.0, 8677.0, 8633.0, 8602.0, 8598.0, 8618.0, 8610.0, 8621.0, 8623.0, 8634.0, 8620.0, 8650.0, 8645.0, 8659.0, 8632.0, 8627.0, 8670.0, 8636.0, 8686.0, 8636.0, 8705.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.012415843857634902</td></tr>
<tr><td colspan=3>aqi</td><td>0.04867104225028703</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.61104702570117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2732266097241378</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1479215051724136</td></tr>
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
<tr><td colspan=3>fber</td><td>5019.124</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19869731150946168</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>241</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.66934557979334</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.765159454537119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.693480026691523</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.023798382452483</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5781999544673506</td></tr>
<tr><td colspan=3>gcor</td><td>0.00858111</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009678604081273079</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030450638383626938</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6424431769713577</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.1007</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4312</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.2813</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307723.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>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.9114</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6124</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3088.9291</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.8422</td></tr>
<tr><td colspan=3>tsnr</td><td>27.19061783188954</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>