ds005256-mriqc/sub-0132_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 37d14238cf [DATALAD RUNCMD] Compute MRIQC for sub-0132
=== 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-0132 --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-0132",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:14:38 +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-0132_ses-01_task-social_acq-mb8_run-06_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-0132_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-06_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-0132/ses-01/func/sub-0132_ses-01_task-social_acq-mb8_run-06_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>693b996a6d71baa4d35c2f29b54b453d</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>22:07:12.350000</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.999716, 0.013493, 0.0196481, -0.0118654, 0.996666, -0.0807215]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0822304</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>23</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7719, -7280, 230, -111, -98, -104, 94]</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>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c55f760-65cf-4e2b-88a6-7b02bb474519||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.6821646690368652, -0.031833913177251816, 0.05581387132406235, 112.94351959228516], [-0.03620075434446335, 2.6739821434020996, -0.21725666522979736, -101.35795593261719], [0.0527145080268383, 0.21656987071037292, 2.6906661987304688, -108.70662689208984], [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': ['220712.350000', '220712.810000', '220713.270000', '220713.730000', '220714.190000', '220714.650000', '220715.110000', '220715.570000', '220716.030000', '220716.490000', '220716.950000', '220717.410000', '220717.870000', '220718.330000', '220718.790000', '220719.250000', '220719.710000', '220720.170000', '220720.630000', '220721.090000', '220721.550000', '220722.010000', '220722.470000', '220722.930000', '220723.390000', '220723.850000', '220724.310000', '220724.770000', '220725.230000', '220725.690000', '220726.150000', '220726.610000', '220727.070000', '220727.530000', '220727.990000', '220728.450000', '220728.910000', '220729.370000', '220729.830000', '220730.290000', '220730.750000', '220731.210000', '220731.670000', '220732.130000', '220732.590000', '220733.050000', '220733.510000', '220733.970000', '220734.430000', '220734.890000', '220735.350000', '220735.810000', '220736.270000', '220736.730000', '220737.190000', '220737.650000', '220738.110000', '220738.570000', '220739.030000', '220739.490000', '220739.950000', '220740.410000', '220740.870000', '220741.330000', '220741.790000', '220742.250000', '220742.710000', '220743.170000', '220743.630000', '220744.090000', '220744.550000', '220745.010000', '220745.470000', '220745.930000', '220746.390000', '220746.850000', '220747.310000', '220747.770000', '220748.230000', '220748.690000', '220749.150000', '220749.610000', '220750.070000', '220750.530000', '220750.990000', '220751.450000', '220751.910000', '220752.370000', '220752.830000', '220753.290000', '220753.750000', '220754.210000', '220754.670000', '220755.130000', '220755.590000', '220756.050000', '220756.510000', '220756.970000', '220757.430000', '220757.890000', '220758.350000', '220758.810000', '220759.270000', '220759.730000', '220800.190000', '220800.650000', '220801.110000', '220801.570000', '220802.030000', '220802.490000', '220802.950000', '220803.410000', '220803.870000', '220804.330000', '220804.790000', '220805.250000', '220805.710000', '220806.170000', '220806.630000', '220807.090000', '220807.550000', '220808.010000', '220808.470000', '220808.930000', '220809.390000', '220809.850000', '220810.310000', '220810.770000', '220811.230000', '220811.690000', '220812.150000', '220812.610000', '220813.070000', '220813.530000', '220813.990000', '220814.450000', '220814.910000', '220815.370000', '220815.830000', '220816.290000', '220816.750000', '220817.210000', '220817.670000', '220818.130000', '220818.590000', '220819.050000', '220819.510000', '220819.970000', '220820.430000', '220820.890000', '220821.350000', '220821.810000', '220822.270000', '220822.730000', '220823.190000', '220823.650000', '220824.110000', '220824.570000', '220825.030000', '220825.490000', '220825.950000', '220826.410000', '220826.870000', '220827.330000', '220827.790000', '220828.250000', '220828.710000', '220829.170000', '220829.630000', '220830.090000', '220830.550000', '220831.010000', '220831.470000', '220831.930000', '220832.390000', '220832.850000', '220833.310000', '220833.770000', '220834.230000', '220834.690000', '220835.150000', '220835.610000', '220836.070000', '220836.530000', '220836.990000', '220837.450000', '220837.910000', '220838.370000', '220838.830000', '220839.290000', '220839.750000', '220840.210000', '220840.670000', '220841.130000', '220841.590000', '220842.050000', '220842.510000', '220842.970000', '220843.430000', '220843.890000', '220844.350000', '220844.810000', '220845.270000', '220845.730000', '220846.190000', '220846.650000', '220847.110000', '220847.570000', '220848.030000', '220848.490000', '220848.950000', '220849.410000', '220849.870000', '220850.330000', '220850.790000', '220851.250000', '220851.710000', '220852.170000', '220852.630000', '220853.090000', '220853.550000', '220854.010000', '220854.470000', '220854.930000', '220855.390000', '220855.850000', '220856.310000', '220856.770000', '220857.230000', '220857.690000', '220858.150000', '220858.610000', '220859.070000', '220859.530000', '220859.990000', '220900.450000', '220900.910000', '220901.370000', '220901.830000', '220902.290000', '220902.750000', '220903.210000', '220903.670000', '220904.130000', '220904.590000', '220905.050000', '220905.510000', '220905.970000', '220906.430000', '220906.890000', '220907.350000', '220907.810000', '220908.270000', '220908.730000', '220909.190000', '220909.650000', '220910.110000', '220910.570000', '220911.030000', '220911.490000', '220911.950000', '220912.410000', '220912.870000', '220913.330000', '220913.790000', '220914.250000', '220914.710000', '220915.170000', '220915.630000', '220916.090000', '220916.550000', '220917.010000', '220917.470000', '220917.930000', '220918.390000', '220918.850000', '220919.310000', '220919.770000', '220920.230000', '220920.690000', '220921.150000', '220921.610000', '220922.070000', '220922.530000', '220922.990000', '220923.450000', '220923.910000', '220924.370000', '220924.830000', '220925.290000', '220925.750000', '220926.210000', '220926.670000', '220927.130000', '220927.590000', '220928.050000', '220928.510000', '220928.970000', '220929.430000', '220929.890000', '220930.350000', '220930.810000', '220931.270000', '220931.730000', '220932.190000', '220932.650000', '220933.110000', '220933.570000', '220934.030000', '220934.490000', '220934.950000', '220935.410000', '220935.870000', '220936.330000', '220936.790000', '220937.250000', '220937.710000', '220938.170000', '220938.630000', '220939.090000', '220939.550000', '220940.010000', '220940.470000', '220940.930000', '220941.390000', '220941.850000', '220942.310000', '220942.770000', '220943.230000', '220943.690000', '220944.150000', '220944.610000', '220945.070000', '220945.530000', '220945.990000', '220946.450000', '220946.910000', '220947.370000', '220947.830000', '220948.290000', '220948.750000', '220949.210000', '220949.670000', '220950.130000', '220950.590000', '220951.050000', '220951.510000', '220951.970000', '220952.430000', '220952.890000', '220953.350000', '220953.810000', '220954.270000', '220954.730000', '220955.190000', '220955.650000', '220956.110000', '220956.570000', '220957.030000', '220957.490000', '220957.950000', '220958.410000', '220958.870000', '220959.330000', '220959.790000', '221000.250000', '221000.710000', '221001.170000', '221001.630000', '221002.090000', '221002.550000', '221003.010000', '221003.470000', '221003.930000', '221004.390000', '221004.850000', '221005.310000', '221005.770000', '221006.230000', '221006.690000', '221007.150000', '221007.610000', '221008.070000', '221008.530000', '221008.990000', '221009.450000', '221009.910000', '221010.370000', '221010.830000', '221011.290000', '221011.750000', '221012.210000', '221012.670000', '221013.130000', '221013.590000', '221014.050000', '221014.510000', '221014.970000', '221015.430000', '221015.890000', '221016.350000', '221016.810000', '221017.270000', '221017.730000', '221018.190000', '221018.650000', '221019.110000', '221019.570000', '221020.030000', '221020.490000', '221020.950000', '221021.410000', '221021.870000', '221022.330000', '221022.790000', '221023.250000', '221023.710000', '221024.170000', '221024.630000', '221025.090000', '221025.550000', '221026.010000', '221026.470000', '221026.930000', '221027.390000', '221027.850000', '221028.310000', '221028.770000', '221029.230000', '221029.690000', '221030.150000', '221030.610000', '221031.070000', '221031.530000', '221031.990000', '221032.450000', '221032.910000', '221033.370000', '221033.830000', '221034.290000', '221034.750000', '221035.210000', '221035.670000', '221036.130000', '221036.590000', '221037.050000', '221037.510000', '221037.970000', '221038.430000', '221038.890000', '221039.350000', '221039.810000', '221040.270000', '221040.730000', '221041.190000', '221041.650000', '221042.110000', '221042.570000', '221043.030000', '221043.490000', '221043.950000', '221044.410000', '221044.870000', '221045.330000', '221045.790000', '221046.250000', '221046.710000', '221047.170000', '221047.630000', '221048.090000', '221048.550000', '221049.010000', '221049.470000', '221049.930000', '221050.390000', '221050.850000', '221051.310000', '221051.770000', '221052.230000', '221052.690000', '221053.150000', '221053.610000', '221054.070000', '221054.530000', '221054.990000', '221055.450000', '221055.910000', '221056.370000', '221056.830000', '221057.290000', '221057.750000', '221058.210000', '221058.670000', '221059.130000', '221059.590000', '221100.050000', '221100.510000', '221100.970000', '221101.430000', '221101.890000', '221102.350000', '221102.810000', '221103.270000', '221103.730000', '221104.190000', '221104.650000', '221105.110000', '221105.570000', '221106.030000', '221106.490000', '221106.950000', '221107.410000', '221107.870000', '221108.330000', '221108.790000', '221109.250000', '221109.710000', '221110.170000', '221110.630000', '221111.090000', '221111.550000', '221112.010000', '221112.470000', '221112.930000', '221113.390000', '221113.850000', '221114.310000', '221114.770000', '221115.230000', '221115.690000', '221116.150000', '221116.610000', '221117.070000', '221117.530000', '221117.990000', '221118.450000', '221118.910000', '221119.370000', '221119.830000', '221120.290000', '221120.750000', '221121.210000', '221121.670000', '221122.130000', '221122.590000', '221123.050000', '221123.510000', '221123.970000', '221124.430000', '221124.890000', '221125.350000', '221125.810000', '221126.270000', '221126.730000', '221127.190000', '221127.650000', '221128.110000', '221128.570000', '221129.030000', '221129.490000', '221129.950000', '221130.410000', '221130.870000', '221131.330000', '221131.790000', '221132.250000', '221132.710000', '221133.170000', '221133.630000', '221134.090000', '221134.550000', '221135.010000', '221135.470000', '221135.930000', '221136.390000', '221136.850000', '221137.310000', '221137.770000', '221138.230000', '221138.690000', '221139.150000', '221139.610000', '221140.070000', '221140.530000', '221140.990000', '221141.450000', '221141.910000', '221142.370000', '221142.830000', '221143.290000', '221143.750000', '221144.210000', '221144.670000', '221145.130000', '221145.590000', '221146.050000', '221146.510000', '221146.970000', '221147.430000', '221147.890000', '221148.350000', '221148.810000', '221149.270000', '221149.730000', '221150.190000', '221150.650000', '221151.110000', '221151.570000', '221152.030000', '221152.490000', '221152.950000', '221153.410000', '221153.870000', '221154.330000', '221154.790000', '221155.250000', '221155.710000', '221156.170000', '221156.630000', '221157.090000', '221157.550000', '221158.010000', '221158.470000', '221158.930000', '221159.390000', '221159.850000', '221200.310000', '221200.770000', '221201.230000', '221201.690000', '221202.150000', '221202.610000', '221203.070000', '221203.530000', '221203.990000', '221204.450000', '221204.910000', '221205.370000', '221205.830000', '221206.290000', '221206.750000', '221207.210000', '221207.670000', '221208.130000', '221208.590000', '221209.050000', '221209.510000', '221209.970000', '221210.430000', '221210.890000', '221211.350000', '221211.810000', '221212.270000', '221212.730000', '221213.190000', '221213.650000', '221214.110000', '221214.570000', '221215.030000', '221215.490000', '221215.950000', '221216.410000', '221216.870000', '221217.330000', '221217.790000', '221218.250000', '221218.710000', '221219.170000', '221219.630000', '221220.090000', '221220.550000', '221221.010000', '221221.470000', '221221.930000', '221222.390000', '221222.850000', '221223.310000', '221223.770000', '221224.230000', '221224.690000', '221225.150000', '221225.610000', '221226.070000', '221226.530000', '221226.990000', '221227.450000', '221227.910000', '221228.370000', '221228.830000', '221229.290000', '221229.750000', '221230.210000', '221230.670000', '221231.130000', '221231.590000', '221232.050000', '221232.510000', '221232.970000', '221233.430000', '221233.890000', '221234.350000', '221234.810000', '221235.270000', '221235.730000', '221236.190000', '221236.650000', '221237.110000', '221237.570000', '221238.030000', '221238.490000', '221238.950000', '221239.410000', '221239.870000', '221240.330000', '221240.790000', '221241.250000', '221241.710000', '221242.170000', '221242.630000', '221243.090000', '221243.550000', '221244.010000', '221244.470000', '221244.930000', '221245.390000', '221245.850000', '221246.310000', '221246.770000', '221247.230000', '221247.690000', '221248.150000', '221248.610000', '221249.070000', '221249.530000', '221249.990000', '221250.450000', '221250.910000', '221251.370000', '221251.830000', '221252.290000', '221252.750000', '221253.210000', '221253.670000', '221254.130000', '221254.590000', '221255.050000', '221255.510000', '221255.970000', '221256.430000', '221256.890000', '221257.350000', '221257.810000', '221258.270000', '221258.730000', '221259.190000', '221259.650000', '221300.110000', '221300.570000', '221301.030000', '221301.490000', '221301.950000', '221302.410000', '221302.870000', '221303.330000', '221303.790000', '221304.250000', '221304.710000', '221305.170000', '221305.630000', '221306.090000', '221306.550000', '221307.010000', '221307.470000', '221307.930000', '221308.390000', '221308.850000', '221309.310000', '221309.770000', '221310.230000', '221310.690000', '221311.150000', '221311.610000', '221312.070000', '221312.530000', '221312.990000', '221313.450000', '221313.910000', '221314.370000', '221314.830000', '221315.290000', '221315.750000', '221316.210000', '221316.670000', '221317.130000', '221317.590000', '221318.050000', '221318.510000', '221318.970000', '221319.430000', '221319.890000', '221320.350000', '221320.810000', '221321.270000', '221321.730000', '221322.190000', '221322.650000', '221323.110000', '221323.570000', '221324.030000', '221324.490000', '221324.950000', '221325.410000', '221325.870000', '221326.330000', '221326.790000', '221327.250000', '221327.710000', '221328.170000', '221328.630000', '221329.090000', '221329.550000', '221330.010000', '221330.470000', '221330.930000', '221331.390000', '221331.850000', '221332.310000', '221332.770000', '221333.230000', '221333.690000', '221334.150000', '221334.610000', '221335.070000', '221335.530000', '221335.990000', '221336.450000', '221336.910000', '221337.370000', '221337.830000', '221338.290000', '221338.750000', '221339.210000', '221339.670000', '221340.130000', '221340.590000', '221341.050000', '221341.510000', '221341.970000', '221342.430000', '221342.890000', '221343.350000', '221343.810000', '221344.270000', '221344.730000', '221345.190000', '221345.650000', '221346.110000', '221346.570000', '221347.030000', '221347.490000', '221347.950000', '221348.410000', '221348.870000', '221349.330000', '221349.790000', '221350.250000', '221350.710000', '221351.170000', '221351.630000', '221352.090000', '221352.550000', '221353.010000'], 'ContentTime': ['220719.643000', '220719.647000', '220719.651000', '220719.653000', '220719.656000', '220719.658000', '220719.661000', '220719.663000', '220719.666000', '220719.669000', '220719.671000', '220719.674000', '220719.676000', '220719.679000', '220739.595000', '220739.597000', '220739.600000', '220739.602000', '220739.605000', '220739.608000', '220739.610000', '220739.613000', '220739.615000', '220739.618000', '220739.620000', '220739.623000', '220739.625000', '220739.628000', '220739.631000', '220739.633000', '220739.645000', '220739.648000', '220739.650000', '220739.653000', '220739.655000', '220739.658000', '220739.660000', '220739.663000', '220739.665000', '220739.668000', '220739.670000', '220739.673000', '220739.676000', '220739.678000', '220739.681000', '220739.684000', '220739.687000', '220739.690000', '220739.693000', '220739.695000', '220739.698000', '220739.700000', '220739.703000', '220739.705000', '220739.708000', '220739.710000', '220739.713000', '220759.594000', '220759.597000', '220759.600000', '220759.602000', '220759.605000', '220759.607000', '220759.610000', '220759.613000', '220759.615000', '220759.618000', '220759.621000', '220759.623000', '220759.626000', '220759.629000', '220759.631000', '220759.634000', '220759.637000', '220759.639000', '220759.642000', '220759.644000', '220759.647000', '220759.649000', '220759.652000', '220759.654000', '220759.657000', '220759.660000', '220759.662000', '220759.665000', '220759.667000', '220759.670000', '220759.672000', '220759.675000', '220759.677000', '220759.680000', '220759.682000', '220759.685000', '220759.687000', '220759.690000', '220759.693000', '220759.695000', '220759.698000', '220759.700000', '220759.703000', '220759.705000', '220819.593000', '220819.596000', '220819.599000', '220819.601000', '220819.604000', '220819.606000', '220819.609000', '220819.611000', '220819.614000', '220819.617000', '220819.619000', '220819.622000', '220819.624000', '220819.627000', '220819.630000', '220819.632000', '220819.635000', '220819.637000', '220819.640000', '220819.649000', '220819.652000', '220819.654000', '220819.657000', '220819.659000', '220819.662000', '220819.665000', '220819.667000', '220819.670000', '220819.673000', '220819.675000', '220819.678000', '220819.680000', '220819.683000', '220819.685000', '220819.688000', '220819.691000', '220819.693000', '220819.696000', '220819.698000', '220819.701000', '220819.703000', '220819.706000', '220819.710000', '220839.594000', '220839.597000', '220839.599000', '220839.602000', '220839.604000', '220839.607000', '220839.610000', '220839.612000', '220839.615000', '220839.618000', '220839.620000', '220839.623000', '220839.628000', '220839.631000', '220839.633000', '220839.636000', '220839.639000', '220839.641000', '220839.644000', '220839.646000', '220839.649000', '220839.652000', '220839.654000', '220839.657000', '220839.659000', '220839.662000', '220839.664000', '220839.667000', '220839.670000', '220839.672000', '220839.675000', '220839.677000', '220839.680000', '220839.682000', '220839.685000', '220839.688000', '220839.690000', '220839.693000', '220839.695000', '220839.698000', '220839.701000', '220839.703000', '220839.706000', '220839.708000', '220859.593000', '220859.596000', '220859.599000', '220859.601000', '220859.604000', '220859.606000', '220859.615000', '220859.617000', '220859.620000', '220859.622000', '220859.625000', '220859.628000', '220859.630000', '220859.633000', '220859.635000', '220859.638000', '220859.640000', '220859.643000', '220859.645000', '220859.648000', '220859.650000', '220859.653000', '220859.655000', '220859.671000', '220859.673000', '220859.676000', '220859.679000', '220859.681000', '220859.684000', '220859.686000', '220859.689000', '220859.691000', '220859.694000', '220859.697000', '220859.699000', '220859.702000', '220859.704000', '220859.707000', '220859.709000', '220859.712000', '220859.715000', '220859.718000', '220859.721000', '220919.593000', '220919.596000', '220919.599000', '220919.601000', '220919.604000', '220919.607000', '220919.609000', '220919.612000', '220919.614000', '220919.617000', '220919.620000', '220919.622000', '220919.625000', '220919.627000', '220919.630000', '220919.632000', '220919.635000', '220919.637000', '220919.640000', '220919.643000', '220919.645000', '220919.648000', '220919.650000', '220919.653000', '220919.656000', '220919.668000', '220919.671000', '220919.673000', '220919.676000', '220919.678000', '220919.681000', '220919.683000', '220919.686000', '220919.689000', '220919.691000', '220919.694000', '220919.696000', '220919.699000', '220919.702000', '220919.704000', '220919.707000', '220919.709000', '220919.712000', '220919.714000', '220939.594000', '220939.597000', '220939.600000', '220939.602000', '220939.605000', '220939.607000', '220939.610000', '220939.613000', '220939.615000', '220939.618000', '220939.620000', '220939.623000', '220939.625000', '220939.628000', '220939.631000', '220939.633000', '220939.636000', '220939.638000', '220939.641000', '220939.644000', '220939.646000', '220939.649000', '220939.651000', '220939.654000', '220939.656000', '220939.659000', '220939.661000', '220939.664000', '220939.667000', '220939.669000', '220939.672000', '220939.674000', '220939.677000', '220939.680000', '220939.682000', '220939.685000', '220939.687000', '220939.690000', '220939.693000', '220939.695000', '220939.698000', '220939.700000', '220939.703000', '220959.595000', '220959.598000', '220959.600000', '220959.603000', '220959.605000', '220959.608000', '220959.610000', '220959.613000', '220959.616000', '220959.618000', '220959.621000', '220959.623000', '220959.626000', '220959.629000', '220959.631000', '220959.634000', '220959.636000', '220959.639000', '220959.642000', '220959.644000', '220959.647000', '220959.649000', '220959.652000', '220959.654000', '220959.657000', '220959.660000', '220959.662000', '220959.665000', '220959.667000', '220959.670000', '220959.673000', '220959.675000', '220959.688000', '220959.691000', '220959.694000', '220959.696000', '220959.699000', '220959.701000', '220959.704000', '220959.707000', '220959.709000', '220959.712000', '220959.714000', '220959.717000', '221019.594000', '221019.597000', '221019.600000', '221019.603000', '221019.605000', '221019.608000', '221019.610000', '221019.613000', '221019.616000', '221019.618000', '221019.621000', '221019.623000', '221019.626000', '221019.629000', '221019.631000', '221019.634000', '221019.636000', '221019.639000', '221019.641000', '221019.644000', '221019.647000', '221019.649000', '221019.652000', '221019.655000', '221019.657000', '221019.660000', '221019.662000', '221019.665000', '221019.667000', '221019.670000', '221019.673000', '221019.675000', '221019.678000', '221019.680000', '221019.683000', '221019.686000', '221019.688000', '221019.691000', '221019.693000', '221019.696000', '221019.699000', '221019.701000', '221019.704000', '221039.593000', '221039.596000', '221039.599000', '221039.601000', '221039.604000', '221039.607000', '221039.609000', '221039.612000', '221039.614000', '221039.617000', '221039.620000', '221039.622000', '221039.625000', '221039.627000', '221039.630000', '221039.632000', '221039.635000', '221039.638000', '221039.640000', '221039.657000', '221039.660000', '221039.662000', '221039.665000', '221039.667000', '221039.670000', '221039.673000', '221039.675000', '221039.678000', '221039.681000', '221039.683000', '221039.686000', '221039.688000', '221039.691000', '221039.693000', '221039.696000', '221039.699000', '221039.701000', '221039.704000', '221039.706000', '221039.709000', '221039.712000', '221039.714000', '221039.717000', '221039.719000', '221059.593000', '221059.596000', '221059.599000', '221059.602000', '221059.604000', '221059.607000', '221059.609000', '221059.612000', '221059.614000', '221059.617000', '221059.619000', '221059.622000', '221059.625000', '221059.627000', '221059.630000', '221059.632000', '221059.635000', '221059.637000', '221059.640000', '221059.643000', '221059.645000', '221059.648000', '221059.650000', '221059.653000', '221059.655000', '221059.658000', '221059.660000', '221059.663000', '221059.666000', '221059.668000', '221059.671000', '221059.673000', '221059.676000', '221059.679000', '221059.681000', '221059.684000', '221059.686000', '221059.689000', '221059.692000', '221059.694000', '221059.697000', '221059.699000', '221059.702000', '221119.594000', '221119.596000', '221119.599000', '221119.602000', '221119.604000', '221119.607000', '221119.610000', '221119.613000', '221119.615000', '221119.618000', '221119.621000', '221119.623000', '221119.626000', '221119.628000', '221119.631000', '221119.634000', '221119.636000', '221119.639000', '221119.641000', '221119.644000', '221119.647000', '221119.649000', '221119.652000', '221119.654000', '221119.657000', '221119.659000', '221119.662000', '221119.665000', '221119.668000', '221119.670000', '221119.673000', '221119.676000', '221119.678000', '221119.681000', '221119.684000', '221119.686000', '221119.689000', '221119.691000', '221119.694000', '221119.697000', '221119.699000', '221119.702000', '221119.704000', '221119.707000', '221139.594000', '221139.597000', '221139.599000', '221139.602000', '221139.604000', '221139.607000', '221139.609000', '221139.612000', '221139.615000', '221139.617000', '221139.620000', '221139.622000', '221139.625000', '221139.627000', '221139.630000', '221139.632000', '221139.635000', '221139.638000', '221139.640000', '221139.643000', '221139.646000', '221139.648000', '221139.651000', '221139.653000', '221139.656000', '221139.658000', '221139.661000', '221139.664000', '221139.666000', '221139.669000', '221139.671000', '221139.674000', '221139.676000', '221139.679000', '221139.682000', '221139.684000', '221139.687000', '221139.689000', '221139.692000', '221139.695000', '221139.697000', '221139.700000', '221139.702000', '221159.595000', '221159.598000', '221159.601000', '221159.603000', '221159.606000', '221159.609000', '221159.611000', '221159.614000', '221159.616000', '221159.619000', '221159.621000', '221159.624000', '221159.627000', '221159.629000', '221159.632000', '221159.635000', '221159.637000', '221159.640000', '221159.642000', '221159.645000', '221159.648000', '221159.650000', '221159.653000', '221159.655000', '221159.658000', '221159.661000', '221159.663000', '221159.666000', '221159.669000', '221159.671000', '221159.674000', '221159.676000', '221159.679000', '221159.682000', '221159.684000', '221159.687000', '221159.689000', '221159.692000', '221159.694000', '221159.697000', '221159.700000', '221159.702000', '221159.705000', '221219.595000', '221219.598000', '221219.600000', '221219.603000', '221219.605000', '221219.608000', '221219.610000', '221219.613000', '221219.615000', '221219.618000', '221219.621000', '221219.623000', '221219.626000', '221219.628000', '221219.631000', '221219.633000', '221219.636000', '221219.639000', '221219.641000', '221219.644000', '221219.646000', '221219.649000', '221219.651000', '221219.654000', '221219.657000', '221219.659000', '221219.662000', '221219.665000', '221219.667000', '221219.670000', '221219.672000', '221219.675000', '221219.678000', '221219.680000', '221219.683000', '221219.685000', '221219.688000', '221219.691000', '221219.693000', '221219.696000', '221219.698000', '221219.701000', '221219.704000', '221219.706000', '221239.594000', '221239.597000', '221239.600000', '221239.603000', '221239.606000', '221239.609000', '221239.611000', '221239.614000', '221239.616000', '221239.619000', '221239.621000', '221239.624000', '221239.627000', '221239.629000', '221239.632000', '221239.634000', '221239.637000', '221239.639000', '221239.642000', '221239.644000', '221239.647000', '221239.650000', '221239.653000', '221239.656000', '221239.658000', '221239.661000', '221239.664000', '221239.666000', '221239.669000', '221239.672000', '221239.674000', '221239.677000', '221239.679000', '221239.682000', '221239.684000', '221239.687000', '221239.690000', '221239.692000', '221239.695000', '221239.697000', '221239.700000', '221239.703000', '221239.705000', '221259.593000', '221259.596000', '221259.599000', '221259.602000', '221259.604000', '221259.607000', '221259.609000', '221259.612000', '221259.614000', '221259.617000', '221259.620000', '221259.622000', '221259.625000', '221259.628000', '221259.630000', '221259.633000', '221259.635000', '221259.638000', '221259.640000', '221259.643000', '221259.646000', '221259.648000', '221259.651000', '221259.653000', '221259.656000', '221259.658000', '221259.662000', '221259.665000', '221259.668000', '221259.670000', '221259.673000', '221259.675000', '221259.678000', '221259.680000', '221259.683000', '221259.686000', '221259.688000', '221259.691000', '221259.693000', '221259.696000', '221259.699000', '221259.701000', '221259.704000', '221259.706000', '221319.593000', '221319.596000', '221319.599000', '221319.601000', '221319.604000', '221319.607000', '221319.609000', '221319.612000', '221319.615000', '221319.618000', '221319.621000', '221319.624000', '221319.626000', '221319.629000', '221319.632000', '221319.634000', '221319.637000', '221319.639000', '221319.642000', '221319.644000', '221319.647000', '221319.650000', '221319.652000', '221319.655000', '221319.657000', '221319.660000', '221319.662000', '221319.665000', '221319.668000', '221319.670000', '221319.673000', '221319.675000', '221319.678000', '221319.680000', '221319.683000', '221319.686000', '221319.688000', '221319.691000', '221319.693000', '221319.696000', '221319.699000', '221319.701000', '221319.704000', '221339.593000', '221339.596000', '221339.599000', '221339.601000', '221339.604000', '221339.607000', '221339.609000', '221339.612000', '221339.614000', '221339.617000', '221339.619000', '221339.622000', '221339.625000', '221339.627000', '221339.630000', '221339.632000', '221339.635000', '221339.637000', '221339.640000', '221339.643000', '221339.645000', '221339.648000', '221339.650000', '221339.653000', '221339.655000', '221339.658000', '221339.661000', '221339.663000', '221339.666000', '221339.668000', '221339.671000', '221339.673000', '221339.676000', '221339.678000', '221339.681000', '221339.683000', '221339.686000', '221339.689000', '221339.691000', '221339.694000', '221339.696000', '221339.699000', '221339.702000', '221339.704000', '221354.107000', '221354.109000', '221354.112000', '221354.115000', '221354.117000', '221354.120000', '221354.122000', '221354.125000', '221354.127000', '221354.130000', '221354.133000', '221354.135000', '221354.138000', '221354.140000', '221354.143000', '221354.145000', '221354.148000', '221354.150000', '221354.153000', '221354.156000', '221354.158000', '221354.161000', '221354.163000', '221354.166000', '221354.168000', '221354.171000', '221354.174000', '221354.176000', '221354.179000', '221354.181000', '221354.184000', '221354.187000'], 'InstanceCreationTime': ['220719.643000', '220719.647000', '220719.651000', '220719.653000', '220719.656000', '220719.658000', '220719.661000', '220719.663000', '220719.666000', '220719.669000', '220719.671000', '220719.674000', '220719.676000', '220719.679000', '220739.595000', '220739.597000', '220739.600000', '220739.602000', '220739.605000', '220739.608000', '220739.610000', '220739.613000', '220739.615000', '220739.618000', '220739.620000', '220739.623000', '220739.625000', '220739.628000', '220739.631000', '220739.633000', '220739.645000', '220739.648000', '220739.650000', '220739.653000', '220739.655000', '220739.658000', '220739.660000', '220739.663000', '220739.665000', '220739.668000', '220739.670000', '220739.673000', '220739.676000', '220739.678000', '220739.681000', '220739.684000', '220739.687000', '220739.690000', '220739.693000', '220739.695000', '220739.698000', '220739.700000', '220739.703000', '220739.705000', '220739.708000', '220739.710000', '220739.713000', '220759.594000', '220759.597000', '220759.600000', '220759.602000', '220759.605000', '220759.607000', '220759.610000', '220759.613000', '220759.615000', '220759.618000', '220759.621000', '220759.623000', '220759.626000', '220759.629000', '220759.631000', '220759.634000', '220759.637000', '220759.639000', '220759.642000', '220759.644000', '220759.647000', '220759.649000', '220759.652000', '220759.654000', '220759.657000', '220759.660000', '220759.662000', '220759.665000', '220759.667000', '220759.670000', '220759.672000', '220759.675000', '220759.677000', '220759.680000', '220759.682000', '220759.685000', '220759.687000', '220759.690000', '220759.693000', '220759.695000', '220759.698000', '220759.700000', '220759.703000', '220759.705000', '220819.593000', '220819.596000', '220819.599000', '220819.601000', '220819.604000', '220819.606000', '220819.609000', '220819.611000', '220819.614000', '220819.617000', '220819.619000', '220819.622000', '220819.624000', '220819.627000', '220819.630000', '220819.632000', '220819.635000', '220819.637000', '220819.640000', '220819.649000', '220819.652000', '220819.654000', '220819.657000', '220819.659000', '220819.662000', '220819.665000', '220819.667000', '220819.670000', '220819.673000', '220819.675000', '220819.678000', '220819.680000', '220819.683000', '220819.685000', '220819.688000', '220819.691000', '220819.693000', '220819.696000', '220819.698000', '220819.701000', '220819.703000', '220819.706000', '220819.710000', '220839.594000', '220839.597000', '220839.599000', '220839.602000', '220839.604000', '220839.607000', '220839.610000', '220839.612000', '220839.615000', '220839.618000', '220839.620000', '220839.623000', '220839.628000', '220839.631000', '220839.633000', '220839.636000', '220839.639000', '220839.641000', '220839.644000', '220839.646000', '220839.649000', '220839.652000', '220839.654000', '220839.657000', '220839.659000', '220839.662000', '220839.664000', '220839.667000', '220839.670000', '220839.672000', '220839.675000', '220839.677000', '220839.680000', '220839.682000', '220839.685000', '220839.688000', '220839.690000', '220839.693000', '220839.695000', '220839.698000', '220839.701000', '220839.703000', '220839.706000', '220839.708000', '220859.593000', '220859.596000', '220859.599000', '220859.601000', '220859.604000', '220859.606000', '220859.615000', '220859.617000', '220859.620000', '220859.622000', '220859.625000', '220859.628000', '220859.630000', '220859.633000', '220859.635000', '220859.638000', '220859.640000', '220859.643000', '220859.645000', '220859.648000', '220859.650000', '220859.653000', '220859.655000', '220859.671000', '220859.673000', '220859.676000', '220859.679000', '220859.681000', '220859.684000', '220859.686000', '220859.689000', '220859.691000', '220859.694000', '220859.697000', '220859.699000', '220859.702000', '220859.704000', '220859.707000', '220859.709000', '220859.712000', '220859.715000', '220859.718000', '220859.721000', '220919.593000', '220919.596000', '220919.599000', '220919.601000', '220919.604000', '220919.607000', '220919.609000', '220919.612000', '220919.614000', '220919.617000', '220919.620000', '220919.622000', '220919.625000', '220919.627000', '220919.630000', '220919.632000', '220919.635000', '220919.637000', '220919.640000', '220919.643000', '220919.645000', '220919.648000', '220919.650000', '220919.653000', '220919.656000', '220919.668000', '220919.671000', '220919.673000', '220919.676000', '220919.678000', '220919.681000', '220919.683000', '220919.686000', '220919.689000', '220919.691000', '220919.694000', '220919.696000', '220919.699000', '220919.702000', '220919.704000', '220919.707000', '220919.709000', '220919.712000', '220919.714000', '220939.594000', '220939.597000', '220939.600000', '220939.602000', '220939.605000', '220939.607000', '220939.610000', '220939.613000', '220939.615000', '220939.618000', '220939.620000', '220939.623000', '220939.625000', '220939.628000', '220939.631000', '220939.633000', '220939.636000', '220939.638000', '220939.641000', '220939.644000', '220939.646000', '220939.649000', '220939.651000', '220939.654000', '220939.656000', '220939.659000', '220939.661000', '220939.664000', '220939.667000', '220939.669000', '220939.672000', '220939.674000', '220939.677000', '220939.680000', '220939.682000', '220939.685000', '220939.687000', '220939.690000', '220939.693000', '220939.695000', '220939.698000', '220939.700000', '220939.703000', '220959.595000', '220959.598000', '220959.600000', '220959.603000', '220959.605000', '220959.608000', '220959.610000', '220959.613000', '220959.616000', '220959.618000', '220959.621000', '220959.623000', '220959.626000', '220959.629000', '220959.631000', '220959.634000', '220959.636000', '220959.639000', '220959.642000', '220959.644000', '220959.647000', '220959.649000', '220959.652000', '220959.654000', '220959.657000', '220959.660000', '220959.662000', '220959.665000', '220959.667000', '220959.670000', '220959.673000', '220959.675000', '220959.688000', '220959.691000', '220959.694000', '220959.696000', '220959.699000', '220959.701000', '220959.704000', '220959.707000', '220959.709000', '220959.712000', '220959.714000', '220959.717000', '221019.594000', '221019.597000', '221019.600000', '221019.603000', '221019.605000', '221019.608000', '221019.610000', '221019.613000', '221019.616000', '221019.618000', '221019.621000', '221019.623000', '221019.626000', '221019.629000', '221019.631000', '221019.634000', '221019.636000', '221019.639000', '221019.641000', '221019.644000', '221019.647000', '221019.649000', '221019.652000', '221019.655000', '221019.657000', '221019.660000', '221019.662000', '221019.665000', '221019.667000', '221019.670000', '221019.673000', '221019.675000', '221019.678000', '221019.680000', '221019.683000', '221019.686000', '221019.688000', '221019.691000', '221019.693000', '221019.696000', '221019.699000', '221019.701000', '221019.704000', '221039.593000', '221039.596000', '221039.599000', '221039.601000', '221039.604000', '221039.607000', '221039.609000', '221039.612000', '221039.614000', '221039.617000', '221039.620000', '221039.622000', '221039.625000', '221039.627000', '221039.630000', '221039.632000', '221039.635000', '221039.638000', '221039.640000', '221039.657000', '221039.660000', '221039.662000', '221039.665000', '221039.667000', '221039.670000', '221039.673000', '221039.675000', '221039.678000', '221039.681000', '221039.683000', '221039.686000', '221039.688000', '221039.691000', '221039.693000', '221039.696000', '221039.699000', '221039.701000', '221039.704000', '221039.706000', '221039.709000', '221039.712000', '221039.714000', '221039.717000', '221039.719000', '221059.593000', '221059.596000', '221059.599000', '221059.602000', '221059.604000', '221059.607000', '221059.609000', '221059.612000', '221059.614000', '221059.617000', '221059.619000', '221059.622000', '221059.625000', '221059.627000', '221059.630000', '221059.632000', '221059.635000', '221059.637000', '221059.640000', '221059.643000', '221059.645000', '221059.648000', '221059.650000', '221059.653000', '221059.655000', '221059.658000', '221059.660000', '221059.663000', '221059.666000', '221059.668000', '221059.671000', '221059.673000', '221059.676000', '221059.679000', '221059.681000', '221059.684000', '221059.686000', '221059.689000', '221059.692000', '221059.694000', '221059.697000', '221059.699000', '221059.702000', '221119.594000', '221119.596000', '221119.599000', '221119.602000', '221119.604000', '221119.607000', '221119.610000', '221119.613000', '221119.615000', '221119.618000', '221119.621000', '221119.623000', '221119.626000', '221119.628000', '221119.631000', '221119.634000', '221119.636000', '221119.639000', '221119.641000', '221119.644000', '221119.647000', '221119.649000', '221119.652000', '221119.654000', '221119.657000', '221119.659000', '221119.662000', '221119.665000', '221119.668000', '221119.670000', '221119.673000', '221119.676000', '221119.678000', '221119.681000', '221119.684000', '221119.686000', '221119.689000', '221119.691000', '221119.694000', '221119.697000', '221119.699000', '221119.702000', '221119.704000', '221119.707000', '221139.594000', '221139.597000', '221139.599000', '221139.602000', '221139.604000', '221139.607000', '221139.609000', '221139.612000', '221139.615000', '221139.617000', '221139.620000', '221139.622000', '221139.625000', '221139.627000', '221139.630000', '221139.632000', '221139.635000', '221139.638000', '221139.640000', '221139.643000', '221139.646000', '221139.648000', '221139.651000', '221139.653000', '221139.656000', '221139.658000', '221139.661000', '221139.664000', '221139.666000', '221139.669000', '221139.671000', '221139.674000', '221139.676000', '221139.679000', '221139.682000', '221139.684000', '221139.687000', '221139.689000', '221139.692000', '221139.695000', '221139.697000', '221139.700000', '221139.702000', '221159.595000', '221159.598000', '221159.601000', '221159.603000', '221159.606000', '221159.609000', '221159.611000', '221159.614000', '221159.616000', '221159.619000', '221159.621000', '221159.624000', '221159.627000', '221159.629000', '221159.632000', '221159.635000', '221159.637000', '221159.640000', '221159.642000', '221159.645000', '221159.648000', '221159.650000', '221159.653000', '221159.655000', '221159.658000', '221159.661000', '221159.663000', '221159.666000', '221159.669000', '221159.671000', '221159.674000', '221159.676000', '221159.679000', '221159.682000', '221159.684000', '221159.687000', '221159.689000', '221159.692000', '221159.694000', '221159.697000', '221159.700000', '221159.702000', '221159.705000', '221219.595000', '221219.598000', '221219.600000', '221219.603000', '221219.605000', '221219.608000', '221219.610000', '221219.613000', '221219.615000', '221219.618000', '221219.621000', '221219.623000', '221219.626000', '221219.628000', '221219.631000', '221219.633000', '221219.636000', '221219.639000', '221219.641000', '221219.644000', '221219.646000', '221219.649000', '221219.651000', '221219.654000', '221219.657000', '221219.659000', '221219.662000', '221219.665000', '221219.667000', '221219.670000', '221219.672000', '221219.675000', '221219.678000', '221219.680000', '221219.683000', '221219.685000', '221219.688000', '221219.691000', '221219.693000', '221219.696000', '221219.698000', '221219.701000', '221219.704000', '221219.706000', '221239.594000', '221239.597000', '221239.600000', '221239.603000', '221239.606000', '221239.609000', '221239.611000', '221239.614000', '221239.616000', '221239.619000', '221239.621000', '221239.624000', '221239.627000', '221239.629000', '221239.632000', '221239.634000', '221239.637000', '221239.639000', '221239.642000', '221239.644000', '221239.647000', '221239.650000', '221239.653000', '221239.656000', '221239.658000', '221239.661000', '221239.664000', '221239.666000', '221239.669000', '221239.672000', '221239.674000', '221239.677000', '221239.679000', '221239.682000', '221239.684000', '221239.687000', '221239.690000', '221239.692000', '221239.695000', '221239.697000', '221239.700000', '221239.703000', '221239.705000', '221259.593000', '221259.596000', '221259.599000', '221259.602000', '221259.604000', '221259.607000', '221259.609000', '221259.612000', '221259.614000', '221259.617000', '221259.620000', '221259.622000', '221259.625000', '221259.628000', '221259.630000', '221259.633000', '221259.635000', '221259.638000', '221259.640000', '221259.643000', '221259.646000', '221259.648000', '221259.651000', '221259.653000', '221259.656000', '221259.658000', '221259.662000', '221259.665000', '221259.668000', '221259.670000', '221259.673000', '221259.675000', '221259.678000', '221259.680000', '221259.683000', '221259.686000', '221259.688000', '221259.691000', '221259.693000', '221259.696000', '221259.699000', '221259.701000', '221259.704000', '221259.706000', '221319.593000', '221319.596000', '221319.599000', '221319.601000', '221319.604000', '221319.607000', '221319.609000', '221319.612000', '221319.615000', '221319.618000', '221319.621000', '221319.624000', '221319.626000', '221319.629000', '221319.632000', '221319.634000', '221319.637000', '221319.639000', '221319.642000', '221319.644000', '221319.647000', '221319.650000', '221319.652000', '221319.655000', '221319.657000', '221319.660000', '221319.662000', '221319.665000', '221319.668000', '221319.670000', '221319.673000', '221319.675000', '221319.678000', '221319.680000', '221319.683000', '221319.686000', '221319.688000', '221319.691000', '221319.693000', '221319.696000', '221319.699000', '221319.701000', '221319.704000', '221339.593000', '221339.596000', '221339.599000', '221339.601000', '221339.604000', '221339.607000', '221339.609000', '221339.612000', '221339.614000', '221339.617000', '221339.619000', '221339.622000', '221339.625000', '221339.627000', '221339.630000', '221339.632000', '221339.635000', '221339.637000', '221339.640000', '221339.643000', '221339.645000', '221339.648000', '221339.650000', '221339.653000', '221339.655000', '221339.658000', '221339.661000', '221339.663000', '221339.666000', '221339.668000', '221339.671000', '221339.673000', '221339.676000', '221339.678000', '221339.681000', '221339.683000', '221339.686000', '221339.689000', '221339.691000', '221339.694000', '221339.696000', '221339.699000', '221339.702000', '221339.704000', '221354.107000', '221354.109000', '221354.112000', '221354.115000', '221354.117000', '221354.120000', '221354.122000', '221354.125000', '221354.127000', '221354.130000', '221354.133000', '221354.135000', '221354.138000', '221354.140000', '221354.143000', '221354.145000', '221354.148000', '221354.150000', '221354.153000', '221354.156000', '221354.158000', '221354.161000', '221354.163000', '221354.166000', '221354.168000', '221354.171000', '221354.174000', '221354.176000', '221354.179000', '221354.181000', '221354.184000', '221354.187000'], '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': [8237, 6989, 7961, 6295, 7358, 9300, 6346, 10892, 6209, 9891, 7429, 8619, 6913, 7115, 6557, 7548, 6632, 8906, 6021, 8976, 6338, 9673, 7113, 9582, 7029, 6549, 10666, 6223, 9452, 6699, 6828, 6593, 6344, 7884, 6804, 6596, 6829, 6204, 6499, 6250, 7441, 6763, 5865, 7655, 6847, 6499, 6568, 7744, 8977, 12183, 9404, 12826, 8739, 8078, 5837, 8089, 6164, 12759, 11274, 10334, 6737, 6945, 6117, 9568, 8648, 11578, 6848, 9660, 11114, 8655, 12650, 10999, 12507, 8026, 11439, 6747, 10598, 12455, 10499, 11959, 6586, 6796, 5985, 6479, 6004, 6604, 6368, 6343, 5930, 6219, 6070, 6316, 6415, 6137, 5751, 7265, 6118, 6493, 6399, 5967, 8213, 6165, 7774, 6167, 9134, 7297, 11718, 8936, 10860, 8334, 6133, 6851, 5943, 6870, 11808, 7839, 12202, 11656, 12163, 9925, 11016, 6832, 9942, 7296, 9746, 11113, 11437, 14341, 10787, 11613, 6889, 7755, 13774, 6282, 11733, 6842, 8850, 6051, 7322, 6938, 7028, 6491, 6405, 7492, 6622, 6421, 7640, 6731, 9361, 6209, 7804, 6158, 7993, 6243, 8560, 6381, 8746, 6525, 6028, 6034, 6020, 6548, 6442, 7450, 6418, 9064, 6576, 8697, 6054, 9652, 9762, 11697, 7662, 9801, 6113, 10560, 12052, 10970, 13548, 6916, 11522, 8100, 11725, 8187, 13065, 10040, 9329, 7339, 10056, 6516, 8366, 6870, 10550, 8162, 10432, 6633, 8849, 6462, 8716, 6323, 8304, 5817, 6554, 14450, 8037, 12139, 5878, 7033, 5802, 6861, 6125, 6470, 5769, 6454, 5799, 6565, 5696, 6814, 5875, 7367, 5796, 7676, 5922, 7968, 5796, 8110, 5737, 8132, 5730, 6237, 6395, 8234, 5986, 8824, 5847, 10163, 6498, 7755, 5801, 7616, 6440, 7981, 6564, 6874, 6738, 6837, 6796, 8445, 6541, 9883, 6089, 8942, 5959, 7972, 5946, 6409, 11878, 5980, 11141, 7424, 9390, 13812, 11436, 13120, 9875, 13435, 9367, 10482, 12943, 8432, 11979, 6031, 11256, 9153, 11775, 8468, 12185, 6598, 6803, 6069, 5967, 7504, 6363, 6420, 9173, 6537, 6131, 6036, 5718, 8241, 6368, 6622, 6681, 5796, 7073, 6381, 6735, 6568, 6575, 10781, 5841, 8391, 7144, 6622, 6908, 7241, 7028, 6861, 6692, 5823, 9736, 6903, 6885, 11407, 6424, 9867, 6981, 6377, 6575, 6477, 8062, 6878, 6355, 6352, 6424, 6835, 6108, 7752, 6712, 7204, 6289, 8197, 6962, 9156, 6840, 10551, 9326, 11110, 14204, 12330, 12764, 13998, 11530, 12301, 11706, 8805, 13243, 9518, 7964, 12777, 6289, 9991, 5993, 7389, 6372, 6663, 6403, 6044, 7803, 6249, 6415, 10416, 6491, 7229, 6407, 6228, 9282, 6462, 6279, 5960, 6784, 6512, 6962, 5976, 6558, 10762, 6721, 9267, 6228, 7089, 6483, 6774, 9923, 6291, 10861, 8470, 9194, 8208, 6646, 9033, 6546, 7760, 6300, 7068, 8158, 6251, 12198, 10821, 8423, 11607, 10134, 8493, 12915, 10226, 8073, 6061, 6501, 6596, 6002, 6397, 6147, 5976, 6483, 6446, 6992, 6274, 8218, 6474, 11352, 9778, 8252, 13709, 11366, 12755, 12676, 9392, 14723, 9108, 15538, 8005, 14100, 9579, 15676, 9028, 7813, 7283, 6938, 6615, 6998, 6474, 6959, 7963, 6914, 6025, 6076, 6270, 5811, 5993, 6618, 6174, 6844, 8831, 7643, 12163, 7029, 9189, 6105, 6659, 7737, 7512, 11861, 8356, 9805, 5731, 6754, 5704, 6613, 5592, 8349, 10586, 8638, 13904, 10427, 13366, 9832, 9303, 6989, 6791, 9324, 5602, 9514, 10072, 13971, 15747, 13108, 12188, 7564, 7610, 5797, 5880, 8912, 5900, 7108, 5833, 6237, 10710, 6821, 8278, 5886, 6025, 9344, 6280, 7075, 5907, 6899, 6021, 7238, 5913, 7547, 6631, 6541, 6388, 6800, 7896, 6963, 9790, 6784, 9870, 6896, 8942, 6701, 6957, 5604, 6947, 6313, 5818, 6680, 6472, 6701, 6278, 6918, 8719, 7550, 7081, 6026, 6317, 7907, 5747, 8587, 7482, 7904, 5545, 6407, 5655, 7983, 6667, 11598, 8429, 7602, 6124, 6847, 5868, 8925, 7759, 8588, 15474, 10826, 9573, 11296, 9038, 11287, 9632, 10451, 12780, 8995, 12909, 6981, 8475, 8048, 6150, 8748, 5887, 7069, 5924, 6795, 6118, 6400, 6653, 6535, 6437, 6178, 8536, 6382, 7862, 6295, 6674, 6029, 5827, 6407, 5843, 5959, 6168, 7150, 6601, 6562, 5658, 6254, 6123, 6041, 7275, 5932, 7626, 12582, 9082, 10293, 6954, 7778, 12522, 8994, 10837, 6355, 7140, 7178, 8232, 7568, 6339, 5620, 7156, 6705, 9690, 7996, 11793, 6984, 11982, 7431, 11883, 10153, 9350, 14207, 8944, 9966, 6291, 8788, 6893, 11139, 10945, 9402, 11242, 7140, 7987, 6630, 6321, 8367, 6111, 6994, 5975, 6190, 6251, 6719, 6164, 5555, 5676, 5893, 6718, 6053, 6130, 6565, 6604, 6390, 8162, 6413, 6640, 7611, 6346, 6999, 6095, 6656, 6058, 6165, 6790, 6130, 6846, 7963, 6452, 6964, 5989, 6322, 6140, 6012, 6733, 5902, 6162, 6685, 6189, 6752, 6028, 6397, 5857, 6679, 8166, 6083, 9334, 6805, 9158, 6821, 7576, 6529, 7954, 9385, 6718, 11579, 6391, 7181, 5953, 7680, 5777, 5943, 10059, 8416, 15221, 12426, 14407, 12667, 13484, 9742, 6389, 6269, 11058, 9714, 10673, 17012, 17026, 12919, 9645, 7104, 10844, 7927, 11281, 10758, 9772, 14244, 9978, 10965, 8619, 6774, 10165, 6242, 7355, 6348, 6380, 6205, 6119, 7284, 5745, 5721, 5678, 6148, 5606, 5500, 5621, 5757, 5667, 5830, 6076, 5949, 6401, 5733, 7732, 6138, 5785, 6073, 6442, 7074, 8521, 7884, 8982, 6376, 10250, 9081, 8382, 9669, 6275, 11929, 13211, 9749, 10071, 7060, 6360, 9570, 6921, 7636, 8058, 6387, 6602, 5757, 6900, 6539, 7041, 5799, 6565, 5595, 6999, 6631, 10460, 7224, 8916, 13966, 6327, 10925, 16920, 9017, 10034, 10515, 9138, 14231, 11369, 14013, 11966, 10589, 11862, 9521, 8052, 6378, 6094, 5992, 6277, 6129, 6394, 9097, 6362, 9686, 6412, 6458, 5542, 5968, 6202, 5816, 6671, 5710, 5829, 5888, 6283, 5583, 6249, 5701, 5596, 5772, 5650, 5673, 5882, 5623, 5844, 8212, 6653, 8387, 11029, 8431, 11012, 7077, 6818, 5650, 6444, 7992, 6931, 8547, 7331, 6406, 7346, 5494, 7374, 5651, 8001, 5945, 8538, 6095, 12820, 8807, 10679, 14299, 11984, 14337, 11289], 'WindowCenter': [3650.0, 3623.0, 3620.0, 3586.0, 3594.0, 3601.0, 3570.0, 3621.0, 3570.0, 3625.0, 3593.0, 3613.0, 3580.0, 3592.0, 3582.0, 3604.0, 3592.0, 3611.0, 3570.0, 3613.0, 3594.0, 3613.0, 3592.0, 3614.0, 3591.0, 3569.0, 3608.0, 3569.0, 3623.0, 3579.0, 3568.0, 3565.0, 3568.0, 3601.0, 3593.0, 3579.0, 3579.0, 3568.0, 3582.0, 3583.0, 3607.0, 3596.0, 3585.0, 3620.0, 3597.0, 3585.0, 3596.0, 3608.0, 3620.0, 3628.0, 3594.0, 3611.0, 3579.0, 3564.0, 3533.0, 3575.0, 3530.0, 3608.0, 3586.0, 3587.0, 3528.0, 3528.0, 3504.0, 3558.0, 3549.0, 3569.0, 3514.0, 3546.0, 3554.0, 3521.0, 3554.0, 3543.0, 3553.0, 3520.0, 3553.0, 3511.0, 3556.0, 3563.0, 3541.0, 3538.0, 3496.0, 3494.0, 3487.0, 3496.0, 3498.0, 3497.0, 3498.0, 3499.0, 3499.0, 3500.0, 3497.0, 3499.0, 3524.0, 3513.0, 3515.0, 3548.0, 3528.0, 3538.0, 3544.0, 3541.0, 3562.0, 3543.0, 3562.0, 3529.0, 3571.0, 3565.0, 3596.0, 3576.0, 3585.0, 3564.0, 3519.0, 3530.0, 3529.0, 3540.0, 3569.0, 3540.0, 3585.0, 3586.0, 3572.0, 3560.0, 3556.0, 3514.0, 3544.0, 3512.0, 3534.0, 3542.0, 3556.0, 3564.0, 3542.0, 3553.0, 3498.0, 3522.0, 3549.0, 3484.0, 3539.0, 3486.0, 3516.0, 3486.0, 3508.0, 3510.0, 3509.0, 3498.0, 3498.0, 3508.0, 3509.0, 3500.0, 3521.0, 3511.0, 3542.0, 3502.0, 3533.0, 3514.0, 3544.0, 3528.0, 3544.0, 3525.0, 3545.0, 3516.0, 3515.0, 3515.0, 3526.0, 3529.0, 3541.0, 3564.0, 3557.0, 3574.0, 3557.0, 3576.0, 3545.0, 3588.0, 3587.0, 3595.0, 3552.0, 3572.0, 3532.0, 3584.0, 3582.0, 3584.0, 3593.0, 3541.0, 3581.0, 3551.0, 3584.0, 3550.0, 3582.0, 3549.0, 3535.0, 3514.0, 3543.0, 3502.0, 3522.0, 3501.0, 3531.0, 3521.0, 3544.0, 3516.0, 3534.0, 3517.0, 3536.0, 3501.0, 3509.0, 3464.0, 3475.0, 3549.0, 3508.0, 3552.0, 3465.0, 3487.0, 3477.0, 3499.0, 3487.0, 3487.0, 3475.0, 3486.0, 3477.0, 3495.0, 3488.0, 3497.0, 3491.0, 3511.0, 3491.0, 3523.0, 3506.0, 3524.0, 3505.0, 3536.0, 3506.0, 3534.0, 3517.0, 3516.0, 3529.0, 3560.0, 3532.0, 3574.0, 3521.0, 3585.0, 3533.0, 3554.0, 3535.0, 3567.0, 3545.0, 3553.0, 3543.0, 3545.0, 3545.0, 3533.0, 3547.0, 3568.0, 3535.0, 3576.0, 3524.0, 3552.0, 3522.0, 3555.0, 3524.0, 3547.0, 3597.0, 3535.0, 3598.0, 3546.0, 3579.0, 3607.0, 3596.0, 3596.0, 3574.0, 3582.0, 3547.0, 3572.0, 3581.0, 3548.0, 3580.0, 3517.0, 3582.0, 3560.0, 3580.0, 3548.0, 3581.0, 3526.0, 3526.0, 3513.0, 3515.0, 3538.0, 3516.0, 3529.0, 3570.0, 3530.0, 3531.0, 3527.0, 3528.0, 3559.0, 3527.0, 3529.0, 3542.0, 3533.0, 3552.0, 3543.0, 3555.0, 3555.0, 3555.0, 3584.0, 3531.0, 3576.0, 3554.0, 3568.0, 3567.0, 3567.0, 3567.0, 3556.0, 3568.0, 3548.0, 3600.0, 3569.0, 3569.0, 3608.0, 3544.0, 3585.0, 3554.0, 3544.0, 3556.0, 3557.0, 3565.0, 3555.0, 3557.0, 3547.0, 3549.0, 3557.0, 3547.0, 3566.0, 3569.0, 3579.0, 3558.0, 3578.0, 3570.0, 3590.0, 3561.0, 3602.0, 3590.0, 3613.0, 3622.0, 3600.0, 3610.0, 3596.0, 3583.0, 3597.0, 3583.0, 3550.0, 3580.0, 3547.0, 3539.0, 3579.0, 3517.0, 3570.0, 3516.0, 3537.0, 3527.0, 3527.0, 3515.0, 3516.0, 3535.0, 3515.0, 3517.0, 3570.0, 3515.0, 3536.0, 3515.0, 3529.0, 3572.0, 3541.0, 3528.0, 3554.0, 3551.0, 3554.0, 3564.0, 3556.0, 3570.0, 3610.0, 3569.0, 3600.0, 3558.0, 3565.0, 3556.0, 3567.0, 3598.0, 3558.0, 3610.0, 3590.0, 3601.0, 3591.0, 3570.0, 3589.0, 3557.0, 3565.0, 3544.0, 3565.0, 3575.0, 3555.0, 3609.0, 3596.0, 3576.0, 3609.0, 3598.0, 3588.0, 3620.0, 3597.0, 3563.0, 3528.0, 3515.0, 3527.0, 3517.0, 3443.0, 3489.0, 3435.0, 3519.0, 3504.0, 3501.0, 3503.0, 3536.0, 3506.0, 3559.0, 3535.0, 3524.0, 3556.0, 3544.0, 3542.0, 3543.0, 3523.0, 3552.0, 3520.0, 3563.0, 3510.0, 3554.0, 3493.0, 3556.0, 3526.0, 3502.0, 3501.0, 3502.0, 3501.0, 3503.0, 3491.0, 3518.0, 3527.0, 3517.0, 3495.0, 3496.0, 3506.0, 3498.0, 3496.0, 3507.0, 3497.0, 3519.0, 3538.0, 3518.0, 3559.0, 3518.0, 3539.0, 3495.0, 3496.0, 3518.0, 3518.0, 3559.0, 3530.0, 3549.0, 3488.0, 3506.0, 3488.0, 3507.0, 3486.0, 3541.0, 3548.0, 3528.0, 3560.0, 3537.0, 3559.0, 3524.0, 3524.0, 3492.0, 3494.0, 3522.0, 3469.0, 3525.0, 3523.0, 3556.0, 3555.0, 3541.0, 3519.0, 3475.0, 3488.0, 3453.0, 3443.0, 3495.0, 3454.0, 3475.0, 3441.0, 3453.0, 3504.0, 3462.0, 3485.0, 3439.0, 3452.0, 3494.0, 3452.0, 3464.0, 3443.0, 3474.0, 3465.0, 3487.0, 3455.0, 3488.0, 3480.0, 3479.0, 3479.0, 3479.0, 3500.0, 3489.0, 3521.0, 3480.0, 3522.0, 3492.0, 3524.0, 3479.0, 3491.0, 3457.0, 3505.0, 3492.0, 3472.0, 3494.0, 3493.0, 3503.0, 3493.0, 3518.0, 3540.0, 3530.0, 3508.0, 3496.0, 3510.0, 3529.0, 3485.0, 3539.0, 3531.0, 3531.0, 3475.0, 3497.0, 3485.0, 3531.0, 3509.0, 3563.0, 3526.0, 3516.0, 3481.0, 3481.0, 3472.0, 3527.0, 3504.0, 3514.0, 3557.0, 3523.0, 3524.0, 3533.0, 3513.0, 3533.0, 3509.0, 3532.0, 3529.0, 3499.0, 3517.0, 3463.0, 3474.0, 3472.0, 3454.0, 3483.0, 3443.0, 3464.0, 3455.0, 3466.0, 3467.0, 3467.0, 3477.0, 3468.0, 3466.0, 3468.0, 3511.0, 3481.0, 3500.0, 3479.0, 3491.0, 3466.0, 3471.0, 3479.0, 3484.0, 3482.0, 3485.0, 3504.0, 3507.0, 3506.0, 3487.0, 3501.0, 3487.0, 3486.0, 3506.0, 3485.0, 3518.0, 3559.0, 3528.0, 3539.0, 3492.0, 3505.0, 3560.0, 3527.0, 3536.0, 3480.0, 3492.0, 3494.0, 3513.0, 3503.0, 3480.0, 3471.0, 3493.0, 3480.0, 3525.0, 3504.0, 3532.0, 3491.0, 3543.0, 3506.0, 3546.0, 3521.0, 3499.0, 3531.0, 3499.0, 3508.0, 3454.0, 3488.0, 3465.0, 3521.0, 3507.0, 3496.0, 3507.0, 3464.0, 3488.0, 3463.0, 3452.0, 3471.0, 3450.0, 3459.0, 3451.0, 3452.0, 3476.0, 3477.0, 3467.0, 3442.0, 3453.0, 3453.0, 3491.0, 3467.0, 3469.0, 3490.0, 3491.0, 3479.0, 3514.0, 3480.0, 3494.0, 3514.0, 3494.0, 3504.0, 3481.0, 3493.0, 3479.0, 3481.0, 3493.0, 3482.0, 3504.0, 3514.0, 3494.0, 3506.0, 3483.0, 3505.0, 3495.0, 3495.0, 3519.0, 3498.0, 3510.0, 3520.0, 3511.0, 3534.0, 3511.0, 3522.0, 3512.0, 3536.0, 3554.0, 3511.0, 3566.0, 3534.0, 3565.0, 3536.0, 3545.0, 3522.0, 3544.0, 3564.0, 3522.0, 3585.0, 3522.0, 3524.0, 3458.0, 3507.0, 3471.0, 3485.0, 3537.0, 3528.0, 3582.0, 3573.0, 3583.0, 3562.0, 3573.0, 3541.0, 3496.0, 3497.0, 3550.0, 3527.0, 3549.0, 3584.0, 3583.0, 3561.0, 3524.0, 3491.0, 3532.0, 3501.0, 3532.0, 3521.0, 3523.0, 3541.0, 3496.0, 3507.0, 3482.0, 3451.0, 3493.0, 3451.0, 3461.0, 3452.0, 3466.0, 3453.0, 3453.0, 3472.0, 3453.0, 3451.0, 3452.0, 3462.0, 3452.0, 3453.0, 3464.0, 3467.0, 3466.0, 3470.0, 3480.0, 3480.0, 3479.0, 3482.0, 3515.0, 3496.0, 3494.0, 3506.0, 3508.0, 3521.0, 3552.0, 3542.0, 3539.0, 3508.0, 3561.0, 3538.0, 3540.0, 3548.0, 3506.0, 3573.0, 3571.0, 3549.0, 3537.0, 3502.0, 3493.0, 3535.0, 3504.0, 3516.0, 3513.0, 3493.0, 3507.0, 3473.0, 3494.0, 3481.0, 3491.0, 3470.0, 3493.0, 3460.0, 3505.0, 3493.0, 3536.0, 3503.0, 3525.0, 3544.0, 3469.0, 3534.0, 3569.0, 3513.0, 3523.0, 3533.0, 3511.0, 3541.0, 3530.0, 3542.0, 3518.0, 3506.0, 3517.0, 3496.0, 3485.0, 3450.0, 3451.0, 3451.0, 3463.0, 3452.0, 3463.0, 3494.0, 3465.0, 3496.0, 3464.0, 3453.0, 3430.0, 3453.0, 3452.0, 3453.0, 3464.0, 3455.0, 3455.0, 3467.0, 3479.0, 3457.0, 3480.0, 3468.0, 3460.0, 3470.0, 3485.0, 3484.0, 3485.0, 3484.0, 3486.0, 3528.0, 3507.0, 3531.0, 3549.0, 3530.0, 3548.0, 3506.0, 3508.0, 3486.0, 3509.0, 3529.0, 3510.0, 3527.0, 3506.0, 3485.0, 3519.0, 3487.0, 3508.0, 3486.0, 3519.0, 3489.0, 3517.0, 3487.0, 3561.0, 3530.0, 3542.0, 3561.0, 3538.0, 3549.0, 3512.0], 'WindowWidth': [8260.0, 8210.0, 8197.0, 8147.0, 8151.0, 8152.0, 8111.0, 8179.0, 8110.0, 8191.0, 8146.0, 8173.0, 8122.0, 8143.0, 8129.0, 8161.0, 8144.0, 8165.0, 8111.0, 8172.0, 8151.0, 8171.0, 8144.0, 8172.0, 8139.0, 8107.0, 8157.0, 8107.0, 8186.0, 8120.0, 8103.0, 8093.0, 8106.0, 8153.0, 8148.0, 8121.0, 8119.0, 8106.0, 8129.0, 8134.0, 8173.0, 8152.0, 8142.0, 8195.0, 8159.0, 8139.0, 8156.0, 8172.0, 8185.0, 8191.0, 8135.0, 8153.0, 8109.0, 8083.0, 8042.0, 8100.0, 8031.0, 8149.0, 8115.0, 8113.0, 8021.0, 8019.0, 7979.0, 8055.0, 8047.0, 8072.0, 7994.0, 8037.0, 8044.0, 7997.0, 8047.0, 8029.0, 8042.0, 7995.0, 8042.0, 7985.0, 8055.0, 8058.0, 8026.0, 8015.0, 7957.0, 7952.0, 7951.0, 7959.0, 7966.0, 7964.0, 7969.0, 7971.0, 7970.0, 7975.0, 7966.0, 7970.0, 8015.0, 7996.0, 8003.0, 8053.0, 8029.0, 8042.0, 8059.0, 8050.0, 8078.0, 8055.0, 8078.0, 8030.0, 8086.0, 8085.0, 8126.0, 8099.0, 8107.0, 8078.0, 8012.0, 8029.0, 8029.0, 8042.0, 8076.0, 8043.0, 8109.0, 8112.0, 8085.0, 8065.0, 8053.0, 7995.0, 8031.0, 7988.0, 8019.0, 8026.0, 8050.0, 8060.0, 8027.0, 8043.0, 7964.0, 8001.0, 8032.0, 7938.0, 8016.0, 7942.0, 7981.0, 7944.0, 7978.0, 7986.0, 7980.0, 7964.0, 7963.0, 7977.0, 7983.0, 7971.0, 8001.0, 7990.0, 8029.0, 7980.0, 8021.0, 8001.0, 8041.0, 8026.0, 8036.0, 8017.0, 8041.0, 8004.0, 8003.0, 8001.0, 8021.0, 8028.0, 8048.0, 8085.0, 8081.0, 8098.0, 8080.0, 8105.0, 8061.0, 8120.0, 8120.0, 8123.0, 8063.0, 8088.0, 8038.0, 8106.0, 8102.0, 8108.0, 8118.0, 8045.0, 8097.0, 8061.0, 8106.0, 8054.0, 8098.0, 8046.0, 8020.0, 7994.0, 8030.0, 7975.0, 8001.0, 7970.0, 8006.0, 7996.0, 8029.0, 7999.0, 8018.0, 8000.0, 8023.0, 7971.0, 7976.0, 7908.0, 7923.0, 8026.0, 7971.0, 8036.0, 7912.0, 7942.0, 7931.0, 7968.0, 7947.0, 7945.0, 7928.0, 7942.0, 7933.0, 7954.0, 7951.0, 7961.0, 7963.0, 7985.0, 7961.0, 8005.0, 7985.0, 8006.0, 7988.0, 8029.0, 7991.0, 8023.0, 8010.0, 8007.0, 8030.0, 8073.0, 8037.0, 8093.0, 8020.0, 8108.0, 8040.0, 8068.0, 8048.0, 8088.0, 8055.0, 8061.0, 8051.0, 8056.0, 8056.0, 8034.0, 8061.0, 8087.0, 8041.0, 8092.0, 8025.0, 8056.0, 8019.0, 8068.0, 8025.0, 8060.0, 8123.0, 8041.0, 8129.0, 8056.0, 8105.0, 8140.0, 8123.0, 8126.0, 8091.0, 8098.0, 8043.0, 8085.0, 8097.0, 8048.0, 8094.0, 8011.0, 8103.0, 8071.0, 8096.0, 8048.0, 8097.0, 8018.0, 8019.0, 7997.0, 8002.0, 8038.0, 8007.0, 8029.0, 8085.0, 8032.0, 8035.0, 8028.0, 8031.0, 8068.0, 8024.0, 8027.0, 8050.0, 8042.0, 8066.0, 8054.0, 8074.0, 8076.0, 8075.0, 8108.0, 8035.0, 8100.0, 8073.0, 8097.0, 8096.0, 8095.0, 8095.0, 8079.0, 8100.0, 8073.0, 8146.0, 8101.0, 8099.0, 8149.0, 8059.0, 8112.0, 8070.0, 8061.0, 8078.0, 8081.0, 8087.0, 8075.0, 8081.0, 8066.0, 8070.0, 8080.0, 8068.0, 8089.0, 8100.0, 8115.0, 8086.0, 8107.0, 8101.0, 8123.0, 8089.0, 8144.0, 8125.0, 8160.0, 8174.0, 8138.0, 8150.0, 8124.0, 8102.0, 8127.0, 8101.0, 8051.0, 8089.0, 8042.0, 8035.0, 8090.0, 8006.0, 8079.0, 8007.0, 8034.0, 8024.0, 8024.0, 8003.0, 8007.0, 8028.0, 8000.0, 8007.0, 8081.0, 8002.0, 8029.0, 8001.0, 8029.0, 8088.0, 8050.0, 8027.0, 8076.0, 8065.0, 8074.0, 8086.0, 8080.0, 8105.0, 8156.0, 8101.0, 8140.0, 8084.0, 8087.0, 8081.0, 8097.0, 8136.0, 8087.0, 8152.0, 8127.0, 8146.0, 8131.0, 8104.0, 8126.0, 8080.0, 8085.0, 8058.0, 8088.0, 8100.0, 8076.0, 8153.0, 8131.0, 8103.0, 8154.0, 8138.0, 8123.0, 8168.0, 8132.0, 8080.0, 8025.0, 8001.0, 8022.0, 8009.0, 7857.0, 7956.0, 7849.0, 8012.0, 7982.0, 7971.0, 7977.0, 8024.0, 7987.0, 8058.0, 8017.0, 8003.0, 8048.0, 8028.0, 8024.0, 8020.0, 7994.0, 8035.0, 7988.0, 8052.0, 7976.0, 8041.0, 7937.0, 8052.0, 8007.0, 7970.0, 7964.0, 7969.0, 7969.0, 7973.0, 7953.0, 8001.0, 8011.0, 8000.0, 7966.0, 7970.0, 7982.0, 7974.0, 7968.0, 7983.0, 7972.0, 8005.0, 8024.0, 8000.0, 8051.0, 8000.0, 8026.0, 7965.0, 7963.0, 7999.0, 7998.0, 8052.0, 8014.0, 8039.0, 7958.0, 7978.0, 7959.0, 7985.0, 7954.0, 8035.0, 8038.0, 8008.0, 8053.0, 8017.0, 8049.0, 7993.0, 7995.0, 7951.0, 7959.0, 7991.0, 7919.0, 8000.0, 7993.0, 8042.0, 8041.0, 8017.0, 7981.0, 7916.0, 7939.0, 7886.0, 7872.0, 7942.0, 7890.0, 7918.0, 7867.0, 7885.0, 7953.0, 7895.0, 7931.0, 7862.0, 7884.0, 7938.0, 7883.0, 7899.0, 7874.0, 7915.0, 7907.0, 7937.0, 7894.0, 7937.0, 7934.0, 7930.0, 7934.0, 7932.0, 7961.0, 7946.0, 7989.0, 7936.0, 7990.0, 7956.0, 7997.0, 7931.0, 7949.0, 7898.0, 7976.0, 7957.0, 7928.0, 7961.0, 7958.0, 7974.0, 7959.0, 8000.0, 8033.0, 8018.0, 7984.0, 7967.0, 7996.0, 8018.0, 7955.0, 8031.0, 8024.0, 8022.0, 7941.0, 7971.0, 7955.0, 8021.0, 7989.0, 8063.0, 8006.0, 7992.0, 7937.0, 7937.0, 7928.0, 8007.0, 7972.0, 7984.0, 8048.0, 7992.0, 7994.0, 8007.0, 7982.0, 8009.0, 7966.0, 8006.0, 7994.0, 7953.0, 7974.0, 7896.0, 7910.0, 7903.0, 7887.0, 7922.0, 7870.0, 7898.0, 7891.0, 7908.0, 7912.0, 7909.0, 7923.0, 7914.0, 7911.0, 7916.0, 7976.0, 7937.0, 7958.0, 7931.0, 7949.0, 7910.0, 7923.0, 7933.0, 7949.0, 7942.0, 7952.0, 7975.0, 7986.0, 7981.0, 7959.0, 7978.0, 7956.0, 7953.0, 7976.0, 7950.0, 7999.0, 8051.0, 8011.0, 8025.0, 7952.0, 7974.0, 8055.0, 8006.0, 8015.0, 7933.0, 7953.0, 7961.0, 7985.0, 7967.0, 7934.0, 7927.0, 7955.0, 7934.0, 7998.0, 7970.0, 8005.0, 7951.0, 8023.0, 7977.0, 8030.0, 7987.0, 7953.0, 7996.0, 7952.0, 7961.0, 7887.0, 7935.0, 7902.0, 7985.0, 7960.0, 7944.0, 7961.0, 7900.0, 7937.0, 7898.0, 7881.0, 7902.0, 7876.0, 7887.0, 7880.0, 7886.0, 7924.0, 7927.0, 7915.0, 7873.0, 7890.0, 7891.0, 7951.0, 7915.0, 7919.0, 7950.0, 7953.0, 7935.0, 7987.0, 7937.0, 7960.0, 7986.0, 7961.0, 7973.0, 7939.0, 7956.0, 7935.0, 7941.0, 7956.0, 7943.0, 7976.0, 7987.0, 7963.0, 7981.0, 7946.0, 7981.0, 7965.0, 7967.0, 8007.0, 7978.0, 7996.0, 8009.0, 8002.0, 8035.0, 8000.0, 8016.0, 8003.0, 8041.0, 8061.0, 7999.0, 8077.0, 8036.0, 8074.0, 8040.0, 8051.0, 8016.0, 8045.0, 8073.0, 8015.0, 8102.0, 8016.0, 8018.0, 7901.0, 7980.0, 7926.0, 7949.0, 8020.0, 8011.0, 8091.0, 8080.0, 8095.0, 8061.0, 8079.0, 8033.0, 7965.0, 7970.0, 8044.0, 8007.0, 8038.0, 8098.0, 8094.0, 8060.0, 7995.0, 7948.0, 8005.0, 7960.0, 8003.0, 7985.0, 7992.0, 8012.0, 7943.0, 7958.0, 7918.0, 7877.0, 7933.0, 7876.0, 7889.0, 7881.0, 7907.0, 7889.0, 7887.0, 7910.0, 7887.0, 7882.0, 7887.0, 7902.0, 7887.0, 7893.0, 7909.0, 7918.0, 7915.0, 7925.0, 7937.0, 7940.0, 7937.0, 7944.0, 7992.0, 7971.0, 7967.0, 7987.0, 7992.0, 8013.0, 8054.0, 8039.0, 8032.0, 7989.0, 8063.0, 8029.0, 8032.0, 8040.0, 7984.0, 8082.0, 8075.0, 8042.0, 8023.0, 7969.0, 7958.0, 8019.0, 7975.0, 7994.0, 7985.0, 7963.0, 7984.0, 7933.0, 7960.0, 7938.0, 7953.0, 7924.0, 7959.0, 7909.0, 7977.0, 7958.0, 8016.0, 7971.0, 8001.0, 8024.0, 7918.0, 8010.0, 8067.0, 7982.0, 7991.0, 8008.0, 7974.0, 8015.0, 7997.0, 8019.0, 7980.0, 7961.0, 7974.0, 7945.0, 7930.0, 7877.0, 7879.0, 7882.0, 7901.0, 7883.0, 7900.0, 7941.0, 7906.0, 7945.0, 7903.0, 7885.0, 7853.0, 7886.0, 7885.0, 7889.0, 7904.0, 7898.0, 7895.0, 7917.0, 7933.0, 7901.0, 7936.0, 7919.0, 7910.0, 7927.0, 7952.0, 7951.0, 7954.0, 7951.0, 7957.0, 8014.0, 7986.0, 8021.0, 8040.0, 8016.0, 8037.0, 7980.0, 7986.0, 7958.0, 7994.0, 8018.0, 7991.0, 8006.0, 7977.0, 7949.0, 8000.0, 7959.0, 7980.0, 7953.0, 7999.0, 7961.0, 7992.0, 7954.0, 8055.0, 8011.0, 8031.0, 8056.0, 8018.0, 8036.0, 7974.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.009899448909299658</td></tr>
<tr><td colspan=3>aqi</td><td>0.2491546969001148</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.98426981939082</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0083482195402307</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9777322603333339</td></tr>
<tr><td colspan=3>efc</td><td>0.4675</td></tr>
<tr><td colspan=3>fber</td><td>5023.8682</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3735365825182465</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>535</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>61.423650975889785</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.226112581998484</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.9066427488820548</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.452602463138088</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.3190925339753097</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121876</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020719032734632492</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03479134291410446</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.383264232886995</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>18.0902</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.39</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.0723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307102.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>653.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>258.1871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4106</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>380.5171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2772.3578</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>670.2719</td></tr>
<tr><td colspan=3>tsnr</td><td>12.623393674439285</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>