ds005256-mriqc/sub-0095_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +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-0095_ses-01_task-social_acq-mb8_run-04_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-0095_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0095_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_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-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-01_task-social_acq-mb8_run-04_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-0095/ses-01/func/sub-0095_ses-01_task-social_acq-mb8_run-04_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>cbf5d95dfaaf41fc3ce8761aee3ce42f</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>14:40:53.985000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99829, 0.0499808, 0.0303313, -0.0489992, 0.998277, -0.0322874]</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-04_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.10365</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7805, -7195, 505, -51, -294, -140, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>579982d6-3089-4af1-92f7-2e2316c8c160||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678337812423706, -0.13146118819713593, 0.08611041307449341, 115.68257904052734], [-0.13409483432769775, 2.6783037185668945, -0.08301421999931335, -85.75643920898438], [0.08137655258178711, 0.08662484586238861, 2.6973493099212646, -63.48495864868164], [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': ['144053.985000', '144054.445000', '144054.905000', '144055.365000', '144055.825000', '144056.285000', '144056.745000', '144057.205000', '144057.665000', '144058.125000', '144058.585000', '144059.045000', '144059.505000', '144059.965000', '144100.425000', '144100.885000', '144101.345000', '144101.805000', '144102.265000', '144102.725000', '144103.185000', '144103.645000', '144104.105000', '144104.565000', '144105.025000', '144105.485000', '144105.945000', '144106.405000', '144106.865000', '144107.325000', '144107.785000', '144108.245000', '144108.705000', '144109.165000', '144109.625000', '144110.085000', '144110.545000', '144111.005000', '144111.465000', '144111.925000', '144112.385000', '144112.845000', '144113.305000', '144113.765000', '144114.225000', '144114.685000', '144115.145000', '144115.605000', '144116.065000', '144116.525000', '144116.985000', '144117.445000', '144117.905000', '144118.365000', '144118.825000', '144119.285000', '144119.745000', '144120.205000', '144120.665000', '144121.125000', '144121.585000', '144122.045000', '144122.505000', '144122.965000', '144123.425000', '144123.885000', '144124.345000', '144124.805000', '144125.265000', '144125.725000', '144126.185000', '144126.645000', '144127.105000', '144127.565000', '144128.025000', '144128.485000', '144128.945000', '144129.405000', '144129.865000', '144130.325000', '144130.785000', '144131.245000', '144131.705000', '144132.165000', '144132.625000', '144133.085000', '144133.545000', '144134.005000', '144134.465000', '144134.925000', '144135.385000', '144135.845000', '144136.305000', '144136.765000', '144137.225000', '144137.685000', '144138.145000', '144138.605000', '144139.065000', '144139.525000', '144139.985000', '144140.445000', '144140.905000', '144141.365000', '144141.825000', '144142.285000', '144142.745000', '144143.205000', '144143.665000', '144144.125000', '144144.585000', '144145.045000', '144145.505000', '144145.965000', '144146.425000', '144146.885000', '144147.345000', '144147.805000', '144148.265000', '144148.725000', '144149.185000', '144149.645000', '144150.105000', '144150.565000', '144151.025000', '144151.485000', '144151.945000', '144152.405000', '144152.865000', '144153.325000', '144153.785000', '144154.245000', '144154.705000', '144155.165000', '144155.625000', '144156.085000', '144156.545000', '144157.005000', '144157.465000', '144157.925000', '144158.385000', '144158.845000', '144159.305000', '144159.765000', '144200.225000', '144200.685000', '144201.145000', '144201.605000', '144202.065000', '144202.525000', '144202.985000', '144203.445000', '144203.905000', '144204.365000', '144204.825000', '144205.285000', '144205.745000', '144206.205000', '144206.665000', '144207.125000', '144207.585000', '144208.045000', '144208.505000', '144208.965000', '144209.425000', '144209.885000', '144210.345000', '144210.805000', '144211.265000', '144211.725000', '144212.185000', '144212.645000', '144213.105000', '144213.565000', '144214.025000', '144214.485000', '144214.945000', '144215.405000', '144215.865000', '144216.325000', '144216.785000', '144217.245000', '144217.705000', '144218.165000', '144218.625000', '144219.085000', '144219.545000', '144220.005000', '144220.465000', '144220.925000', '144221.385000', '144221.845000', '144222.305000', '144222.765000', '144223.225000', '144223.685000', '144224.145000', '144224.605000', '144225.065000', '144225.525000', '144225.985000', '144226.445000', '144226.905000', '144227.365000', '144227.825000', '144228.285000', '144228.745000', '144229.205000', '144229.665000', '144230.125000', '144230.585000', '144231.045000', '144231.505000', '144231.965000', '144232.425000', '144232.885000', '144233.345000', '144233.805000', '144234.265000', '144234.725000', '144235.185000', '144235.645000', '144236.105000', '144236.565000', '144237.025000', '144237.485000', '144237.945000', '144238.405000', '144238.865000', '144239.325000', '144239.785000', '144240.245000', '144240.705000', '144241.165000', '144241.625000', '144242.085000', '144242.545000', '144243.005000', '144243.465000', '144243.925000', '144244.385000', '144244.845000', '144245.305000', '144245.765000', '144246.225000', '144246.685000', '144247.145000', '144247.605000', '144248.065000', '144248.525000', '144248.985000', '144249.445000', '144249.905000', '144250.365000', '144250.825000', '144251.285000', '144251.745000', '144252.205000', '144252.665000', '144253.125000', '144253.585000', '144254.045000', '144254.505000', '144254.965000', '144255.425000', '144255.885000', '144256.345000', '144256.805000', '144257.265000', '144257.725000', '144258.185000', '144258.645000', '144259.105000', '144259.565000', '144300.025000', '144300.485000', '144300.945000', '144301.405000', '144301.865000', '144302.325000', '144302.785000', '144303.245000', '144303.705000', '144304.165000', '144304.625000', '144305.085000', '144305.545000', '144306.005000', '144306.465000', '144306.925000', '144307.385000', '144307.845000', '144308.305000', '144308.765000', '144309.225000', '144309.685000', '144310.145000', '144310.605000', '144311.065000', '144311.525000', '144311.985000', '144312.445000', '144312.905000', '144313.365000', '144313.825000', '144314.285000', '144314.745000', '144315.205000', '144315.665000', '144316.125000', '144316.585000', '144317.045000', '144317.505000', '144317.965000', '144318.425000', '144318.885000', '144319.345000', '144319.805000', '144320.265000', '144320.725000', '144321.185000', '144321.645000', '144322.105000', '144322.565000', '144323.025000', '144323.485000', '144323.945000', '144324.405000', '144324.865000', '144325.325000', '144325.785000', '144326.245000', '144326.705000', '144327.165000', '144327.625000', '144328.085000', '144328.545000', '144329.005000', '144329.465000', '144329.925000', '144330.385000', '144330.845000', '144331.305000', '144331.765000', '144332.225000', '144332.685000', '144333.145000', '144333.605000', '144334.065000', '144334.525000', '144334.985000', '144335.445000', '144335.905000', '144336.365000', '144336.825000', '144337.285000', '144337.745000', '144338.205000', '144338.665000', '144339.125000', '144339.585000', '144340.045000', '144340.505000', '144340.965000', '144341.425000', '144341.885000', '144342.345000', '144342.805000', '144343.265000', '144343.725000', '144344.185000', '144344.645000', '144345.105000', '144345.565000', '144346.025000', '144346.485000', '144346.945000', '144347.405000', '144347.865000', '144348.325000', '144348.785000', '144349.245000', '144349.705000', '144350.165000', '144350.625000', '144351.085000', '144351.545000', '144352.005000', '144352.465000', '144352.925000', '144353.385000', '144353.845000', '144354.305000', '144354.765000', '144355.225000', '144355.685000', '144356.145000', '144356.605000', '144357.065000', '144357.525000', '144357.985000', '144358.445000', '144358.905000', '144359.365000', '144359.825000', '144400.285000', '144400.745000', '144401.205000', '144401.665000', '144402.125000', '144402.585000', '144403.045000', '144403.505000', '144403.965000', '144404.425000', '144404.885000', '144405.345000', '144405.805000', '144406.265000', '144406.725000', '144407.185000', '144407.645000', '144408.105000', '144408.565000', '144409.025000', '144409.485000', '144409.945000', '144410.405000', '144410.865000', '144411.325000', '144411.785000', '144412.245000', '144412.705000', '144413.165000', '144413.625000', '144414.085000', '144414.545000', '144415.005000', '144415.465000', '144415.925000', '144416.385000', '144416.845000', '144417.305000', '144417.765000', '144418.225000', '144418.685000', '144419.145000', '144419.605000', '144420.065000', '144420.525000', '144420.985000', '144421.445000', '144421.905000', '144422.365000', '144422.825000', '144423.285000', '144423.745000', '144424.205000', '144424.665000', '144425.125000', '144425.585000', '144426.045000', '144426.505000', '144426.965000', '144427.425000', '144427.885000', '144428.345000', '144428.805000', '144429.265000', '144429.725000', '144430.185000', '144430.645000', '144431.105000', '144431.565000', '144432.025000', '144432.485000', '144432.945000', '144433.405000', '144433.865000', '144434.325000', '144434.785000', '144435.245000', '144435.705000', '144436.165000', '144436.625000', '144437.085000', '144437.545000', '144438.005000', '144438.465000', '144438.925000', '144439.385000', '144439.845000', '144440.305000', '144440.765000', '144441.225000', '144441.685000', '144442.145000', '144442.605000', '144443.065000', '144443.525000', '144443.985000', '144444.445000', '144444.905000', '144445.365000', '144445.825000', '144446.285000', '144446.745000', '144447.205000', '144447.665000', '144448.125000', '144448.585000', '144449.045000', '144449.505000', '144449.965000', '144450.425000', '144450.885000', '144451.345000', '144451.805000', '144452.265000', '144452.725000', '144453.185000', '144453.645000', '144454.105000', '144454.565000', '144455.025000', '144455.485000', '144455.945000', '144456.405000', '144456.865000', '144457.325000', '144457.785000', '144458.245000', '144458.705000', '144459.165000', '144459.625000', '144500.085000', '144500.545000', '144501.005000', '144501.465000', '144501.925000', '144502.385000', '144502.845000', '144503.305000', '144503.765000', '144504.225000', '144504.685000', '144505.145000', '144505.605000', '144506.065000', '144506.525000', '144506.985000', '144507.445000', '144507.905000', '144508.365000', '144508.825000', '144509.285000', '144509.745000', '144510.205000', '144510.665000', '144511.125000', '144511.585000', '144512.045000', '144512.505000', '144512.965000', '144513.425000', '144513.885000', '144514.345000', '144514.805000', '144515.265000', '144515.725000', '144516.185000', '144516.645000', '144517.105000', '144517.565000', '144518.025000', '144518.485000', '144518.945000', '144519.405000', '144519.865000', '144520.325000', '144520.785000', '144521.245000', '144521.705000', '144522.165000', '144522.625000', '144523.085000', '144523.545000', '144524.005000', '144524.465000', '144524.925000', '144525.385000', '144525.845000', '144526.305000', '144526.765000', '144527.225000', '144527.685000', '144528.145000', '144528.605000', '144529.065000', '144529.525000', '144529.985000', '144530.445000', '144530.905000', '144531.365000', '144531.825000', '144532.285000', '144532.745000', '144533.205000', '144533.665000', '144534.125000', '144534.585000', '144535.045000', '144535.505000', '144535.965000', '144536.425000', '144536.885000', '144537.345000', '144537.805000', '144538.265000', '144538.725000', '144539.185000', '144539.645000', '144540.105000', '144540.565000', '144541.025000', '144541.485000', '144541.945000', '144542.405000', '144542.865000', '144543.325000', '144543.785000', '144544.245000', '144544.705000', '144545.165000', '144545.625000', '144546.085000', '144546.545000', '144547.005000', '144547.465000', '144547.925000', '144548.385000', '144548.845000', '144549.305000', '144549.765000', '144550.225000', '144550.685000', '144551.145000', '144551.605000', '144552.065000', '144552.525000', '144552.985000', '144553.445000', '144553.905000', '144554.365000', '144554.825000', '144555.285000', '144555.745000', '144556.205000', '144556.665000', '144557.125000', '144557.585000', '144558.045000', '144558.505000', '144558.965000', '144559.425000', '144559.885000', '144600.345000', '144600.805000', '144601.265000', '144601.725000', '144602.185000', '144602.645000', '144603.105000', '144603.565000', '144604.025000', '144604.485000', '144604.945000', '144605.405000', '144605.865000', '144606.325000', '144606.785000', '144607.245000', '144607.705000', '144608.165000', '144608.625000', '144609.085000', '144609.545000', '144610.005000', '144610.465000', '144610.925000', '144611.385000', '144611.845000', '144612.305000', '144612.765000', '144613.225000', '144613.685000', '144614.145000', '144614.605000', '144615.065000', '144615.525000', '144615.985000', '144616.445000', '144616.905000', '144617.365000', '144617.825000', '144618.285000', '144618.745000', '144619.205000', '144619.665000', '144620.125000', '144620.585000', '144621.045000', '144621.505000', '144621.965000', '144622.425000', '144622.885000', '144623.345000', '144623.805000', '144624.265000', '144624.725000', '144625.185000', '144625.645000', '144626.105000', '144626.565000', '144627.025000', '144627.485000', '144627.945000', '144628.405000', '144628.865000', '144629.325000', '144629.785000', '144630.245000', '144630.705000', '144631.165000', '144631.625000', '144632.085000', '144632.545000', '144633.005000', '144633.465000', '144633.925000', '144634.385000', '144634.845000', '144635.305000', '144635.765000', '144636.225000', '144636.685000', '144637.145000', '144637.605000', '144638.065000', '144638.525000', '144638.985000', '144639.445000', '144639.905000', '144640.365000', '144640.825000', '144641.285000', '144641.745000', '144642.205000', '144642.665000', '144643.125000', '144643.585000', '144644.045000', '144644.505000', '144644.965000', '144645.425000', '144645.885000', '144646.345000', '144646.805000', '144647.265000', '144647.725000', '144648.185000', '144648.645000', '144649.105000', '144649.565000', '144650.025000', '144650.485000', '144650.945000', '144651.405000', '144651.865000', '144652.325000', '144652.785000', '144653.245000', '144653.705000', '144654.165000', '144654.625000', '144655.085000', '144655.545000', '144656.005000', '144656.465000', '144656.925000', '144657.385000', '144657.845000', '144658.305000', '144658.765000', '144659.225000', '144659.685000', '144700.145000', '144700.605000', '144701.065000', '144701.525000', '144701.985000', '144702.445000', '144702.905000', '144703.365000', '144703.825000', '144704.285000', '144704.745000', '144705.205000', '144705.665000', '144706.125000', '144706.585000', '144707.045000', '144707.505000', '144707.965000', '144708.425000', '144708.885000', '144709.345000', '144709.805000', '144710.265000', '144710.725000', '144711.185000', '144711.645000', '144712.105000', '144712.565000', '144713.025000', '144713.485000', '144713.945000', '144714.405000', '144714.865000', '144715.325000', '144715.785000', '144716.245000', '144716.705000', '144717.165000', '144717.625000', '144718.085000', '144718.545000', '144719.005000', '144719.465000', '144719.925000', '144720.385000', '144720.845000', '144721.305000', '144721.765000', '144722.225000', '144722.685000', '144723.145000', '144723.605000', '144724.065000', '144724.525000', '144724.985000', '144725.445000', '144725.905000', '144726.365000', '144726.825000', '144727.285000', '144727.745000', '144728.205000', '144728.665000', '144729.125000', '144729.585000', '144730.045000', '144730.505000', '144730.965000', '144731.425000', '144731.885000', '144732.345000', '144732.805000', '144733.265000', '144733.725000', '144734.185000', '144734.645000'], 'ContentTime': ['144107.579000', '144107.582000', '144107.593000', '144107.596000', '144107.599000', '144107.601000', '144107.604000', '144107.606000', '144107.609000', '144107.612000', '144107.614000', '144107.617000', '144107.619000', '144107.622000', '144107.624000', '144107.627000', '144107.636000', '144107.638000', '144107.641000', '144107.643000', '144107.648000', '144107.650000', '144107.653000', '144107.655000', '144107.658000', '144107.660000', '144107.663000', '144127.547000', '144127.550000', '144127.553000', '144127.555000', '144127.558000', '144127.560000', '144127.563000', '144127.566000', '144127.568000', '144127.571000', '144127.573000', '144127.576000', '144127.578000', '144127.581000', '144127.583000', '144127.586000', '144127.589000', '144127.591000', '144127.594000', '144127.596000', '144127.599000', '144127.601000', '144127.604000', '144127.607000', '144127.609000', '144127.612000', '144127.615000', '144127.617000', '144127.623000', '144127.625000', '144127.628000', '144127.630000', '144127.633000', '144127.636000', '144127.638000', '144127.641000', '144127.643000', '144127.646000', '144127.648000', '144127.651000', '144127.653000', '144127.656000', '144127.658000', '144147.547000', '144147.549000', '144147.552000', '144147.554000', '144147.557000', '144147.560000', '144147.562000', '144147.565000', '144147.567000', '144147.570000', '144147.572000', '144147.575000', '144147.577000', '144147.580000', '144147.583000', '144147.585000', '144147.588000', '144147.590000', '144147.593000', '144147.596000', '144147.598000', '144147.601000', '144147.603000', '144147.606000', '144147.608000', '144147.611000', '144147.613000', '144147.616000', '144147.619000', '144147.621000', '144147.624000', '144147.626000', '144147.629000', '144147.632000', '144147.634000', '144147.637000', '144147.639000', '144147.642000', '144147.644000', '144147.647000', '144147.649000', '144147.652000', '144147.659000', '144147.662000', '144207.547000', '144207.550000', '144207.553000', '144207.555000', '144207.558000', '144207.561000', '144207.563000', '144207.566000', '144207.568000', '144207.571000', '144207.573000', '144207.576000', '144207.579000', '144207.581000', '144207.584000', '144207.586000', '144207.589000', '144207.592000', '144207.594000', '144207.597000', '144207.599000', '144207.602000', '144207.604000', '144207.607000', '144207.609000', '144207.612000', '144207.615000', '144207.617000', '144207.620000', '144207.622000', '144207.625000', '144207.627000', '144207.630000', '144207.632000', '144207.635000', '144207.638000', '144207.641000', '144207.644000', '144207.646000', '144207.649000', '144207.652000', '144207.667000', '144207.670000', '144227.547000', '144227.551000', '144227.554000', '144227.556000', '144227.559000', '144227.562000', '144227.564000', '144227.567000', '144227.569000', '144227.572000', '144227.575000', '144227.577000', '144227.580000', '144227.582000', '144227.585000', '144227.588000', '144227.590000', '144227.593000', '144227.596000', '144227.598000', '144227.601000', '144227.603000', '144227.606000', '144227.608000', '144227.611000', '144227.613000', '144227.616000', '144227.619000', '144227.621000', '144227.624000', '144227.626000', '144227.629000', '144227.632000', '144227.634000', '144227.637000', '144227.639000', '144227.642000', '144227.644000', '144227.647000', '144227.650000', '144227.652000', '144227.655000', '144227.658000', '144227.660000', '144247.547000', '144247.550000', '144247.553000', '144247.556000', '144247.558000', '144247.561000', '144247.563000', '144247.566000', '144247.569000', '144247.571000', '144247.574000', '144247.577000', '144247.579000', '144247.582000', '144247.584000', '144247.587000', '144247.590000', '144247.593000', '144247.595000', '144247.598000', '144247.600000', '144247.603000', '144247.605000', '144247.608000', '144247.611000', '144247.613000', '144247.616000', '144247.619000', '144247.621000', '144247.624000', '144247.626000', '144247.629000', '144247.632000', '144247.634000', '144247.637000', '144247.639000', '144247.642000', '144247.644000', '144247.647000', '144247.650000', '144247.652000', '144247.655000', '144247.657000', '144307.548000', '144307.551000', '144307.553000', '144307.556000', '144307.558000', '144307.561000', '144307.563000', '144307.566000', '144307.568000', '144307.571000', '144307.574000', '144307.576000', '144307.579000', '144307.581000', '144307.584000', '144307.587000', '144307.589000', '144307.592000', '144307.594000', '144307.597000', '144307.599000', '144307.602000', '144307.604000', '144307.607000', '144307.610000', '144307.612000', '144307.615000', '144307.617000', '144307.620000', '144307.623000', '144307.625000', '144307.628000', '144307.630000', '144307.633000', '144307.635000', '144307.638000', '144307.641000', '144307.643000', '144307.646000', '144307.648000', '144307.651000', '144307.654000', '144307.661000', '144307.663000', '144327.547000', '144327.550000', '144327.553000', '144327.556000', '144327.559000', '144327.561000', '144327.564000', '144327.566000', '144327.569000', '144327.572000', '144327.574000', '144327.577000', '144327.580000', '144327.582000', '144327.585000', '144327.587000', '144327.590000', '144327.593000', '144327.596000', '144327.598000', '144327.601000', '144327.603000', '144327.606000', '144327.609000', '144327.611000', '144327.614000', '144327.617000', '144327.619000', '144327.622000', '144327.624000', '144327.627000', '144327.629000', '144327.632000', '144327.635000', '144327.637000', '144327.640000', '144327.642000', '144327.645000', '144327.648000', '144327.650000', '144327.653000', '144327.655000', '144327.658000', '144347.547000', '144347.556000', '144347.559000', '144347.561000', '144347.564000', '144347.566000', '144347.569000', '144347.571000', '144347.574000', '144347.577000', '144347.579000', '144347.582000', '144347.584000', '144347.587000', '144347.590000', '144347.592000', '144347.595000', '144347.597000', '144347.600000', '144347.602000', '144347.605000', '144347.608000', '144347.622000', '144347.625000', '144347.627000', '144347.630000', '144347.632000', '144347.635000', '144347.638000', '144347.640000', '144347.643000', '144347.646000', '144347.648000', '144347.651000', '144347.653000', '144347.656000', '144347.659000', '144347.661000', '144347.664000', '144347.667000', '144347.669000', '144347.672000', '144347.674000', '144347.677000', '144407.547000', '144407.550000', '144407.552000', '144407.555000', '144407.557000', '144407.560000', '144407.563000', '144407.565000', '144407.568000', '144407.571000', '144407.573000', '144407.576000', '144407.578000', '144407.581000', '144407.584000', '144407.586000', '144407.589000', '144407.592000', '144407.594000', '144407.597000', '144407.599000', '144407.602000', '144407.605000', '144407.607000', '144407.610000', '144407.613000', '144407.615000', '144407.618000', '144407.620000', '144407.623000', '144407.626000', '144407.628000', '144407.631000', '144407.634000', '144407.636000', '144407.639000', '144407.642000', '144407.644000', '144407.647000', '144407.649000', '144407.652000', '144407.655000', '144407.657000', '144427.547000', '144427.550000', '144427.553000', '144427.555000', '144427.558000', '144427.561000', '144427.563000', '144427.566000', '144427.569000', '144427.571000', '144427.574000', '144427.576000', '144427.579000', '144427.582000', '144427.584000', '144427.587000', '144427.590000', '144427.593000', '144427.595000', '144427.598000', '144427.601000', '144427.604000', '144427.606000', '144427.609000', '144427.612000', '144427.615000', '144427.617000', '144427.620000', '144427.623000', '144427.625000', '144427.628000', '144427.630000', '144427.633000', '144427.636000', '144427.638000', '144427.641000', '144427.644000', '144427.646000', '144427.649000', '144427.651000', '144427.654000', '144427.657000', '144427.659000', '144447.547000', '144447.551000', '144447.553000', '144447.556000', '144447.558000', '144447.561000', '144447.564000', '144447.566000', '144447.569000', '144447.572000', '144447.574000', '144447.577000', '144447.579000', '144447.582000', '144447.585000', '144447.587000', '144447.590000', '144447.593000', '144447.595000', '144447.598000', '144447.601000', '144447.603000', '144447.606000', '144447.609000', '144447.611000', '144447.614000', '144447.617000', '144447.619000', '144447.622000', '144447.624000', '144447.627000', '144447.630000', '144447.632000', '144447.635000', '144447.637000', '144447.640000', '144447.643000', '144447.645000', '144447.648000', '144447.650000', '144447.653000', '144447.656000', '144447.658000', '144447.661000', '144507.548000', '144507.550000', '144507.553000', '144507.555000', '144507.558000', '144507.561000', '144507.563000', '144507.566000', '144507.569000', '144507.571000', '144507.574000', '144507.576000', '144507.579000', '144507.581000', '144507.584000', '144507.587000', '144507.589000', '144507.592000', '144507.595000', '144507.597000', '144507.600000', '144507.603000', '144507.605000', '144507.608000', '144507.610000', '144507.613000', '144507.615000', '144507.618000', '144507.621000', '144507.623000', '144507.626000', '144507.628000', '144507.631000', '144507.634000', '144507.636000', '144507.639000', '144507.642000', '144507.644000', '144507.647000', '144507.649000', '144507.652000', '144507.655000', '144507.657000', '144507.660000', '144527.548000', '144527.550000', '144527.553000', '144527.596000', '144527.598000', '144527.601000', '144527.604000', '144527.606000', '144527.609000', '144527.611000', '144527.614000', '144527.616000', '144527.619000', '144527.621000', '144527.624000', '144527.627000', '144527.629000', '144527.632000', '144527.635000', '144527.637000', '144527.640000', '144527.642000', '144527.645000', '144527.648000', '144527.650000', '144527.653000', '144527.655000', '144527.658000', '144527.661000', '144527.663000', '144527.666000', '144527.668000', '144527.671000', '144527.674000', '144527.676000', '144527.679000', '144527.682000', '144527.684000', '144527.687000', '144527.689000', '144527.692000', '144527.695000', '144527.697000', '144547.548000', '144547.550000', '144547.553000', '144547.556000', '144547.558000', '144547.561000', '144547.564000', '144547.566000', '144547.569000', '144547.572000', '144547.575000', '144547.578000', '144547.580000', '144547.583000', '144547.586000', '144547.588000', '144547.591000', '144547.594000', '144547.596000', '144547.599000', '144547.601000', '144547.604000', '144547.607000', '144547.609000', '144547.612000', '144547.615000', '144547.617000', '144547.620000', '144547.622000', '144547.625000', '144547.628000', '144547.631000', '144547.633000', '144547.636000', '144547.639000', '144547.641000', '144547.644000', '144547.646000', '144547.649000', '144547.651000', '144547.654000', '144547.656000', '144547.659000', '144547.662000', '144607.547000', '144607.550000', '144607.553000', '144607.555000', '144607.558000', '144607.561000', '144607.563000', '144607.566000', '144607.568000', '144607.571000', '144607.573000', '144607.576000', '144607.578000', '144607.581000', '144607.584000', '144607.586000', '144607.589000', '144607.591000', '144607.594000', '144607.597000', '144607.599000', '144607.602000', '144607.604000', '144607.607000', '144607.609000', '144607.612000', '144607.614000', '144607.617000', '144607.620000', '144607.622000', '144607.625000', '144607.627000', '144607.630000', '144607.632000', '144607.635000', '144607.638000', '144607.640000', '144607.643000', '144607.645000', '144607.648000', '144607.650000', '144607.653000', '144607.656000', '144627.547000', '144627.550000', '144627.552000', '144627.555000', '144627.565000', '144627.568000', '144627.571000', '144627.574000', '144627.576000', '144627.579000', '144627.582000', '144627.584000', '144627.587000', '144627.590000', '144627.592000', '144627.595000', '144627.598000', '144627.600000', '144627.603000', '144627.606000', '144627.608000', '144627.611000', '144627.613000', '144627.616000', '144627.618000', '144627.621000', '144627.624000', '144627.626000', '144627.629000', '144627.632000', '144627.634000', '144627.637000', '144627.639000', '144627.642000', '144627.645000', '144627.647000', '144627.650000', '144627.652000', '144627.655000', '144627.658000', '144627.660000', '144627.663000', '144627.666000', '144647.548000', '144647.551000', '144647.553000', '144647.556000', '144647.558000', '144647.561000', '144647.563000', '144647.566000', '144647.569000', '144647.571000', '144647.574000', '144647.576000', '144647.579000', '144647.581000', '144647.584000', '144647.587000', '144647.589000', '144647.592000', '144647.595000', '144647.597000', '144647.600000', '144647.602000', '144647.605000', '144647.607000', '144647.610000', '144647.613000', '144647.615000', '144647.618000', '144647.620000', '144647.639000', '144647.642000', '144647.644000', '144647.647000', '144647.650000', '144647.652000', '144647.655000', '144647.657000', '144647.660000', '144647.664000', '144647.667000', '144647.670000', '144647.672000', '144647.675000', '144647.678000', '144707.548000', '144707.550000', '144707.553000', '144707.556000', '144707.558000', '144707.561000', '144707.563000', '144707.566000', '144707.569000', '144707.571000', '144707.574000', '144707.576000', '144707.579000', '144707.581000', '144707.584000', '144707.586000', '144707.589000', '144707.592000', '144707.594000', '144707.597000', '144707.599000', '144707.602000', '144707.604000', '144707.607000', '144707.609000', '144707.613000', '144707.616000', '144707.619000', '144707.621000', '144707.624000', '144707.627000', '144707.629000', '144707.632000', '144707.634000', '144707.637000', '144707.640000', '144707.642000', '144707.645000', '144707.648000', '144707.650000', '144707.653000', '144707.655000', '144707.658000', '144727.547000', '144727.551000', '144727.553000', '144727.556000', '144727.558000', '144727.562000', '144727.564000', '144727.567000', '144727.569000', '144727.572000', '144727.575000', '144727.577000', '144727.580000', '144727.583000', '144727.586000', '144727.588000', '144727.591000', '144727.594000', '144727.596000', '144727.599000', '144727.601000', '144727.604000', '144727.607000', '144727.609000', '144727.612000', '144727.614000', '144727.617000', '144727.620000', '144727.622000', '144727.625000', '144727.628000', '144727.631000', '144727.633000', '144727.636000', '144727.639000', '144727.641000', '144727.644000', '144727.646000', '144727.649000', '144727.652000', '144727.654000', '144727.657000', '144727.660000', '144727.662000', '144736.099000', '144736.102000', '144736.105000', '144736.108000', '144736.110000', '144736.113000', '144736.116000', '144736.119000', '144736.122000', '144736.125000', '144736.128000', '144736.131000', '144736.134000', '144736.137000', '144736.140000', '144736.142000', '144736.145000', '144736.148000', '144736.151000'], 'InstanceCreationTime': ['144107.579000', '144107.582000', '144107.593000', '144107.596000', '144107.599000', '144107.601000', '144107.604000', '144107.606000', '144107.609000', '144107.612000', '144107.614000', '144107.617000', '144107.619000', '144107.622000', '144107.624000', '144107.627000', '144107.636000', '144107.638000', '144107.641000', '144107.643000', '144107.648000', '144107.650000', '144107.653000', '144107.655000', '144107.658000', '144107.660000', '144107.663000', '144127.547000', '144127.550000', '144127.553000', '144127.555000', '144127.558000', '144127.560000', '144127.563000', '144127.566000', '144127.568000', '144127.571000', '144127.573000', '144127.576000', '144127.578000', '144127.581000', '144127.583000', '144127.586000', '144127.589000', '144127.591000', '144127.594000', '144127.596000', '144127.599000', '144127.601000', '144127.604000', '144127.607000', '144127.609000', '144127.612000', '144127.615000', '144127.617000', '144127.623000', '144127.625000', '144127.628000', '144127.630000', '144127.633000', '144127.636000', '144127.638000', '144127.641000', '144127.643000', '144127.646000', '144127.648000', '144127.651000', '144127.653000', '144127.656000', '144127.658000', '144147.547000', '144147.549000', '144147.552000', '144147.554000', '144147.557000', '144147.560000', '144147.562000', '144147.565000', '144147.567000', '144147.570000', '144147.572000', '144147.575000', '144147.577000', '144147.580000', '144147.583000', '144147.585000', '144147.588000', '144147.590000', '144147.593000', '144147.596000', '144147.598000', '144147.601000', '144147.603000', '144147.606000', '144147.608000', '144147.611000', '144147.613000', '144147.616000', '144147.619000', '144147.621000', '144147.624000', '144147.626000', '144147.629000', '144147.632000', '144147.634000', '144147.637000', '144147.639000', '144147.642000', '144147.644000', '144147.647000', '144147.649000', '144147.652000', '144147.659000', '144147.662000', '144207.547000', '144207.550000', '144207.553000', '144207.555000', '144207.558000', '144207.561000', '144207.563000', '144207.566000', '144207.568000', '144207.571000', '144207.573000', '144207.576000', '144207.579000', '144207.581000', '144207.584000', '144207.586000', '144207.589000', '144207.592000', '144207.594000', '144207.597000', '144207.599000', '144207.602000', '144207.604000', '144207.607000', '144207.609000', '144207.612000', '144207.615000', '144207.617000', '144207.620000', '144207.622000', '144207.625000', '144207.627000', '144207.630000', '144207.632000', '144207.635000', '144207.638000', '144207.641000', '144207.644000', '144207.646000', '144207.649000', '144207.652000', '144207.667000', '144207.670000', '144227.547000', '144227.551000', '144227.554000', '144227.556000', '144227.559000', '144227.562000', '144227.564000', '144227.567000', '144227.569000', '144227.572000', '144227.575000', '144227.577000', '144227.580000', '144227.582000', '144227.585000', '144227.588000', '144227.590000', '144227.593000', '144227.596000', '144227.598000', '144227.601000', '144227.603000', '144227.606000', '144227.608000', '144227.611000', '144227.613000', '144227.616000', '144227.619000', '144227.621000', '144227.624000', '144227.626000', '144227.629000', '144227.632000', '144227.634000', '144227.637000', '144227.639000', '144227.642000', '144227.644000', '144227.647000', '144227.650000', '144227.652000', '144227.655000', '144227.658000', '144227.660000', '144247.547000', '144247.550000', '144247.553000', '144247.556000', '144247.558000', '144247.561000', '144247.563000', '144247.566000', '144247.569000', '144247.571000', '144247.574000', '144247.577000', '144247.579000', '144247.582000', '144247.584000', '144247.587000', '144247.590000', '144247.593000', '144247.595000', '144247.598000', '144247.600000', '144247.603000', '144247.605000', '144247.608000', '144247.611000', '144247.613000', '144247.616000', '144247.619000', '144247.621000', '144247.624000', '144247.626000', '144247.629000', '144247.632000', '144247.634000', '144247.637000', '144247.639000', '144247.642000', '144247.644000', '144247.647000', '144247.650000', '144247.652000', '144247.655000', '144247.657000', '144307.548000', '144307.551000', '144307.553000', '144307.556000', '144307.558000', '144307.561000', '144307.563000', '144307.566000', '144307.568000', '144307.571000', '144307.574000', '144307.576000', '144307.579000', '144307.581000', '144307.584000', '144307.587000', '144307.589000', '144307.592000', '144307.594000', '144307.597000', '144307.599000', '144307.602000', '144307.604000', '144307.607000', '144307.610000', '144307.612000', '144307.615000', '144307.617000', '144307.620000', '144307.623000', '144307.625000', '144307.628000', '144307.630000', '144307.633000', '144307.635000', '144307.638000', '144307.641000', '144307.643000', '144307.646000', '144307.648000', '144307.651000', '144307.654000', '144307.661000', '144307.663000', '144327.547000', '144327.550000', '144327.553000', '144327.556000', '144327.559000', '144327.561000', '144327.564000', '144327.566000', '144327.569000', '144327.572000', '144327.574000', '144327.577000', '144327.580000', '144327.582000', '144327.585000', '144327.587000', '144327.590000', '144327.593000', '144327.596000', '144327.598000', '144327.601000', '144327.603000', '144327.606000', '144327.609000', '144327.611000', '144327.614000', '144327.617000', '144327.619000', '144327.622000', '144327.624000', '144327.627000', '144327.629000', '144327.632000', '144327.635000', '144327.637000', '144327.640000', '144327.642000', '144327.645000', '144327.648000', '144327.650000', '144327.653000', '144327.655000', '144327.658000', '144347.547000', '144347.556000', '144347.559000', '144347.561000', '144347.564000', '144347.566000', '144347.569000', '144347.571000', '144347.574000', '144347.577000', '144347.579000', '144347.582000', '144347.584000', '144347.587000', '144347.590000', '144347.592000', '144347.595000', '144347.597000', '144347.600000', '144347.602000', '144347.605000', '144347.608000', '144347.622000', '144347.625000', '144347.627000', '144347.630000', '144347.632000', '144347.635000', '144347.638000', '144347.640000', '144347.643000', '144347.646000', '144347.648000', '144347.651000', '144347.653000', '144347.656000', '144347.659000', '144347.661000', '144347.664000', '144347.667000', '144347.669000', '144347.672000', '144347.674000', '144347.677000', '144407.547000', '144407.550000', '144407.552000', '144407.555000', '144407.557000', '144407.560000', '144407.563000', '144407.565000', '144407.568000', '144407.571000', '144407.573000', '144407.576000', '144407.578000', '144407.581000', '144407.584000', '144407.586000', '144407.589000', '144407.592000', '144407.594000', '144407.597000', '144407.599000', '144407.602000', '144407.605000', '144407.607000', '144407.610000', '144407.613000', '144407.615000', '144407.618000', '144407.620000', '144407.623000', '144407.626000', '144407.628000', '144407.631000', '144407.634000', '144407.636000', '144407.639000', '144407.642000', '144407.644000', '144407.647000', '144407.649000', '144407.652000', '144407.655000', '144407.657000', '144427.547000', '144427.550000', '144427.553000', '144427.555000', '144427.558000', '144427.561000', '144427.563000', '144427.566000', '144427.569000', '144427.571000', '144427.574000', '144427.576000', '144427.579000', '144427.582000', '144427.584000', '144427.587000', '144427.590000', '144427.593000', '144427.595000', '144427.598000', '144427.601000', '144427.604000', '144427.606000', '144427.609000', '144427.612000', '144427.615000', '144427.617000', '144427.620000', '144427.623000', '144427.625000', '144427.628000', '144427.630000', '144427.633000', '144427.636000', '144427.638000', '144427.641000', '144427.644000', '144427.646000', '144427.649000', '144427.651000', '144427.654000', '144427.657000', '144427.659000', '144447.547000', '144447.551000', '144447.553000', '144447.556000', '144447.558000', '144447.561000', '144447.564000', '144447.566000', '144447.569000', '144447.572000', '144447.574000', '144447.577000', '144447.579000', '144447.582000', '144447.585000', '144447.587000', '144447.590000', '144447.593000', '144447.595000', '144447.598000', '144447.601000', '144447.603000', '144447.606000', '144447.609000', '144447.611000', '144447.614000', '144447.617000', '144447.619000', '144447.622000', '144447.624000', '144447.627000', '144447.630000', '144447.632000', '144447.635000', '144447.637000', '144447.640000', '144447.643000', '144447.645000', '144447.648000', '144447.650000', '144447.653000', '144447.656000', '144447.658000', '144447.661000', '144507.548000', '144507.550000', '144507.553000', '144507.555000', '144507.558000', '144507.561000', '144507.563000', '144507.566000', '144507.569000', '144507.571000', '144507.574000', '144507.576000', '144507.579000', '144507.581000', '144507.584000', '144507.587000', '144507.589000', '144507.592000', '144507.595000', '144507.597000', '144507.600000', '144507.603000', '144507.605000', '144507.608000', '144507.610000', '144507.613000', '144507.615000', '144507.618000', '144507.621000', '144507.623000', '144507.626000', '144507.628000', '144507.631000', '144507.634000', '144507.636000', '144507.639000', '144507.642000', '144507.644000', '144507.647000', '144507.649000', '144507.652000', '144507.655000', '144507.657000', '144507.660000', '144527.548000', '144527.550000', '144527.553000', '144527.596000', '144527.598000', '144527.601000', '144527.604000', '144527.606000', '144527.609000', '144527.611000', '144527.614000', '144527.616000', '144527.619000', '144527.621000', '144527.624000', '144527.627000', '144527.629000', '144527.632000', '144527.635000', '144527.637000', '144527.640000', '144527.642000', '144527.645000', '144527.648000', '144527.650000', '144527.653000', '144527.655000', '144527.658000', '144527.661000', '144527.663000', '144527.666000', '144527.668000', '144527.671000', '144527.674000', '144527.676000', '144527.679000', '144527.682000', '144527.684000', '144527.687000', '144527.689000', '144527.692000', '144527.695000', '144527.697000', '144547.548000', '144547.550000', '144547.553000', '144547.556000', '144547.558000', '144547.561000', '144547.564000', '144547.566000', '144547.569000', '144547.572000', '144547.575000', '144547.578000', '144547.580000', '144547.583000', '144547.586000', '144547.588000', '144547.591000', '144547.594000', '144547.596000', '144547.599000', '144547.601000', '144547.604000', '144547.607000', '144547.609000', '144547.612000', '144547.615000', '144547.617000', '144547.620000', '144547.622000', '144547.625000', '144547.628000', '144547.631000', '144547.633000', '144547.636000', '144547.639000', '144547.641000', '144547.644000', '144547.646000', '144547.649000', '144547.651000', '144547.654000', '144547.656000', '144547.659000', '144547.662000', '144607.547000', '144607.550000', '144607.553000', '144607.555000', '144607.558000', '144607.561000', '144607.563000', '144607.566000', '144607.568000', '144607.571000', '144607.573000', '144607.576000', '144607.578000', '144607.581000', '144607.584000', '144607.586000', '144607.589000', '144607.591000', '144607.594000', '144607.597000', '144607.599000', '144607.602000', '144607.604000', '144607.607000', '144607.609000', '144607.612000', '144607.614000', '144607.617000', '144607.620000', '144607.622000', '144607.625000', '144607.627000', '144607.630000', '144607.632000', '144607.635000', '144607.638000', '144607.640000', '144607.643000', '144607.645000', '144607.648000', '144607.650000', '144607.653000', '144607.656000', '144627.547000', '144627.550000', '144627.552000', '144627.555000', '144627.565000', '144627.568000', '144627.571000', '144627.574000', '144627.576000', '144627.579000', '144627.582000', '144627.584000', '144627.587000', '144627.590000', '144627.592000', '144627.595000', '144627.598000', '144627.600000', '144627.603000', '144627.606000', '144627.608000', '144627.611000', '144627.613000', '144627.616000', '144627.618000', '144627.621000', '144627.624000', '144627.626000', '144627.629000', '144627.632000', '144627.634000', '144627.637000', '144627.639000', '144627.642000', '144627.645000', '144627.647000', '144627.650000', '144627.652000', '144627.655000', '144627.658000', '144627.660000', '144627.663000', '144627.666000', '144647.548000', '144647.551000', '144647.553000', '144647.556000', '144647.558000', '144647.561000', '144647.563000', '144647.566000', '144647.569000', '144647.571000', '144647.574000', '144647.576000', '144647.579000', '144647.581000', '144647.584000', '144647.587000', '144647.589000', '144647.592000', '144647.595000', '144647.597000', '144647.600000', '144647.602000', '144647.605000', '144647.607000', '144647.610000', '144647.613000', '144647.615000', '144647.618000', '144647.620000', '144647.639000', '144647.642000', '144647.644000', '144647.647000', '144647.650000', '144647.652000', '144647.655000', '144647.657000', '144647.660000', '144647.664000', '144647.667000', '144647.670000', '144647.672000', '144647.675000', '144647.678000', '144707.548000', '144707.550000', '144707.553000', '144707.556000', '144707.558000', '144707.561000', '144707.563000', '144707.566000', '144707.569000', '144707.571000', '144707.574000', '144707.576000', '144707.579000', '144707.581000', '144707.584000', '144707.586000', '144707.589000', '144707.592000', '144707.594000', '144707.597000', '144707.599000', '144707.602000', '144707.604000', '144707.607000', '144707.609000', '144707.613000', '144707.616000', '144707.619000', '144707.621000', '144707.624000', '144707.627000', '144707.629000', '144707.632000', '144707.634000', '144707.637000', '144707.640000', '144707.642000', '144707.645000', '144707.648000', '144707.650000', '144707.653000', '144707.655000', '144707.658000', '144727.547000', '144727.551000', '144727.553000', '144727.556000', '144727.558000', '144727.562000', '144727.564000', '144727.567000', '144727.569000', '144727.572000', '144727.575000', '144727.577000', '144727.580000', '144727.583000', '144727.586000', '144727.588000', '144727.591000', '144727.594000', '144727.596000', '144727.599000', '144727.601000', '144727.604000', '144727.607000', '144727.609000', '144727.612000', '144727.614000', '144727.617000', '144727.620000', '144727.622000', '144727.625000', '144727.628000', '144727.631000', '144727.633000', '144727.636000', '144727.639000', '144727.641000', '144727.644000', '144727.646000', '144727.649000', '144727.652000', '144727.654000', '144727.657000', '144727.660000', '144727.662000', '144736.099000', '144736.102000', '144736.105000', '144736.108000', '144736.110000', '144736.113000', '144736.116000', '144736.119000', '144736.122000', '144736.125000', '144736.128000', '144736.131000', '144736.134000', '144736.137000', '144736.140000', '144736.142000', '144736.145000', '144736.148000', '144736.151000'], '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': [7468, 11088, 7423, 10802, 10237, 7461, 11033, 6853, 7263, 10981, 7225, 7387, 9455, 7824, 7368, 8648, 6748, 7293, 11421, 9101, 7383, 8541, 9619, 7476, 9959, 7717, 7288, 11710, 9139, 7222, 7272, 8367, 7332, 9118, 10297, 7447, 7155, 11054, 7360, 7296, 9267, 7096, 7462, 10074, 6816, 7415, 9595, 9379, 7282, 7413, 9118, 7743, 7459, 8834, 7336, 7101, 10861, 9482, 7337, 9998, 6927, 7309, 11371, 7666, 7395, 9338, 9161, 7279, 7206, 9091, 7130, 9032, 11752, 8288, 7465, 8384, 9076, 7633, 7450, 10102, 7219, 8777, 12195, 7669, 7383, 9592, 8478, 7409, 10861, 7518, 7015, 10114, 9840, 7271, 7230, 9774, 8529, 7181, 8082, 6821, 7083, 7874, 9478, 7195, 7031, 10498, 9102, 7401, 7492, 8243, 7490, 9015, 10467, 7099, 7223, 11112, 7969, 7194, 9190, 7042, 9182, 9542, 7258, 6921, 8352, 7208, 7176, 10159, 6894, 7051, 10923, 8941, 7356, 7862, 7309, 7100, 10700, 10177, 7156, 7164, 9454, 7761, 7245, 8367, 6716, 6949, 8712, 9561, 6980, 6947, 11561, 8548, 7513, 7334, 8888, 7149, 8645, 11918, 7990, 7217, 7998, 9289, 7109, 7402, 8715, 6988, 7261, 7095, 9451, 7104, 6892, 11375, 8105, 7257, 9789, 8710, 7196, 7312, 8674, 6892, 7167, 11455, 7687, 7335, 7177, 8044, 7003, 8008, 9248, 7148, 6829, 10654, 7592, 7251, 8739, 6962, 9880, 9499, 7202, 7099, 7749, 6536, 7504, 10672, 7506, 5541, 6392, 8160, 8753, 7562, 11372, 7201, 10422, 7392, 6985, 11227, 7658, 7137, 11643, 9815, 7807, 16114, 14045, 10244, 16452, 8887, 11591, 9863, 7046, 10179, 7850, 6796, 9955, 8157, 6830, 8979, 7001, 6977, 9926, 7483, 7017, 7339, 7890, 6841, 6918, 7687, 7179, 8377, 7871, 7326, 10118, 7740, 6806, 10014, 6913, 7176, 7655, 8723, 6884, 7817, 7972, 7180, 7339, 7054, 8582, 7361, 7264, 7109, 8999, 7087, 6845, 11309, 8013, 7177, 6655, 9153, 7899, 7157, 9810, 7467, 6772, 11149, 10902, 7102, 7115, 11004, 8243, 8567, 10848, 7395, 6785, 11305, 9080, 6989, 10189, 7117, 6795, 11679, 9513, 7022, 7282, 8923, 7610, 7041, 9017, 7009, 6665, 10849, 9333, 7080, 7256, 8962, 6664, 8389, 11135, 7246, 7313, 9189, 7700, 7203, 10877, 7567, 7149, 9959, 8612, 7039, 6900, 7941, 7167, 7278, 9664, 7344, 7024, 9260, 7699, 7161, 9300, 7594, 7128, 12171, 8014, 7245, 9690, 8067, 7217, 10767, 7430, 6993, 9446, 8689, 7440, 8434, 7448, 6929, 10952, 9854, 7233, 7118, 9198, 7404, 8641, 10710, 6975, 6903, 10245, 8139, 7168, 9063, 7076, 7096, 10558, 7572, 7057, 9569, 8478, 7015, 7948, 7820, 6862, 7920, 9605, 7057, 6940, 8777, 7055, 7101, 8597, 7669, 6891, 7827, 9479, 7179, 7247, 9392, 7706, 7202, 10689, 7516, 7023, 10697, 8837, 7299, 9796, 7430, 7123, 10931, 8564, 7176, 9041, 6412, 6815, 10313, 7805, 7168, 6938, 8730, 7362, 7205, 9555, 6659, 6802, 11535, 9634, 7139, 7930, 8370, 7028, 10042, 8973, 7236, 9091, 8462, 7068, 7171, 8381, 6916, 6973, 10356, 7479, 6890, 8961, 7712, 7021, 7892, 8076, 6885, 8064, 9453, 7239, 7022, 9312, 7089, 6922, 9611, 6916, 6939, 10491, 9284, 7137, 6900, 8010, 7085, 6995, 9752, 7068, 7237, 9708, 8778, 7118, 6884, 8761, 7227, 9454, 10170, 7334, 7088, 11035, 8592, 7247, 10625, 7276, 7017, 11041, 8323, 7212, 9609, 6991, 7333, 9988, 7280, 7170, 9004, 7351, 6745, 6798, 9757, 7172, 5632, 6066, 6802, 9141, 10332, 9999, 7763, 9463, 6993, 10384, 8466, 6960, 11211, 9147, 6907, 13652, 10574, 8195, 11479, 10086, 7103, 10196, 9403, 6902, 9047, 8580, 6718, 9879, 7999, 7009, 9232, 6546, 6824, 9763, 7449, 7099, 7461, 7253, 6849, 6713, 9019, 6787, 6829, 9354, 7668, 7006, 8629, 6961, 6594, 7218, 9593, 7225, 7068, 6891, 9142, 7635, 7004, 9833, 7353, 6829, 10318, 9775, 7312, 7125, 9582, 8068, 6885, 10341, 6985, 6764, 9855, 8849, 7033, 7010, 8902, 7560, 7181, 7257, 9839, 6877, 7170, 10583, 8341, 7041, 10256, 7119, 6970, 9545, 7048, 8363, 7959, 7030, 7811, 8887, 7165, 6928, 8816, 7503, 7028, 8885, 7800, 6809, 9755, 10045, 7173, 8280, 8209, 7006, 11278, 9118, 7052, 7502, 8284, 6895, 7015, 8873, 7239, 6644, 10234, 7667, 7044, 9112, 7112, 11294, 9157, 7249, 7666, 7747, 6888, 6799, 10574, 8264, 7192, 6893, 9640, 7801, 7929, 7371, 7024, 9408, 7659, 6770, 11131, 10920, 7061, 6894, 11333, 9000, 7162, 7088, 9334, 7792, 7067, 7014, 9575, 7220, 6884, 11075, 8768, 7229, 9923, 7064, 6971, 10970, 7948, 7003, 7794, 8365, 7138, 7111, 8652, 6838, 7434, 7571, 10119, 7184, 7348, 6963, 8921, 7197, 8193, 11470, 8596, 6939, 8031, 8687, 7136, 11092, 10162, 6991, 10691, 9235, 7325, 9009, 8617, 7079, 7162, 9157, 7066, 11017, 8667, 6648, 9834, 7822, 7203, 6969, 9479, 8426, 7148, 9358, 6756, 6500, 10435, 8292, 7071, 9790, 7639, 6792, 11879, 8488, 6961, 9375, 7486, 6982, 10233, 7640, 6927, 9017, 6581, 6875, 8988, 7033, 6634, 8677, 7252, 9345, 7015, 10457, 8944, 7049, 9078, 6953, 6776, 9374, 7085, 7051, 9127, 7497, 6953, 9060, 6642, 6721, 9907, 8789, 7320, 9192, 7259, 6873, 11930, 9238, 7034, 10387, 7905, 6766, 11182, 8460, 6833, 8944, 8136, 7101, 6757, 7067, 5715, 5427, 6164, 9279, 8147, 12492, 9824, 7549, 10329, 7269, 8385, 11322, 9236, 7240, 14374, 10670, 11630, 15899, 8553, 9234, 9775, 6826, 12848, 10539, 7897, 11368, 8768, 6314, 10353, 8176, 5893, 10342, 7826, 6344, 7120, 8045, 6391, 6267, 9382, 6534, 6369, 9346, 7581, 6246, 9653, 6925, 6189, 10153, 8502, 6619, 6958, 8362, 6733, 6522, 9533, 6870, 6194, 9373, 7695, 6397, 9545, 7294, 6109, 8229, 8809, 6838, 6257, 9274, 7521, 6652, 11032, 7945, 5998, 11101, 8753, 6967, 10307, 9004, 6856, 12292, 8945, 6116, 5795, 9584, 8183, 6869, 10290, 7839, 9584, 9611, 7754, 12628, 8700, 6984, 11671, 8238, 5813, 8167, 8139, 7074, 6881, 9008, 6257], 'WindowCenter': [3611.0, 3628.0, 3583.0, 3613.0, 3602.0, 3569.0, 3611.0, 3557.0, 3579.0, 3612.0, 3580.0, 3581.0, 3601.0, 3592.0, 3582.0, 3603.0, 3571.0, 3582.0, 3625.0, 3604.0, 3583.0, 3603.0, 3614.0, 3582.0, 3614.0, 3580.0, 3580.0, 3624.0, 3603.0, 3581.0, 3581.0, 3590.0, 3580.0, 3602.0, 3612.0, 3580.0, 3569.0, 3611.0, 3580.0, 3579.0, 3601.0, 3570.0, 3580.0, 3602.0, 3570.0, 3581.0, 3602.0, 3603.0, 3582.0, 3581.0, 3602.0, 3580.0, 3582.0, 3603.0, 3582.0, 3581.0, 3614.0, 3614.0, 3582.0, 3614.0, 3582.0, 3582.0, 3626.0, 3592.0, 3593.0, 3604.0, 3604.0, 3582.0, 3582.0, 3602.0, 3570.0, 3603.0, 3624.0, 3592.0, 3581.0, 3591.0, 3590.0, 3581.0, 3580.0, 3600.0, 3569.0, 3589.0, 3611.0, 3579.0, 3567.0, 3588.0, 3578.0, 3567.0, 3611.0, 3567.0, 3566.0, 3599.0, 3598.0, 3567.0, 3567.0, 3598.0, 3589.0, 3568.0, 3578.0, 3557.0, 3568.0, 3579.0, 3600.0, 3567.0, 3568.0, 3612.0, 3590.0, 3580.0, 3568.0, 3579.0, 3567.0, 3589.0, 3599.0, 3567.0, 3566.0, 3599.0, 3577.0, 3567.0, 3589.0, 3567.0, 3588.0, 3599.0, 3567.0, 3568.0, 3577.0, 3568.0, 3569.0, 3600.0, 3568.0, 3567.0, 3600.0, 3590.0, 3579.0, 3579.0, 3568.0, 3567.0, 3599.0, 3600.0, 3568.0, 3567.0, 3587.0, 3568.0, 3568.0, 3589.0, 3558.0, 3569.0, 3592.0, 3601.0, 3569.0, 3568.0, 3611.0, 3591.0, 3580.0, 3580.0, 3589.0, 3568.0, 3589.0, 3610.0, 3577.0, 3566.0, 3577.0, 3587.0, 3566.0, 3578.0, 3589.0, 3567.0, 3579.0, 3569.0, 3601.0, 3568.0, 3569.0, 3613.0, 3580.0, 3579.0, 3599.0, 3589.0, 3569.0, 3568.0, 3577.0, 3556.0, 3566.0, 3600.0, 3566.0, 3567.0, 3555.0, 3566.0, 3556.0, 3578.0, 3588.0, 3568.0, 3557.0, 3599.0, 3579.0, 3568.0, 3588.0, 3567.0, 3587.0, 3588.0, 3568.0, 3568.0, 3578.0, 3557.0, 3568.0, 3612.0, 3581.0, 3550.0, 3572.0, 3604.0, 3591.0, 3581.0, 3610.0, 3568.0, 3597.0, 3567.0, 3555.0, 3611.0, 3579.0, 3569.0, 3612.0, 3599.0, 3565.0, 3608.0, 3594.0, 3572.0, 3592.0, 3559.0, 3569.0, 3558.0, 3537.0, 3569.0, 3548.0, 3538.0, 3570.0, 3549.0, 3539.0, 3560.0, 3540.0, 3551.0, 3585.0, 3553.0, 3554.0, 3563.0, 3564.0, 3554.0, 3565.0, 3576.0, 3566.0, 3577.0, 3578.0, 3580.0, 3611.0, 3577.0, 3568.0, 3601.0, 3569.0, 3580.0, 3592.0, 3591.0, 3582.0, 3591.0, 3592.0, 3583.0, 3593.0, 3583.0, 3603.0, 3582.0, 3583.0, 3583.0, 3603.0, 3570.0, 3570.0, 3625.0, 3592.0, 3583.0, 3571.0, 3615.0, 3605.0, 3582.0, 3615.0, 3581.0, 3582.0, 3626.0, 3626.0, 3582.0, 3582.0, 3613.0, 3592.0, 3604.0, 3613.0, 3580.0, 3557.0, 3611.0, 3590.0, 3569.0, 3600.0, 3567.0, 3557.0, 3611.0, 3601.0, 3569.0, 3567.0, 3589.0, 3579.0, 3569.0, 3589.0, 3567.0, 3557.0, 3613.0, 3602.0, 3581.0, 3580.0, 3589.0, 3557.0, 3578.0, 3611.0, 3568.0, 3579.0, 3601.0, 3579.0, 3568.0, 3611.0, 3578.0, 3567.0, 3599.0, 3589.0, 3568.0, 3568.0, 3579.0, 3569.0, 3579.0, 3601.0, 3581.0, 3580.0, 3602.0, 3580.0, 3580.0, 3601.0, 3592.0, 3580.0, 3625.0, 3590.0, 3580.0, 3601.0, 3578.0, 3580.0, 3611.0, 3568.0, 3567.0, 3600.0, 3591.0, 3580.0, 3592.0, 3579.0, 3568.0, 3612.0, 3600.0, 3568.0, 3567.0, 3587.0, 3567.0, 3577.0, 3599.0, 3554.0, 3554.0, 3586.0, 3565.0, 3555.0, 3575.0, 3554.0, 3554.0, 3598.0, 3566.0, 3565.0, 3588.0, 3578.0, 3567.0, 3578.0, 3577.0, 3556.0, 3578.0, 3599.0, 3568.0, 3569.0, 3589.0, 3569.0, 3581.0, 3592.0, 3579.0, 3569.0, 3581.0, 3602.0, 3581.0, 3580.0, 3601.0, 3580.0, 3580.0, 3613.0, 3580.0, 3569.0, 3600.0, 3589.0, 3579.0, 3601.0, 3567.0, 3567.0, 3610.0, 3591.0, 3568.0, 3588.0, 3556.0, 3567.0, 3600.0, 3579.0, 3580.0, 3568.0, 3590.0, 3581.0, 3581.0, 3601.0, 3568.0, 3557.0, 3613.0, 3600.0, 3568.0, 3578.0, 3577.0, 3568.0, 3599.0, 3588.0, 3568.0, 3588.0, 3577.0, 3568.0, 3567.0, 3577.0, 3566.0, 3567.0, 3599.0, 3568.0, 3567.0, 3588.0, 3578.0, 3568.0, 3589.0, 3578.0, 3569.0, 3580.0, 3601.0, 3581.0, 3569.0, 3600.0, 3569.0, 3570.0, 3601.0, 3569.0, 3569.0, 3612.0, 3602.0, 3569.0, 3581.0, 3579.0, 3570.0, 3570.0, 3602.0, 3569.0, 3580.0, 3601.0, 3591.0, 3581.0, 3582.0, 3591.0, 3579.0, 3602.0, 3613.0, 3580.0, 3569.0, 3611.0, 3590.0, 3568.0, 3600.0, 3568.0, 3567.0, 3610.0, 3588.0, 3567.0, 3599.0, 3566.0, 3566.0, 3599.0, 3567.0, 3567.0, 3589.0, 3567.0, 3569.0, 3583.0, 3602.0, 3581.0, 3550.0, 3561.0, 3572.0, 3603.0, 3601.0, 3588.0, 3567.0, 3587.0, 3555.0, 3587.0, 3576.0, 3567.0, 3610.0, 3588.0, 3556.0, 3607.0, 3585.0, 3563.0, 3583.0, 3572.0, 3539.0, 3572.0, 3572.0, 3541.0, 3573.0, 3562.0, 3540.0, 3572.0, 3561.0, 3540.0, 3572.0, 3540.0, 3541.0, 3586.0, 3565.0, 3566.0, 3566.0, 3565.0, 3556.0, 3567.0, 3589.0, 3569.0, 3568.0, 3602.0, 3591.0, 3582.0, 3603.0, 3569.0, 3570.0, 3582.0, 3602.0, 3581.0, 3581.0, 3569.0, 3602.0, 3581.0, 3580.0, 3612.0, 3581.0, 3570.0, 3613.0, 3602.0, 3581.0, 3570.0, 3599.0, 3591.0, 3582.0, 3613.0, 3580.0, 3569.0, 3601.0, 3602.0, 3581.0, 3583.0, 3603.0, 3580.0, 3581.0, 3581.0, 3614.0, 3582.0, 3581.0, 3612.0, 3592.0, 3581.0, 3612.0, 3569.0, 3569.0, 3600.0, 3569.0, 3590.0, 3580.0, 3569.0, 3579.0, 3601.0, 3570.0, 3580.0, 3601.0, 3581.0, 3581.0, 3603.0, 3591.0, 3570.0, 3613.0, 3613.0, 3582.0, 3591.0, 3590.0, 3569.0, 3612.0, 3589.0, 3569.0, 3568.0, 3578.0, 3568.0, 3570.0, 3601.0, 3580.0, 3570.0, 3612.0, 3592.0, 3581.0, 3601.0, 3569.0, 3611.0, 3601.0, 3580.0, 3579.0, 3579.0, 3580.0, 3581.0, 3624.0, 3591.0, 3581.0, 3581.0, 3614.0, 3592.0, 3593.0, 3583.0, 3582.0, 3603.0, 3581.0, 3570.0, 3614.0, 3612.0, 3569.0, 3568.0, 3612.0, 3590.0, 3569.0, 3569.0, 3589.0, 3578.0, 3569.0, 3570.0, 3601.0, 3580.0, 3568.0, 3611.0, 3590.0, 3580.0, 3601.0, 3567.0, 3568.0, 3610.0, 3579.0, 3569.0, 3578.0, 3590.0, 3570.0, 3580.0, 3589.0, 3570.0, 3581.0, 3594.0, 3615.0, 3582.0, 3594.0, 3582.0, 3601.0, 3569.0, 3591.0, 3612.0, 3591.0, 3571.0, 3592.0, 3602.0, 3569.0, 3599.0, 3587.0, 3554.0, 3585.0, 3575.0, 3554.0, 3588.0, 3588.0, 3567.0, 3567.0, 3586.0, 3541.0, 3583.0, 3562.0, 3542.0, 3586.0, 3565.0, 3567.0, 3567.0, 3598.0, 3589.0, 3567.0, 3589.0, 3556.0, 3557.0, 3611.0, 3590.0, 3570.0, 3602.0, 3579.0, 3557.0, 3610.0, 3578.0, 3567.0, 3587.0, 3567.0, 3566.0, 3599.0, 3577.0, 3569.0, 3589.0, 3569.0, 3569.0, 3602.0, 3581.0, 3571.0, 3591.0, 3581.0, 3602.0, 3569.0, 3611.0, 3601.0, 3580.0, 3601.0, 3568.0, 3568.0, 3601.0, 3570.0, 3581.0, 3601.0, 3582.0, 3582.0, 3603.0, 3583.0, 3581.0, 3614.0, 3604.0, 3593.0, 3603.0, 3581.0, 3569.0, 3625.0, 3603.0, 3571.0, 3601.0, 3579.0, 3568.0, 3612.0, 3590.0, 3569.0, 3589.0, 3578.0, 3568.0, 3572.0, 3581.0, 3549.0, 3539.0, 3559.0, 3601.0, 3580.0, 3611.0, 3599.0, 3567.0, 3598.0, 3567.0, 3591.0, 3613.0, 3601.0, 3568.0, 3620.0, 3586.0, 3584.0, 3606.0, 3562.0, 3560.0, 3571.0, 3539.0, 3593.0, 3571.0, 3561.0, 3582.0, 3559.0, 3528.0, 3569.0, 3548.0, 3505.0, 3570.0, 3550.0, 3540.0, 3551.0, 3562.0, 3542.0, 3543.0, 3586.0, 3555.0, 3555.0, 3587.0, 3577.0, 3557.0, 3600.0, 3567.0, 3546.0, 3611.0, 3590.0, 3568.0, 3568.0, 3589.0, 3569.0, 3559.0, 3601.0, 3570.0, 3559.0, 3601.0, 3580.0, 3570.0, 3614.0, 3581.0, 3559.0, 3591.0, 3601.0, 3571.0, 3571.0, 3602.0, 3593.0, 3572.0, 3625.0, 3592.0, 3560.0, 3624.0, 3606.0, 3585.0, 3626.0, 3592.0, 3569.0, 3624.0, 3604.0, 3561.0, 3560.0, 3613.0, 3604.0, 3584.0, 3615.0, 3593.0, 3602.0, 3601.0, 3581.0, 3623.0, 3591.0, 3570.0, 3611.0, 3590.0, 3549.0, 3604.0, 3592.0, 3580.0, 3581.0, 3602.0, 3570.0], 'WindowWidth': [8176.0, 8193.0, 8125.0, 8161.0, 8145.0, 8097.0, 8155.0, 8080.0, 8111.0, 8160.0, 8115.0, 8116.0, 8145.0, 8134.0, 8120.0, 8152.0, 8105.0, 8121.0, 8184.0, 8152.0, 8122.0, 8149.0, 8165.0, 8122.0, 8164.0, 8116.0, 8113.0, 8180.0, 8148.0, 8119.0, 8117.0, 8129.0, 8116.0, 8147.0, 8159.0, 8114.0, 8098.0, 8158.0, 8114.0, 8112.0, 8144.0, 8102.0, 8115.0, 8148.0, 8100.0, 8116.0, 8147.0, 8151.0, 8120.0, 8119.0, 8146.0, 8116.0, 8119.0, 8151.0, 8121.0, 8119.0, 8167.0, 8166.0, 8120.0, 8166.0, 8121.0, 8121.0, 8185.0, 8135.0, 8136.0, 8152.0, 8151.0, 8122.0, 8120.0, 8146.0, 8102.0, 8147.0, 8180.0, 8135.0, 8117.0, 8132.0, 8128.0, 8116.0, 8114.0, 8140.0, 8097.0, 8124.0, 8159.0, 8110.0, 8092.0, 8122.0, 8108.0, 8092.0, 8156.0, 8091.0, 8090.0, 8138.0, 8136.0, 8092.0, 8091.0, 8135.0, 8122.0, 8093.0, 8109.0, 8078.0, 8094.0, 8110.0, 8139.0, 8094.0, 8095.0, 8158.0, 8126.0, 8113.0, 8096.0, 8109.0, 8093.0, 8124.0, 8136.0, 8090.0, 8087.0, 8136.0, 8107.0, 8092.0, 8123.0, 8092.0, 8121.0, 8138.0, 8092.0, 8094.0, 8105.0, 8096.0, 8098.0, 8142.0, 8095.0, 8093.0, 8141.0, 8125.0, 8112.0, 8113.0, 8092.0, 8093.0, 8137.0, 8138.0, 8094.0, 8090.0, 8117.0, 8093.0, 8094.0, 8125.0, 8081.0, 8099.0, 8133.0, 8145.0, 8099.0, 8096.0, 8158.0, 8131.0, 8113.0, 8113.0, 8124.0, 8094.0, 8122.0, 8155.0, 8105.0, 8088.0, 8103.0, 8119.0, 8090.0, 8108.0, 8123.0, 8091.0, 8110.0, 8099.0, 8144.0, 8096.0, 8096.0, 8162.0, 8115.0, 8111.0, 8138.0, 8124.0, 8096.0, 8095.0, 8105.0, 8075.0, 8089.0, 8139.0, 8089.0, 8090.0, 8073.0, 8088.0, 8075.0, 8106.0, 8121.0, 8093.0, 8078.0, 8137.0, 8110.0, 8093.0, 8120.0, 8092.0, 8118.0, 8122.0, 8094.0, 8095.0, 8108.0, 8079.0, 8096.0, 8158.0, 8118.0, 8076.0, 8107.0, 8153.0, 8131.0, 8115.0, 8155.0, 8093.0, 8132.0, 8090.0, 8072.0, 8158.0, 8113.0, 8099.0, 8161.0, 8137.0, 8084.0, 8148.0, 8121.0, 8086.0, 8116.0, 8065.0, 8076.0, 8060.0, 8033.0, 8080.0, 8049.0, 8037.0, 8082.0, 8053.0, 8041.0, 8070.0, 8042.0, 8060.0, 8110.0, 8066.0, 8070.0, 8081.0, 8082.0, 8071.0, 8088.0, 8102.0, 8090.0, 8104.0, 8107.0, 8113.0, 8158.0, 8106.0, 8095.0, 8144.0, 8100.0, 8115.0, 8133.0, 8131.0, 8118.0, 8133.0, 8133.0, 8123.0, 8139.0, 8127.0, 8151.0, 8120.0, 8124.0, 8122.0, 8149.0, 8102.0, 8102.0, 8185.0, 8136.0, 8123.0, 8106.0, 8169.0, 8156.0, 8123.0, 8169.0, 8119.0, 8121.0, 8186.0, 8183.0, 8123.0, 8119.0, 8163.0, 8134.0, 8153.0, 8163.0, 8113.0, 8079.0, 8157.0, 8127.0, 8097.0, 8142.0, 8092.0, 8078.0, 8159.0, 8142.0, 8098.0, 8094.0, 8125.0, 8113.0, 8099.0, 8125.0, 8092.0, 8079.0, 8163.0, 8146.0, 8117.0, 8116.0, 8126.0, 8079.0, 8109.0, 8159.0, 8097.0, 8113.0, 8142.0, 8111.0, 8096.0, 8156.0, 8108.0, 8091.0, 8136.0, 8123.0, 8095.0, 8097.0, 8111.0, 8097.0, 8112.0, 8144.0, 8118.0, 8115.0, 8146.0, 8115.0, 8115.0, 8144.0, 8133.0, 8116.0, 8181.0, 8129.0, 8113.0, 8144.0, 8109.0, 8113.0, 8157.0, 8095.0, 8092.0, 8141.0, 8131.0, 8116.0, 8135.0, 8111.0, 8094.0, 8159.0, 8141.0, 8095.0, 8091.0, 8117.0, 8091.0, 8104.0, 8135.0, 8070.0, 8067.0, 8115.0, 8085.0, 8073.0, 8100.0, 8069.0, 8071.0, 8134.0, 8087.0, 8087.0, 8121.0, 8107.0, 8092.0, 8110.0, 8104.0, 8076.0, 8108.0, 8139.0, 8095.0, 8099.0, 8125.0, 8097.0, 8117.0, 8132.0, 8111.0, 8098.0, 8116.0, 8149.0, 8118.0, 8115.0, 8145.0, 8115.0, 8114.0, 8162.0, 8114.0, 8096.0, 8140.0, 8125.0, 8112.0, 8144.0, 8093.0, 8093.0, 8154.0, 8130.0, 8095.0, 8122.0, 8076.0, 8093.0, 8142.0, 8113.0, 8116.0, 8098.0, 8126.0, 8116.0, 8117.0, 8143.0, 8095.0, 8078.0, 8163.0, 8141.0, 8097.0, 8109.0, 8105.0, 8095.0, 8136.0, 8121.0, 8093.0, 8119.0, 8105.0, 8093.0, 8093.0, 8105.0, 8090.0, 8092.0, 8139.0, 8095.0, 8092.0, 8121.0, 8109.0, 8096.0, 8126.0, 8110.0, 8098.0, 8113.0, 8143.0, 8117.0, 8098.0, 8139.0, 8098.0, 8100.0, 8144.0, 8098.0, 8098.0, 8159.0, 8146.0, 8100.0, 8117.0, 8111.0, 8100.0, 8101.0, 8147.0, 8100.0, 8114.0, 8146.0, 8132.0, 8118.0, 8120.0, 8131.0, 8114.0, 8148.0, 8163.0, 8117.0, 8099.0, 8156.0, 8128.0, 8096.0, 8141.0, 8095.0, 8091.0, 8154.0, 8123.0, 8091.0, 8137.0, 8089.0, 8088.0, 8137.0, 8092.0, 8094.0, 8123.0, 8092.0, 8097.0, 8126.0, 8147.0, 8118.0, 8076.0, 8093.0, 8107.0, 8149.0, 8143.0, 8122.0, 8089.0, 8116.0, 8071.0, 8117.0, 8103.0, 8091.0, 8155.0, 8122.0, 8075.0, 8145.0, 8110.0, 8077.0, 8104.0, 8088.0, 8040.0, 8087.0, 8088.0, 8045.0, 8090.0, 8074.0, 8044.0, 8090.0, 8072.0, 8044.0, 8089.0, 8044.0, 8047.0, 8113.0, 8086.0, 8090.0, 8088.0, 8087.0, 8077.0, 8094.0, 8124.0, 8100.0, 8097.0, 8146.0, 8132.0, 8122.0, 8151.0, 8100.0, 8102.0, 8120.0, 8148.0, 8117.0, 8118.0, 8099.0, 8145.0, 8119.0, 8116.0, 8161.0, 8116.0, 8101.0, 8163.0, 8146.0, 8118.0, 8101.0, 8139.0, 8129.0, 8121.0, 8162.0, 8115.0, 8099.0, 8145.0, 8147.0, 8119.0, 8123.0, 8150.0, 8115.0, 8117.0, 8120.0, 8167.0, 8122.0, 8120.0, 8161.0, 8134.0, 8117.0, 8161.0, 8100.0, 8098.0, 8141.0, 8099.0, 8128.0, 8114.0, 8099.0, 8111.0, 8144.0, 8102.0, 8116.0, 8145.0, 8119.0, 8119.0, 8152.0, 8131.0, 8103.0, 8165.0, 8163.0, 8120.0, 8130.0, 8125.0, 8098.0, 8160.0, 8125.0, 8097.0, 8094.0, 8107.0, 8096.0, 8100.0, 8144.0, 8116.0, 8101.0, 8162.0, 8134.0, 8119.0, 8145.0, 8099.0, 8158.0, 8144.0, 8114.0, 8113.0, 8111.0, 8116.0, 8120.0, 8181.0, 8129.0, 8117.0, 8120.0, 8167.0, 8133.0, 8137.0, 8123.0, 8122.0, 8151.0, 8118.0, 8102.0, 8167.0, 8157.0, 8097.0, 8094.0, 8160.0, 8127.0, 8099.0, 8097.0, 8124.0, 8108.0, 8098.0, 8100.0, 8142.0, 8114.0, 8094.0, 8157.0, 8127.0, 8113.0, 8143.0, 8093.0, 8094.0, 8155.0, 8111.0, 8098.0, 8108.0, 8126.0, 8100.0, 8114.0, 8127.0, 8102.0, 8118.0, 8140.0, 8169.0, 8124.0, 8140.0, 8121.0, 8144.0, 8097.0, 8128.0, 8160.0, 8130.0, 8104.0, 8134.0, 8148.0, 8099.0, 8137.0, 8118.0, 8067.0, 8111.0, 8097.0, 8070.0, 8119.0, 8122.0, 8093.0, 8090.0, 8113.0, 8047.0, 8106.0, 8075.0, 8048.0, 8114.0, 8086.0, 8092.0, 8090.0, 8133.0, 8123.0, 8092.0, 8124.0, 8076.0, 8080.0, 8158.0, 8129.0, 8102.0, 8146.0, 8109.0, 8079.0, 8154.0, 8106.0, 8092.0, 8118.0, 8089.0, 8089.0, 8138.0, 8106.0, 8096.0, 8124.0, 8098.0, 8100.0, 8146.0, 8119.0, 8103.0, 8132.0, 8116.0, 8144.0, 8098.0, 8156.0, 8143.0, 8114.0, 8142.0, 8096.0, 8096.0, 8145.0, 8103.0, 8115.0, 8143.0, 8120.0, 8121.0, 8151.0, 8123.0, 8118.0, 8166.0, 8152.0, 8136.0, 8150.0, 8116.0, 8098.0, 8182.0, 8149.0, 8103.0, 8145.0, 8112.0, 8095.0, 8162.0, 8128.0, 8099.0, 8126.0, 8109.0, 8097.0, 8108.0, 8118.0, 8073.0, 8059.0, 8085.0, 8141.0, 8115.0, 8156.0, 8138.0, 8090.0, 8135.0, 8093.0, 8130.0, 8163.0, 8144.0, 8096.0, 8167.0, 8113.0, 8108.0, 8142.0, 8074.0, 8068.0, 8083.0, 8041.0, 8119.0, 8086.0, 8072.0, 8103.0, 8067.0, 8024.0, 8079.0, 8048.0, 7990.0, 8084.0, 8055.0, 8046.0, 8060.0, 8077.0, 8052.0, 8055.0, 8114.0, 8073.0, 8071.0, 8117.0, 8106.0, 8078.0, 8139.0, 8093.0, 8064.0, 8155.0, 8126.0, 8097.0, 8097.0, 8122.0, 8097.0, 8085.0, 8144.0, 8102.0, 8085.0, 8141.0, 8115.0, 8103.0, 8166.0, 8117.0, 8087.0, 8130.0, 8145.0, 8105.0, 8107.0, 8147.0, 8136.0, 8108.0, 8184.0, 8135.0, 8088.0, 8180.0, 8159.0, 8130.0, 8185.0, 8130.0, 8096.0, 8176.0, 8151.0, 8091.0, 8090.0, 8163.0, 8152.0, 8126.0, 8168.0, 8136.0, 8145.0, 8143.0, 8115.0, 8177.0, 8130.0, 8100.0, 8158.0, 8128.0, 8073.0, 8155.0, 8133.0, 8116.0, 8117.0, 8149.0, 8103.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.004952816091954023</td></tr>
<tr><td colspan=3>aqi</td><td>0.020705602068965517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.31238175753739</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.278352639677791</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1087700966628316</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>6003.2544</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1050246862392075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.057471264367816</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5986711663034407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6161801194435874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7938815697523087</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3859518097144266</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010085650719702244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020903781056404114</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7324143652225845</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.3683</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3531</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.3665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>555.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.4363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.867</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2778.7821</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3678.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.8508</td></tr>
<tr><td colspan=3>tsnr</td><td>38.441188966622576</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>