ds005256-mriqc/sub-0007_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2b5691d35f [DATALAD RUNCMD] Compute MRIQC for sub-0007
=== 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-0007 --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-0007",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:43:21 +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-0007_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0007_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0007_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-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-01/func/sub-0007_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ce2cd05ed524cebb2914efdac854e4ba</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>15:21:10.362500</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_VE11C_LATEST_20160120</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.99971, 0.00513746, 0.0235341, -0.00697936, 0.996861, 0.0788641]</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.0773131</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7736, -7270, 645, -8, -215, 33, 62]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>226.791</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4812c650-1d41-4cbd-b161-e77a9da9af0e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821484565734863, -0.018725106492638588, 0.062248680740594864, 115.79949188232422], [-0.013783436268568039, 2.6745049953460693, 0.21331483125686646, -102.56494140625], [0.06314028054475784, -0.21158668398857117, 2.690840244293213, -68.00231170654297], [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': ['152110.362500', '152110.822500', '152111.282500', '152111.742500', '152112.202500', '152112.662500', '152113.122500', '152113.582500', '152114.042500', '152114.502500', '152114.962500', '152115.422500', '152115.882500', '152116.342500', '152116.802500', '152117.262500', '152117.722500', '152118.182500', '152118.642500', '152119.102500', '152119.562500', '152120.022500', '152120.482500', '152120.942500', '152121.402500', '152121.862500', '152122.322500', '152122.782500', '152123.242500', '152123.702500', '152124.162500', '152124.622500', '152125.082500', '152125.542500', '152126.002500', '152126.462500', '152126.922500', '152127.382500', '152127.842500', '152128.302500', '152128.762500', '152129.222500', '152129.682500', '152130.142500', '152130.602500', '152131.062500', '152131.522500', '152131.982500', '152132.442500', '152132.902500', '152133.362500', '152133.822500', '152134.282500', '152134.742500', '152135.202500', '152135.662500', '152136.122500', '152136.582500', '152137.042500', '152137.502500', '152137.962500', '152138.422500', '152138.882500', '152139.342500', '152139.802500', '152140.262500', '152140.722500', '152141.182500', '152141.642500', '152142.102500', '152142.562500', '152143.022500', '152143.482500', '152143.942500', '152144.402500', '152144.862500', '152145.322500', '152145.782500', '152146.242500', '152146.702500', '152147.162500', '152147.622500', '152148.082500', '152148.542500', '152149.002500', '152149.462500', '152149.922500', '152150.382500', '152150.842500', '152151.302500', '152151.762500', '152152.222500', '152152.682500', '152153.142500', '152153.602500', '152154.062500', '152154.522500', '152154.982500', '152155.442500', '152155.902500', '152156.362500', '152156.822500', '152157.282500', '152157.742500', '152158.202500', '152158.662500', '152159.122500', '152159.582500', '152200.042500', '152200.502500', '152200.962500', '152201.422500', '152201.882500', '152202.342500', '152202.802500', '152203.262500', '152203.722500', '152204.182500', '152204.642500', '152205.102500', '152205.562500', '152206.022500', '152206.482500', '152206.942500', '152207.402500', '152207.862500', '152208.322500', '152208.782500', '152209.242500', '152209.702500', '152210.162500', '152210.622500', '152211.082500', '152211.542500', '152212.002500', '152212.462500', '152212.922500', '152213.382500', '152213.842500', '152214.302500', '152214.762500', '152215.222500', '152215.682500', '152216.142500', '152216.602500', '152217.062500', '152217.522500', '152217.982500', '152218.442500', '152218.902500', '152219.362500', '152219.822500', '152220.282500', '152220.742500', '152221.202500', '152221.662500', '152222.122500', '152222.582500', '152223.042500', '152223.502500', '152223.962500', '152224.422500', '152224.882500', '152225.342500', '152225.802500', '152226.262500', '152226.722500', '152227.182500', '152227.642500', '152228.102500', '152228.562500', '152229.022500', '152229.482500', '152229.942500', '152230.402500', '152230.862500', '152231.322500', '152231.782500', '152232.242500', '152232.702500', '152233.162500', '152233.622500', '152234.082500', '152234.542500', '152235.002500', '152235.462500', '152235.922500', '152236.382500', '152236.842500', '152237.302500', '152237.762500', '152238.222500', '152238.682500', '152239.142500', '152239.602500', '152240.062500', '152240.522500', '152240.982500', '152241.442500', '152241.902500', '152242.362500', '152242.822500', '152243.282500', '152243.742500', '152244.202500', '152244.662500', '152245.122500', '152245.582500', '152246.042500', '152246.502500', '152246.962500', '152247.422500', '152247.882500', '152248.342500', '152248.802500', '152249.262500', '152249.722500', '152250.182500', '152250.642500', '152251.102500', '152251.562500', '152252.022500', '152252.482500', '152252.942500', '152253.402500', '152253.862500', '152254.322500', '152254.782500', '152255.242500', '152255.702500', '152256.162500', '152256.622500', '152257.082500', '152257.542500', '152258.002500', '152258.462500', '152258.922500', '152259.382500', '152259.842500', '152300.302500', '152300.762500', '152301.222500', '152301.682500', '152302.142500', '152302.602500', '152303.062500', '152303.522500', '152303.982500', '152304.442500', '152304.902500', '152305.362500', '152305.822500', '152306.282500', '152306.742500', '152307.202500', '152307.662500', '152308.122500', '152308.582500', '152309.042500', '152309.502500', '152309.962500', '152310.422500', '152310.882500', '152311.342500', '152311.802500', '152312.262500', '152312.722500', '152313.182500', '152313.642500', '152314.102500', '152314.562500', '152315.022500', '152315.482500', '152315.942500', '152316.402500', '152316.862500', '152317.322500', '152317.782500', '152318.242500', '152318.702500', '152319.162500', '152319.622500', '152320.082500', '152320.542500', '152321.002500', '152321.462500', '152321.922500', '152322.382500', '152322.842500', '152323.302500', '152323.762500', '152324.222500', '152324.682500', '152325.142500', '152325.602500', '152326.062500', '152326.522500', '152326.982500', '152327.442500', '152327.902500', '152328.362500', '152328.822500', '152329.282500', '152329.742500', '152330.202500', '152330.662500', '152331.122500', '152331.582500', '152332.042500', '152332.502500', '152332.962500', '152333.422500', '152333.882500', '152334.342500', '152334.802500', '152335.262500', '152335.722500', '152336.182500', '152336.642500', '152337.102500', '152337.562500', '152338.022500', '152338.482500', '152338.942500', '152339.402500', '152339.862500', '152340.322500', '152340.782500', '152341.242500', '152341.702500', '152342.162500', '152342.622500', '152343.082500', '152343.542500', '152344.002500', '152344.462500', '152344.922500', '152345.382500', '152345.842500', '152346.302500', '152346.762500', '152347.222500', '152347.682500', '152348.142500', '152348.602500', '152349.062500', '152349.522500', '152349.982500', '152350.442500', '152350.902500', '152351.362500', '152351.822500', '152352.282500', '152352.742500', '152353.202500', '152353.662500', '152354.122500', '152354.582500', '152355.042500', '152355.502500', '152355.962500', '152356.422500', '152356.882500', '152357.342500', '152357.802500', '152358.262500', '152358.722500', '152359.182500', '152359.642500', '152400.102500', '152400.562500', '152401.022500', '152401.482500', '152401.942500', '152402.402500', '152402.862500', '152403.322500', '152403.782500', '152404.242500', '152404.702500', '152405.162500', '152405.622500', '152406.082500', '152406.542500', '152407.002500', '152407.462500', '152407.922500', '152408.382500', '152408.842500', '152409.302500', '152409.762500', '152410.222500', '152410.682500', '152411.142500', '152411.602500', '152412.062500', '152412.522500', '152412.982500', '152413.442500', '152413.902500', '152414.362500', '152414.822500', '152415.282500', '152415.742500', '152416.202500', '152416.662500', '152417.122500', '152417.582500', '152418.042500', '152418.502500', '152418.962500', '152419.422500', '152419.882500', '152420.342500', '152420.802500', '152421.262500', '152421.722500', '152422.182500', '152422.642500', '152423.102500', '152423.562500', '152424.022500', '152424.482500', '152424.942500', '152425.402500', '152425.862500', '152426.322500', '152426.782500', '152427.242500', '152427.702500', '152428.162500', '152428.622500', '152429.082500', '152429.542500', '152430.002500', '152430.462500', '152430.922500', '152431.382500', '152431.842500', '152432.302500', '152432.762500', '152433.222500', '152433.682500', '152434.142500', '152434.602500', '152435.062500', '152435.522500', '152435.982500', '152436.442500', '152436.902500', '152437.362500', '152437.822500', '152438.282500', '152438.742500', '152439.202500', '152439.662500', '152440.122500', '152440.582500', '152441.042500', '152441.502500', '152441.962500', '152442.422500', '152442.882500', '152443.342500', '152443.802500', '152444.262500', '152444.722500', '152445.182500', '152445.642500', '152446.102500', '152446.562500', '152447.022500', '152447.482500', '152447.942500', '152448.402500', '152448.862500', '152449.322500', '152449.782500', '152450.242500', '152450.702500', '152451.162500', '152451.622500', '152452.082500', '152452.542500', '152453.002500', '152453.462500', '152453.922500', '152454.382500', '152454.842500', '152455.302500', '152455.762500', '152456.222500', '152456.682500', '152457.142500', '152457.602500', '152458.062500', '152458.522500', '152458.982500', '152459.442500', '152459.902500', '152500.362500', '152500.822500', '152501.282500', '152501.742500', '152502.202500', '152502.662500', '152503.122500', '152503.582500', '152504.042500', '152504.502500', '152504.962500', '152505.422500', '152505.882500', '152506.342500', '152506.802500', '152507.262500', '152507.722500', '152508.182500', '152508.642500', '152509.102500', '152509.562500', '152510.022500', '152510.482500', '152510.942500', '152511.402500', '152511.862500', '152512.322500', '152512.782500', '152513.242500', '152513.702500', '152514.162500', '152514.622500', '152515.082500', '152515.542500', '152516.002500', '152516.462500', '152516.922500', '152517.382500', '152517.842500', '152518.302500', '152518.762500', '152519.222500', '152519.682500', '152520.142500', '152520.602500', '152521.062500', '152521.522500', '152521.982500', '152522.442500', '152522.902500', '152523.362500', '152523.822500', '152524.282500', '152524.742500', '152525.202500', '152525.662500', '152526.122500', '152526.582500', '152527.042500', '152527.502500', '152527.962500', '152528.422500', '152528.882500', '152529.342500', '152529.802500', '152530.262500', '152530.722500', '152531.182500', '152531.642500', '152532.102500', '152532.562500', '152533.022500', '152533.482500', '152533.942500', '152534.402500', '152534.862500', '152535.322500', '152535.782500', '152536.242500', '152536.702500', '152537.162500', '152537.622500', '152538.082500', '152538.542500', '152539.002500', '152539.462500', '152539.922500', '152540.382500', '152540.842500', '152541.302500', '152541.762500', '152542.222500', '152542.682500', '152543.142500', '152543.602500', '152544.062500', '152544.522500', '152544.982500', '152545.442500', '152545.902500', '152546.362500', '152546.822500', '152547.282500', '152547.742500', '152548.202500', '152548.662500', '152549.122500', '152549.582500', '152550.042500', '152550.502500', '152550.962500', '152551.422500', '152551.882500', '152552.342500', '152552.802500', '152553.262500', '152553.722500', '152554.182500', '152554.642500', '152555.102500', '152555.562500', '152556.022500', '152556.482500', '152556.942500', '152557.402500', '152557.862500', '152558.322500', '152558.782500', '152559.242500', '152559.702500', '152600.162500', '152600.622500', '152601.082500', '152601.542500', '152602.002500', '152602.462500', '152602.922500', '152603.382500', '152603.842500', '152604.302500', '152604.762500', '152605.222500', '152605.682500', '152606.142500', '152606.602500', '152607.062500', '152607.522500', '152607.982500', '152608.442500', '152608.902500', '152609.362500', '152609.822500', '152610.282500', '152610.742500', '152611.202500', '152611.662500', '152612.122500', '152612.582500', '152613.042500', '152613.502500', '152613.962500', '152614.422500', '152614.882500', '152615.342500', '152615.802500', '152616.262500', '152616.722500', '152617.182500', '152617.642500', '152618.102500', '152618.562500', '152619.022500', '152619.482500', '152619.942500', '152620.402500', '152620.862500', '152621.322500', '152621.782500', '152622.242500', '152622.702500', '152623.162500', '152623.622500', '152624.082500', '152624.542500', '152625.002500', '152625.462500', '152625.922500', '152626.382500', '152626.842500', '152627.302500', '152627.762500', '152628.222500', '152628.682500', '152629.142500', '152629.602500', '152630.062500', '152630.522500', '152630.982500', '152631.442500', '152631.902500', '152632.362500', '152632.822500', '152633.282500', '152633.742500', '152634.202500', '152634.662500', '152635.122500', '152635.582500', '152636.042500', '152636.502500', '152636.962500', '152637.422500', '152637.882500', '152638.342500', '152638.802500', '152639.262500', '152639.722500', '152640.182500', '152640.642500', '152641.102500', '152641.562500', '152642.022500', '152642.482500', '152642.942500', '152643.402500', '152643.862500', '152644.322500', '152644.782500', '152645.242500', '152645.702500', '152646.162500', '152646.622500', '152647.082500', '152647.542500', '152648.002500', '152648.462500', '152648.922500', '152649.382500', '152649.842500', '152650.302500', '152650.762500', '152651.222500', '152651.682500', '152652.142500', '152652.602500', '152653.062500', '152653.522500', '152653.982500', '152654.442500', '152654.902500', '152655.362500', '152655.822500', '152656.282500', '152656.742500', '152657.202500', '152657.662500', '152658.122500', '152658.582500', '152659.042500', '152659.502500', '152659.962500', '152700.422500', '152700.882500', '152701.342500', '152701.802500', '152702.262500', '152702.722500', '152703.182500', '152703.642500', '152704.102500', '152704.562500', '152705.022500', '152705.482500', '152705.942500', '152706.402500', '152706.862500', '152707.322500', '152707.782500', '152708.242500', '152708.702500', '152709.162500', '152709.622500', '152710.082500', '152710.542500', '152711.002500', '152711.462500', '152711.922500', '152712.382500', '152712.842500', '152713.302500', '152713.762500', '152714.222500', '152714.682500', '152715.142500', '152715.602500', '152716.062500', '152716.522500', '152716.982500', '152717.442500', '152717.902500', '152718.362500', '152718.822500', '152719.282500', '152719.742500', '152720.202500', '152720.662500', '152721.122500', '152721.582500', '152722.042500', '152722.502500', '152722.962500', '152723.422500', '152723.882500', '152724.342500', '152724.802500', '152725.262500', '152725.722500', '152726.182500', '152726.642500', '152727.102500', '152727.562500', '152728.022500', '152728.482500', '152728.942500', '152729.402500', '152729.862500', '152730.322500', '152730.782500', '152731.242500', '152731.702500', '152732.162500', '152732.622500', '152733.082500', '152733.542500', '152734.002500', '152734.462500', '152734.922500', '152735.382500', '152735.842500', '152736.302500', '152736.762500', '152737.222500', '152737.682500', '152738.142500', '152738.602500', '152739.062500', '152739.522500', '152739.982500', '152740.442500', '152740.902500', '152741.362500', '152741.822500', '152742.282500', '152742.742500', '152743.202500', '152743.662500', '152744.122500', '152744.582500', '152745.042500', '152745.502500', '152745.962500', '152746.422500', '152746.882500', '152747.342500', '152747.802500', '152748.262500', '152748.722500', '152749.182500', '152749.642500', '152750.102500', '152750.562500', '152751.022500'], 'ContentTime': ['152129.215000', '152129.218000', '152129.221000', '152129.224000', '152129.227000', '152129.230000', '152129.233000', '152129.236000', '152129.239000', '152129.241000', '152129.244000', '152129.247000', '152129.250000', '152129.253000', '152129.256000', '152129.259000', '152129.262000', '152129.265000', '152129.268000', '152129.271000', '152129.273000', '152129.276000', '152129.279000', '152129.283000', '152129.286000', '152129.289000', '152129.291000', '152129.294000', '152129.297000', '152129.300000', '152129.303000', '152129.306000', '152129.308000', '152129.311000', '152129.314000', '152129.317000', '152129.319000', '152129.322000', '152129.325000', '152149.177000', '152149.180000', '152149.183000', '152149.185000', '152149.188000', '152149.191000', '152149.194000', '152149.197000', '152149.199000', '152149.202000', '152149.205000', '152149.208000', '152149.211000', '152149.214000', '152149.216000', '152149.219000', '152149.222000', '152149.225000', '152149.228000', '152149.230000', '152149.233000', '152149.236000', '152149.239000', '152149.241000', '152149.244000', '152149.247000', '152149.250000', '152149.253000', '152149.255000', '152149.258000', '152149.262000', '152149.265000', '152149.268000', '152149.271000', '152149.274000', '152149.276000', '152149.279000', '152149.282000', '152149.285000', '152149.287000', '152149.290000', '152149.293000', '152149.296000', '152209.177000', '152209.180000', '152209.183000', '152209.185000', '152209.188000', '152209.191000', '152209.194000', '152209.197000', '152209.199000', '152209.202000', '152209.205000', '152209.208000', '152209.211000', '152209.213000', '152209.216000', '152209.219000', '152209.222000', '152209.225000', '152209.228000', '152209.231000', '152209.234000', '152209.236000', '152209.239000', '152209.242000', '152209.245000', '152209.248000', '152209.250000', '152209.253000', '152209.256000', '152209.259000', '152209.262000', '152209.265000', '152209.267000', '152209.270000', '152209.273000', '152209.276000', '152209.279000', '152209.281000', '152209.284000', '152209.287000', '152209.290000', '152209.293000', '152209.296000', '152209.298000', '152229.187000', '152229.190000', '152229.193000', '152229.195000', '152229.198000', '152229.201000', '152229.204000', '152229.207000', '152229.210000', '152229.212000', '152229.215000', '152229.218000', '152229.221000', '152229.224000', '152229.227000', '152229.229000', '152229.232000', '152229.235000', '152229.238000', '152229.240000', '152229.243000', '152229.246000', '152229.249000', '152229.252000', '152229.255000', '152229.258000', '152229.260000', '152229.263000', '152229.266000', '152229.269000', '152229.272000', '152229.275000', '152229.278000', '152229.281000', '152229.283000', '152229.286000', '152229.289000', '152229.292000', '152229.295000', '152229.298000', '152229.301000', '152229.303000', '152229.306000', '152249.177000', '152249.180000', '152249.183000', '152249.185000', '152249.188000', '152249.191000', '152249.194000', '152249.197000', '152249.200000', '152249.203000', '152249.205000', '152249.208000', '152249.211000', '152249.214000', '152249.217000', '152249.220000', '152249.222000', '152249.225000', '152249.228000', '152249.231000', '152249.234000', '152249.236000', '152249.239000', '152249.242000', '152249.245000', '152249.248000', '152249.250000', '152249.253000', '152249.256000', '152249.259000', '152249.262000', '152249.265000', '152249.267000', '152249.270000', '152249.273000', '152249.276000', '152249.279000', '152249.281000', '152249.284000', '152249.289000', '152249.292000', '152249.295000', '152249.298000', '152249.300000', '152309.177000', '152309.180000', '152309.183000', '152309.186000', '152309.188000', '152309.191000', '152309.194000', '152309.197000', '152309.200000', '152309.202000', '152309.205000', '152309.208000', '152309.211000', '152309.214000', '152309.217000', '152309.220000', '152309.222000', '152309.225000', '152309.228000', '152309.231000', '152309.234000', '152309.237000', '152309.239000', '152309.242000', '152309.245000', '152309.248000', '152309.251000', '152309.254000', '152309.256000', '152309.259000', '152309.262000', '152309.265000', '152309.268000', '152309.270000', '152309.273000', '152309.276000', '152309.279000', '152309.282000', '152309.285000', '152309.287000', '152309.290000', '152309.293000', '152309.296000', '152329.176000', '152329.179000', '152329.181000', '152329.184000', '152329.187000', '152329.190000', '152329.193000', '152329.196000', '152329.199000', '152329.201000', '152329.204000', '152329.207000', '152329.210000', '152329.213000', '152329.216000', '152329.218000', '152329.221000', '152329.224000', '152329.227000', '152329.230000', '152329.233000', '152329.236000', '152329.238000', '152329.241000', '152329.244000', '152329.247000', '152329.250000', '152329.253000', '152329.256000', '152329.258000', '152329.261000', '152329.264000', '152329.268000', '152329.271000', '152329.274000', '152329.277000', '152329.279000', '152329.282000', '152329.285000', '152329.288000', '152329.291000', '152329.294000', '152329.296000', '152329.299000', '152349.176000', '152349.179000', '152349.182000', '152349.185000', '152349.188000', '152349.190000', '152349.193000', '152349.196000', '152349.199000', '152349.202000', '152349.205000', '152349.208000', '152349.210000', '152349.213000', '152349.216000', '152349.219000', '152349.222000', '152349.225000', '152349.228000', '152349.230000', '152349.233000', '152349.236000', '152349.239000', '152349.242000', '152349.244000', '152349.247000', '152349.250000', '152349.253000', '152349.256000', '152349.259000', '152349.262000', '152349.265000', '152349.267000', '152349.270000', '152349.273000', '152349.276000', '152349.279000', '152349.281000', '152349.284000', '152349.303000', '152349.306000', '152349.308000', '152349.311000', '152409.177000', '152409.180000', '152409.182000', '152409.185000', '152409.188000', '152409.191000', '152409.194000', '152409.197000', '152409.199000', '152409.202000', '152409.205000', '152409.208000', '152409.211000', '152409.214000', '152409.217000', '152409.219000', '152409.222000', '152409.225000', '152409.228000', '152409.231000', '152409.234000', '152409.236000', '152409.239000', '152409.242000', '152409.245000', '152409.248000', '152409.251000', '152409.254000', '152409.256000', '152409.259000', '152409.262000', '152409.265000', '152409.268000', '152409.271000', '152409.273000', '152409.276000', '152409.279000', '152409.282000', '152409.285000', '152409.288000', '152409.290000', '152409.293000', '152409.296000', '152409.299000', '152429.177000', '152429.180000', '152429.183000', '152429.186000', '152429.188000', '152429.191000', '152429.194000', '152429.197000', '152429.200000', '152429.203000', '152429.206000', '152429.208000', '152429.211000', '152429.214000', '152429.217000', '152429.220000', '152429.223000', '152429.226000', '152429.228000', '152429.231000', '152429.234000', '152429.237000', '152429.240000', '152429.243000', '152429.246000', '152429.249000', '152429.251000', '152429.254000', '152429.257000', '152429.260000', '152429.263000', '152429.266000', '152429.268000', '152429.271000', '152429.274000', '152429.277000', '152429.280000', '152429.283000', '152429.285000', '152429.288000', '152429.291000', '152429.294000', '152429.297000', '152449.177000', '152449.180000', '152449.183000', '152449.185000', '152449.188000', '152449.193000', '152449.198000', '152449.201000', '152449.204000', '152449.207000', '152449.210000', '152449.213000', '152449.216000', '152449.218000', '152449.221000', '152449.224000', '152449.227000', '152449.230000', '152449.233000', '152449.236000', '152449.238000', '152449.241000', '152449.244000', '152449.247000', '152449.250000', '152449.252000', '152449.255000', '152449.258000', '152449.261000', '152449.264000', '152449.267000', '152449.270000', '152449.272000', '152449.275000', '152449.278000', '152449.281000', '152449.284000', '152449.287000', '152449.289000', '152449.292000', '152449.295000', '152449.298000', '152449.301000', '152509.177000', '152509.180000', '152509.183000', '152509.186000', '152509.189000', '152509.192000', '152509.194000', '152509.197000', '152509.200000', '152509.203000', '152509.206000', '152509.209000', '152509.211000', '152509.215000', '152509.217000', '152509.220000', '152509.223000', '152509.226000', '152509.229000', '152509.232000', '152509.234000', '152509.237000', '152509.240000', '152509.243000', '152509.246000', '152509.249000', '152509.252000', '152509.254000', '152509.257000', '152509.260000', '152509.263000', '152509.266000', '152509.269000', '152509.272000', '152509.274000', '152509.277000', '152509.280000', '152509.283000', '152509.286000', '152509.289000', '152509.292000', '152509.295000', '152509.297000', '152509.300000', '152529.177000', '152529.180000', '152529.183000', '152529.186000', '152529.189000', '152529.192000', '152529.195000', '152529.198000', '152529.202000', '152529.208000', '152529.211000', '152529.214000', '152529.217000', '152529.220000', '152529.223000', '152529.226000', '152529.229000', '152529.232000', '152529.234000', '152529.237000', '152529.240000', '152529.254000', '152529.257000', '152529.260000', '152529.263000', '152529.266000', '152529.269000', '152529.271000', '152529.274000', '152529.277000', '152529.280000', '152529.283000', '152529.286000', '152529.289000', '152529.292000', '152529.295000', '152529.297000', '152529.300000', '152529.303000', '152529.306000', '152529.309000', '152529.312000', '152529.315000', '152549.176000', '152549.179000', '152549.182000', '152549.184000', '152549.187000', '152549.190000', '152549.193000', '152549.196000', '152549.199000', '152549.202000', '152549.205000', '152549.207000', '152549.210000', '152549.213000', '152549.216000', '152549.219000', '152549.222000', '152549.224000', '152549.227000', '152549.230000', '152549.233000', '152549.236000', '152549.239000', '152549.242000', '152549.245000', '152549.247000', '152549.250000', '152549.253000', '152549.256000', '152549.259000', '152549.261000', '152549.264000', '152549.267000', '152549.270000', '152549.273000', '152549.276000', '152549.279000', '152549.282000', '152549.284000', '152549.287000', '152549.290000', '152549.293000', '152549.296000', '152549.298000', '152609.176000', '152609.179000', '152609.182000', '152609.185000', '152609.187000', '152609.190000', '152609.193000', '152609.196000', '152609.199000', '152609.202000', '152609.205000', '152609.208000', '152609.211000', '152609.214000', '152609.217000', '152609.220000', '152609.225000', '152609.229000', '152609.231000', '152609.234000', '152609.237000', '152609.240000', '152609.243000', '152609.246000', '152609.249000', '152609.252000', '152609.254000', '152609.257000', '152609.260000', '152609.263000', '152609.266000', '152609.269000', '152609.272000', '152609.274000', '152609.277000', '152609.280000', '152609.283000', '152609.286000', '152609.289000', '152609.292000', '152609.294000', '152609.297000', '152609.300000', '152629.177000', '152629.180000', '152629.183000', '152629.186000', '152629.188000', '152629.191000', '152629.194000', '152629.197000', '152629.200000', '152629.203000', '152629.205000', '152629.208000', '152629.211000', '152629.214000', '152629.217000', '152629.220000', '152629.222000', '152629.225000', '152629.228000', '152629.231000', '152629.234000', '152629.237000', '152629.240000', '152629.243000', '152629.245000', '152629.248000', '152629.251000', '152629.254000', '152629.257000', '152629.259000', '152629.262000', '152629.265000', '152629.268000', '152629.271000', '152629.274000', '152629.277000', '152629.279000', '152629.282000', '152629.285000', '152629.288000', '152629.291000', '152629.294000', '152629.296000', '152629.299000', '152649.178000', '152649.182000', '152649.184000', '152649.187000', '152649.190000', '152649.193000', '152649.196000', '152649.199000', '152649.202000', '152649.205000', '152649.207000', '152649.210000', '152649.213000', '152649.216000', '152649.219000', '152649.222000', '152649.224000', '152649.227000', '152649.230000', '152649.233000', '152649.236000', '152649.239000', '152649.242000', '152649.245000', '152649.248000', '152649.252000', '152649.256000', '152649.260000', '152649.262000', '152649.265000', '152649.268000', '152649.271000', '152649.291000', '152649.293000', '152649.296000', '152649.299000', '152649.302000', '152649.305000', '152649.308000', '152649.311000', '152649.313000', '152649.316000', '152649.319000', '152709.177000', '152709.180000', '152709.183000', '152709.186000', '152709.189000', '152709.191000', '152709.194000', '152709.197000', '152709.200000', '152709.203000', '152709.206000', '152709.209000', '152709.211000', '152709.214000', '152709.217000', '152709.220000', '152709.223000', '152709.226000', '152709.229000', '152709.232000', '152709.234000', '152709.237000', '152709.240000', '152709.243000', '152709.246000', '152709.249000', '152709.252000', '152709.255000', '152709.257000', '152709.260000', '152709.263000', '152709.266000', '152709.269000', '152709.272000', '152709.274000', '152709.277000', '152709.280000', '152709.283000', '152709.286000', '152709.289000', '152709.291000', '152709.294000', '152709.297000', '152709.300000', '152729.177000', '152729.180000', '152729.183000', '152729.185000', '152729.188000', '152729.191000', '152729.194000', '152729.197000', '152729.200000', '152729.203000', '152729.205000', '152729.208000', '152729.211000', '152729.214000', '152729.217000', '152729.220000', '152729.223000', '152729.226000', '152729.228000', '152729.231000', '152729.234000', '152729.237000', '152729.240000', '152729.242000', '152729.245000', '152729.248000', '152729.251000', '152729.254000', '152729.257000', '152729.260000', '152729.265000', '152729.269000', '152729.272000', '152729.275000', '152729.277000', '152729.280000', '152729.283000', '152729.286000', '152729.289000', '152729.292000', '152729.294000', '152729.297000', '152729.300000', '152749.177000', '152749.180000', '152749.183000', '152749.186000', '152749.189000', '152749.192000', '152749.194000', '152749.197000', '152749.200000', '152749.203000', '152749.206000', '152749.208000', '152749.211000', '152749.221000', '152749.223000', '152749.226000', '152749.229000', '152749.232000', '152749.235000', '152749.238000', '152749.241000', '152749.244000', '152749.246000', '152749.249000', '152749.252000', '152749.255000', '152749.258000', '152749.261000', '152749.263000', '152749.266000', '152749.269000', '152749.272000', '152749.275000', '152749.278000', '152749.281000', '152749.284000', '152749.286000', '152749.289000', '152749.292000', '152749.295000', '152749.298000', '152749.301000', '152749.304000', '152749.306000', '152752.320000', '152752.323000', '152752.326000', '152752.329000', '152752.332000', '152752.335000', '152752.338000'], 'InstanceCreationTime': ['152129.215000', '152129.218000', '152129.221000', '152129.224000', '152129.227000', '152129.230000', '152129.233000', '152129.236000', '152129.239000', '152129.241000', '152129.244000', '152129.247000', '152129.250000', '152129.253000', '152129.256000', '152129.259000', '152129.262000', '152129.265000', '152129.268000', '152129.271000', '152129.273000', '152129.276000', '152129.279000', '152129.283000', '152129.286000', '152129.289000', '152129.291000', '152129.294000', '152129.297000', '152129.300000', '152129.303000', '152129.306000', '152129.308000', '152129.311000', '152129.314000', '152129.317000', '152129.319000', '152129.322000', '152129.325000', '152149.177000', '152149.180000', '152149.183000', '152149.185000', '152149.188000', '152149.191000', '152149.194000', '152149.197000', '152149.199000', '152149.202000', '152149.205000', '152149.208000', '152149.211000', '152149.214000', '152149.216000', '152149.219000', '152149.222000', '152149.225000', '152149.228000', '152149.230000', '152149.233000', '152149.236000', '152149.239000', '152149.241000', '152149.244000', '152149.247000', '152149.250000', '152149.253000', '152149.255000', '152149.258000', '152149.262000', '152149.265000', '152149.268000', '152149.271000', '152149.274000', '152149.276000', '152149.279000', '152149.282000', '152149.285000', '152149.287000', '152149.290000', '152149.293000', '152149.296000', '152209.177000', '152209.180000', '152209.183000', '152209.185000', '152209.188000', '152209.191000', '152209.194000', '152209.197000', '152209.199000', '152209.202000', '152209.205000', '152209.208000', '152209.211000', '152209.213000', '152209.216000', '152209.219000', '152209.222000', '152209.225000', '152209.228000', '152209.231000', '152209.234000', '152209.236000', '152209.239000', '152209.242000', '152209.245000', '152209.248000', '152209.250000', '152209.253000', '152209.256000', '152209.259000', '152209.262000', '152209.265000', '152209.267000', '152209.270000', '152209.273000', '152209.276000', '152209.279000', '152209.281000', '152209.284000', '152209.287000', '152209.290000', '152209.293000', '152209.296000', '152209.298000', '152229.187000', '152229.190000', '152229.193000', '152229.195000', '152229.198000', '152229.201000', '152229.204000', '152229.207000', '152229.210000', '152229.212000', '152229.215000', '152229.218000', '152229.221000', '152229.224000', '152229.227000', '152229.229000', '152229.232000', '152229.235000', '152229.238000', '152229.240000', '152229.243000', '152229.246000', '152229.249000', '152229.252000', '152229.255000', '152229.258000', '152229.260000', '152229.263000', '152229.266000', '152229.269000', '152229.272000', '152229.275000', '152229.278000', '152229.281000', '152229.283000', '152229.286000', '152229.289000', '152229.292000', '152229.295000', '152229.298000', '152229.301000', '152229.303000', '152229.306000', '152249.177000', '152249.180000', '152249.183000', '152249.185000', '152249.188000', '152249.191000', '152249.194000', '152249.197000', '152249.200000', '152249.203000', '152249.205000', '152249.208000', '152249.211000', '152249.214000', '152249.217000', '152249.220000', '152249.222000', '152249.225000', '152249.228000', '152249.231000', '152249.234000', '152249.236000', '152249.239000', '152249.242000', '152249.245000', '152249.248000', '152249.250000', '152249.253000', '152249.256000', '152249.259000', '152249.262000', '152249.265000', '152249.267000', '152249.270000', '152249.273000', '152249.276000', '152249.279000', '152249.281000', '152249.284000', '152249.289000', '152249.292000', '152249.295000', '152249.298000', '152249.300000', '152309.177000', '152309.180000', '152309.183000', '152309.186000', '152309.188000', '152309.191000', '152309.194000', '152309.197000', '152309.200000', '152309.202000', '152309.205000', '152309.208000', '152309.211000', '152309.214000', '152309.217000', '152309.220000', '152309.222000', '152309.225000', '152309.228000', '152309.231000', '152309.234000', '152309.237000', '152309.239000', '152309.242000', '152309.245000', '152309.248000', '152309.251000', '152309.254000', '152309.256000', '152309.259000', '152309.262000', '152309.265000', '152309.268000', '152309.270000', '152309.273000', '152309.276000', '152309.279000', '152309.282000', '152309.285000', '152309.287000', '152309.290000', '152309.293000', '152309.296000', '152329.176000', '152329.179000', '152329.181000', '152329.184000', '152329.187000', '152329.190000', '152329.193000', '152329.196000', '152329.199000', '152329.201000', '152329.204000', '152329.207000', '152329.210000', '152329.213000', '152329.216000', '152329.218000', '152329.221000', '152329.224000', '152329.227000', '152329.230000', '152329.233000', '152329.236000', '152329.238000', '152329.241000', '152329.244000', '152329.247000', '152329.250000', '152329.253000', '152329.256000', '152329.258000', '152329.261000', '152329.264000', '152329.268000', '152329.271000', '152329.274000', '152329.277000', '152329.279000', '152329.282000', '152329.285000', '152329.288000', '152329.291000', '152329.294000', '152329.296000', '152329.299000', '152349.176000', '152349.179000', '152349.182000', '152349.185000', '152349.188000', '152349.190000', '152349.193000', '152349.196000', '152349.199000', '152349.202000', '152349.205000', '152349.208000', '152349.210000', '152349.213000', '152349.216000', '152349.219000', '152349.222000', '152349.225000', '152349.228000', '152349.230000', '152349.233000', '152349.236000', '152349.239000', '152349.242000', '152349.244000', '152349.247000', '152349.250000', '152349.253000', '152349.256000', '152349.259000', '152349.262000', '152349.265000', '152349.267000', '152349.270000', '152349.273000', '152349.276000', '152349.279000', '152349.281000', '152349.284000', '152349.303000', '152349.306000', '152349.308000', '152349.311000', '152409.177000', '152409.180000', '152409.182000', '152409.185000', '152409.188000', '152409.191000', '152409.194000', '152409.197000', '152409.199000', '152409.202000', '152409.205000', '152409.208000', '152409.211000', '152409.214000', '152409.217000', '152409.219000', '152409.222000', '152409.225000', '152409.228000', '152409.231000', '152409.234000', '152409.236000', '152409.239000', '152409.242000', '152409.245000', '152409.248000', '152409.251000', '152409.254000', '152409.256000', '152409.259000', '152409.262000', '152409.265000', '152409.268000', '152409.271000', '152409.273000', '152409.276000', '152409.279000', '152409.282000', '152409.285000', '152409.288000', '152409.290000', '152409.293000', '152409.296000', '152409.299000', '152429.177000', '152429.180000', '152429.183000', '152429.186000', '152429.188000', '152429.191000', '152429.194000', '152429.197000', '152429.200000', '152429.203000', '152429.206000', '152429.208000', '152429.211000', '152429.214000', '152429.217000', '152429.220000', '152429.223000', '152429.226000', '152429.228000', '152429.231000', '152429.234000', '152429.237000', '152429.240000', '152429.243000', '152429.246000', '152429.249000', '152429.251000', '152429.254000', '152429.257000', '152429.260000', '152429.263000', '152429.266000', '152429.268000', '152429.271000', '152429.274000', '152429.277000', '152429.280000', '152429.283000', '152429.285000', '152429.288000', '152429.291000', '152429.294000', '152429.297000', '152449.177000', '152449.180000', '152449.183000', '152449.185000', '152449.188000', '152449.193000', '152449.198000', '152449.201000', '152449.204000', '152449.207000', '152449.210000', '152449.213000', '152449.216000', '152449.218000', '152449.221000', '152449.224000', '152449.227000', '152449.230000', '152449.233000', '152449.236000', '152449.238000', '152449.241000', '152449.244000', '152449.247000', '152449.250000', '152449.252000', '152449.255000', '152449.258000', '152449.261000', '152449.264000', '152449.267000', '152449.270000', '152449.272000', '152449.275000', '152449.278000', '152449.281000', '152449.284000', '152449.287000', '152449.289000', '152449.292000', '152449.295000', '152449.298000', '152449.301000', '152509.177000', '152509.180000', '152509.183000', '152509.186000', '152509.189000', '152509.192000', '152509.194000', '152509.197000', '152509.200000', '152509.203000', '152509.206000', '152509.209000', '152509.211000', '152509.215000', '152509.217000', '152509.220000', '152509.223000', '152509.226000', '152509.229000', '152509.232000', '152509.234000', '152509.237000', '152509.240000', '152509.243000', '152509.246000', '152509.249000', '152509.252000', '152509.254000', '152509.257000', '152509.260000', '152509.263000', '152509.266000', '152509.269000', '152509.272000', '152509.274000', '152509.277000', '152509.280000', '152509.283000', '152509.286000', '152509.289000', '152509.292000', '152509.295000', '152509.297000', '152509.300000', '152529.177000', '152529.180000', '152529.183000', '152529.186000', '152529.189000', '152529.192000', '152529.195000', '152529.198000', '152529.202000', '152529.208000', '152529.211000', '152529.214000', '152529.217000', '152529.220000', '152529.223000', '152529.226000', '152529.229000', '152529.232000', '152529.234000', '152529.237000', '152529.240000', '152529.254000', '152529.257000', '152529.260000', '152529.263000', '152529.266000', '152529.269000', '152529.271000', '152529.274000', '152529.277000', '152529.280000', '152529.283000', '152529.286000', '152529.289000', '152529.292000', '152529.295000', '152529.297000', '152529.300000', '152529.303000', '152529.306000', '152529.309000', '152529.312000', '152529.315000', '152549.176000', '152549.179000', '152549.182000', '152549.184000', '152549.187000', '152549.190000', '152549.193000', '152549.196000', '152549.199000', '152549.202000', '152549.205000', '152549.207000', '152549.210000', '152549.213000', '152549.216000', '152549.219000', '152549.222000', '152549.224000', '152549.227000', '152549.230000', '152549.233000', '152549.236000', '152549.239000', '152549.242000', '152549.245000', '152549.247000', '152549.250000', '152549.253000', '152549.256000', '152549.259000', '152549.261000', '152549.264000', '152549.267000', '152549.270000', '152549.273000', '152549.276000', '152549.279000', '152549.282000', '152549.284000', '152549.287000', '152549.290000', '152549.293000', '152549.296000', '152549.298000', '152609.176000', '152609.179000', '152609.182000', '152609.185000', '152609.187000', '152609.190000', '152609.193000', '152609.196000', '152609.199000', '152609.202000', '152609.205000', '152609.208000', '152609.211000', '152609.214000', '152609.217000', '152609.220000', '152609.225000', '152609.229000', '152609.231000', '152609.234000', '152609.237000', '152609.240000', '152609.243000', '152609.246000', '152609.249000', '152609.252000', '152609.254000', '152609.257000', '152609.260000', '152609.263000', '152609.266000', '152609.269000', '152609.272000', '152609.274000', '152609.277000', '152609.280000', '152609.283000', '152609.286000', '152609.289000', '152609.292000', '152609.294000', '152609.297000', '152609.300000', '152629.177000', '152629.180000', '152629.183000', '152629.186000', '152629.188000', '152629.191000', '152629.194000', '152629.197000', '152629.200000', '152629.203000', '152629.205000', '152629.208000', '152629.211000', '152629.214000', '152629.217000', '152629.220000', '152629.222000', '152629.225000', '152629.228000', '152629.231000', '152629.234000', '152629.237000', '152629.240000', '152629.243000', '152629.245000', '152629.248000', '152629.251000', '152629.254000', '152629.257000', '152629.259000', '152629.262000', '152629.265000', '152629.268000', '152629.271000', '152629.274000', '152629.277000', '152629.279000', '152629.282000', '152629.285000', '152629.288000', '152629.291000', '152629.294000', '152629.296000', '152629.299000', '152649.178000', '152649.182000', '152649.184000', '152649.187000', '152649.190000', '152649.193000', '152649.196000', '152649.199000', '152649.202000', '152649.205000', '152649.207000', '152649.210000', '152649.213000', '152649.216000', '152649.219000', '152649.222000', '152649.224000', '152649.227000', '152649.230000', '152649.233000', '152649.236000', '152649.239000', '152649.242000', '152649.245000', '152649.248000', '152649.252000', '152649.256000', '152649.260000', '152649.262000', '152649.265000', '152649.268000', '152649.271000', '152649.291000', '152649.293000', '152649.296000', '152649.299000', '152649.302000', '152649.305000', '152649.308000', '152649.311000', '152649.313000', '152649.316000', '152649.319000', '152709.177000', '152709.180000', '152709.183000', '152709.186000', '152709.189000', '152709.191000', '152709.194000', '152709.197000', '152709.200000', '152709.203000', '152709.206000', '152709.209000', '152709.211000', '152709.214000', '152709.217000', '152709.220000', '152709.223000', '152709.226000', '152709.229000', '152709.232000', '152709.234000', '152709.237000', '152709.240000', '152709.243000', '152709.246000', '152709.249000', '152709.252000', '152709.255000', '152709.257000', '152709.260000', '152709.263000', '152709.266000', '152709.269000', '152709.272000', '152709.274000', '152709.277000', '152709.280000', '152709.283000', '152709.286000', '152709.289000', '152709.291000', '152709.294000', '152709.297000', '152709.300000', '152729.177000', '152729.180000', '152729.183000', '152729.185000', '152729.188000', '152729.191000', '152729.194000', '152729.197000', '152729.200000', '152729.203000', '152729.205000', '152729.208000', '152729.211000', '152729.214000', '152729.217000', '152729.220000', '152729.223000', '152729.226000', '152729.228000', '152729.231000', '152729.234000', '152729.237000', '152729.240000', '152729.242000', '152729.245000', '152729.248000', '152729.251000', '152729.254000', '152729.257000', '152729.260000', '152729.265000', '152729.269000', '152729.272000', '152729.275000', '152729.277000', '152729.280000', '152729.283000', '152729.286000', '152729.289000', '152729.292000', '152729.294000', '152729.297000', '152729.300000', '152749.177000', '152749.180000', '152749.183000', '152749.186000', '152749.189000', '152749.192000', '152749.194000', '152749.197000', '152749.200000', '152749.203000', '152749.206000', '152749.208000', '152749.211000', '152749.221000', '152749.223000', '152749.226000', '152749.229000', '152749.232000', '152749.235000', '152749.238000', '152749.241000', '152749.244000', '152749.246000', '152749.249000', '152749.252000', '152749.255000', '152749.258000', '152749.261000', '152749.263000', '152749.266000', '152749.269000', '152749.272000', '152749.275000', '152749.278000', '152749.281000', '152749.284000', '152749.286000', '152749.289000', '152749.292000', '152749.295000', '152749.298000', '152749.301000', '152749.304000', '152749.306000', '152752.320000', '152752.323000', '152752.326000', '152752.329000', '152752.332000', '152752.335000', '152752.338000'], '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': [9631, 11484, 8967, 13895, 8744, 10402, 8672, 9891, 9759, 9376, 13721, 8962, 12380, 8953, 9852, 8758, 9856, 9740, 9564, 8686, 9538, 11007, 9368, 12355, 8384, 9688, 8734, 9282, 10889, 8570, 14146, 11271, 9638, 8736, 9584, 8648, 9443, 12688, 9968, 12999, 9040, 10263, 9557, 9574, 9678, 8599, 12926, 10523, 9604, 10455, 9630, 8826, 8985, 12861, 8963, 12422, 8665, 9601, 8539, 9955, 11190, 9463, 12233, 9146, 8695, 8938, 9640, 8951, 12582, 8847, 11014, 8754, 9839, 8713, 9568, 9432, 9512, 10002, 9444, 8983, 9304, 11833, 8923, 11553, 9134, 9978, 8806, 12329, 8773, 10300, 8883, 9904, 8889, 9267, 11375, 9421, 9924, 9031, 10425, 9016, 10163, 11577, 8949, 9692, 9078, 10275, 9074, 12847, 9585, 13029, 8726, 9616, 8956, 9859, 8400, 9157, 13099, 9437, 11480, 8777, 11168, 8748, 12429, 8448, 13247, 11032, 9533, 9315, 9418, 10228, 8978, 10699, 9016, 13558, 8528, 9695, 9455, 9163, 9160, 8692, 12809, 9774, 13062, 8723, 9983, 8660, 10687, 9247, 9357, 9316, 9319, 10349, 9101, 9931, 9197, 12707, 8874, 9721, 9028, 9085, 10016, 9053, 12594, 9004, 12547, 8934, 11641, 8764, 12091, 8508, 12323, 10802, 8898, 10023, 8776, 8759, 9035, 11023, 8979, 13435, 8583, 9848, 8914, 9615, 8250, 9251, 12663, 9010, 10958, 9018, 9619, 9127, 11063, 8973, 12948, 10311, 9840, 7929, 9331, 8850, 9223, 9121, 9334, 11211, 9046, 10737, 8973, 9384, 9027, 10985, 9095, 13243, 8988, 9746, 9837, 9424, 8927, 9012, 13012, 10367, 9540, 9608, 9183, 9014, 9065, 11143, 8878, 13093, 10668, 12502, 8939, 9749, 8751, 9902, 8450, 9263, 9542, 9243, 8415, 9209, 9744, 8720, 10045, 8324, 9946, 9879, 9384, 9242, 9292, 12580, 10255, 12225, 8941, 9850, 8229, 9399, 9235, 9402, 12632, 9351, 11126, 9148, 10023, 9108, 11032, 8711, 11839, 8813, 9443, 8765, 9680, 8807, 9352, 10375, 9150, 8912, 9112, 10032, 8888, 12616, 10271, 11404, 7947, 9484, 9982, 9240, 9191, 9087, 13016, 8799, 11659, 8667, 9247, 8621, 9682, 10030, 9030, 13452, 10752, 9370, 8479, 9010, 10177, 8948, 12910, 10550, 12720, 11163, 9327, 9716, 9236, 9861, 9433, 11392, 9267, 11507, 9228, 10227, 9287, 10114, 8784, 9896, 9175, 9504, 8474, 9046, 9411, 9146, 11178, 8691, 12706, 10582, 10568, 8869, 9186, 8847, 9124, 10577, 8904, 13991, 9511, 12441, 8513, 9242, 8615, 9351, 8678, 9341, 11132, 9159, 8694, 9210, 9025, 9206, 11558, 9004, 11604, 9102, 9509, 8459, 9853, 8124, 9595, 12330, 9335, 10167, 9130, 11286, 8892, 12515, 9230, 10819, 10818, 9187, 9558, 8926, 9887, 9105, 11862, 8971, 10972, 8125, 9472, 9316, 9340, 9665, 9438, 12466, 9097, 13276, 8871, 11386, 9035, 11249, 8663, 12010, 8458, 10709, 10344, 9033, 9755, 8977, 9836, 9174, 9269, 9096, 12035, 8795, 12833, 8696, 9719, 8916, 9774, 8072, 9502, 9415, 9407, 11354, 9061, 10008, 9372, 10240, 9323, 12298, 9716, 9780, 8899, 10110, 7950, 9701, 9899, 9349, 11605, 9034, 9563, 8339, 9588, 9295, 9554, 12913, 9397, 12124, 8789, 11129, 8913, 12565, 9640, 14278, 11543, 9501, 8875, 9211, 9787, 9315, 9495, 9024, 13132, 8895, 12523, 8760, 10075, 8613, 9538, 10070, 9454, 9909, 9237, 9063, 9291, 11190, 8583, 13113, 8727, 9363, 8051, 9232, 9576, 9236, 12970, 8982, 12320, 8826, 11413, 8663, 12464, 9471, 9157, 8199, 9319, 9796, 9271, 10174, 8520, 13271, 8115, 9324, 9434, 9865, 9876, 9351, 11446, 9216, 13766, 8931, 12785, 8702, 12160, 8552, 11079, 10156, 9134, 9939, 9221, 8497, 9184, 9827, 8514, 10077, 8882, 9180, 8776, 9108, 10007, 8919, 12522, 10260, 13083, 8589, 9517, 9484, 9089, 9660, 9387, 11705, 9167, 12645, 9243, 10098, 9271, 10760, 8990, 12683, 9053, 9827, 9190, 9585, 9665, 9333, 9621, 9392, 13282, 9272, 12324, 9136, 10992, 9262, 11967, 8922, 12871, 9656, 10011, 8050, 10136, 9279, 9701, 10670, 9477, 11788, 9409, 10825, 9112, 10420, 8843, 11133, 10087, 9408, 10202, 9218, 8962, 9129, 10267, 9441, 12311, 9799, 13506, 8938, 9497, 8984, 9604, 8836, 9688, 10616, 9182, 10465, 8963, 8677, 9221, 9727, 9027, 12810, 8978, 12480, 9175, 9514, 9086, 9672, 8108, 9493, 12184, 9167, 10967, 8870, 10965, 8742, 11262, 10720, 9034, 9843, 8890, 10416, 7750, 9098, 9013, 9133, 13852, 11626, 10817, 9605, 9092, 9441, 9092, 9705, 9002, 13426, 10398, 12229, 8650, 9368, 8637, 9650, 8170, 9380, 10896, 9285, 9124, 9260, 8492, 9305, 8857, 9387, 11630, 9071, 10871, 8580, 9309, 8720, 10563, 8539, 11012, 10406, 9495, 10249, 9311, 9087, 9318, 10203, 9110, 12720, 9986, 12670, 9072, 11357, 9025, 11222, 8719, 11162, 9568, 9281, 9754, 9169, 8844, 9121, 9745, 9303, 12512, 10180, 12816, 8788, 9406, 8607, 9797, 8046, 9657, 9925, 9394, 10337, 9294, 9584, 9510, 11961, 9169, 12631, 8765, 9469, 8575, 9520, 8758, 9863, 12503, 9136, 11033, 8867, 9500, 8948, 10991, 8778, 13303, 10107, 9244, 8670, 9116, 9519, 9090, 10253, 9182, 13137, 9183, 12206, 8962, 10389, 8966, 9589, 9659, 9519, 9534, 9163, 9570, 9142, 11520, 9002, 13159, 10731, 9554, 10297, 9180, 9329, 9028, 11329, 8810, 12758, 10530, 9468, 9882, 9213, 8682, 9168, 11316, 8546, 14221, 10899, 9275, 7966, 9162, 9602, 9385, 10220, 8999, 13856, 8962, 11729, 9080, 9627, 8813, 9747, 9400, 9587, 9366, 9181, 9408, 9103, 10864, 8976, 12873, 10708, 12103, 8973, 9574, 7735, 9618, 9224, 9688, 12203, 9226, 9573, 8979, 10618, 8877, 12668, 9975, 12555, 8935, 9168, 7800, 9134, 7880, 9318, 10486, 9231, 11691, 9158, 9328, 8778, 9485, 8820, 9688, 10664, 9408, 11429, 9074, 9959, 9029, 11271, 9061, 13545, 10561, 9998, 9576, 9192, 10021, 9349, 9359, 8993, 12725, 8910, 12584, 8733, 9245, 7710, 9452, 10031, 9030, 13334, 8529, 12453, 8819, 11638, 8726, 12851, 10313, 11653, 9342, 9237, 8198, 9423, 10065, 9340, 13477, 8676, 12707, 8429, 11010, 8530, 12092, 8678, 10613, 10025, 9074, 9726, 9120, 8708, 9106, 12471], 'WindowCenter': [4237.0, 4243.0, 4209.0, 4238.0, 4184.0, 4203.0, 4183.0, 4190.0, 4192.0, 4192.0, 4223.0, 4183.0, 4209.0, 4181.0, 4188.0, 4183.0, 4189.0, 4193.0, 4192.0, 4181.0, 4191.0, 4212.0, 4194.0, 4223.0, 4183.0, 4190.0, 4183.0, 4193.0, 4199.0, 4183.0, 4234.0, 4214.0, 4191.0, 4181.0, 4179.0, 4169.0, 4179.0, 4211.0, 4178.0, 4209.0, 4168.0, 4189.0, 4190.0, 4190.0, 4188.0, 4180.0, 4220.0, 4203.0, 4194.0, 4202.0, 4191.0, 4180.0, 4180.0, 4211.0, 4182.0, 4209.0, 4168.0, 4178.0, 4169.0, 4188.0, 4199.0, 4178.0, 4200.0, 4166.0, 4155.0, 4165.0, 4177.0, 4178.0, 4209.0, 4179.0, 4187.0, 4170.0, 4187.0, 4168.0, 4188.0, 4192.0, 4189.0, 4189.0, 4178.0, 4181.0, 4190.0, 4211.0, 4180.0, 4200.0, 4192.0, 4190.0, 4192.0, 4219.0, 4183.0, 4191.0, 4181.0, 4189.0, 4182.0, 4189.0, 4211.0, 4192.0, 4190.0, 4192.0, 4200.0, 4193.0, 4201.0, 4225.0, 4192.0, 4191.0, 4180.0, 4202.0, 4181.0, 4210.0, 4192.0, 4221.0, 4181.0, 4189.0, 4193.0, 4188.0, 4181.0, 4190.0, 4222.0, 4180.0, 4199.0, 4168.0, 4198.0, 4169.0, 4209.0, 4169.0, 4220.0, 4200.0, 4177.0, 4178.0, 4177.0, 4187.0, 4179.0, 4199.0, 4180.0, 4221.0, 4180.0, 4190.0, 4191.0, 4188.0, 4189.0, 4180.0, 4221.0, 4203.0, 4219.0, 4182.0, 4190.0, 4180.0, 4200.0, 4192.0, 4189.0, 4181.0, 4178.0, 4190.0, 4192.0, 4201.0, 4191.0, 4221.0, 4192.0, 4200.0, 4193.0, 4191.0, 4203.0, 4193.0, 4223.0, 4181.0, 4213.0, 4181.0, 4199.0, 4169.0, 4209.0, 4181.0, 4210.0, 4201.0, 4180.0, 4190.0, 4180.0, 4182.0, 4190.0, 4213.0, 4192.0, 4222.0, 4182.0, 4201.0, 4193.0, 4190.0, 4181.0, 4193.0, 4224.0, 4179.0, 4202.0, 4181.0, 4188.0, 4190.0, 4201.0, 4192.0, 4222.0, 4202.0, 4188.0, 4169.0, 4188.0, 4181.0, 4178.0, 4191.0, 4179.0, 4202.0, 4179.0, 4203.0, 4193.0, 4192.0, 4191.0, 4211.0, 4193.0, 4221.0, 4181.0, 4204.0, 4203.0, 4192.0, 4190.0, 4193.0, 4235.0, 4214.0, 4203.0, 4202.0, 4191.0, 4181.0, 4192.0, 4211.0, 4180.0, 4221.0, 4203.0, 4211.0, 4182.0, 4188.0, 4181.0, 4189.0, 4180.0, 4192.0, 4192.0, 4192.0, 4182.0, 4204.0, 4202.0, 4192.0, 4202.0, 4184.0, 4203.0, 4204.0, 4203.0, 4202.0, 4204.0, 4225.0, 4214.0, 4222.0, 4192.0, 4192.0, 4181.0, 4190.0, 4190.0, 4180.0, 4222.0, 4178.0, 4201.0, 4190.0, 4190.0, 4179.0, 4199.0, 4182.0, 4210.0, 4190.0, 4188.0, 4181.0, 4201.0, 4192.0, 4191.0, 4203.0, 4191.0, 4182.0, 4180.0, 4190.0, 4192.0, 4221.0, 4203.0, 4212.0, 4172.0, 4191.0, 4189.0, 4190.0, 4193.0, 4193.0, 4223.0, 4194.0, 4211.0, 4181.0, 4190.0, 4179.0, 4190.0, 4203.0, 4193.0, 4235.0, 4215.0, 4193.0, 4184.0, 4191.0, 4202.0, 4191.0, 4221.0, 4213.0, 4222.0, 4214.0, 4189.0, 4191.0, 4190.0, 4190.0, 4191.0, 4210.0, 4191.0, 4210.0, 4190.0, 4200.0, 4189.0, 4202.0, 4192.0, 4201.0, 4205.0, 4203.0, 4183.0, 4192.0, 4193.0, 4193.0, 4211.0, 4183.0, 4223.0, 4215.0, 4201.0, 4181.0, 4180.0, 4180.0, 4181.0, 4200.0, 4179.0, 4221.0, 4190.0, 4209.0, 4169.0, 4177.0, 4179.0, 4179.0, 4180.0, 4178.0, 4212.0, 4180.0, 4180.0, 4192.0, 4180.0, 4190.0, 4210.0, 4193.0, 4213.0, 4193.0, 4191.0, 4182.0, 4202.0, 4183.0, 4203.0, 4225.0, 4194.0, 4202.0, 4192.0, 4212.0, 4193.0, 4222.0, 4192.0, 4202.0, 4215.0, 4191.0, 4192.0, 4193.0, 4191.0, 4191.0, 4221.0, 4192.0, 4213.0, 4174.0, 4191.0, 4193.0, 4191.0, 4192.0, 4193.0, 4224.0, 4181.0, 4221.0, 4181.0, 4199.0, 4180.0, 4200.0, 4181.0, 4208.0, 4170.0, 4199.0, 4201.0, 4180.0, 4190.0, 4178.0, 4190.0, 4190.0, 4180.0, 4181.0, 4212.0, 4184.0, 4221.0, 4182.0, 4190.0, 4179.0, 4188.0, 4170.0, 4191.0, 4192.0, 4192.0, 4215.0, 4194.0, 4202.0, 4193.0, 4201.0, 4203.0, 4223.0, 4207.0, 4205.0, 4206.0, 4212.0, 4185.0, 4203.0, 4215.0, 4205.0, 4224.0, 4205.0, 4203.0, 4184.0, 4202.0, 4206.0, 4204.0, 4236.0, 4194.0, 4224.0, 4182.0, 4212.0, 4183.0, 4212.0, 4193.0, 4221.0, 4212.0, 4189.0, 4181.0, 4190.0, 4192.0, 4191.0, 4193.0, 4191.0, 4223.0, 4192.0, 4221.0, 4183.0, 4189.0, 4183.0, 4190.0, 4204.0, 4190.0, 4192.0, 4190.0, 4180.0, 4192.0, 4212.0, 4181.0, 4222.0, 4183.0, 4192.0, 4172.0, 4192.0, 4192.0, 4194.0, 4224.0, 4182.0, 4209.0, 4181.0, 4208.0, 4182.0, 4210.0, 4192.0, 4190.0, 4181.0, 4190.0, 4201.0, 4192.0, 4215.0, 4198.0, 4236.0, 4185.0, 4204.0, 4204.0, 4215.0, 4204.0, 4191.0, 4213.0, 4190.0, 4223.0, 4182.0, 4211.0, 4181.0, 4208.0, 4170.0, 4199.0, 4190.0, 4177.0, 4189.0, 4179.0, 4168.0, 4190.0, 4191.0, 4182.0, 4201.0, 4193.0, 4190.0, 4182.0, 4181.0, 4191.0, 4181.0, 4212.0, 4202.0, 4220.0, 4181.0, 4190.0, 4189.0, 4179.0, 4189.0, 4179.0, 4211.0, 4181.0, 4221.0, 4180.0, 4190.0, 4191.0, 4199.0, 4190.0, 4220.0, 4182.0, 4201.0, 4192.0, 4200.0, 4203.0, 4192.0, 4203.0, 4193.0, 4235.0, 4193.0, 4222.0, 4193.0, 4199.0, 4191.0, 4211.0, 4193.0, 4222.0, 4204.0, 4202.0, 4184.0, 4202.0, 4203.0, 4204.0, 4214.0, 4205.0, 4223.0, 4193.0, 4212.0, 4195.0, 4202.0, 4195.0, 4213.0, 4204.0, 4194.0, 4205.0, 4193.0, 4192.0, 4192.0, 4202.0, 4192.0, 4222.0, 4202.0, 4223.0, 4193.0, 4193.0, 4191.0, 4190.0, 4194.0, 4192.0, 4204.0, 4191.0, 4203.0, 4179.0, 4181.0, 4189.0, 4190.0, 4181.0, 4221.0, 4181.0, 4210.0, 4191.0, 4190.0, 4181.0, 4190.0, 4174.0, 4202.0, 4224.0, 4194.0, 4212.0, 4193.0, 4202.0, 4183.0, 4211.0, 4214.0, 4194.0, 4203.0, 4191.0, 4201.0, 4172.0, 4192.0, 4193.0, 4193.0, 4232.0, 4214.0, 4203.0, 4192.0, 4182.0, 4191.0, 4179.0, 4190.0, 4180.0, 4220.0, 4203.0, 4210.0, 4169.0, 4177.0, 4180.0, 4179.0, 4172.0, 4179.0, 4212.0, 4181.0, 4191.0, 4191.0, 4182.0, 4193.0, 4192.0, 4204.0, 4224.0, 4196.0, 4214.0, 4194.0, 4193.0, 4195.0, 4202.0, 4185.0, 4213.0, 4204.0, 4192.0, 4203.0, 4191.0, 4181.0, 4191.0, 4191.0, 4182.0, 4221.0, 4202.0, 4222.0, 4181.0, 4199.0, 4181.0, 4211.0, 4182.0, 4211.0, 4204.0, 4191.0, 4193.0, 4194.0, 4194.0, 4192.0, 4191.0, 4194.0, 4225.0, 4203.0, 4223.0, 4183.0, 4192.0, 4193.0, 4202.0, 4172.0, 4191.0, 4204.0, 4192.0, 4203.0, 4194.0, 4203.0, 4205.0, 4224.0, 4193.0, 4224.0, 4194.0, 4191.0, 4182.0, 4192.0, 4194.0, 4204.0, 4225.0, 4193.0, 4203.0, 4183.0, 4192.0, 4181.0, 4201.0, 4183.0, 4222.0, 4204.0, 4191.0, 4182.0, 4182.0, 4191.0, 4182.0, 4203.0, 4193.0, 4234.0, 4194.0, 4221.0, 4193.0, 4200.0, 4191.0, 4193.0, 4205.0, 4192.0, 4203.0, 4194.0, 4202.0, 4194.0, 4213.0, 4193.0, 4225.0, 4215.0, 4193.0, 4204.0, 4191.0, 4192.0, 4181.0, 4211.0, 4192.0, 4222.0, 4203.0, 4191.0, 4202.0, 4191.0, 4181.0, 4191.0, 4212.0, 4194.0, 4233.0, 4214.0, 4191.0, 4171.0, 4179.0, 4191.0, 4179.0, 4202.0, 4179.0, 4221.0, 4180.0, 4209.0, 4179.0, 4191.0, 4192.0, 4191.0, 4193.0, 4201.0, 4193.0, 4193.0, 4191.0, 4193.0, 4202.0, 4192.0, 4221.0, 4214.0, 4222.0, 4193.0, 4190.0, 4173.0, 4191.0, 4194.0, 4202.0, 4225.0, 4193.0, 4201.0, 4193.0, 4212.0, 4193.0, 4222.0, 4204.0, 4222.0, 4193.0, 4190.0, 4162.0, 4179.0, 4171.0, 4180.0, 4201.0, 4180.0, 4212.0, 4193.0, 4191.0, 4193.0, 4191.0, 4193.0, 4203.0, 4214.0, 4194.0, 4214.0, 4192.0, 4202.0, 4193.0, 4210.0, 4195.0, 4233.0, 4215.0, 4201.0, 4193.0, 4190.0, 4203.0, 4190.0, 4190.0, 4191.0, 4221.0, 4192.0, 4222.0, 4192.0, 4193.0, 4174.0, 4202.0, 4204.0, 4194.0, 4235.0, 4184.0, 4222.0, 4193.0, 4211.0, 4182.0, 4221.0, 4203.0, 4210.0, 4191.0, 4180.0, 4169.0, 4190.0, 4202.0, 4194.0, 4233.0, 4181.0, 4220.0, 4183.0, 4201.0, 4180.0, 4211.0, 4182.0, 4202.0, 4192.0, 4181.0, 4192.0, 4191.0, 4181.0, 4192.0, 4221.0], 'WindowWidth': [9397.0, 9392.0, 9340.0, 9375.0, 9296.0, 9317.0, 9288.0, 9294.0, 9299.0, 9298.0, 9344.0, 9289.0, 9321.0, 9283.0, 9290.0, 9289.0, 9293.0, 9302.0, 9298.0, 9285.0, 9299.0, 9330.0, 9307.0, 9342.0, 9289.0, 9296.0, 9289.0, 9303.0, 9308.0, 9292.0, 9359.0, 9330.0, 9295.0, 9283.0, 9277.0, 9264.0, 9276.0, 9323.0, 9274.0, 9317.0, 9261.0, 9290.0, 9294.0, 9294.0, 9289.0, 9283.0, 9336.0, 9319.0, 9303.0, 9313.0, 9295.0, 9279.0, 9283.0, 9322.0, 9285.0, 9315.0, 9262.0, 9273.0, 9264.0, 9289.0, 9306.0, 9273.0, 9305.0, 9253.0, 9237.0, 9252.0, 9269.0, 9275.0, 9315.0, 9278.0, 9284.0, 9265.0, 9283.0, 9262.0, 9289.0, 9301.0, 9291.0, 9291.0, 9274.0, 9281.0, 9296.0, 9324.0, 9283.0, 9307.0, 9298.0, 9292.0, 9300.0, 9334.0, 9289.0, 9295.0, 9282.0, 9291.0, 9286.0, 9292.0, 9325.0, 9299.0, 9294.0, 9301.0, 9310.0, 9305.0, 9313.0, 9351.0, 9300.0, 9299.0, 9283.0, 9312.0, 9284.0, 9321.0, 9299.0, 9337.0, 9283.0, 9293.0, 9302.0, 9291.0, 9286.0, 9295.0, 9341.0, 9280.0, 9305.0, 9262.0, 9301.0, 9265.0, 9315.0, 9265.0, 9334.0, 9308.0, 9271.0, 9274.0, 9271.0, 9287.0, 9278.0, 9305.0, 9282.0, 9335.0, 9281.0, 9294.0, 9296.0, 9290.0, 9293.0, 9282.0, 9338.0, 9318.0, 9333.0, 9285.0, 9294.0, 9281.0, 9306.0, 9301.0, 9293.0, 9284.0, 9276.0, 9293.0, 9302.0, 9313.0, 9299.0, 9338.0, 9302.0, 9312.0, 9305.0, 9298.0, 9317.0, 9304.0, 9343.0, 9286.0, 9329.0, 9283.0, 9304.0, 9265.0, 9317.0, 9282.0, 9320.0, 9311.0, 9282.0, 9294.0, 9281.0, 9286.0, 9298.0, 9330.0, 9303.0, 9341.0, 9288.0, 9310.0, 9302.0, 9296.0, 9287.0, 9303.0, 9347.0, 9281.0, 9312.0, 9283.0, 9290.0, 9295.0, 9310.0, 9303.0, 9341.0, 9314.0, 9290.0, 9266.0, 9290.0, 9284.0, 9276.0, 9297.0, 9280.0, 9313.0, 9280.0, 9315.0, 9303.0, 9300.0, 9300.0, 9324.0, 9303.0, 9337.0, 9287.0, 9321.0, 9317.0, 9302.0, 9299.0, 9306.0, 9364.0, 9337.0, 9317.0, 9317.0, 9298.0, 9287.0, 9302.0, 9324.0, 9285.0, 9340.0, 9317.0, 9325.0, 9286.0, 9291.0, 9284.0, 9292.0, 9284.0, 9300.0, 9299.0, 9299.0, 9287.0, 9319.0, 9318.0, 9306.0, 9318.0, 9295.0, 9318.0, 9321.0, 9320.0, 9318.0, 9321.0, 9349.0, 9336.0, 9342.0, 9303.0, 9299.0, 9286.0, 9294.0, 9297.0, 9280.0, 9342.0, 9278.0, 9311.0, 9295.0, 9294.0, 9279.0, 9308.0, 9290.0, 9321.0, 9297.0, 9292.0, 9286.0, 9312.0, 9305.0, 9300.0, 9317.0, 9298.0, 9286.0, 9282.0, 9294.0, 9303.0, 9338.0, 9317.0, 9326.0, 9273.0, 9297.0, 9293.0, 9296.0, 9302.0, 9304.0, 9343.0, 9309.0, 9326.0, 9287.0, 9297.0, 9282.0, 9295.0, 9316.0, 9306.0, 9365.0, 9339.0, 9306.0, 9294.0, 9302.0, 9314.0, 9300.0, 9341.0, 9332.0, 9341.0, 9332.0, 9293.0, 9297.0, 9294.0, 9295.0, 9296.0, 9323.0, 9297.0, 9321.0, 9295.0, 9308.0, 9295.0, 9315.0, 9305.0, 9315.0, 9326.0, 9317.0, 9291.0, 9302.0, 9305.0, 9304.0, 9326.0, 9293.0, 9344.0, 9336.0, 9312.0, 9286.0, 9282.0, 9283.0, 9283.0, 9309.0, 9278.0, 9338.0, 9295.0, 9318.0, 9265.0, 9272.0, 9279.0, 9277.0, 9280.0, 9275.0, 9328.0, 9281.0, 9282.0, 9299.0, 9282.0, 9295.0, 9321.0, 9304.0, 9331.0, 9306.0, 9299.0, 9289.0, 9313.0, 9293.0, 9317.0, 9351.0, 9308.0, 9317.0, 9302.0, 9327.0, 9304.0, 9340.0, 9304.0, 9313.0, 9335.0, 9298.0, 9300.0, 9304.0, 9298.0, 9299.0, 9338.0, 9304.0, 9329.0, 9279.0, 9298.0, 9304.0, 9299.0, 9302.0, 9304.0, 9345.0, 9284.0, 9337.0, 9283.0, 9305.0, 9281.0, 9306.0, 9284.0, 9317.0, 9269.0, 9307.0, 9312.0, 9281.0, 9295.0, 9278.0, 9294.0, 9294.0, 9281.0, 9285.0, 9328.0, 9291.0, 9338.0, 9288.0, 9294.0, 9281.0, 9291.0, 9270.0, 9297.0, 9303.0, 9302.0, 9336.0, 9307.0, 9315.0, 9305.0, 9314.0, 9321.0, 9346.0, 9331.0, 9324.0, 9326.0, 9329.0, 9296.0, 9321.0, 9339.0, 9323.0, 9349.0, 9325.0, 9319.0, 9296.0, 9317.0, 9327.0, 9322.0, 9368.0, 9309.0, 9347.0, 9289.0, 9327.0, 9289.0, 9327.0, 9303.0, 9339.0, 9328.0, 9290.0, 9283.0, 9293.0, 9300.0, 9298.0, 9304.0, 9301.0, 9345.0, 9301.0, 9338.0, 9289.0, 9293.0, 9290.0, 9297.0, 9319.0, 9296.0, 9299.0, 9295.0, 9282.0, 9302.0, 9328.0, 9287.0, 9340.0, 9289.0, 9300.0, 9274.0, 9299.0, 9301.0, 9304.0, 9347.0, 9288.0, 9320.0, 9284.0, 9317.0, 9286.0, 9322.0, 9302.0, 9293.0, 9286.0, 9296.0, 9312.0, 9303.0, 9339.0, 9320.0, 9367.0, 9300.0, 9323.0, 9322.0, 9339.0, 9322.0, 9299.0, 9331.0, 9296.0, 9344.0, 9286.0, 9324.0, 9284.0, 9315.0, 9268.0, 9303.0, 9296.0, 9274.0, 9291.0, 9277.0, 9262.0, 9294.0, 9297.0, 9288.0, 9311.0, 9303.0, 9295.0, 9286.0, 9283.0, 9296.0, 9283.0, 9325.0, 9314.0, 9334.0, 9282.0, 9293.0, 9292.0, 9277.0, 9292.0, 9278.0, 9323.0, 9281.0, 9336.0, 9281.0, 9294.0, 9297.0, 9307.0, 9296.0, 9336.0, 9288.0, 9310.0, 9302.0, 9311.0, 9318.0, 9304.0, 9320.0, 9305.0, 9362.0, 9304.0, 9341.0, 9304.0, 9307.0, 9299.0, 9324.0, 9303.0, 9341.0, 9322.0, 9315.0, 9293.0, 9314.0, 9320.0, 9320.0, 9334.0, 9322.0, 9346.0, 9304.0, 9330.0, 9310.0, 9316.0, 9309.0, 9329.0, 9321.0, 9306.0, 9322.0, 9303.0, 9301.0, 9302.0, 9315.0, 9303.0, 9341.0, 9317.0, 9343.0, 9304.0, 9302.0, 9301.0, 9296.0, 9305.0, 9300.0, 9321.0, 9297.0, 9315.0, 9280.0, 9282.0, 9293.0, 9295.0, 9284.0, 9338.0, 9284.0, 9322.0, 9297.0, 9295.0, 9285.0, 9297.0, 9282.0, 9315.0, 9348.0, 9307.0, 9328.0, 9305.0, 9314.0, 9291.0, 9326.0, 9335.0, 9306.0, 9316.0, 9298.0, 9312.0, 9277.0, 9302.0, 9304.0, 9306.0, 9356.0, 9335.0, 9316.0, 9301.0, 9285.0, 9296.0, 9278.0, 9293.0, 9281.0, 9334.0, 9314.0, 9318.0, 9264.0, 9272.0, 9280.0, 9276.0, 9271.0, 9278.0, 9329.0, 9282.0, 9298.0, 9300.0, 9287.0, 9303.0, 9302.0, 9321.0, 9348.0, 9314.0, 9335.0, 9309.0, 9305.0, 9309.0, 9314.0, 9297.0, 9330.0, 9321.0, 9299.0, 9316.0, 9296.0, 9285.0, 9297.0, 9296.0, 9288.0, 9339.0, 9313.0, 9339.0, 9285.0, 9306.0, 9285.0, 9324.0, 9289.0, 9324.0, 9320.0, 9299.0, 9302.0, 9305.0, 9305.0, 9300.0, 9300.0, 9309.0, 9348.0, 9319.0, 9343.0, 9292.0, 9301.0, 9305.0, 9313.0, 9275.0, 9299.0, 9322.0, 9301.0, 9318.0, 9306.0, 9318.0, 9324.0, 9347.0, 9306.0, 9346.0, 9308.0, 9300.0, 9291.0, 9302.0, 9308.0, 9320.0, 9352.0, 9302.0, 9316.0, 9288.0, 9298.0, 9284.0, 9309.0, 9290.0, 9340.0, 9319.0, 9297.0, 9287.0, 9287.0, 9300.0, 9286.0, 9317.0, 9303.0, 9361.0, 9309.0, 9339.0, 9303.0, 9309.0, 9300.0, 9304.0, 9323.0, 9301.0, 9319.0, 9307.0, 9314.0, 9306.0, 9330.0, 9306.0, 9348.0, 9336.0, 9303.0, 9319.0, 9300.0, 9300.0, 9285.0, 9324.0, 9303.0, 9342.0, 9319.0, 9299.0, 9315.0, 9299.0, 9287.0, 9300.0, 9330.0, 9307.0, 9358.0, 9333.0, 9298.0, 9273.0, 9279.0, 9297.0, 9279.0, 9312.0, 9280.0, 9339.0, 9282.0, 9320.0, 9281.0, 9297.0, 9302.0, 9299.0, 9305.0, 9313.0, 9305.0, 9305.0, 9301.0, 9305.0, 9313.0, 9301.0, 9340.0, 9336.0, 9342.0, 9304.0, 9296.0, 9276.0, 9299.0, 9307.0, 9314.0, 9349.0, 9304.0, 9313.0, 9304.0, 9328.0, 9304.0, 9343.0, 9321.0, 9341.0, 9305.0, 9295.0, 9261.0, 9279.0, 9270.0, 9281.0, 9312.0, 9282.0, 9326.0, 9302.0, 9298.0, 9304.0, 9299.0, 9306.0, 9319.0, 9336.0, 9306.0, 9335.0, 9302.0, 9315.0, 9303.0, 9323.0, 9309.0, 9357.0, 9335.0, 9311.0, 9303.0, 9296.0, 9315.0, 9295.0, 9295.0, 9300.0, 9339.0, 9303.0, 9341.0, 9304.0, 9304.0, 9281.0, 9318.0, 9323.0, 9309.0, 9363.0, 9293.0, 9342.0, 9305.0, 9325.0, 9286.0, 9337.0, 9316.0, 9321.0, 9298.0, 9280.0, 9267.0, 9296.0, 9315.0, 9305.0, 9358.0, 9286.0, 9336.0, 9289.0, 9309.0, 9283.0, 9323.0, 9288.0, 9311.0, 9300.0, 9281.0, 9298.0, 9298.0, 9284.0, 9301.0, 9339.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.00047403912543153044</td></tr>
<tr><td colspan=3>aqi</td><td>0.016099818411967778</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.61515124255755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250515171025344</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027549001152072</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6646.5449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08234375903416101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4561596263082595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3963716701387745</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683695936015703</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2884112727703005</td></tr>
<tr><td colspan=3>gcor</td><td>0.00550053</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014754632487893105</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024710841476917267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.661029681204092</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.2357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8674</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8714</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302514.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.3027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0459</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.8683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.0085</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.6844</td></tr>
<tr><td colspan=3>tsnr</td><td>45.93124134396203</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>