ds005256-mriqc/sub-0038_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter a01aa5e1f9 [DATALAD RUNCMD] Compute MRIQC for sub-0038
=== 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-0038 --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-0038",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:18 +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-0038_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0038_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f29969c8cda0d64e18d81b35bc66d2c</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>13:09:47.610000</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.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.079509</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</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>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8833bad6-a1ab-46b8-8e0c-a1220fc74993||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.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [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': ['130947.610000', '130948.070000', '130948.530000', '130948.990000', '130949.450000', '130949.910000', '130950.370000', '130950.830000', '130951.290000', '130951.750000', '130952.210000', '130952.670000', '130953.130000', '130953.590000', '130954.050000', '130954.510000', '130954.970000', '130955.430000', '130955.890000', '130956.350000', '130956.810000', '130957.270000', '130957.730000', '130958.190000', '130958.650000', '130959.110000', '130959.570000', '131000.030000', '131000.490000', '131000.950000', '131001.410000', '131001.870000', '131002.330000', '131002.790000', '131003.250000', '131003.710000', '131004.170000', '131004.630000', '131005.090000', '131005.550000', '131006.010000', '131006.470000', '131006.930000', '131007.390000', '131007.850000', '131008.310000', '131008.770000', '131009.230000', '131009.690000', '131010.150000', '131010.610000', '131011.070000', '131011.530000', '131011.990000', '131012.450000', '131012.910000', '131013.370000', '131013.830000', '131014.290000', '131014.750000', '131015.210000', '131015.670000', '131016.130000', '131016.590000', '131017.050000', '131017.510000', '131017.970000', '131018.430000', '131018.890000', '131019.350000', '131019.810000', '131020.270000', '131020.730000', '131021.190000', '131021.650000', '131022.110000', '131022.570000', '131023.030000', '131023.490000', '131023.950000', '131024.410000', '131024.870000', '131025.330000', '131025.790000', '131026.250000', '131026.710000', '131027.170000', '131027.630000', '131028.090000', '131028.550000', '131029.010000', '131029.470000', '131029.930000', '131030.390000', '131030.850000', '131031.310000', '131031.770000', '131032.230000', '131032.690000', '131033.150000', '131033.610000', '131034.070000', '131034.530000', '131034.990000', '131035.450000', '131035.910000', '131036.370000', '131036.830000', '131037.290000', '131037.750000', '131038.210000', '131038.670000', '131039.130000', '131039.590000', '131040.050000', '131040.510000', '131040.970000', '131041.430000', '131041.890000', '131042.350000', '131042.810000', '131043.270000', '131043.730000', '131044.190000', '131044.650000', '131045.110000', '131045.570000', '131046.030000', '131046.490000', '131046.950000', '131047.410000', '131047.870000', '131048.330000', '131048.790000', '131049.250000', '131049.710000', '131050.170000', '131050.630000', '131051.090000', '131051.550000', '131052.010000', '131052.470000', '131052.930000', '131053.390000', '131053.850000', '131054.310000', '131054.770000', '131055.230000', '131055.690000', '131056.150000', '131056.610000', '131057.070000', '131057.530000', '131057.990000', '131058.450000', '131058.910000', '131059.370000', '131059.830000', '131100.290000', '131100.750000', '131101.210000', '131101.670000', '131102.130000', '131102.590000', '131103.050000', '131103.510000', '131103.970000', '131104.430000', '131104.890000', '131105.350000', '131105.810000', '131106.270000', '131106.730000', '131107.190000', '131107.650000', '131108.110000', '131108.570000', '131109.030000', '131109.490000', '131109.950000', '131110.410000', '131110.870000', '131111.330000', '131111.790000', '131112.250000', '131112.710000', '131113.170000', '131113.630000', '131114.090000', '131114.550000', '131115.010000', '131115.470000', '131115.930000', '131116.390000', '131116.850000', '131117.310000', '131117.770000', '131118.230000', '131118.690000', '131119.150000', '131119.610000', '131120.070000', '131120.530000', '131120.990000', '131121.450000', '131121.910000', '131122.370000', '131122.830000', '131123.290000', '131123.750000', '131124.210000', '131124.670000', '131125.130000', '131125.590000', '131126.050000', '131126.510000', '131126.970000', '131127.430000', '131127.890000', '131128.350000', '131128.810000', '131129.270000', '131129.730000', '131130.190000', '131130.650000', '131131.110000', '131131.570000', '131132.030000', '131132.490000', '131132.950000', '131133.410000', '131133.870000', '131134.330000', '131134.790000', '131135.250000', '131135.710000', '131136.170000', '131136.630000', '131137.090000', '131137.550000', '131138.010000', '131138.470000', '131138.930000', '131139.390000', '131139.850000', '131140.310000', '131140.770000', '131141.230000', '131141.690000', '131142.150000', '131142.610000', '131143.070000', '131143.530000', '131143.990000', '131144.450000', '131144.910000', '131145.370000', '131145.830000', '131146.290000', '131146.750000', '131147.210000', '131147.670000', '131148.130000', '131148.590000', '131149.050000', '131149.510000', '131149.970000', '131150.430000', '131150.890000', '131151.350000', '131151.810000', '131152.270000', '131152.730000', '131153.190000', '131153.650000', '131154.110000', '131154.570000', '131155.030000', '131155.490000', '131155.950000', '131156.410000', '131156.870000', '131157.330000', '131157.790000', '131158.250000', '131158.710000', '131159.170000', '131159.630000', '131200.090000', '131200.550000', '131201.010000', '131201.470000', '131201.930000', '131202.390000', '131202.850000', '131203.310000', '131203.770000', '131204.230000', '131204.690000', '131205.150000', '131205.610000', '131206.070000', '131206.530000', '131206.990000', '131207.450000', '131207.910000', '131208.370000', '131208.830000', '131209.290000', '131209.750000', '131210.210000', '131210.670000', '131211.130000', '131211.590000', '131212.050000', '131212.510000', '131212.970000', '131213.430000', '131213.890000', '131214.350000', '131214.810000', '131215.270000', '131215.730000', '131216.190000', '131216.650000', '131217.110000', '131217.570000', '131218.030000', '131218.490000', '131218.950000', '131219.410000', '131219.870000', '131220.330000', '131220.790000', '131221.250000', '131221.710000', '131222.170000', '131222.630000', '131223.090000', '131223.550000', '131224.010000', '131224.470000', '131224.930000', '131225.390000', '131225.850000', '131226.310000', '131226.770000', '131227.230000', '131227.690000', '131228.150000', '131228.610000', '131229.070000', '131229.530000', '131229.990000', '131230.450000', '131230.910000', '131231.370000', '131231.830000', '131232.290000', '131232.750000', '131233.210000', '131233.670000', '131234.130000', '131234.590000', '131235.050000', '131235.510000', '131235.970000', '131236.430000', '131236.890000', '131237.350000', '131237.810000', '131238.270000', '131238.730000', '131239.190000', '131239.650000', '131240.110000', '131240.570000', '131241.030000', '131241.490000', '131241.950000', '131242.410000', '131242.870000', '131243.330000', '131243.790000', '131244.250000', '131244.710000', '131245.170000', '131245.630000', '131246.090000', '131246.550000', '131247.010000', '131247.470000', '131247.930000', '131248.390000', '131248.850000', '131249.310000', '131249.770000', '131250.230000', '131250.690000', '131251.150000', '131251.610000', '131252.070000', '131252.530000', '131252.990000', '131253.450000', '131253.910000', '131254.370000', '131254.830000', '131255.290000', '131255.750000', '131256.210000', '131256.670000', '131257.130000', '131257.590000', '131258.050000', '131258.510000', '131258.970000', '131259.430000', '131259.890000', '131300.350000', '131300.810000', '131301.270000', '131301.730000', '131302.190000', '131302.650000', '131303.110000', '131303.570000', '131304.030000', '131304.490000', '131304.950000', '131305.410000', '131305.870000', '131306.330000', '131306.790000', '131307.250000', '131307.710000', '131308.170000', '131308.630000', '131309.090000', '131309.550000', '131310.010000', '131310.470000', '131310.930000', '131311.390000', '131311.850000', '131312.310000', '131312.770000', '131313.230000', '131313.690000', '131314.150000', '131314.610000', '131315.070000', '131315.530000', '131315.990000', '131316.450000', '131316.910000', '131317.370000', '131317.830000', '131318.290000', '131318.750000', '131319.210000', '131319.670000', '131320.130000', '131320.590000', '131321.050000', '131321.510000', '131321.970000', '131322.430000', '131322.890000', '131323.350000', '131323.810000', '131324.270000', '131324.730000', '131325.190000', '131325.650000', '131326.110000', '131326.570000', '131327.030000', '131327.490000', '131327.950000', '131328.410000', '131328.870000', '131329.330000', '131329.790000', '131330.250000', '131330.710000', '131331.170000', '131331.630000', '131332.090000', '131332.550000', '131333.010000', '131333.470000', '131333.930000', '131334.390000', '131334.850000', '131335.310000', '131335.770000', '131336.230000', '131336.690000', '131337.150000', '131337.610000', '131338.070000', '131338.530000', '131338.990000', '131339.450000', '131339.910000', '131340.370000', '131340.830000', '131341.290000', '131341.750000', '131342.210000', '131342.670000', '131343.130000', '131343.590000', '131344.050000', '131344.510000', '131344.970000', '131345.430000', '131345.890000', '131346.350000', '131346.810000', '131347.270000', '131347.730000', '131348.190000', '131348.650000', '131349.110000', '131349.570000', '131350.030000', '131350.490000', '131350.950000', '131351.410000', '131351.870000', '131352.330000', '131352.790000', '131353.250000', '131353.710000', '131354.170000', '131354.630000', '131355.090000', '131355.550000', '131356.010000', '131356.470000', '131356.930000', '131357.390000', '131357.850000', '131358.310000', '131358.770000', '131359.230000', '131359.690000', '131400.150000', '131400.610000', '131401.070000', '131401.530000', '131401.990000', '131402.450000', '131402.910000', '131403.370000', '131403.830000', '131404.290000', '131404.750000', '131405.210000', '131405.670000', '131406.130000', '131406.590000', '131407.050000', '131407.510000', '131407.970000', '131408.430000', '131408.890000', '131409.350000', '131409.810000', '131410.270000', '131410.730000', '131411.190000', '131411.650000', '131412.110000', '131412.570000', '131413.030000', '131413.490000', '131413.950000', '131414.410000', '131414.870000', '131415.330000', '131415.790000', '131416.250000', '131416.710000', '131417.170000', '131417.630000', '131418.090000', '131418.550000', '131419.010000', '131419.470000', '131419.930000', '131420.390000', '131420.850000', '131421.310000', '131421.770000', '131422.230000', '131422.690000', '131423.150000', '131423.610000', '131424.070000', '131424.530000', '131424.990000', '131425.450000', '131425.910000', '131426.370000', '131426.830000', '131427.290000', '131427.750000', '131428.210000', '131428.670000', '131429.130000', '131429.590000', '131430.050000', '131430.510000', '131430.970000', '131431.430000', '131431.890000', '131432.350000', '131432.810000', '131433.270000', '131433.730000', '131434.190000', '131434.650000', '131435.110000', '131435.570000', '131436.030000', '131436.490000', '131436.950000', '131437.410000', '131437.870000', '131438.330000', '131438.790000', '131439.250000', '131439.710000', '131440.170000', '131440.630000', '131441.090000', '131441.550000', '131442.010000', '131442.470000', '131442.930000', '131443.390000', '131443.850000', '131444.310000', '131444.770000', '131445.230000', '131445.690000', '131446.150000', '131446.610000', '131447.070000', '131447.530000', '131447.990000', '131448.450000', '131448.910000', '131449.370000', '131449.830000', '131450.290000', '131450.750000', '131451.210000', '131451.670000', '131452.130000', '131452.590000', '131453.050000', '131453.510000', '131453.970000', '131454.430000', '131454.890000', '131455.350000', '131455.810000', '131456.270000', '131456.730000', '131457.190000', '131457.650000', '131458.110000', '131458.570000', '131459.030000', '131459.490000', '131459.950000', '131500.410000', '131500.870000', '131501.330000', '131501.790000', '131502.250000', '131502.710000', '131503.170000', '131503.630000', '131504.090000', '131504.550000', '131505.010000', '131505.470000', '131505.930000', '131506.390000', '131506.850000', '131507.310000', '131507.770000', '131508.230000', '131508.690000', '131509.150000', '131509.610000', '131510.070000', '131510.530000', '131510.990000', '131511.450000', '131511.910000', '131512.370000', '131512.830000', '131513.290000', '131513.750000', '131514.210000', '131514.670000', '131515.130000', '131515.590000', '131516.050000', '131516.510000', '131516.970000', '131517.430000', '131517.890000', '131518.350000', '131518.810000', '131519.270000', '131519.730000', '131520.190000', '131520.650000', '131521.110000', '131521.570000', '131522.030000', '131522.490000', '131522.950000', '131523.410000', '131523.870000', '131524.330000', '131524.790000', '131525.250000', '131525.710000', '131526.170000', '131526.630000', '131527.090000', '131527.550000', '131528.010000', '131528.470000', '131528.930000', '131529.390000', '131529.850000', '131530.310000', '131530.770000', '131531.230000', '131531.690000', '131532.150000', '131532.610000', '131533.070000', '131533.530000', '131533.990000', '131534.450000', '131534.910000', '131535.370000', '131535.830000', '131536.290000', '131536.750000', '131537.210000', '131537.670000', '131538.130000', '131538.590000', '131539.050000', '131539.510000', '131539.970000', '131540.430000', '131540.890000', '131541.350000', '131541.810000', '131542.270000', '131542.730000', '131543.190000', '131543.650000', '131544.110000', '131544.570000', '131545.030000', '131545.490000', '131545.950000', '131546.410000', '131546.870000', '131547.330000', '131547.790000', '131548.250000', '131548.710000', '131549.170000', '131549.630000', '131550.090000', '131550.550000', '131551.010000', '131551.470000', '131551.930000', '131552.390000', '131552.850000', '131553.310000', '131553.770000', '131554.230000', '131554.690000', '131555.150000', '131555.610000', '131556.070000', '131556.530000', '131556.990000', '131557.450000', '131557.910000', '131558.370000', '131558.830000', '131559.290000', '131559.750000', '131600.210000', '131600.670000', '131601.130000', '131601.590000', '131602.050000', '131602.510000', '131602.970000', '131603.430000', '131603.890000', '131604.350000', '131604.810000', '131605.270000', '131605.730000', '131606.190000', '131606.650000', '131607.110000', '131607.570000', '131608.030000', '131608.490000', '131608.950000', '131609.410000', '131609.870000', '131610.330000', '131610.790000', '131611.250000', '131611.710000', '131612.170000', '131612.630000', '131613.090000', '131613.550000', '131614.010000', '131614.470000', '131614.930000', '131615.390000', '131615.850000', '131616.310000', '131616.770000', '131617.230000', '131617.690000', '131618.150000', '131618.610000', '131619.070000', '131619.530000', '131619.990000', '131620.450000', '131620.910000', '131621.370000', '131621.830000', '131622.290000', '131622.750000', '131623.210000', '131623.670000', '131624.130000', '131624.590000', '131625.050000', '131625.510000', '131625.970000', '131626.430000', '131626.890000', '131627.350000', '131627.810000', '131628.270000'], 'ContentTime': ['131001.554000', '131001.557000', '131001.560000', '131001.563000', '131001.565000', '131001.572000', '131001.575000', '131001.578000', '131001.580000', '131001.583000', '131001.586000', '131001.588000', '131001.591000', '131001.593000', '131001.601000', '131001.604000', '131001.606000', '131001.609000', '131001.611000', '131001.614000', '131001.616000', '131001.619000', '131001.622000', '131001.624000', '131001.627000', '131001.629000', '131001.632000', '131021.539000', '131021.542000', '131021.544000', '131021.547000', '131021.550000', '131021.553000', '131021.556000', '131021.559000', '131021.561000', '131021.564000', '131021.566000', '131021.569000', '131021.571000', '131021.574000', '131021.576000', '131021.579000', '131021.581000', '131021.584000', '131021.586000', '131021.589000', '131021.592000', '131021.594000', '131021.597000', '131021.599000', '131021.602000', '131021.604000', '131021.607000', '131021.609000', '131021.612000', '131021.615000', '131021.617000', '131021.625000', '131021.627000', '131021.630000', '131021.632000', '131021.635000', '131021.637000', '131021.643000', '131021.645000', '131021.648000', '131021.650000', '131021.653000', '131021.655000', '131041.526000', '131041.529000', '131041.532000', '131041.534000', '131041.537000', '131041.539000', '131041.542000', '131041.545000', '131041.547000', '131041.550000', '131041.552000', '131041.555000', '131041.557000', '131041.560000', '131041.563000', '131041.565000', '131041.568000', '131041.570000', '131041.573000', '131041.575000', '131041.578000', '131041.580000', '131041.583000', '131041.586000', '131041.588000', '131041.591000', '131041.593000', '131041.596000', '131041.598000', '131041.601000', '131041.604000', '131041.606000', '131041.611000', '131041.613000', '131041.616000', '131041.619000', '131041.621000', '131041.624000', '131041.626000', '131041.629000', '131041.631000', '131041.634000', '131041.637000', '131041.639000', '131101.526000', '131101.529000', '131101.532000', '131101.534000', '131101.537000', '131101.540000', '131101.542000', '131101.545000', '131101.547000', '131101.550000', '131101.552000', '131101.555000', '131101.557000', '131101.560000', '131101.563000', '131101.565000', '131101.568000', '131101.570000', '131101.573000', '131101.575000', '131101.578000', '131101.580000', '131101.583000', '131101.585000', '131101.588000', '131101.591000', '131101.593000', '131101.596000', '131101.598000', '131101.601000', '131101.604000', '131101.606000', '131101.609000', '131101.611000', '131101.614000', '131101.616000', '131101.619000', '131101.621000', '131101.625000', '131101.628000', '131101.631000', '131101.633000', '131101.636000', '131121.526000', '131121.529000', '131121.532000', '131121.534000', '131121.537000', '131121.539000', '131121.542000', '131121.545000', '131121.547000', '131121.550000', '131121.552000', '131121.555000', '131121.558000', '131121.560000', '131121.563000', '131121.565000', '131121.568000', '131121.570000', '131121.573000', '131121.575000', '131121.578000', '131121.581000', '131121.583000', '131121.586000', '131121.588000', '131121.591000', '131121.594000', '131121.596000', '131121.599000', '131121.601000', '131121.604000', '131121.607000', '131121.609000', '131121.612000', '131121.614000', '131121.617000', '131121.619000', '131121.622000', '131121.625000', '131121.627000', '131121.630000', '131121.632000', '131121.635000', '131121.638000', '131141.526000', '131141.529000', '131141.532000', '131141.534000', '131141.537000', '131141.539000', '131141.542000', '131141.545000', '131141.547000', '131141.550000', '131141.552000', '131141.555000', '131141.557000', '131141.560000', '131141.562000', '131141.565000', '131141.568000', '131141.570000', '131141.573000', '131141.575000', '131141.578000', '131141.580000', '131141.583000', '131141.585000', '131141.588000', '131141.591000', '131141.593000', '131141.596000', '131141.598000', '131141.601000', '131141.604000', '131141.606000', '131141.609000', '131141.611000', '131141.614000', '131141.616000', '131141.619000', '131141.621000', '131141.624000', '131141.627000', '131141.630000', '131141.633000', '131141.636000', '131201.527000', '131201.530000', '131201.532000', '131201.535000', '131201.537000', '131201.540000', '131201.542000', '131201.545000', '131201.548000', '131201.550000', '131201.553000', '131201.555000', '131201.558000', '131201.560000', '131201.563000', '131201.566000', '131201.568000', '131201.571000', '131201.573000', '131201.576000', '131201.578000', '131201.581000', '131201.584000', '131201.586000', '131201.589000', '131201.591000', '131201.594000', '131201.596000', '131201.599000', '131201.602000', '131201.604000', '131201.607000', '131201.609000', '131201.612000', '131201.615000', '131201.617000', '131201.620000', '131201.622000', '131201.625000', '131201.627000', '131201.630000', '131201.633000', '131201.635000', '131201.638000', '131221.525000', '131221.528000', '131221.531000', '131221.534000', '131221.536000', '131221.539000', '131221.541000', '131221.544000', '131221.546000', '131221.549000', '131221.551000', '131221.554000', '131221.557000', '131221.559000', '131221.562000', '131221.564000', '131221.567000', '131221.569000', '131221.572000', '131221.574000', '131221.577000', '131221.580000', '131221.582000', '131221.585000', '131221.587000', '131221.590000', '131221.592000', '131221.595000', '131221.598000', '131221.600000', '131221.603000', '131221.605000', '131221.608000', '131221.611000', '131221.613000', '131221.616000', '131221.618000', '131221.621000', '131221.624000', '131221.626000', '131221.629000', '131221.631000', '131221.634000', '131241.526000', '131241.528000', '131241.531000', '131241.533000', '131241.536000', '131241.539000', '131241.541000', '131241.544000', '131241.546000', '131241.549000', '131241.551000', '131241.554000', '131241.556000', '131241.559000', '131241.562000', '131241.565000', '131241.568000', '131241.570000', '131241.573000', '131241.575000', '131241.578000', '131241.581000', '131241.583000', '131241.586000', '131241.588000', '131241.591000', '131241.593000', '131241.596000', '131241.599000', '131241.601000', '131241.604000', '131241.606000', '131241.609000', '131241.612000', '131241.614000', '131241.617000', '131241.619000', '131241.622000', '131241.624000', '131241.627000', '131241.630000', '131241.632000', '131241.635000', '131241.637000', '131301.527000', '131301.529000', '131301.532000', '131301.535000', '131301.537000', '131301.540000', '131301.542000', '131301.545000', '131301.547000', '131301.550000', '131301.553000', '131301.555000', '131301.558000', '131301.560000', '131301.563000', '131301.565000', '131301.568000', '131301.571000', '131301.573000', '131301.586000', '131301.588000', '131301.591000', '131301.593000', '131301.596000', '131301.599000', '131301.601000', '131301.604000', '131301.606000', '131301.609000', '131301.612000', '131301.614000', '131301.617000', '131301.619000', '131301.622000', '131301.624000', '131301.627000', '131301.630000', '131301.632000', '131301.635000', '131301.637000', '131301.640000', '131301.643000', '131301.645000', '131321.527000', '131321.529000', '131321.532000', '131321.534000', '131321.537000', '131321.540000', '131321.542000', '131321.545000', '131321.548000', '131321.550000', '131321.553000', '131321.555000', '131321.558000', '131321.560000', '131321.563000', '131321.566000', '131321.568000', '131321.571000', '131321.573000', '131321.576000', '131321.578000', '131321.581000', '131321.584000', '131321.586000', '131321.589000', '131321.591000', '131321.594000', '131321.596000', '131321.599000', '131321.601000', '131321.604000', '131321.607000', '131321.609000', '131321.612000', '131321.614000', '131321.630000', '131321.633000', '131321.635000', '131321.638000', '131321.641000', '131321.643000', '131321.646000', '131321.648000', '131321.651000', '131341.527000', '131341.529000', '131341.532000', '131341.534000', '131341.537000', '131341.540000', '131341.542000', '131341.545000', '131341.548000', '131341.550000', '131341.553000', '131341.555000', '131341.558000', '131341.560000', '131341.563000', '131341.565000', '131341.568000', '131341.571000', '131341.573000', '131341.576000', '131341.578000', '131341.581000', '131341.583000', '131341.586000', '131341.589000', '131341.591000', '131341.594000', '131341.596000', '131341.599000', '131341.601000', '131341.604000', '131341.607000', '131341.609000', '131341.612000', '131341.614000', '131341.617000', '131341.619000', '131341.622000', '131341.625000', '131341.627000', '131341.630000', '131341.632000', '131341.635000', '131401.527000', '131401.530000', '131401.532000', '131401.535000', '131401.537000', '131401.540000', '131401.542000', '131401.545000', '131401.547000', '131401.550000', '131401.553000', '131401.555000', '131401.558000', '131401.560000', '131401.563000', '131401.565000', '131401.568000', '131401.571000', '131401.573000', '131401.576000', '131401.578000', '131401.581000', '131401.584000', '131401.586000', '131401.589000', '131401.591000', '131401.594000', '131401.597000', '131401.599000', '131401.602000', '131401.604000', '131401.607000', '131401.610000', '131401.612000', '131401.615000', '131401.618000', '131401.620000', '131401.623000', '131401.625000', '131401.628000', '131401.630000', '131401.633000', '131401.636000', '131401.638000', '131421.527000', '131421.530000', '131421.532000', '131421.535000', '131421.537000', '131421.540000', '131421.543000', '131421.545000', '131421.548000', '131421.550000', '131421.553000', '131421.555000', '131421.558000', '131421.561000', '131421.563000', '131421.566000', '131421.568000', '131421.571000', '131421.573000', '131421.576000', '131421.579000', '131421.581000', '131421.584000', '131421.586000', '131421.589000', '131421.591000', '131421.594000', '131421.597000', '131421.599000', '131421.602000', '131421.605000', '131421.607000', '131421.610000', '131421.612000', '131421.615000', '131421.618000', '131421.620000', '131421.623000', '131421.625000', '131421.628000', '131421.630000', '131421.633000', '131421.636000', '131441.526000', '131441.530000', '131441.532000', '131441.535000', '131441.538000', '131441.540000', '131441.543000', '131441.545000', '131441.548000', '131441.551000', '131441.553000', '131441.556000', '131441.558000', '131441.561000', '131441.563000', '131441.566000', '131441.569000', '131441.571000', '131441.574000', '131441.576000', '131441.579000', '131441.582000', '131441.584000', '131441.587000', '131441.590000', '131441.592000', '131441.595000', '131441.597000', '131441.600000', '131441.603000', '131441.605000', '131441.608000', '131441.611000', '131441.613000', '131441.616000', '131441.618000', '131441.621000', '131441.624000', '131441.626000', '131441.629000', '131441.631000', '131441.634000', '131441.636000', '131441.639000', '131501.526000', '131501.529000', '131501.532000', '131501.535000', '131501.537000', '131501.540000', '131501.542000', '131501.545000', '131501.547000', '131501.550000', '131501.553000', '131501.555000', '131501.558000', '131501.560000', '131501.563000', '131501.565000', '131501.582000', '131501.585000', '131501.588000', '131501.590000', '131501.593000', '131501.595000', '131501.598000', '131501.601000', '131501.603000', '131501.606000', '131501.608000', '131501.611000', '131501.614000', '131501.616000', '131501.619000', '131501.621000', '131501.624000', '131501.626000', '131501.629000', '131501.632000', '131501.634000', '131501.637000', '131501.640000', '131501.642000', '131501.645000', '131501.647000', '131501.650000', '131521.527000', '131521.529000', '131521.532000', '131521.535000', '131521.537000', '131521.540000', '131521.542000', '131521.545000', '131521.547000', '131521.550000', '131521.553000', '131521.555000', '131521.558000', '131521.560000', '131521.563000', '131521.566000', '131521.568000', '131521.571000', '131521.573000', '131521.576000', '131521.579000', '131521.581000', '131521.584000', '131521.586000', '131521.589000', '131521.592000', '131521.594000', '131521.597000', '131521.599000', '131521.602000', '131521.605000', '131521.607000', '131521.610000', '131521.612000', '131521.615000', '131521.618000', '131521.620000', '131521.623000', '131521.625000', '131521.628000', '131521.631000', '131521.633000', '131521.636000', '131521.638000', '131541.527000', '131541.529000', '131541.532000', '131541.535000', '131541.537000', '131541.540000', '131541.542000', '131541.545000', '131541.547000', '131541.550000', '131541.553000', '131541.555000', '131541.558000', '131541.560000', '131541.563000', '131541.566000', '131541.568000', '131541.571000', '131541.573000', '131541.576000', '131541.579000', '131541.581000', '131541.584000', '131541.586000', '131541.589000', '131541.592000', '131541.594000', '131541.597000', '131541.600000', '131541.602000', '131541.605000', '131541.607000', '131541.611000', '131541.614000', '131541.617000', '131541.619000', '131541.622000', '131541.624000', '131541.627000', '131541.629000', '131541.632000', '131541.635000', '131541.637000', '131601.526000', '131601.529000', '131601.532000', '131601.534000', '131601.537000', '131601.539000', '131601.542000', '131601.545000', '131601.547000', '131601.550000', '131601.552000', '131601.555000', '131601.557000', '131601.560000', '131601.562000', '131601.565000', '131601.568000', '131601.572000', '131601.575000', '131601.578000', '131601.580000', '131601.583000', '131601.585000', '131601.588000', '131601.591000', '131601.593000', '131601.596000', '131601.598000', '131601.601000', '131601.603000', '131601.606000', '131601.609000', '131601.611000', '131601.614000', '131601.616000', '131601.619000', '131601.621000', '131601.624000', '131601.627000', '131601.629000', '131601.632000', '131601.635000', '131601.637000', '131621.527000', '131621.529000', '131621.532000', '131621.535000', '131621.537000', '131621.540000', '131621.543000', '131621.545000', '131621.548000', '131621.550000', '131621.553000', '131621.556000', '131621.558000', '131621.561000', '131621.563000', '131621.566000', '131621.568000', '131621.571000', '131621.574000', '131621.576000', '131621.579000', '131621.581000', '131621.584000', '131621.586000', '131621.589000', '131621.592000', '131621.594000', '131621.597000', '131621.610000', '131621.613000', '131621.615000', '131621.618000', '131621.620000', '131621.623000', '131621.626000', '131621.628000', '131621.631000', '131621.633000', '131621.636000', '131621.639000', '131621.641000', '131621.644000', '131621.647000', '131621.649000', '131630.034000', '131630.037000', '131630.040000', '131630.042000', '131630.045000', '131630.048000', '131630.050000', '131630.053000', '131630.056000', '131630.058000', '131630.061000', '131630.064000', '131630.067000', '131630.070000', '131630.073000', '131630.076000', '131630.079000', '131630.081000', '131630.084000'], 'InstanceCreationTime': ['131001.554000', '131001.557000', '131001.560000', '131001.563000', '131001.565000', '131001.572000', '131001.575000', '131001.578000', '131001.580000', '131001.583000', '131001.586000', '131001.588000', '131001.591000', '131001.593000', '131001.601000', '131001.604000', '131001.606000', '131001.609000', '131001.611000', '131001.614000', '131001.616000', '131001.619000', '131001.622000', '131001.624000', '131001.627000', '131001.629000', '131001.632000', '131021.539000', '131021.542000', '131021.544000', '131021.547000', '131021.550000', '131021.553000', '131021.556000', '131021.559000', '131021.561000', '131021.564000', '131021.566000', '131021.569000', '131021.571000', '131021.574000', '131021.576000', '131021.579000', '131021.581000', '131021.584000', '131021.586000', '131021.589000', '131021.592000', '131021.594000', '131021.597000', '131021.599000', '131021.602000', '131021.604000', '131021.607000', '131021.609000', '131021.612000', '131021.615000', '131021.617000', '131021.625000', '131021.627000', '131021.630000', '131021.632000', '131021.635000', '131021.637000', '131021.643000', '131021.645000', '131021.648000', '131021.650000', '131021.653000', '131021.655000', '131041.526000', '131041.529000', '131041.532000', '131041.534000', '131041.537000', '131041.539000', '131041.542000', '131041.545000', '131041.547000', '131041.550000', '131041.552000', '131041.555000', '131041.557000', '131041.560000', '131041.563000', '131041.565000', '131041.568000', '131041.570000', '131041.573000', '131041.575000', '131041.578000', '131041.580000', '131041.583000', '131041.586000', '131041.588000', '131041.591000', '131041.593000', '131041.596000', '131041.598000', '131041.601000', '131041.604000', '131041.606000', '131041.611000', '131041.613000', '131041.616000', '131041.619000', '131041.621000', '131041.624000', '131041.626000', '131041.629000', '131041.631000', '131041.634000', '131041.637000', '131041.639000', '131101.526000', '131101.529000', '131101.532000', '131101.534000', '131101.537000', '131101.540000', '131101.542000', '131101.545000', '131101.547000', '131101.550000', '131101.552000', '131101.555000', '131101.557000', '131101.560000', '131101.563000', '131101.565000', '131101.568000', '131101.570000', '131101.573000', '131101.575000', '131101.578000', '131101.580000', '131101.583000', '131101.585000', '131101.588000', '131101.591000', '131101.593000', '131101.596000', '131101.598000', '131101.601000', '131101.604000', '131101.606000', '131101.609000', '131101.611000', '131101.614000', '131101.616000', '131101.619000', '131101.621000', '131101.625000', '131101.628000', '131101.631000', '131101.633000', '131101.636000', '131121.526000', '131121.529000', '131121.532000', '131121.534000', '131121.537000', '131121.539000', '131121.542000', '131121.545000', '131121.547000', '131121.550000', '131121.552000', '131121.555000', '131121.558000', '131121.560000', '131121.563000', '131121.565000', '131121.568000', '131121.570000', '131121.573000', '131121.575000', '131121.578000', '131121.581000', '131121.583000', '131121.586000', '131121.588000', '131121.591000', '131121.594000', '131121.596000', '131121.599000', '131121.601000', '131121.604000', '131121.607000', '131121.609000', '131121.612000', '131121.614000', '131121.617000', '131121.619000', '131121.622000', '131121.625000', '131121.627000', '131121.630000', '131121.632000', '131121.635000', '131121.638000', '131141.526000', '131141.529000', '131141.532000', '131141.534000', '131141.537000', '131141.539000', '131141.542000', '131141.545000', '131141.547000', '131141.550000', '131141.552000', '131141.555000', '131141.557000', '131141.560000', '131141.562000', '131141.565000', '131141.568000', '131141.570000', '131141.573000', '131141.575000', '131141.578000', '131141.580000', '131141.583000', '131141.585000', '131141.588000', '131141.591000', '131141.593000', '131141.596000', '131141.598000', '131141.601000', '131141.604000', '131141.606000', '131141.609000', '131141.611000', '131141.614000', '131141.616000', '131141.619000', '131141.621000', '131141.624000', '131141.627000', '131141.630000', '131141.633000', '131141.636000', '131201.527000', '131201.530000', '131201.532000', '131201.535000', '131201.537000', '131201.540000', '131201.542000', '131201.545000', '131201.548000', '131201.550000', '131201.553000', '131201.555000', '131201.558000', '131201.560000', '131201.563000', '131201.566000', '131201.568000', '131201.571000', '131201.573000', '131201.576000', '131201.578000', '131201.581000', '131201.584000', '131201.586000', '131201.589000', '131201.591000', '131201.594000', '131201.596000', '131201.599000', '131201.602000', '131201.604000', '131201.607000', '131201.609000', '131201.612000', '131201.615000', '131201.617000', '131201.620000', '131201.622000', '131201.625000', '131201.627000', '131201.630000', '131201.633000', '131201.635000', '131201.638000', '131221.525000', '131221.528000', '131221.531000', '131221.534000', '131221.536000', '131221.539000', '131221.541000', '131221.544000', '131221.546000', '131221.549000', '131221.551000', '131221.554000', '131221.557000', '131221.559000', '131221.562000', '131221.564000', '131221.567000', '131221.569000', '131221.572000', '131221.574000', '131221.577000', '131221.580000', '131221.582000', '131221.585000', '131221.587000', '131221.590000', '131221.592000', '131221.595000', '131221.598000', '131221.600000', '131221.603000', '131221.605000', '131221.608000', '131221.611000', '131221.613000', '131221.616000', '131221.618000', '131221.621000', '131221.624000', '131221.626000', '131221.629000', '131221.631000', '131221.634000', '131241.526000', '131241.528000', '131241.531000', '131241.533000', '131241.536000', '131241.539000', '131241.541000', '131241.544000', '131241.546000', '131241.549000', '131241.551000', '131241.554000', '131241.556000', '131241.559000', '131241.562000', '131241.565000', '131241.568000', '131241.570000', '131241.573000', '131241.575000', '131241.578000', '131241.581000', '131241.583000', '131241.586000', '131241.588000', '131241.591000', '131241.593000', '131241.596000', '131241.599000', '131241.601000', '131241.604000', '131241.606000', '131241.609000', '131241.612000', '131241.614000', '131241.617000', '131241.619000', '131241.622000', '131241.624000', '131241.627000', '131241.630000', '131241.632000', '131241.635000', '131241.637000', '131301.527000', '131301.529000', '131301.532000', '131301.535000', '131301.537000', '131301.540000', '131301.542000', '131301.545000', '131301.547000', '131301.550000', '131301.553000', '131301.555000', '131301.558000', '131301.560000', '131301.563000', '131301.565000', '131301.568000', '131301.571000', '131301.573000', '131301.586000', '131301.588000', '131301.591000', '131301.593000', '131301.596000', '131301.599000', '131301.601000', '131301.604000', '131301.606000', '131301.609000', '131301.612000', '131301.614000', '131301.617000', '131301.619000', '131301.622000', '131301.624000', '131301.627000', '131301.630000', '131301.632000', '131301.635000', '131301.637000', '131301.640000', '131301.643000', '131301.645000', '131321.527000', '131321.529000', '131321.532000', '131321.534000', '131321.537000', '131321.540000', '131321.542000', '131321.545000', '131321.548000', '131321.550000', '131321.553000', '131321.555000', '131321.558000', '131321.560000', '131321.563000', '131321.566000', '131321.568000', '131321.571000', '131321.573000', '131321.576000', '131321.578000', '131321.581000', '131321.584000', '131321.586000', '131321.589000', '131321.591000', '131321.594000', '131321.596000', '131321.599000', '131321.601000', '131321.604000', '131321.607000', '131321.609000', '131321.612000', '131321.614000', '131321.630000', '131321.633000', '131321.635000', '131321.638000', '131321.641000', '131321.643000', '131321.646000', '131321.648000', '131321.651000', '131341.527000', '131341.529000', '131341.532000', '131341.534000', '131341.537000', '131341.540000', '131341.542000', '131341.545000', '131341.548000', '131341.550000', '131341.553000', '131341.555000', '131341.558000', '131341.560000', '131341.563000', '131341.565000', '131341.568000', '131341.571000', '131341.573000', '131341.576000', '131341.578000', '131341.581000', '131341.583000', '131341.586000', '131341.589000', '131341.591000', '131341.594000', '131341.596000', '131341.599000', '131341.601000', '131341.604000', '131341.607000', '131341.609000', '131341.612000', '131341.614000', '131341.617000', '131341.619000', '131341.622000', '131341.625000', '131341.627000', '131341.630000', '131341.632000', '131341.635000', '131401.527000', '131401.530000', '131401.532000', '131401.535000', '131401.537000', '131401.540000', '131401.542000', '131401.545000', '131401.547000', '131401.550000', '131401.553000', '131401.555000', '131401.558000', '131401.560000', '131401.563000', '131401.565000', '131401.568000', '131401.571000', '131401.573000', '131401.576000', '131401.578000', '131401.581000', '131401.584000', '131401.586000', '131401.589000', '131401.591000', '131401.594000', '131401.597000', '131401.599000', '131401.602000', '131401.604000', '131401.607000', '131401.610000', '131401.612000', '131401.615000', '131401.618000', '131401.620000', '131401.623000', '131401.625000', '131401.628000', '131401.630000', '131401.633000', '131401.636000', '131401.638000', '131421.527000', '131421.530000', '131421.532000', '131421.535000', '131421.537000', '131421.540000', '131421.543000', '131421.545000', '131421.548000', '131421.550000', '131421.553000', '131421.555000', '131421.558000', '131421.561000', '131421.563000', '131421.566000', '131421.568000', '131421.571000', '131421.573000', '131421.576000', '131421.579000', '131421.581000', '131421.584000', '131421.586000', '131421.589000', '131421.591000', '131421.594000', '131421.597000', '131421.599000', '131421.602000', '131421.605000', '131421.607000', '131421.610000', '131421.612000', '131421.615000', '131421.618000', '131421.620000', '131421.623000', '131421.625000', '131421.628000', '131421.630000', '131421.633000', '131421.636000', '131441.526000', '131441.530000', '131441.532000', '131441.535000', '131441.538000', '131441.540000', '131441.543000', '131441.545000', '131441.548000', '131441.551000', '131441.553000', '131441.556000', '131441.558000', '131441.561000', '131441.563000', '131441.566000', '131441.569000', '131441.571000', '131441.574000', '131441.576000', '131441.579000', '131441.582000', '131441.584000', '131441.587000', '131441.590000', '131441.592000', '131441.595000', '131441.597000', '131441.600000', '131441.603000', '131441.605000', '131441.608000', '131441.611000', '131441.613000', '131441.616000', '131441.618000', '131441.621000', '131441.624000', '131441.626000', '131441.629000', '131441.631000', '131441.634000', '131441.636000', '131441.639000', '131501.526000', '131501.529000', '131501.532000', '131501.535000', '131501.537000', '131501.540000', '131501.542000', '131501.545000', '131501.547000', '131501.550000', '131501.553000', '131501.555000', '131501.558000', '131501.560000', '131501.563000', '131501.565000', '131501.582000', '131501.585000', '131501.588000', '131501.590000', '131501.593000', '131501.595000', '131501.598000', '131501.601000', '131501.603000', '131501.606000', '131501.608000', '131501.611000', '131501.614000', '131501.616000', '131501.619000', '131501.621000', '131501.624000', '131501.626000', '131501.629000', '131501.632000', '131501.634000', '131501.637000', '131501.640000', '131501.642000', '131501.645000', '131501.647000', '131501.650000', '131521.527000', '131521.529000', '131521.532000', '131521.535000', '131521.537000', '131521.540000', '131521.542000', '131521.545000', '131521.547000', '131521.550000', '131521.553000', '131521.555000', '131521.558000', '131521.560000', '131521.563000', '131521.566000', '131521.568000', '131521.571000', '131521.573000', '131521.576000', '131521.579000', '131521.581000', '131521.584000', '131521.586000', '131521.589000', '131521.592000', '131521.594000', '131521.597000', '131521.599000', '131521.602000', '131521.605000', '131521.607000', '131521.610000', '131521.612000', '131521.615000', '131521.618000', '131521.620000', '131521.623000', '131521.625000', '131521.628000', '131521.631000', '131521.633000', '131521.636000', '131521.638000', '131541.527000', '131541.529000', '131541.532000', '131541.535000', '131541.537000', '131541.540000', '131541.542000', '131541.545000', '131541.547000', '131541.550000', '131541.553000', '131541.555000', '131541.558000', '131541.560000', '131541.563000', '131541.566000', '131541.568000', '131541.571000', '131541.573000', '131541.576000', '131541.579000', '131541.581000', '131541.584000', '131541.586000', '131541.589000', '131541.592000', '131541.594000', '131541.597000', '131541.600000', '131541.602000', '131541.605000', '131541.607000', '131541.611000', '131541.614000', '131541.617000', '131541.619000', '131541.622000', '131541.624000', '131541.627000', '131541.629000', '131541.632000', '131541.635000', '131541.637000', '131601.526000', '131601.529000', '131601.532000', '131601.534000', '131601.537000', '131601.539000', '131601.542000', '131601.545000', '131601.547000', '131601.550000', '131601.552000', '131601.555000', '131601.557000', '131601.560000', '131601.562000', '131601.565000', '131601.568000', '131601.572000', '131601.575000', '131601.578000', '131601.580000', '131601.583000', '131601.585000', '131601.588000', '131601.591000', '131601.593000', '131601.596000', '131601.598000', '131601.601000', '131601.603000', '131601.606000', '131601.609000', '131601.611000', '131601.614000', '131601.616000', '131601.619000', '131601.621000', '131601.624000', '131601.627000', '131601.629000', '131601.632000', '131601.635000', '131601.637000', '131621.527000', '131621.529000', '131621.532000', '131621.535000', '131621.537000', '131621.540000', '131621.543000', '131621.545000', '131621.548000', '131621.550000', '131621.553000', '131621.556000', '131621.558000', '131621.561000', '131621.563000', '131621.566000', '131621.568000', '131621.571000', '131621.574000', '131621.576000', '131621.579000', '131621.581000', '131621.584000', '131621.586000', '131621.589000', '131621.592000', '131621.594000', '131621.597000', '131621.610000', '131621.613000', '131621.615000', '131621.618000', '131621.620000', '131621.623000', '131621.626000', '131621.628000', '131621.631000', '131621.633000', '131621.636000', '131621.639000', '131621.641000', '131621.644000', '131621.647000', '131621.649000', '131630.034000', '131630.037000', '131630.040000', '131630.042000', '131630.045000', '131630.048000', '131630.050000', '131630.053000', '131630.056000', '131630.058000', '131630.061000', '131630.064000', '131630.067000', '131630.070000', '131630.073000', '131630.076000', '131630.079000', '131630.081000', '131630.084000'], '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': [8971, 11896, 9033, 13068, 8884, 8521, 9146, 9227, 11802, 8875, 9551, 9079, 9083, 9263, 9649, 9289, 9864, 9013, 9458, 9273, 9093, 9353, 9308, 9066, 9409, 9362, 9508, 8478, 9411, 9290, 8665, 9511, 8384, 9815, 9242, 9816, 8721, 9618, 9039, 11086, 9200, 10152, 9982, 9400, 9566, 9963, 11396, 9876, 11936, 9542, 12090, 9504, 12020, 9882, 12138, 9889, 12834, 9875, 10601, 9335, 9686, 9137, 9780, 10202, 9713, 9431, 9995, 9434, 9635, 10251, 9837, 10011, 9712, 10002, 9540, 9874, 10834, 10085, 9343, 9669, 9543, 8866, 10124, 8851, 10198, 9634, 10202, 11535, 10193, 10802, 10232, 11578, 9714, 11321, 9845, 9682, 9782, 9767, 10008, 9984, 10793, 9779, 11347, 9804, 10305, 9888, 9891, 12077, 9398, 13421, 9798, 12337, 9613, 8946, 9671, 9858, 9623, 9515, 8563, 9766, 9616, 10031, 9103, 10063, 10114, 9462, 10134, 10157, 9994, 10016, 10005, 10059, 9744, 10292, 9563, 9623, 9618, 8562, 9651, 10301, 9547, 11129, 10086, 11823, 10130, 10434, 10408, 10286, 10543, 10126, 9691, 11525, 9734, 9105, 9900, 10168, 11028, 9580, 10744, 9702, 9945, 10328, 10113, 9704, 10171, 10047, 10079, 9783, 8549, 9933, 9819, 10263, 10007, 9905, 9862, 11789, 10091, 10412, 9413, 10094, 9394, 9921, 9968, 9870, 9656, 10020, 9788, 10137, 9768, 10144, 9133, 10142, 9216, 10060, 8834, 9972, 9229, 10160, 8908, 9867, 10049, 10347, 9199, 11310, 9549, 9226, 10069, 10335, 9983, 11786, 9808, 11053, 10309, 10162, 10058, 10167, 10242, 9800, 10154, 8871, 9950, 10151, 10210, 9936, 10270, 10525, 9498, 11962, 10031, 9353, 9939, 9832, 10432, 9396, 12293, 9608, 12357, 9474, 9867, 9609, 9531, 9706, 9692, 9785, 9841, 9840, 10964, 9789, 11851, 10019, 9615, 10180, 9894, 10146, 9874, 10053, 10081, 10092, 9406, 9903, 10740, 10089, 9456, 10115, 10262, 9725, 9477, 9339, 10150, 9398, 9681, 9780, 9533, 9715, 9198, 9527, 9016, 9971, 9915, 10101, 9979, 12482, 10056, 11731, 9991, 12406, 9703, 11818, 9541, 9183, 10173, 10046, 10070, 9624, 9272, 9701, 9898, 9714, 9664, 9857, 10019, 9749, 10056, 10037, 10075, 10353, 9972, 10366, 9669, 10000, 9828, 9941, 9587, 9484, 9407, 9550, 9204, 9633, 9567, 9459, 9368, 9693, 10054, 9643, 9540, 9311, 9814, 8951, 10019, 10297, 9894, 10111, 9837, 9893, 10065, 9819, 9935, 8744, 9995, 9045, 10158, 9630, 9927, 9563, 10071, 9852, 10219, 10095, 10190, 10454, 10520, 9930, 12592, 9569, 8927, 9968, 9758, 9400, 9828, 9335, 9974, 10175, 9990, 10045, 9863, 10274, 11148, 10211, 11376, 10307, 11853, 10159, 12398, 10615, 12249, 10156, 9720, 10000, 9381, 9991, 9875, 9750, 9459, 9025, 10090, 9729, 10065, 9704, 10007, 10388, 10082, 9405, 10108, 9515, 10230, 8994, 9766, 9018, 10070, 9325, 11248, 9323, 11797, 9471, 9675, 10263, 10363, 10204, 10150, 10023, 9886, 10048, 11574, 10110, 11356, 10316, 10578, 10154, 10050, 9742, 10533, 9395, 9925, 9744, 9810, 9661, 9149, 9116, 9501, 9609, 9694, 9662, 9951, 9282, 9884, 9270, 9950, 9759, 10217, 10283, 11000, 10096, 12568, 9873, 12099, 9364, 9415, 12316, 9388, 12111, 9497, 9120, 9128, 8595, 11440, 8274, 8792, 9329, 9682, 9830, 10093, 11714, 9696, 12541, 9818, 12081, 9834, 11388, 9609, 10468, 9788, 9713, 9842, 8836, 9765, 9203, 10002, 9824, 9694, 9645, 9411, 9768, 8976, 9873, 9797, 11348, 9706, 10251, 10048, 8089, 9931, 9845, 10191, 9906, 9941, 10339, 8485, 9798, 8372, 9730, 9352, 9618, 8907, 9425, 9636, 9729, 9889, 10050, 11583, 9264, 11759, 9762, 11828, 9749, 13802, 9821, 12148, 10383, 10257, 10571, 10494, 10580, 12030, 10240, 12865, 9606, 11258, 9923, 10333, 9830, 9704, 10506, 10293, 9191, 9705, 9479, 9591, 9413, 8818, 9174, 8914, 9285, 8940, 8792, 8458, 8927, 9639, 9728, 10112, 9834, 10009, 10003, 12552, 9760, 12205, 9814, 11567, 9967, 10090, 10094, 10031, 8272, 9644, 9036, 10018, 9906, 10414, 9736, 10104, 9790, 10056, 9805, 9805, 9523, 9339, 9735, 8782, 10154, 9885, 9704, 9700, 8303, 9725, 8979, 9705, 9676, 9257, 9499, 9874, 9450, 11470, 10255, 11179, 11654, 12768, 10453, 14049, 12039, 13317, 10307, 9544, 10313, 10550, 10611, 10302, 10405, 9893, 10362, 9958, 10368, 10112, 10360, 9883, 9543, 9214, 8400, 9503, 8796, 8600, 8857, 8322, 8700, 8702, 8910, 9793, 9602, 9909, 8471, 9452, 9789, 9952, 11143, 9497, 12010, 10434, 13372, 13072, 13959, 12096, 13767, 9976, 9936, 8244, 9551, 8957, 9609, 9515, 9132, 9296, 9923, 9378, 11270, 9348, 12647, 10771, 11065, 9554, 9550, 9650, 9325, 9467, 9995, 9788, 9575, 9269, 9827, 9622, 8782, 9585, 9289, 9460, 9377, 9538, 9575, 9546, 9156, 9432, 9250, 9930, 9719, 10647, 9646, 9576, 9722, 8995, 9463, 9508, 8048, 8956, 8486, 8713, 8806, 8132, 8523, 9374, 8891, 9558, 9937, 10521, 9854, 12198, 9608, 12842, 10013, 13205, 9836, 9154, 9701, 9813, 7406, 8361, 8649, 8135, 8180, 8675, 8430, 8934, 9386, 8975, 11760, 8867, 11960, 11151, 10451, 7830, 9384, 8371, 8318, 8295, 8134, 8342, 9456, 9076, 8426, 7551, 8633, 9548, 8788, 7623, 8755, 8072, 8164, 8315, 7390, 8575, 7959, 8800, 8103, 8948, 7927, 8503, 8841, 8863, 8752, 8348, 8999, 9324, 9601, 9391, 8908, 9678, 9269, 9436, 9581, 9680, 9186, 9189, 9389, 9320, 10111, 10126, 10446, 10383, 12841, 11597, 12263, 10434, 9810, 10336, 9777, 10167, 9650, 8839, 10224, 9260, 9902, 9332, 9815, 9459, 9954, 9854, 9349, 10012, 9256, 11337, 9463, 9319, 10854, 9188, 13063, 10386, 11605, 10192, 10166, 11330, 9615, 12996, 9701, 10167, 10877, 10230, 11962, 9967, 9721, 9691, 9657, 9065, 8717, 9190, 8510, 9393, 9162, 8679, 9620, 8684, 9565, 8211, 9958, 9747, 9479, 9490, 9360, 9546, 9150, 9067, 9020, 9581, 8846, 8944, 9421, 9858, 11353, 9538, 12117, 9803, 12027, 10236, 12402, 9583, 12308, 9910, 9845, 9980, 9857, 8587, 9826, 8173, 10000, 9783, 9803, 9814, 9773, 9806, 9728, 9963, 9579, 9554, 9954, 8448, 9433, 8712, 9747], 'WindowCenter': [4025.0, 4043.0, 3998.0, 4014.0, 3982.0, 3970.0, 3980.0, 3980.0, 3998.0, 3968.0, 3989.0, 3979.0, 3980.0, 3979.0, 3992.0, 3992.0, 3991.0, 3981.0, 3979.0, 3991.0, 3992.0, 3992.0, 3993.0, 3993.0, 4005.0, 4004.0, 4018.0, 3997.0, 3995.0, 3995.0, 3995.0, 4019.0, 3997.0, 4020.0, 4019.0, 4021.0, 4022.0, 4032.0, 4022.0, 4032.0, 4020.0, 4017.0, 4017.0, 4007.0, 4017.0, 4018.0, 4029.0, 4019.0, 4029.0, 4009.0, 4027.0, 3996.0, 4016.0, 4006.0, 4015.0, 3991.0, 4000.0, 3978.0, 3988.0, 3966.0, 3977.0, 3966.0, 3976.0, 3975.0, 3965.0, 3977.0, 3977.0, 3965.0, 3975.0, 3985.0, 3975.0, 3975.0, 3976.0, 4000.0, 3989.0, 4002.0, 4012.0, 4005.0, 3992.0, 3992.0, 3992.0, 3992.0, 4015.0, 3993.0, 4015.0, 4004.0, 4016.0, 4015.0, 4006.0, 4003.0, 4005.0, 4015.0, 3993.0, 4001.0, 3990.0, 3979.0, 3988.0, 3988.0, 3977.0, 3990.0, 3988.0, 3990.0, 3999.0, 3979.0, 3990.0, 3990.0, 3991.0, 3998.0, 3977.0, 3997.0, 3977.0, 3996.0, 3965.0, 3964.0, 3965.0, 3976.0, 3978.0, 3990.0, 3980.0, 4002.0, 3990.0, 4002.0, 3979.0, 3990.0, 3989.0, 3976.0, 3977.0, 3977.0, 3987.0, 3989.0, 3988.0, 3990.0, 3991.0, 4014.0, 4002.0, 3991.0, 3991.0, 3981.0, 3993.0, 4002.0, 3993.0, 4001.0, 4004.0, 4013.0, 4000.0, 3989.0, 3988.0, 3977.0, 3988.0, 3989.0, 3989.0, 3997.0, 3977.0, 3966.0, 3977.0, 3975.0, 3985.0, 3976.0, 3974.0, 3965.0, 3964.0, 3974.0, 3975.0, 3963.0, 3974.0, 3974.0, 3974.0, 3974.0, 3952.0, 3975.0, 3976.0, 3988.0, 3989.0, 3977.0, 3990.0, 3998.0, 3977.0, 3976.0, 3965.0, 3988.0, 3976.0, 3975.0, 3973.0, 3974.0, 3975.0, 3989.0, 3989.0, 3990.0, 3988.0, 3990.0, 3977.0, 4000.0, 3989.0, 4001.0, 3990.0, 4002.0, 3991.0, 4002.0, 3991.0, 4004.0, 4004.0, 4003.0, 3992.0, 4001.0, 3991.0, 3989.0, 3991.0, 3990.0, 4001.0, 3999.0, 3990.0, 4000.0, 3987.0, 4001.0, 4000.0, 3990.0, 4000.0, 3990.0, 4001.0, 3989.0, 4001.0, 4001.0, 4001.0, 4003.0, 4015.0, 4015.0, 3993.0, 4011.0, 3991.0, 3979.0, 3989.0, 3989.0, 3988.0, 3979.0, 3998.0, 3989.0, 3998.0, 3989.0, 3977.0, 3979.0, 3977.0, 3990.0, 3988.0, 3990.0, 3988.0, 4002.0, 4001.0, 4005.0, 4024.0, 3992.0, 3990.0, 3990.0, 3979.0, 3989.0, 3977.0, 3977.0, 3975.0, 3975.0, 3964.0, 3975.0, 3999.0, 3988.0, 3977.0, 3976.0, 3974.0, 3976.0, 3975.0, 3976.0, 3987.0, 3988.0, 4003.0, 4002.0, 4002.0, 4004.0, 4015.0, 4029.0, 4008.0, 4018.0, 4016.0, 4017.0, 4004.0, 4025.0, 3992.0, 4003.0, 3981.0, 3999.0, 3967.0, 3985.0, 3964.0, 3953.0, 3973.0, 3973.0, 3962.0, 3975.0, 3964.0, 3977.0, 3976.0, 3978.0, 3976.0, 3988.0, 3977.0, 3978.0, 3977.0, 3977.0, 3978.0, 3987.0, 3977.0, 3977.0, 3978.0, 3976.0, 3975.0, 3976.0, 3965.0, 3976.0, 3965.0, 3978.0, 3966.0, 3979.0, 3978.0, 3979.0, 3980.0, 3992.0, 4002.0, 3989.0, 3991.0, 3990.0, 4014.0, 3993.0, 4005.0, 4004.0, 4004.0, 4003.0, 4003.0, 3992.0, 3993.0, 4003.0, 4005.0, 3994.0, 4005.0, 3993.0, 4004.0, 3993.0, 3992.0, 3981.0, 3991.0, 3979.0, 3989.0, 3978.0, 3988.0, 3988.0, 4001.0, 3989.0, 4010.0, 3989.0, 3978.0, 3990.0, 4001.0, 4002.0, 4015.0, 4016.0, 4017.0, 4027.0, 4018.0, 4030.0, 4019.0, 4030.0, 4029.0, 4019.0, 4027.0, 4017.0, 4015.0, 4005.0, 4012.0, 3992.0, 4000.0, 3980.0, 3979.0, 3978.0, 3980.0, 3990.0, 3990.0, 3989.0, 3989.0, 3978.0, 4000.0, 3991.0, 4001.0, 4002.0, 4004.0, 4004.0, 4016.0, 3994.0, 4005.0, 3992.0, 4003.0, 3992.0, 3992.0, 3981.0, 3993.0, 3991.0, 4002.0, 3980.0, 4000.0, 3981.0, 3980.0, 3989.0, 3989.0, 3989.0, 3989.0, 3979.0, 3979.0, 3992.0, 4000.0, 3990.0, 3988.0, 3989.0, 3987.0, 3986.0, 3976.0, 3991.0, 3988.0, 3967.0, 3974.0, 3965.0, 3973.0, 3965.0, 3977.0, 3966.0, 3978.0, 3978.0, 3990.0, 3979.0, 3991.0, 3991.0, 3993.0, 3981.0, 3990.0, 3979.0, 3990.0, 3988.0, 3988.0, 3976.0, 3996.0, 3976.0, 3995.0, 3978.0, 3977.0, 4008.0, 3977.0, 4008.0, 3988.0, 3977.0, 3978.0, 3992.0, 4011.0, 3982.0, 3982.0, 3990.0, 3992.0, 4003.0, 4003.0, 4012.0, 3990.0, 4000.0, 3978.0, 3987.0, 3977.0, 3974.0, 3964.0, 3961.0, 3963.0, 3951.0, 3963.0, 3952.0, 3974.0, 3963.0, 3974.0, 3986.0, 3978.0, 3990.0, 3979.0, 4001.0, 3992.0, 4016.0, 4005.0, 4014.0, 4004.0, 4002.0, 4003.0, 3970.0, 4004.0, 4004.0, 4004.0, 4005.0, 3993.0, 4004.0, 3983.0, 4005.0, 3984.0, 4005.0, 3994.0, 4004.0, 3995.0, 3993.0, 3995.0, 3994.0, 3993.0, 4004.0, 4016.0, 3996.0, 4016.0, 4006.0, 4013.0, 3992.0, 4011.0, 3979.0, 3999.0, 3977.0, 3977.0, 3977.0, 3988.0, 3986.0, 3996.0, 3974.0, 3983.0, 3951.0, 3970.0, 3962.0, 3960.0, 3962.0, 3962.0, 3985.0, 3985.0, 3977.0, 4001.0, 4000.0, 4001.0, 3990.0, 3990.0, 4003.0, 3992.0, 4004.0, 4003.0, 3995.0, 3995.0, 4007.0, 4018.0, 4006.0, 4015.0, 4004.0, 4004.0, 4004.0, 4013.0, 3992.0, 4012.0, 3992.0, 4000.0, 3989.0, 3989.0, 3988.0, 3989.0, 3967.0, 3979.0, 3979.0, 3990.0, 3991.0, 4002.0, 4002.0, 4002.0, 4004.0, 4002.0, 4005.0, 4005.0, 4017.0, 3994.0, 4003.0, 3992.0, 4005.0, 4006.0, 4005.0, 4005.0, 3995.0, 4006.0, 4006.0, 4018.0, 4019.0, 4020.0, 4031.0, 4043.0, 4046.0, 4054.0, 4034.0, 4030.0, 4030.0, 4027.0, 4006.0, 4013.0, 4002.0, 4010.0, 3979.0, 3977.0, 3978.0, 3987.0, 3987.0, 3987.0, 3987.0, 3988.0, 3987.0, 3987.0, 3988.0, 3988.0, 3998.0, 4003.0, 3990.0, 4003.0, 3980.0, 4002.0, 3992.0, 4003.0, 4006.0, 4008.0, 4007.0, 4018.0, 4018.0, 4041.0, 4030.0, 4031.0, 4008.0, 4020.0, 4019.0, 4030.0, 4029.0, 4019.0, 4028.0, 4006.0, 4025.0, 4013.0, 4011.0, 3990.0, 3997.0, 3965.0, 3963.0, 3942.0, 3979.0, 3966.0, 3976.0, 3976.0, 3978.0, 3976.0, 3975.0, 3990.0, 3987.0, 3978.0, 4009.0, 3988.0, 3984.0, 3964.0, 3951.0, 3951.0, 3951.0, 3962.0, 3962.0, 3962.0, 3962.0, 3961.0, 3974.0, 3975.0, 3963.0, 3976.0, 3975.0, 3976.0, 3965.0, 3978.0, 3989.0, 3976.0, 3976.0, 3977.0, 3978.0, 3989.0, 3991.0, 3989.0, 3989.0, 3989.0, 3990.0, 3990.0, 4014.0, 4016.0, 3996.0, 4007.0, 4006.0, 4007.0, 4020.0, 4009.0, 4023.0, 4034.0, 4033.0, 4033.0, 4034.0, 4045.0, 4033.0, 4039.0, 4007.0, 4025.0, 3994.0, 4011.0, 3991.0, 3991.0, 3981.0, 3992.0, 3960.0, 3972.0, 3968.0, 3970.0, 3981.0, 3981.0, 3983.0, 3993.0, 4004.0, 3995.0, 4012.0, 3981.0, 4002.0, 3988.0, 3987.0, 3945.0, 3965.0, 3953.0, 3952.0, 3955.0, 3942.0, 3953.0, 3974.0, 3964.0, 3965.0, 3954.0, 3978.0, 3989.0, 3979.0, 3982.0, 3991.0, 3982.0, 3982.0, 3981.0, 3970.0, 3982.0, 3982.0, 3993.0, 3982.0, 3992.0, 3983.0, 3993.0, 3994.0, 3992.0, 4007.0, 4005.0, 4017.0, 4018.0, 4029.0, 4029.0, 4019.0, 4031.0, 4032.0, 4032.0, 4043.0, 4043.0, 4034.0, 4032.0, 4035.0, 4035.0, 4044.0, 4044.0, 4031.0, 4031.0, 4039.0, 4030.0, 4028.0, 4017.0, 4005.0, 4003.0, 4003.0, 4002.0, 4004.0, 3993.0, 4015.0, 3993.0, 4005.0, 3993.0, 4006.0, 4005.0, 4017.0, 4017.0, 4007.0, 4016.0, 4006.0, 4015.0, 4007.0, 4005.0, 4015.0, 3993.0, 4013.0, 3992.0, 4001.0, 3989.0, 3989.0, 3988.0, 3977.0, 3997.0, 3977.0, 3987.0, 3989.0, 3974.0, 3986.0, 3974.0, 3964.0, 3963.0, 3974.0, 3989.0, 3966.0, 3976.0, 3965.0, 3976.0, 3989.0, 3978.0, 4002.0, 3992.0, 4004.0, 3995.0, 4026.0, 4017.0, 4016.0, 4027.0, 4017.0, 4029.0, 4018.0, 4018.0, 4019.0, 4030.0, 4033.0, 4022.0, 4031.0, 4033.0, 4041.0, 4020.0, 4039.0, 4018.0, 4026.0, 4005.0, 4012.0, 3992.0, 4012.0, 3992.0, 3990.0, 3990.0, 4014.0, 3993.0, 4004.0, 3982.0, 4004.0, 4003.0, 4016.0, 4003.0, 4003.0, 4016.0, 4003.0, 4002.0, 4002.0, 3992.0, 4003.0, 3996.0, 4017.0, 3995.0, 4004.0], 'WindowWidth': [8983.0, 9005.0, 8931.0, 8946.0, 8900.0, 8877.0, 8891.0, 8889.0, 8911.0, 8873.0, 8904.0, 8889.0, 8893.0, 8891.0, 8914.0, 8914.0, 8908.0, 8895.0, 8889.0, 8908.0, 8913.0, 8914.0, 8917.0, 8915.0, 8934.0, 8933.0, 8959.0, 8928.0, 8921.0, 8921.0, 8921.0, 8961.0, 8928.0, 8964.0, 8962.0, 8968.0, 8974.0, 8988.0, 8972.0, 8983.0, 8965.0, 8957.0, 8955.0, 8942.0, 8955.0, 8960.0, 8975.0, 8961.0, 8974.0, 8946.0, 8968.0, 8924.0, 8952.0, 8941.0, 8949.0, 8907.0, 8918.0, 8884.0, 8899.0, 8864.0, 8881.0, 8866.0, 8878.0, 8877.0, 8862.0, 8884.0, 8882.0, 8862.0, 8876.0, 8890.0, 8875.0, 8876.0, 8879.0, 8922.0, 8903.0, 8926.0, 8940.0, 8934.0, 8913.0, 8913.0, 8913.0, 8909.0, 8948.0, 8913.0, 8948.0, 8931.0, 8951.0, 8947.0, 8937.0, 8929.0, 8934.0, 8948.0, 8914.0, 8923.0, 8905.0, 8887.0, 8898.0, 8900.0, 8882.0, 8904.0, 8898.0, 8905.0, 8914.0, 8886.0, 8905.0, 8905.0, 8908.0, 8911.0, 8881.0, 8907.0, 8880.0, 8904.0, 8861.0, 8857.0, 8860.0, 8878.0, 8886.0, 8907.0, 8891.0, 8925.0, 8906.0, 8926.0, 8892.0, 8904.0, 8903.0, 8878.0, 8880.0, 8881.0, 8896.0, 8901.0, 8901.0, 8905.0, 8911.0, 8946.0, 8926.0, 8908.0, 8909.0, 8896.0, 8914.0, 8925.0, 8915.0, 8922.0, 8931.0, 8943.0, 8921.0, 8902.0, 8897.0, 8881.0, 8898.0, 8902.0, 8900.0, 8909.0, 8883.0, 8867.0, 8880.0, 8877.0, 8889.0, 8876.0, 8872.0, 8860.0, 8858.0, 8869.0, 8873.0, 8854.0, 8872.0, 8870.0, 8870.0, 8871.0, 8841.0, 8877.0, 8880.0, 8898.0, 8903.0, 8884.0, 8905.0, 8913.0, 8880.0, 8879.0, 8864.0, 8898.0, 8878.0, 8874.0, 8871.0, 8873.0, 8878.0, 8900.0, 8903.0, 8904.0, 8900.0, 8904.0, 8885.0, 8918.0, 8904.0, 8923.0, 8907.0, 8925.0, 8909.0, 8925.0, 8911.0, 8931.0, 8930.0, 8927.0, 8912.0, 8922.0, 8910.0, 8904.0, 8908.0, 8905.0, 8923.0, 8917.0, 8903.0, 8916.0, 8895.0, 8922.0, 8920.0, 8904.0, 8918.0, 8906.0, 8922.0, 8905.0, 8921.0, 8923.0, 8924.0, 8927.0, 8948.0, 8949.0, 8915.0, 8935.0, 8908.0, 8889.0, 8902.0, 8902.0, 8901.0, 8889.0, 8914.0, 8903.0, 8912.0, 8901.0, 8882.0, 8887.0, 8882.0, 8903.0, 8899.0, 8905.0, 8901.0, 8924.0, 8922.0, 8934.0, 8960.0, 8914.0, 8905.0, 8903.0, 8887.0, 8900.0, 8879.0, 8879.0, 8876.0, 8875.0, 8859.0, 8873.0, 8916.0, 8900.0, 8882.0, 8878.0, 8873.0, 8880.0, 8879.0, 8880.0, 8898.0, 8902.0, 8932.0, 8930.0, 8930.0, 8936.0, 8954.0, 8978.0, 8946.0, 8959.0, 8952.0, 8955.0, 8931.0, 8961.0, 8910.0, 8929.0, 8892.0, 8914.0, 8869.0, 8887.0, 8857.0, 8840.0, 8868.0, 8868.0, 8853.0, 8875.0, 8858.0, 8880.0, 8876.0, 8882.0, 8877.0, 8898.0, 8880.0, 8883.0, 8880.0, 8881.0, 8884.0, 8894.0, 8882.0, 8881.0, 8884.0, 8878.0, 8874.0, 8876.0, 8859.0, 8876.0, 8861.0, 8882.0, 8862.0, 8885.0, 8883.0, 8889.0, 8893.0, 8911.0, 8924.0, 8905.0, 8909.0, 8906.0, 8946.0, 8916.0, 8934.0, 8931.0, 8932.0, 8928.0, 8927.0, 8911.0, 8912.0, 8927.0, 8933.0, 8917.0, 8932.0, 8914.0, 8931.0, 8912.0, 8912.0, 8893.0, 8906.0, 8886.0, 8900.0, 8882.0, 8896.0, 8897.0, 8923.0, 8903.0, 8932.0, 8903.0, 8887.0, 8908.0, 8927.0, 8929.0, 8952.0, 8956.0, 8958.0, 8972.0, 8958.0, 8979.0, 8961.0, 8977.0, 8973.0, 8962.0, 8967.0, 8954.0, 8946.0, 8932.0, 8938.0, 8910.0, 8918.0, 8890.0, 8886.0, 8886.0, 8893.0, 8905.0, 8905.0, 8901.0, 8902.0, 8886.0, 8917.0, 8909.0, 8923.0, 8926.0, 8932.0, 8930.0, 8949.0, 8917.0, 8932.0, 8913.0, 8928.0, 8911.0, 8911.0, 8895.0, 8915.0, 8909.0, 8924.0, 8892.0, 8919.0, 8893.0, 8891.0, 8903.0, 8901.0, 8900.0, 8898.0, 8886.0, 8886.0, 8908.0, 8916.0, 8901.0, 8896.0, 8898.0, 8893.0, 8892.0, 8877.0, 8908.0, 8897.0, 8869.0, 8873.0, 8861.0, 8870.0, 8861.0, 8880.0, 8865.0, 8884.0, 8884.0, 8902.0, 8886.0, 8908.0, 8907.0, 8913.0, 8895.0, 8906.0, 8889.0, 8903.0, 8895.0, 8897.0, 8879.0, 8906.0, 8879.0, 8903.0, 8888.0, 8885.0, 8929.0, 8886.0, 8928.0, 8901.0, 8887.0, 8891.0, 8916.0, 8940.0, 8904.0, 8900.0, 8909.0, 8913.0, 8928.0, 8926.0, 8938.0, 8906.0, 8917.0, 8886.0, 8893.0, 8880.0, 8871.0, 8859.0, 8847.0, 8854.0, 8836.0, 8855.0, 8837.0, 8870.0, 8856.0, 8873.0, 8892.0, 8884.0, 8904.0, 8889.0, 8924.0, 8914.0, 8952.0, 8935.0, 8946.0, 8932.0, 8926.0, 8925.0, 8879.0, 8928.0, 8929.0, 8928.0, 8933.0, 8913.0, 8930.0, 8899.0, 8931.0, 8905.0, 8932.0, 8917.0, 8933.0, 8923.0, 8915.0, 8918.0, 8916.0, 8915.0, 8930.0, 8948.0, 8923.0, 8952.0, 8937.0, 8940.0, 8909.0, 8932.0, 8889.0, 8913.0, 8879.0, 8880.0, 8879.0, 8897.0, 8891.0, 8906.0, 8870.0, 8881.0, 8836.0, 8859.0, 8851.0, 8846.0, 8853.0, 8853.0, 8888.0, 8891.0, 8883.0, 8925.0, 8922.0, 8928.0, 8911.0, 8909.0, 8932.0, 8919.0, 8937.0, 8935.0, 8927.0, 8929.0, 8947.0, 8960.0, 8941.0, 8949.0, 8933.0, 8932.0, 8929.0, 8941.0, 8912.0, 8938.0, 8912.0, 8917.0, 8902.0, 8900.0, 8897.0, 8899.0, 8869.0, 8889.0, 8888.0, 8905.0, 8908.0, 8925.0, 8925.0, 8926.0, 8931.0, 8925.0, 8936.0, 8934.0, 8955.0, 8917.0, 8928.0, 8914.0, 8934.0, 8937.0, 8934.0, 8935.0, 8922.0, 8939.0, 8939.0, 8959.0, 8962.0, 8965.0, 8983.0, 9004.0, 9013.0, 9021.0, 8990.0, 8979.0, 8979.0, 8968.0, 8937.0, 8943.0, 8924.0, 8932.0, 8888.0, 8881.0, 8883.0, 8894.0, 8896.0, 8894.0, 8895.0, 8897.0, 8895.0, 8897.0, 8898.0, 8899.0, 8916.0, 8933.0, 8910.0, 8933.0, 8899.0, 8932.0, 8919.0, 8937.0, 8945.0, 8949.0, 8949.0, 8965.0, 8964.0, 9001.0, 8980.0, 8984.0, 8948.0, 8966.0, 8962.0, 8980.0, 8977.0, 8964.0, 8972.0, 8938.0, 8964.0, 8944.0, 8937.0, 8903.0, 8908.0, 8860.0, 8855.0, 8825.0, 8887.0, 8866.0, 8878.0, 8879.0, 8887.0, 8878.0, 8877.0, 8907.0, 8896.0, 8887.0, 8929.0, 8901.0, 8888.0, 8860.0, 8837.0, 8835.0, 8834.0, 8850.0, 8851.0, 8852.0, 8853.0, 8851.0, 8870.0, 8876.0, 8858.0, 8879.0, 8877.0, 8878.0, 8863.0, 8886.0, 8904.0, 8881.0, 8882.0, 8882.0, 8886.0, 8902.0, 8909.0, 8903.0, 8904.0, 8903.0, 8910.0, 8911.0, 8952.0, 8955.0, 8931.0, 8947.0, 8946.0, 8947.0, 8970.0, 8955.0, 8980.0, 8994.0, 8990.0, 8991.0, 8992.0, 9010.0, 8989.0, 8991.0, 8942.0, 8960.0, 8916.0, 8933.0, 8906.0, 8909.0, 8894.0, 8909.0, 8863.0, 8882.0, 8871.0, 8879.0, 8895.0, 8896.0, 8903.0, 8917.0, 8937.0, 8922.0, 8943.0, 8896.0, 8926.0, 8898.0, 8897.0, 8838.0, 8861.0, 8844.0, 8841.0, 8849.0, 8827.0, 8845.0, 8872.0, 8861.0, 8866.0, 8850.0, 8886.0, 8904.0, 8891.0, 8903.0, 8912.0, 8900.0, 8901.0, 8898.0, 8883.0, 8899.0, 8900.0, 8915.0, 8901.0, 8914.0, 8906.0, 8917.0, 8921.0, 8916.0, 8942.0, 8940.0, 8959.0, 8962.0, 8980.0, 8981.0, 8967.0, 8987.0, 8989.0, 8990.0, 9005.0, 9005.0, 8994.0, 8992.0, 9000.0, 8998.0, 9008.0, 9005.0, 8982.0, 8984.0, 8990.0, 8980.0, 8973.0, 8954.0, 8935.0, 8931.0, 8927.0, 8925.0, 8932.0, 8917.0, 8949.0, 8917.0, 8934.0, 8916.0, 8938.0, 8936.0, 8955.0, 8955.0, 8943.0, 8953.0, 8940.0, 8949.0, 8943.0, 8935.0, 8949.0, 8917.0, 8942.0, 8914.0, 8922.0, 8904.0, 8899.0, 8900.0, 8883.0, 8911.0, 8883.0, 8894.0, 8901.0, 8874.0, 8895.0, 8873.0, 8859.0, 8858.0, 8875.0, 8906.0, 8870.0, 8881.0, 8866.0, 8881.0, 8904.0, 8891.0, 8927.0, 8916.0, 8936.0, 8925.0, 8971.0, 8959.0, 8959.0, 8976.0, 8962.0, 8979.0, 8963.0, 8965.0, 8967.0, 8985.0, 8994.0, 8976.0, 8986.0, 8990.0, 8996.0, 8967.0, 8988.0, 8960.0, 8967.0, 8934.0, 8940.0, 8913.0, 8938.0, 8911.0, 8907.0, 8907.0, 8950.0, 8920.0, 8935.0, 8901.0, 8935.0, 8930.0, 8953.0, 8929.0, 8932.0, 8954.0, 8931.0, 8927.0, 8926.0, 8913.0, 8932.0, 8930.0, 8959.0, 8925.0, 8934.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.001623876146788991</td></tr>
<tr><td colspan=3>aqi</td><td>0.03467044701834862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.212131412686595</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2205744242709538</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0282668309184846</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>6965.6743</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12574632102257932</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.39908256880734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4281769971764646</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.33367521708812</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7359224802250703</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2149332942162037</td></tr>
<tr><td colspan=3>gcor</td><td>0.0266594</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017263220623135567</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030798114836215973</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8295785919462717</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>35.3436</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.4749</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308403.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>705.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.6236</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.2481</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.6818</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.3149</td></tr>
<tr><td colspan=3>tsnr</td><td>34.616053897188976</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>