ds005256-mriqc/sub-0051_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3799592db7 [DATALAD RUNCMD] Compute MRIQC for sub-0051
=== 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-0051 --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-0051",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:03 +02:00

616 lines
No EOL
107 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-0051_ses-04_task-social_acq-mb8_run-01_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-0051_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-01_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-0051/ses-04/func/sub-0051_ses-04_task-social_acq-mb8_run-01_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>9eaf0f1d8031a46ad2175731775fc05e</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:40:28.737500</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</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-01_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.101022</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b21ff006-5648-4364-9053-0931e2e813de||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['144028.737500', '144029.197500', '144029.657500', '144030.117500', '144030.577500', '144031.037500', '144031.497500', '144031.957500', '144032.417500', '144032.877500', '144033.337500', '144033.797500', '144034.257500', '144034.717500', '144035.177500', '144035.637500', '144036.097500', '144036.557500', '144037.017500', '144037.477500', '144037.937500', '144038.397500', '144038.857500', '144039.317500', '144039.777500', '144040.237500', '144040.697500', '144041.157500', '144041.617500', '144042.077500', '144042.537500', '144042.997500', '144043.457500', '144043.917500', '144044.377500', '144044.837500', '144045.297500', '144045.757500', '144046.217500', '144046.677500', '144047.137500', '144047.597500', '144048.057500', '144048.517500', '144048.977500', '144049.437500', '144049.897500', '144050.357500', '144050.817500', '144051.277500', '144051.737500', '144052.197500', '144052.657500', '144053.117500', '144053.577500', '144054.037500', '144054.497500', '144054.957500', '144055.417500', '144055.877500', '144056.337500', '144056.797500', '144057.257500', '144057.717500', '144058.177500', '144058.637500', '144059.097500', '144059.557500', '144100.017500', '144100.477500', '144100.937500', '144101.397500', '144101.857500', '144102.317500', '144102.777500', '144103.237500', '144103.697500', '144104.157500', '144104.617500', '144105.077500', '144105.537500', '144105.997500', '144106.457500', '144106.917500', '144107.377500', '144107.837500', '144108.297500', '144108.757500', '144109.217500', '144109.677500', '144110.137500', '144110.597500', '144111.057500', '144111.517500', '144111.977500', '144112.437500', '144112.897500', '144113.357500', '144113.817500', '144114.277500', '144114.737500', '144115.197500', '144115.657500', '144116.117500', '144116.577500', '144117.037500', '144117.497500', '144117.957500', '144118.417500', '144118.877500', '144119.337500', '144119.797500', '144120.257500', '144120.717500', '144121.177500', '144121.637500', '144122.097500', '144122.557500', '144123.017500', '144123.477500', '144123.937500', '144124.397500', '144124.857500', '144125.317500', '144125.777500', '144126.237500', '144126.697500', '144127.157500', '144127.617500', '144128.077500', '144128.537500', '144128.997500', '144129.457500', '144129.917500', '144130.377500', '144130.837500', '144131.297500', '144131.757500', '144132.217500', '144132.677500', '144133.137500', '144133.597500', '144134.057500', '144134.517500', '144134.977500', '144135.437500', '144135.897500', '144136.357500', '144136.817500', '144137.277500', '144137.737500', '144138.197500', '144138.657500', '144139.117500', '144139.577500', '144140.037500', '144140.497500', '144140.957500', '144141.417500', '144141.877500', '144142.337500', '144142.797500', '144143.257500', '144143.717500', '144144.177500', '144144.637500', '144145.097500', '144145.557500', '144146.017500', '144146.477500', '144146.937500', '144147.397500', '144147.857500', '144148.317500', '144148.777500', '144149.237500', '144149.697500', '144150.157500', '144150.617500', '144151.077500', '144151.537500', '144151.997500', '144152.457500', '144152.917500', '144153.377500', '144153.837500', '144154.297500', '144154.757500', '144155.217500', '144155.677500', '144156.137500', '144156.597500', '144157.057500', '144157.517500', '144157.977500', '144158.437500', '144158.897500', '144159.357500', '144159.817500', '144200.277500', '144200.737500', '144201.197500', '144201.657500', '144202.117500', '144202.577500', '144203.037500', '144203.497500', '144203.957500', '144204.417500', '144204.877500', '144205.337500', '144205.797500', '144206.257500', '144206.717500', '144207.177500', '144207.637500', '144208.097500', '144208.557500', '144209.017500', '144209.477500', '144209.937500', '144210.397500', '144210.857500', '144211.317500', '144211.777500', '144212.237500', '144212.697500', '144213.157500', '144213.617500', '144214.077500', '144214.537500', '144214.997500', '144215.457500', '144215.917500', '144216.377500', '144216.837500', '144217.297500', '144217.757500', '144218.217500', '144218.677500', '144219.137500', '144219.597500', '144220.057500', '144220.517500', '144220.977500', '144221.437500', '144221.897500', '144222.357500', '144222.817500', '144223.277500', '144223.737500', '144224.197500', '144224.657500', '144225.117500', '144225.577500', '144226.037500', '144226.497500', '144226.957500', '144227.417500', '144227.877500', '144228.337500', '144228.797500', '144229.257500', '144229.717500', '144230.177500', '144230.637500', '144231.097500', '144231.557500', '144232.017500', '144232.477500', '144232.937500', '144233.397500', '144233.857500', '144234.317500', '144234.777500', '144235.237500', '144235.697500', '144236.157500', '144236.617500', '144237.077500', '144237.537500', '144237.997500', '144238.457500', '144238.917500', '144239.377500', '144239.837500', '144240.297500', '144240.757500', '144241.217500', '144241.677500', '144242.137500', '144242.597500', '144243.057500', '144243.517500', '144243.977500', '144244.437500', '144244.897500', '144245.357500', '144245.817500', '144246.277500', '144246.737500', '144247.197500', '144247.657500', '144248.117500', '144248.577500', '144249.037500', '144249.497500', '144249.957500', '144250.417500', '144250.877500', '144251.337500', '144251.797500', '144252.257500', '144252.717500', '144253.177500', '144253.637500', '144254.097500', '144254.557500', '144255.017500', '144255.477500', '144255.937500', '144256.397500', '144256.857500', '144257.317500', '144257.777500', '144258.237500', '144258.697500', '144259.157500', '144259.617500', '144300.077500', '144300.537500', '144300.997500', '144301.457500', '144301.917500', '144302.377500', '144302.837500', '144303.297500', '144303.757500', '144304.217500', '144304.677500', '144305.137500', '144305.597500', '144306.057500', '144306.517500', '144306.977500', '144307.437500', '144307.897500', '144308.357500', '144308.817500', '144309.277500', '144309.737500', '144310.197500', '144310.657500', '144311.117500', '144311.577500', '144312.037500', '144312.497500', '144312.957500', '144313.417500', '144313.877500', '144314.337500', '144314.797500', '144315.257500', '144315.717500', '144316.177500', '144316.637500', '144317.097500', '144317.557500', '144318.017500', '144318.477500', '144318.937500', '144319.397500', '144319.857500', '144320.317500', '144320.777500', '144321.237500', '144321.697500', '144322.157500', '144322.617500', '144323.077500', '144323.537500', '144323.997500', '144324.457500', '144324.917500', '144325.377500', '144325.837500', '144326.297500', '144326.757500', '144327.217500', '144327.677500', '144328.137500', '144328.597500', '144329.057500', '144329.517500', '144329.977500', '144330.437500', '144330.897500', '144331.357500', '144331.817500', '144332.277500', '144332.737500', '144333.197500', '144333.657500', '144334.117500', '144334.577500', '144335.037500', '144335.497500', '144335.957500', '144336.417500', '144336.877500', '144337.337500', '144337.797500', '144338.257500', '144338.717500', '144339.177500', '144339.637500', '144340.097500', '144340.557500', '144341.017500', '144341.477500', '144341.937500', '144342.397500', '144342.857500', '144343.317500', '144343.777500', '144344.237500', '144344.697500', '144345.157500', '144345.617500', '144346.077500', '144346.537500', '144346.997500', '144347.457500', '144347.917500', '144348.377500', '144348.837500', '144349.297500', '144349.757500', '144350.217500', '144350.677500', '144351.137500', '144351.597500', '144352.057500', '144352.517500', '144352.977500', '144353.437500', '144353.897500', '144354.357500', '144354.817500', '144355.277500', '144355.737500', '144356.197500', '144356.657500', '144357.117500', '144357.577500', '144358.037500', '144358.497500', '144358.957500', '144359.417500', '144359.877500', '144400.337500', '144400.797500', '144401.257500', '144401.717500', '144402.177500', '144402.637500', '144403.097500', '144403.557500', '144404.017500', '144404.477500', '144404.937500', '144405.397500', '144405.857500', '144406.317500', '144406.777500', '144407.237500', '144407.697500', '144408.157500', '144408.617500', '144409.077500', '144409.537500', '144409.997500', '144410.457500', '144410.917500', '144411.377500', '144411.837500', '144412.297500', '144412.757500', '144413.217500', '144413.677500', '144414.137500', '144414.597500', '144415.057500', '144415.517500', '144415.977500', '144416.437500', '144416.897500', '144417.357500', '144417.817500', '144418.277500', '144418.737500', '144419.197500', '144419.657500', '144420.117500', '144420.577500', '144421.037500', '144421.497500', '144421.957500', '144422.417500', '144422.877500', '144423.337500', '144423.797500', '144424.257500', '144424.717500', '144425.177500', '144425.637500', '144426.097500', '144426.557500', '144427.017500', '144427.477500', '144427.937500', '144428.397500', '144428.857500', '144429.317500', '144429.777500', '144430.237500', '144430.697500', '144431.157500', '144431.617500', '144432.077500', '144432.537500', '144432.997500', '144433.457500', '144433.917500', '144434.377500', '144434.837500', '144435.297500', '144435.757500', '144436.217500', '144436.677500', '144437.137500', '144437.597500', '144438.057500', '144438.517500', '144438.977500', '144439.437500', '144439.897500', '144440.357500', '144440.817500', '144441.277500', '144441.737500', '144442.197500', '144442.657500', '144443.117500', '144443.577500', '144444.037500', '144444.497500', '144444.957500', '144445.417500', '144445.877500', '144446.337500', '144446.797500', '144447.257500', '144447.717500', '144448.177500', '144448.637500', '144449.097500', '144449.557500', '144450.017500', '144450.477500', '144450.937500', '144451.397500', '144451.857500', '144452.317500', '144452.777500', '144453.237500', '144453.697500', '144454.157500', '144454.617500', '144455.077500', '144455.537500', '144455.997500', '144456.457500', '144456.917500', '144457.377500', '144457.837500', '144458.297500', '144458.757500', '144459.217500', '144459.677500', '144500.137500', '144500.597500', '144501.057500', '144501.517500', '144501.977500', '144502.437500', '144502.897500', '144503.357500', '144503.817500', '144504.277500', '144504.737500', '144505.197500', '144505.657500', '144506.117500', '144506.577500', '144507.037500', '144507.497500', '144507.957500', '144508.417500', '144508.877500', '144509.337500', '144509.797500', '144510.257500', '144510.717500', '144511.177500', '144511.637500', '144512.097500', '144512.557500', '144513.017500', '144513.477500', '144513.937500', '144514.397500', '144514.857500', '144515.317500', '144515.777500', '144516.237500', '144516.697500', '144517.157500', '144517.617500', '144518.077500', '144518.537500', '144518.997500', '144519.457500', '144519.917500', '144520.377500', '144520.837500', '144521.297500', '144521.757500', '144522.217500', '144522.677500', '144523.137500', '144523.597500', '144524.057500', '144524.517500', '144524.977500', '144525.437500', '144525.897500', '144526.357500', '144526.817500', '144527.277500', '144527.737500', '144528.197500', '144528.657500', '144529.117500', '144529.577500', '144530.037500', '144530.497500', '144530.957500', '144531.417500', '144531.877500', '144532.337500', '144532.797500', '144533.257500', '144533.717500', '144534.177500', '144534.637500', '144535.097500', '144535.557500', '144536.017500', '144536.477500', '144536.937500', '144537.397500', '144537.857500', '144538.317500', '144538.777500', '144539.237500', '144539.697500', '144540.157500', '144540.617500', '144541.077500', '144541.537500', '144541.997500', '144542.457500', '144542.917500', '144543.377500', '144543.837500', '144544.297500', '144544.757500', '144545.217500', '144545.677500', '144546.137500', '144546.597500', '144547.057500', '144547.517500', '144547.977500', '144548.437500', '144548.897500', '144549.357500', '144549.817500', '144550.277500', '144550.737500', '144551.197500', '144551.657500', '144552.117500', '144552.577500', '144553.037500', '144553.497500', '144553.957500', '144554.417500', '144554.877500', '144555.337500', '144555.797500', '144556.257500', '144556.717500', '144557.177500', '144557.637500', '144558.097500', '144558.557500', '144559.017500', '144559.477500', '144559.937500', '144600.397500', '144600.857500', '144601.317500', '144601.777500', '144602.237500', '144602.697500', '144603.157500', '144603.617500', '144604.077500', '144604.537500', '144604.997500', '144605.457500', '144605.917500', '144606.377500', '144606.837500', '144607.297500', '144607.757500', '144608.217500', '144608.677500', '144609.137500', '144609.597500', '144610.057500', '144610.517500', '144610.977500', '144611.437500', '144611.897500', '144612.357500', '144612.817500', '144613.277500', '144613.737500', '144614.197500', '144614.657500', '144615.117500', '144615.577500', '144616.037500', '144616.497500', '144616.957500', '144617.417500', '144617.877500', '144618.337500', '144618.797500', '144619.257500', '144619.717500', '144620.177500', '144620.637500', '144621.097500', '144621.557500', '144622.017500', '144622.477500', '144622.937500', '144623.397500', '144623.857500', '144624.317500', '144624.777500', '144625.237500', '144625.697500', '144626.157500', '144626.617500', '144627.077500', '144627.537500', '144627.997500', '144628.457500', '144628.917500', '144629.377500', '144629.837500', '144630.297500', '144630.757500', '144631.217500', '144631.677500', '144632.137500', '144632.597500', '144633.057500', '144633.517500', '144633.977500', '144634.437500', '144634.897500', '144635.357500', '144635.817500', '144636.277500', '144636.737500', '144637.197500', '144637.657500', '144638.117500', '144638.577500', '144639.037500', '144639.497500', '144639.957500', '144640.417500', '144640.877500', '144641.337500', '144641.797500', '144642.257500', '144642.717500', '144643.177500', '144643.637500', '144644.097500', '144644.557500', '144645.017500', '144645.477500', '144645.937500', '144646.397500', '144646.857500', '144647.317500', '144647.777500', '144648.237500', '144648.697500', '144649.157500', '144649.617500', '144650.077500', '144650.537500', '144650.997500', '144651.457500', '144651.917500', '144652.377500', '144652.837500', '144653.297500', '144653.757500', '144654.217500', '144654.677500', '144655.137500', '144655.597500', '144656.057500', '144656.517500', '144656.977500', '144657.437500', '144657.897500', '144658.357500', '144658.817500', '144659.277500', '144659.737500', '144700.197500', '144700.657500', '144701.117500', '144701.577500', '144702.037500', '144702.497500', '144702.957500', '144703.417500', '144703.877500', '144704.337500', '144704.797500', '144705.257500', '144705.717500', '144706.177500', '144706.637500', '144707.097500', '144707.557500', '144708.017500', '144708.477500', '144708.937500', '144709.397500'], 'ContentTime': ['144050.894000', '144050.897000', '144050.900000', '144050.903000', '144050.906000', '144050.908000', '144050.911000', '144050.913000', '144050.916000', '144050.918000', '144050.921000', '144050.923000', '144050.926000', '144050.929000', '144050.931000', '144050.943000', '144050.945000', '144050.948000', '144050.950000', '144050.953000', '144050.955000', '144050.958000', '144050.960000', '144050.963000', '144050.966000', '144050.968000', '144050.971000', '144050.973000', '144050.976000', '144050.978000', '144050.981000', '144050.984000', '144050.986000', '144050.989000', '144050.991000', '144050.994000', '144050.996000', '144050.999000', '144051.002000', '144051.004000', '144051.007000', '144051.009000', '144051.012000', '144051.014000', '144051.017000', '144110.866000', '144110.869000', '144110.872000', '144110.874000', '144110.877000', '144110.879000', '144110.882000', '144110.885000', '144110.887000', '144110.890000', '144110.892000', '144110.895000', '144110.897000', '144110.900000', '144110.903000', '144110.905000', '144110.908000', '144110.910000', '144110.913000', '144110.916000', '144110.918000', '144110.921000', '144110.923000', '144110.926000', '144110.929000', '144110.931000', '144110.934000', '144110.936000', '144110.939000', '144110.941000', '144110.944000', '144110.947000', '144110.949000', '144110.952000', '144110.954000', '144110.960000', '144110.963000', '144110.965000', '144110.968000', '144111.000000', '144111.003000', '144111.005000', '144111.008000', '144130.866000', '144130.869000', '144130.872000', '144130.874000', '144130.877000', '144130.880000', '144130.883000', '144130.885000', '144130.888000', '144130.891000', '144130.893000', '144130.896000', '144130.899000', '144130.901000', '144130.904000', '144130.906000', '144130.909000', '144130.911000', '144130.914000', '144130.917000', '144130.919000', '144130.922000', '144130.924000', '144130.927000', '144130.930000', '144130.932000', '144130.935000', '144130.938000', '144130.940000', '144130.943000', '144130.946000', '144130.948000', '144130.951000', '144130.953000', '144130.956000', '144130.958000', '144130.961000', '144130.964000', '144130.966000', '144130.969000', '144130.972000', '144130.974000', '144130.977000', '144150.866000', '144150.869000', '144150.872000', '144150.875000', '144150.877000', '144150.880000', '144150.883000', '144150.885000', '144150.888000', '144150.890000', '144150.893000', '144150.896000', '144150.898000', '144150.901000', '144150.903000', '144150.906000', '144150.909000', '144150.911000', '144150.914000', '144150.916000', '144150.919000', '144150.922000', '144150.924000', '144150.927000', '144150.929000', '144150.932000', '144150.935000', '144150.937000', '144150.940000', '144150.942000', '144150.945000', '144150.948000', '144150.950000', '144150.953000', '144150.955000', '144150.958000', '144150.960000', '144150.971000', '144150.973000', '144150.976000', '144150.978000', '144150.981000', '144150.984000', '144150.986000', '144210.866000', '144210.869000', '144210.872000', '144210.875000', '144210.878000', '144210.880000', '144210.883000', '144210.886000', '144210.888000', '144210.891000', '144210.893000', '144210.896000', '144210.899000', '144210.901000', '144210.904000', '144210.906000', '144210.909000', '144210.912000', '144210.914000', '144210.920000', '144210.923000', '144210.925000', '144210.928000', '144210.931000', '144210.933000', '144210.936000', '144210.939000', '144210.941000', '144210.944000', '144210.946000', '144210.949000', '144210.951000', '144210.954000', '144210.957000', '144210.959000', '144210.962000', '144210.964000', '144210.967000', '144210.969000', '144210.972000', '144210.975000', '144210.977000', '144210.980000', '144230.866000', '144230.869000', '144230.872000', '144230.874000', '144230.877000', '144230.880000', '144230.882000', '144230.885000', '144230.887000', '144230.890000', '144230.892000', '144230.895000', '144230.902000', '144230.905000', '144230.908000', '144230.910000', '144230.913000', '144230.915000', '144230.918000', '144230.920000', '144230.923000', '144230.926000', '144230.928000', '144230.931000', '144230.934000', '144230.936000', '144230.939000', '144230.941000', '144230.944000', '144230.947000', '144230.949000', '144230.952000', '144230.954000', '144230.957000', '144230.959000', '144230.962000', '144230.965000', '144230.967000', '144230.970000', '144230.972000', '144230.975000', '144230.978000', '144230.980000', '144230.983000', '144250.867000', '144250.870000', '144250.873000', '144250.876000', '144250.878000', '144250.881000', '144250.884000', '144250.886000', '144250.889000', '144250.891000', '144250.895000', '144250.898000', '144250.900000', '144250.903000', '144250.906000', '144250.908000', '144250.911000', '144250.913000', '144250.916000', '144250.919000', '144250.940000', '144250.942000', '144250.945000', '144250.947000', '144250.950000', '144250.952000', '144250.955000', '144250.958000', '144250.960000', '144250.963000', '144250.965000', '144250.968000', '144250.970000', '144250.973000', '144250.976000', '144250.978000', '144250.981000', '144250.983000', '144250.986000', '144250.989000', '144250.991000', '144250.994000', '144250.996000', '144310.867000', '144310.869000', '144310.872000', '144310.875000', '144310.877000', '144310.880000', '144310.882000', '144310.885000', '144310.888000', '144310.890000', '144310.901000', '144310.904000', '144310.907000', '144310.909000', '144310.912000', '144310.914000', '144310.917000', '144310.920000', '144310.922000', '144310.925000', '144310.927000', '144310.930000', '144310.933000', '144310.935000', '144310.938000', '144310.940000', '144310.943000', '144310.946000', '144310.948000', '144310.951000', '144310.953000', '144310.956000', '144310.959000', '144310.961000', '144310.964000', '144310.966000', '144310.969000', '144310.972000', '144310.974000', '144310.977000', '144310.979000', '144310.982000', '144310.984000', '144310.987000', '144330.867000', '144330.869000', '144330.872000', '144330.875000', '144330.877000', '144330.880000', '144330.883000', '144330.885000', '144330.888000', '144330.890000', '144330.893000', '144330.895000', '144330.898000', '144330.901000', '144330.903000', '144330.906000', '144330.908000', '144330.911000', '144330.913000', '144330.916000', '144330.919000', '144330.921000', '144330.924000', '144330.926000', '144330.929000', '144330.932000', '144330.934000', '144330.937000', '144330.939000', '144330.942000', '144330.944000', '144330.947000', '144330.949000', '144330.952000', '144330.955000', '144330.957000', '144330.960000', '144330.962000', '144330.965000', '144330.968000', '144330.970000', '144330.973000', '144330.975000', '144350.867000', '144350.869000', '144350.872000', '144350.875000', '144350.877000', '144350.880000', '144350.883000', '144350.885000', '144350.888000', '144350.890000', '144350.893000', '144350.896000', '144350.898000', '144350.901000', '144350.903000', '144350.906000', '144350.909000', '144350.911000', '144350.914000', '144350.917000', '144350.920000', '144350.922000', '144350.925000', '144350.928000', '144350.930000', '144350.933000', '144350.936000', '144350.938000', '144350.941000', '144350.943000', '144350.946000', '144350.949000', '144350.951000', '144350.954000', '144350.956000', '144350.959000', '144350.962000', '144350.964000', '144350.967000', '144350.969000', '144350.972000', '144350.974000', '144350.977000', '144350.979000', '144410.866000', '144410.869000', '144410.872000', '144410.875000', '144410.877000', '144410.880000', '144410.883000', '144410.885000', '144410.888000', '144410.890000', '144410.893000', '144410.895000', '144410.898000', '144410.901000', '144410.903000', '144410.906000', '144410.908000', '144410.911000', '144410.914000', '144410.917000', '144410.919000', '144410.922000', '144410.924000', '144410.927000', '144410.930000', '144410.932000', '144410.936000', '144410.939000', '144410.941000', '144410.944000', '144410.947000', '144410.949000', '144410.952000', '144410.955000', '144410.957000', '144410.960000', '144410.962000', '144410.965000', '144410.967000', '144410.970000', '144410.973000', '144410.975000', '144410.978000', '144430.866000', '144430.869000', '144430.889000', '144430.891000', '144430.894000', '144430.896000', '144430.899000', '144430.902000', '144430.904000', '144430.907000', '144430.909000', '144430.912000', '144430.915000', '144430.917000', '144430.920000', '144430.922000', '144430.925000', '144430.928000', '144430.930000', '144430.933000', '144430.935000', '144430.938000', '144430.940000', '144430.943000', '144430.946000', '144430.948000', '144430.951000', '144430.953000', '144430.956000', '144430.959000', '144430.961000', '144430.964000', '144430.966000', '144430.969000', '144430.972000', '144430.974000', '144430.977000', '144430.980000', '144430.982000', '144430.985000', '144430.987000', '144430.990000', '144430.992000', '144430.995000', '144450.867000', '144450.870000', '144450.872000', '144450.875000', '144450.877000', '144450.880000', '144450.883000', '144450.885000', '144450.888000', '144450.891000', '144450.894000', '144450.897000', '144450.899000', '144450.902000', '144450.905000', '144450.908000', '144450.910000', '144450.913000', '144450.915000', '144450.918000', '144450.921000', '144450.923000', '144450.926000', '144450.928000', '144450.931000', '144450.933000', '144450.936000', '144450.939000', '144450.941000', '144450.944000', '144450.947000', '144450.950000', '144450.952000', '144450.955000', '144450.958000', '144450.960000', '144450.963000', '144450.965000', '144450.968000', '144450.971000', '144450.973000', '144450.976000', '144450.978000', '144510.866000', '144510.869000', '144510.872000', '144510.875000', '144510.877000', '144510.880000', '144510.882000', '144510.885000', '144510.887000', '144510.890000', '144510.893000', '144510.895000', '144510.898000', '144510.900000', '144510.903000', '144510.905000', '144510.908000', '144510.911000', '144510.913000', '144510.916000', '144510.918000', '144510.921000', '144510.924000', '144510.926000', '144510.929000', '144510.931000', '144510.934000', '144510.937000', '144510.939000', '144510.942000', '144510.944000', '144510.947000', '144510.950000', '144510.952000', '144510.955000', '144510.957000', '144510.960000', '144510.962000', '144510.965000', '144510.968000', '144510.970000', '144510.973000', '144510.975000', '144510.978000', '144530.866000', '144530.879000', '144530.881000', '144530.884000', '144530.886000', '144530.889000', '144530.892000', '144530.894000', '144530.897000', '144530.899000', '144530.902000', '144530.904000', '144530.907000', '144530.910000', '144530.912000', '144530.915000', '144530.918000', '144530.920000', '144530.923000', '144530.926000', '144530.928000', '144530.931000', '144530.933000', '144530.936000', '144530.938000', '144530.941000', '144530.944000', '144530.946000', '144530.949000', '144530.951000', '144530.954000', '144530.957000', '144530.959000', '144530.962000', '144530.964000', '144530.967000', '144530.969000', '144530.972000', '144530.975000', '144530.978000', '144530.981000', '144530.983000', '144530.986000', '144550.866000', '144550.869000', '144550.872000', '144550.874000', '144550.877000', '144550.879000', '144550.882000', '144550.885000', '144550.887000', '144550.890000', '144550.892000', '144550.895000', '144550.897000', '144550.900000', '144550.903000', '144550.905000', '144550.908000', '144550.911000', '144550.913000', '144550.916000', '144550.918000', '144550.921000', '144550.923000', '144550.926000', '144550.929000', '144550.931000', '144550.934000', '144550.950000', '144550.952000', '144550.955000', '144550.957000', '144550.960000', '144550.963000', '144550.965000', '144550.968000', '144550.971000', '144550.973000', '144550.976000', '144550.978000', '144550.981000', '144550.984000', '144550.986000', '144550.989000', '144550.992000', '144610.867000', '144610.870000', '144610.872000', '144610.875000', '144610.878000', '144610.880000', '144610.883000', '144610.885000', '144610.888000', '144610.890000', '144610.893000', '144610.896000', '144610.898000', '144610.901000', '144610.904000', '144610.906000', '144610.909000', '144610.911000', '144610.914000', '144610.916000', '144610.919000', '144610.922000', '144610.924000', '144610.927000', '144610.929000', '144610.932000', '144610.935000', '144610.937000', '144610.940000', '144610.943000', '144610.945000', '144610.948000', '144610.950000', '144610.953000', '144610.956000', '144610.959000', '144610.962000', '144610.965000', '144610.968000', '144610.970000', '144610.973000', '144610.975000', '144610.978000', '144630.866000', '144630.869000', '144630.872000', '144630.875000', '144630.877000', '144630.880000', '144630.883000', '144630.885000', '144630.888000', '144630.890000', '144630.893000', '144630.896000', '144630.898000', '144630.901000', '144630.903000', '144630.906000', '144630.909000', '144630.911000', '144630.914000', '144630.916000', '144630.919000', '144630.921000', '144630.924000', '144630.927000', '144630.931000', '144630.933000', '144630.936000', '144630.939000', '144630.941000', '144630.944000', '144630.947000', '144630.949000', '144630.952000', '144630.954000', '144630.957000', '144630.959000', '144630.962000', '144630.965000', '144630.967000', '144630.970000', '144630.973000', '144630.975000', '144630.978000', '144630.980000', '144650.867000', '144650.869000', '144650.872000', '144650.875000', '144650.877000', '144650.880000', '144650.882000', '144650.885000', '144650.887000', '144650.890000', '144650.893000', '144650.895000', '144650.898000', '144650.900000', '144650.903000', '144650.906000', '144650.909000', '144650.911000', '144650.914000', '144650.916000', '144650.919000', '144650.921000', '144650.924000', '144650.927000', '144650.929000', '144650.932000', '144650.935000', '144650.937000', '144650.940000', '144650.942000', '144650.945000', '144650.947000', '144650.950000', '144650.953000', '144650.955000', '144650.958000', '144650.960000', '144650.963000', '144650.965000', '144650.968000', '144650.971000', '144650.973000', '144650.976000', '144710.868000', '144710.871000', '144710.874000', '144710.877000', '144710.880000', '144710.883000', '144710.885000', '144710.888000', '144710.891000', '144710.893000', '144710.896000', '144710.899000', '144710.903000', '144710.906000', '144710.909000', '144710.912000', '144710.915000', '144710.918000', '144710.922000', '144710.925000', '144710.928000', '144710.931000', '144710.934000', '144710.937000', '144710.940000', '144710.944000', '144710.947000', '144710.949000', '144710.952000', '144710.955000', '144710.957000', '144710.961000', '144710.963000', '144710.966000', '144710.969000', '144710.971000', '144710.974000', '144710.977000', '144711.010000', '144711.013000', '144711.016000', '144711.019000', '144711.022000', '144711.024000', '144711.197000'], 'InstanceCreationTime': ['144050.894000', '144050.897000', '144050.900000', '144050.903000', '144050.906000', '144050.908000', '144050.911000', '144050.913000', '144050.916000', '144050.918000', '144050.921000', '144050.923000', '144050.926000', '144050.929000', '144050.931000', '144050.943000', '144050.945000', '144050.948000', '144050.950000', '144050.953000', '144050.955000', '144050.958000', '144050.960000', '144050.963000', '144050.966000', '144050.968000', '144050.971000', '144050.973000', '144050.976000', '144050.978000', '144050.981000', '144050.984000', '144050.986000', '144050.989000', '144050.991000', '144050.994000', '144050.996000', '144050.999000', '144051.002000', '144051.004000', '144051.007000', '144051.009000', '144051.012000', '144051.014000', '144051.017000', '144110.866000', '144110.869000', '144110.872000', '144110.874000', '144110.877000', '144110.879000', '144110.882000', '144110.885000', '144110.887000', '144110.890000', '144110.892000', '144110.895000', '144110.897000', '144110.900000', '144110.903000', '144110.905000', '144110.908000', '144110.910000', '144110.913000', '144110.916000', '144110.918000', '144110.921000', '144110.923000', '144110.926000', '144110.929000', '144110.931000', '144110.934000', '144110.936000', '144110.939000', '144110.941000', '144110.944000', '144110.947000', '144110.949000', '144110.952000', '144110.954000', '144110.960000', '144110.963000', '144110.965000', '144110.968000', '144111.000000', '144111.003000', '144111.005000', '144111.008000', '144130.866000', '144130.869000', '144130.872000', '144130.874000', '144130.877000', '144130.880000', '144130.883000', '144130.885000', '144130.888000', '144130.891000', '144130.893000', '144130.896000', '144130.899000', '144130.901000', '144130.904000', '144130.906000', '144130.909000', '144130.911000', '144130.914000', '144130.917000', '144130.919000', '144130.922000', '144130.924000', '144130.927000', '144130.930000', '144130.932000', '144130.935000', '144130.938000', '144130.940000', '144130.943000', '144130.946000', '144130.948000', '144130.951000', '144130.953000', '144130.956000', '144130.958000', '144130.961000', '144130.964000', '144130.966000', '144130.969000', '144130.972000', '144130.974000', '144130.977000', '144150.866000', '144150.869000', '144150.872000', '144150.875000', '144150.877000', '144150.880000', '144150.883000', '144150.885000', '144150.888000', '144150.890000', '144150.893000', '144150.896000', '144150.898000', '144150.901000', '144150.903000', '144150.906000', '144150.909000', '144150.911000', '144150.914000', '144150.916000', '144150.919000', '144150.922000', '144150.924000', '144150.927000', '144150.929000', '144150.932000', '144150.935000', '144150.937000', '144150.940000', '144150.942000', '144150.945000', '144150.948000', '144150.950000', '144150.953000', '144150.955000', '144150.958000', '144150.960000', '144150.971000', '144150.973000', '144150.976000', '144150.978000', '144150.981000', '144150.984000', '144150.986000', '144210.866000', '144210.869000', '144210.872000', '144210.875000', '144210.878000', '144210.880000', '144210.883000', '144210.886000', '144210.888000', '144210.891000', '144210.893000', '144210.896000', '144210.899000', '144210.901000', '144210.904000', '144210.906000', '144210.909000', '144210.912000', '144210.914000', '144210.920000', '144210.923000', '144210.925000', '144210.928000', '144210.931000', '144210.933000', '144210.936000', '144210.939000', '144210.941000', '144210.944000', '144210.946000', '144210.949000', '144210.951000', '144210.954000', '144210.957000', '144210.959000', '144210.962000', '144210.964000', '144210.967000', '144210.969000', '144210.972000', '144210.975000', '144210.977000', '144210.980000', '144230.866000', '144230.869000', '144230.872000', '144230.874000', '144230.877000', '144230.880000', '144230.882000', '144230.885000', '144230.887000', '144230.890000', '144230.892000', '144230.895000', '144230.902000', '144230.905000', '144230.908000', '144230.910000', '144230.913000', '144230.915000', '144230.918000', '144230.920000', '144230.923000', '144230.926000', '144230.928000', '144230.931000', '144230.934000', '144230.936000', '144230.939000', '144230.941000', '144230.944000', '144230.947000', '144230.949000', '144230.952000', '144230.954000', '144230.957000', '144230.959000', '144230.962000', '144230.965000', '144230.967000', '144230.970000', '144230.972000', '144230.975000', '144230.978000', '144230.980000', '144230.983000', '144250.867000', '144250.870000', '144250.873000', '144250.876000', '144250.878000', '144250.881000', '144250.884000', '144250.886000', '144250.889000', '144250.891000', '144250.895000', '144250.898000', '144250.900000', '144250.903000', '144250.906000', '144250.908000', '144250.911000', '144250.913000', '144250.916000', '144250.919000', '144250.940000', '144250.942000', '144250.945000', '144250.947000', '144250.950000', '144250.952000', '144250.955000', '144250.958000', '144250.960000', '144250.963000', '144250.965000', '144250.968000', '144250.970000', '144250.973000', '144250.976000', '144250.978000', '144250.981000', '144250.983000', '144250.986000', '144250.989000', '144250.991000', '144250.994000', '144250.996000', '144310.867000', '144310.869000', '144310.872000', '144310.875000', '144310.877000', '144310.880000', '144310.882000', '144310.885000', '144310.888000', '144310.890000', '144310.901000', '144310.904000', '144310.907000', '144310.909000', '144310.912000', '144310.914000', '144310.917000', '144310.920000', '144310.922000', '144310.925000', '144310.927000', '144310.930000', '144310.933000', '144310.935000', '144310.938000', '144310.940000', '144310.943000', '144310.946000', '144310.948000', '144310.951000', '144310.953000', '144310.956000', '144310.959000', '144310.961000', '144310.964000', '144310.966000', '144310.969000', '144310.972000', '144310.974000', '144310.977000', '144310.979000', '144310.982000', '144310.984000', '144310.987000', '144330.867000', '144330.869000', '144330.872000', '144330.875000', '144330.877000', '144330.880000', '144330.883000', '144330.885000', '144330.888000', '144330.890000', '144330.893000', '144330.895000', '144330.898000', '144330.901000', '144330.903000', '144330.906000', '144330.908000', '144330.911000', '144330.913000', '144330.916000', '144330.919000', '144330.921000', '144330.924000', '144330.926000', '144330.929000', '144330.932000', '144330.934000', '144330.937000', '144330.939000', '144330.942000', '144330.944000', '144330.947000', '144330.949000', '144330.952000', '144330.955000', '144330.957000', '144330.960000', '144330.962000', '144330.965000', '144330.968000', '144330.970000', '144330.973000', '144330.975000', '144350.867000', '144350.869000', '144350.872000', '144350.875000', '144350.877000', '144350.880000', '144350.883000', '144350.885000', '144350.888000', '144350.890000', '144350.893000', '144350.896000', '144350.898000', '144350.901000', '144350.903000', '144350.906000', '144350.909000', '144350.911000', '144350.914000', '144350.917000', '144350.920000', '144350.922000', '144350.925000', '144350.928000', '144350.930000', '144350.933000', '144350.936000', '144350.938000', '144350.941000', '144350.943000', '144350.946000', '144350.949000', '144350.951000', '144350.954000', '144350.956000', '144350.959000', '144350.962000', '144350.964000', '144350.967000', '144350.969000', '144350.972000', '144350.974000', '144350.977000', '144350.979000', '144410.866000', '144410.869000', '144410.872000', '144410.875000', '144410.877000', '144410.880000', '144410.883000', '144410.885000', '144410.888000', '144410.890000', '144410.893000', '144410.895000', '144410.898000', '144410.901000', '144410.903000', '144410.906000', '144410.908000', '144410.911000', '144410.914000', '144410.917000', '144410.919000', '144410.922000', '144410.924000', '144410.927000', '144410.930000', '144410.932000', '144410.936000', '144410.939000', '144410.941000', '144410.944000', '144410.947000', '144410.949000', '144410.952000', '144410.955000', '144410.957000', '144410.960000', '144410.962000', '144410.965000', '144410.967000', '144410.970000', '144410.973000', '144410.975000', '144410.978000', '144430.866000', '144430.869000', '144430.889000', '144430.891000', '144430.894000', '144430.896000', '144430.899000', '144430.902000', '144430.904000', '144430.907000', '144430.909000', '144430.912000', '144430.915000', '144430.917000', '144430.920000', '144430.922000', '144430.925000', '144430.928000', '144430.930000', '144430.933000', '144430.935000', '144430.938000', '144430.940000', '144430.943000', '144430.946000', '144430.948000', '144430.951000', '144430.953000', '144430.956000', '144430.959000', '144430.961000', '144430.964000', '144430.966000', '144430.969000', '144430.972000', '144430.974000', '144430.977000', '144430.980000', '144430.982000', '144430.985000', '144430.987000', '144430.990000', '144430.992000', '144430.995000', '144450.867000', '144450.870000', '144450.872000', '144450.875000', '144450.877000', '144450.880000', '144450.883000', '144450.885000', '144450.888000', '144450.891000', '144450.894000', '144450.897000', '144450.899000', '144450.902000', '144450.905000', '144450.908000', '144450.910000', '144450.913000', '144450.915000', '144450.918000', '144450.921000', '144450.923000', '144450.926000', '144450.928000', '144450.931000', '144450.933000', '144450.936000', '144450.939000', '144450.941000', '144450.944000', '144450.947000', '144450.950000', '144450.952000', '144450.955000', '144450.958000', '144450.960000', '144450.963000', '144450.965000', '144450.968000', '144450.971000', '144450.973000', '144450.976000', '144450.978000', '144510.866000', '144510.869000', '144510.872000', '144510.875000', '144510.877000', '144510.880000', '144510.882000', '144510.885000', '144510.887000', '144510.890000', '144510.893000', '144510.895000', '144510.898000', '144510.900000', '144510.903000', '144510.905000', '144510.908000', '144510.911000', '144510.913000', '144510.916000', '144510.918000', '144510.921000', '144510.924000', '144510.926000', '144510.929000', '144510.931000', '144510.934000', '144510.937000', '144510.939000', '144510.942000', '144510.944000', '144510.947000', '144510.950000', '144510.952000', '144510.955000', '144510.957000', '144510.960000', '144510.962000', '144510.965000', '144510.968000', '144510.970000', '144510.973000', '144510.975000', '144510.978000', '144530.866000', '144530.879000', '144530.881000', '144530.884000', '144530.886000', '144530.889000', '144530.892000', '144530.894000', '144530.897000', '144530.899000', '144530.902000', '144530.904000', '144530.907000', '144530.910000', '144530.912000', '144530.915000', '144530.918000', '144530.920000', '144530.923000', '144530.926000', '144530.928000', '144530.931000', '144530.933000', '144530.936000', '144530.938000', '144530.941000', '144530.944000', '144530.946000', '144530.949000', '144530.951000', '144530.954000', '144530.957000', '144530.959000', '144530.962000', '144530.964000', '144530.967000', '144530.969000', '144530.972000', '144530.975000', '144530.978000', '144530.981000', '144530.983000', '144530.986000', '144550.866000', '144550.869000', '144550.872000', '144550.874000', '144550.877000', '144550.879000', '144550.882000', '144550.885000', '144550.887000', '144550.890000', '144550.892000', '144550.895000', '144550.897000', '144550.900000', '144550.903000', '144550.905000', '144550.908000', '144550.911000', '144550.913000', '144550.916000', '144550.918000', '144550.921000', '144550.923000', '144550.926000', '144550.929000', '144550.931000', '144550.934000', '144550.950000', '144550.952000', '144550.955000', '144550.957000', '144550.960000', '144550.963000', '144550.965000', '144550.968000', '144550.971000', '144550.973000', '144550.976000', '144550.978000', '144550.981000', '144550.984000', '144550.986000', '144550.989000', '144550.992000', '144610.867000', '144610.870000', '144610.872000', '144610.875000', '144610.878000', '144610.880000', '144610.883000', '144610.885000', '144610.888000', '144610.890000', '144610.893000', '144610.896000', '144610.898000', '144610.901000', '144610.904000', '144610.906000', '144610.909000', '144610.911000', '144610.914000', '144610.916000', '144610.919000', '144610.922000', '144610.924000', '144610.927000', '144610.929000', '144610.932000', '144610.935000', '144610.937000', '144610.940000', '144610.943000', '144610.945000', '144610.948000', '144610.950000', '144610.953000', '144610.956000', '144610.959000', '144610.962000', '144610.965000', '144610.968000', '144610.970000', '144610.973000', '144610.975000', '144610.978000', '144630.866000', '144630.869000', '144630.872000', '144630.875000', '144630.877000', '144630.880000', '144630.883000', '144630.885000', '144630.888000', '144630.890000', '144630.893000', '144630.896000', '144630.898000', '144630.901000', '144630.903000', '144630.906000', '144630.909000', '144630.911000', '144630.914000', '144630.916000', '144630.919000', '144630.921000', '144630.924000', '144630.927000', '144630.931000', '144630.933000', '144630.936000', '144630.939000', '144630.941000', '144630.944000', '144630.947000', '144630.949000', '144630.952000', '144630.954000', '144630.957000', '144630.959000', '144630.962000', '144630.965000', '144630.967000', '144630.970000', '144630.973000', '144630.975000', '144630.978000', '144630.980000', '144650.867000', '144650.869000', '144650.872000', '144650.875000', '144650.877000', '144650.880000', '144650.882000', '144650.885000', '144650.887000', '144650.890000', '144650.893000', '144650.895000', '144650.898000', '144650.900000', '144650.903000', '144650.906000', '144650.909000', '144650.911000', '144650.914000', '144650.916000', '144650.919000', '144650.921000', '144650.924000', '144650.927000', '144650.929000', '144650.932000', '144650.935000', '144650.937000', '144650.940000', '144650.942000', '144650.945000', '144650.947000', '144650.950000', '144650.953000', '144650.955000', '144650.958000', '144650.960000', '144650.963000', '144650.965000', '144650.968000', '144650.971000', '144650.973000', '144650.976000', '144710.868000', '144710.871000', '144710.874000', '144710.877000', '144710.880000', '144710.883000', '144710.885000', '144710.888000', '144710.891000', '144710.893000', '144710.896000', '144710.899000', '144710.903000', '144710.906000', '144710.909000', '144710.912000', '144710.915000', '144710.918000', '144710.922000', '144710.925000', '144710.928000', '144710.931000', '144710.934000', '144710.937000', '144710.940000', '144710.944000', '144710.947000', '144710.949000', '144710.952000', '144710.955000', '144710.957000', '144710.961000', '144710.963000', '144710.966000', '144710.969000', '144710.971000', '144710.974000', '144710.977000', '144711.010000', '144711.013000', '144711.016000', '144711.019000', '144711.022000', '144711.024000', '144711.197000'], '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': [13269, 13335, 13195, 14513, 12965, 14054, 12284, 9916, 9455, 12740, 10584, 12410, 13213, 10990, 13945, 12860, 12078, 13855, 13926, 14099, 12875, 13868, 13619, 16715, 13708, 10750, 12455, 13384, 12640, 11341, 14020, 12526, 14821, 11348, 13775, 13542, 14147, 11534, 14485, 12795, 14791, 13285, 14957, 13163, 15170, 13534, 13832, 14546, 13012, 14128, 13853, 13472, 13776, 12526, 13940, 15317, 16124, 14277, 16899, 12902, 16910, 14758, 15881, 13449, 12697, 13922, 12492, 15937, 12946, 15202, 13366, 14328, 13224, 13651, 15297, 13011, 14120, 11840, 13506, 13428, 13683, 12950, 13555, 13489, 13943, 11946, 14558, 13582, 12669, 13282, 11672, 14459, 13787, 13656, 14754, 12256, 15173, 13361, 14102, 12529, 14019, 14219, 14007, 13998, 13424, 12529, 12483, 10891, 10971, 12257, 10821, 14872, 11714, 14715, 12875, 16541, 13875, 14962, 14105, 14258, 14535, 13322, 16125, 13321, 17111, 14230, 16256, 14590, 16596, 14243, 16133, 13981, 15698, 13593, 15126, 14197, 12353, 14372, 12576, 14973, 12393, 13311, 15076, 11379, 15388, 17510, 14799, 16488, 13632, 15805, 12908, 14451, 12334, 14619, 13911, 14653, 14566, 14336, 14734, 14315, 12810, 13514, 12240, 14104, 11075, 14568, 10902, 14802, 10786, 15833, 11346, 15514, 10225, 14474, 10169, 14505, 10652, 14092, 10579, 14286, 10563, 14186, 10605, 14489, 10594, 14728, 11054, 12762, 12809, 10870, 12874, 11767, 10630, 18151, 11584, 11276, 13505, 13514, 14691, 13178, 14951, 11789, 14569, 17862, 13562, 17067, 13205, 16386, 12832, 15968, 13737, 13895, 13894, 10612, 12057, 13093, 15494, 11245, 14578, 11851, 14746, 13633, 14224, 15939, 14029, 17031, 13163, 16941, 12549, 15909, 11550, 14334, 11383, 15252, 11073, 14657, 11299, 13857, 12404, 14643, 13344, 11600, 15133, 11460, 14000, 12685, 12987, 12814, 14041, 12109, 16028, 16564, 13621, 15094, 13709, 16361, 12628, 15426, 12873, 14111, 11833, 14069, 14727, 14202, 13727, 14688, 10837, 12587, 13044, 10369, 14348, 14589, 13937, 15780, 14047, 16526, 13428, 16479, 12372, 15569, 13464, 14212, 14584, 13807, 13700, 13685, 11292, 13309, 12220, 12591, 11574, 12776, 12681, 15860, 13235, 16278, 13620, 16412, 13471, 15681, 12914, 14285, 10696, 13116, 9569, 12656, 9816, 12997, 11614, 10887, 10859, 10508, 12012, 12150, 13575, 10057, 13324, 10382, 13857, 12146, 14045, 12648, 14781, 12910, 11512, 15338, 13016, 14372, 13327, 11682, 15663, 16260, 13036, 18199, 13560, 12604, 13176, 13120, 12846, 11960, 13377, 11419, 13468, 11519, 14269, 10933, 12525, 11042, 14421, 11782, 14770, 12222, 14171, 11973, 13979, 12308, 14195, 12156, 16394, 12508, 14960, 12492, 16186, 12223, 15767, 12129, 13987, 12616, 16108, 11283, 10465, 12745, 11236, 9948, 11487, 9507, 12155, 15770, 11101, 15356, 12155, 10919, 13231, 11256, 17187, 11755, 11093, 15191, 12234, 10814, 13611, 12096, 15079, 16800, 13367, 15753, 12580, 14707, 10744, 13571, 12066, 13924, 14445, 13639, 11875, 11768, 12409, 12276, 14247, 16012, 13601, 17198, 13648, 17130, 13723, 17059, 13173, 16853, 13260, 16733, 13886, 15933, 14147, 16779, 14589, 16394, 14599, 14301, 14498, 15356, 14812, 15478, 14112, 14909, 13180, 14499, 13315, 15797, 13050, 15149, 13334, 14342, 11940, 13790, 13343, 10809, 13328, 10794, 15620, 12270, 14494, 12575, 11000, 13387, 12497, 15985, 13405, 11469, 14486, 13836, 17021, 13381, 16871, 12992, 16311, 12168, 15379, 11369, 14281, 10828, 14229, 11552, 14074, 11023, 12157, 13578, 11400, 14164, 12563, 16488, 11551, 15712, 13477, 14951, 14078, 14234, 15749, 14140, 15297, 14023, 15277, 13992, 11501, 13836, 14168, 14239, 13935, 14421, 11959, 14582, 11139, 15819, 11931, 13102, 12368, 10877, 13471, 11264, 14241, 11136, 13855, 12317, 15232, 13728, 14444, 11040, 14544, 11690, 12550, 13244, 11618, 14536, 11129, 13217, 11751, 11540, 14189, 11757, 15629, 12418, 11080, 15880, 12380, 17223, 13750, 16519, 13410, 16794, 12538, 16090, 12747, 15212, 13576, 12069, 14008, 13787, 14869, 13601, 15583, 12891, 15764, 15222, 15331, 12235, 14920, 12964, 14997, 13444, 15579, 13574, 14906, 13212, 14280, 13810, 13873, 13247, 13430, 13297, 13479, 14973, 18070, 15746, 18219, 15111, 18202, 14765, 16525, 14574, 13016, 14335, 15335, 14416, 13891, 14303, 12808, 14720, 13791, 15390, 13617, 17000, 14139, 16210, 14638, 15642, 14402, 15902, 14081, 15912, 13910, 15824, 14070, 15612, 13399, 16131, 13898, 16383, 13732, 16529, 13821, 13594, 14912, 11599, 14805, 14353, 12638, 16838, 13460, 17192, 14966, 11879, 17274, 14560, 14463, 15163, 17895, 14597, 15232, 14847, 12324, 15067, 13573, 14683, 14139, 15106, 12585, 15204, 13725, 14456, 14384, 14357, 13943, 15338, 13409, 14702, 15609, 13959, 16064, 14736, 12841, 14150, 14992, 15066, 14497, 15761, 13574, 14753, 13586, 15389, 13216, 16907, 14620, 17130, 14187, 14768, 14657, 14526, 13934, 13102, 13855, 12629, 14134, 14446, 14309, 11463, 14212, 11412, 14576, 11155, 14415, 11444, 16463, 12971, 15969, 13476, 10611, 14196, 13030, 14784, 14585, 14715, 16349, 14202, 16922, 14191, 17020, 14005, 16287, 14871, 14837, 12459, 14336, 13386, 13129, 14474, 12239, 16261, 14743, 17865, 14064, 17500, 13861, 17508, 13479, 17101, 14202, 16486, 13851, 16523, 13628, 14721, 14430, 12646, 12794, 12164, 12413, 12220, 13290, 14287, 13636, 13691, 13692, 12724, 12113, 14085, 11649, 13825, 11932, 13394, 12965, 13226, 11498, 13176, 11441, 13059, 11578, 12854, 11126, 13498, 10586, 15462, 12929, 14772, 10983, 14282, 12593, 10945, 13402, 11725, 13878, 14302, 15231, 10550, 15656, 10213, 15649, 11163, 16314, 12099, 13714, 12378, 10780, 13566, 13454, 10859, 16250, 13424, 10977, 15555, 12358, 17389, 13896, 17889, 14603, 17489, 14001, 17230, 13298, 17766, 14452, 12749, 14002, 12555, 12219, 12805, 12458, 14874, 13381, 15900, 13358, 16522, 10974, 15802, 11093, 15578, 15931, 14838, 12943, 11096, 15642, 13543, 10965, 16525, 12601, 15456, 14118, 13243, 13055, 18623, 11378, 10324, 13298, 10357, 15415, 11372, 14272, 11624, 16947, 12269, 12483, 13186, 13303, 14131, 15484, 14824, 14985, 16531, 12632, 16761, 13877, 12907, 13614, 13006, 17086, 14742, 15926, 14298, 17972, 14335, 16828, 14187, 14542, 12535, 12507, 16430, 13506, 16542, 14145, 11770, 13723, 11440, 13994, 11937, 15233, 12030, 15468, 12610, 15892, 13314, 15837, 13653, 15127, 12720], 'WindowCenter': [4862.0, 4859.0, 4846.0, 4855.0, 4845.0, 4841.0, 4818.0, 4803.0, 4791.0, 4844.0, 4828.0, 4845.0, 4846.0, 4826.0, 4854.0, 4846.0, 4834.0, 4844.0, 4842.0, 4830.0, 4834.0, 4823.0, 4821.0, 4849.0, 4815.0, 4786.0, 4805.0, 4815.0, 4817.0, 4809.0, 4839.0, 4832.0, 4842.0, 4798.0, 4829.0, 4816.0, 4817.0, 4796.0, 4814.0, 4807.0, 4814.0, 4804.0, 4812.0, 4803.0, 4812.0, 4802.0, 4790.0, 4814.0, 4816.0, 4823.0, 4808.0, 4809.0, 4821.0, 4799.0, 4819.0, 4820.0, 4845.0, 4822.0, 4829.0, 4798.0, 4827.0, 4809.0, 4816.0, 4824.0, 4812.0, 4824.0, 4818.0, 4845.0, 4818.0, 4835.0, 4803.0, 4815.0, 4802.0, 4813.0, 4811.0, 4800.0, 4798.0, 4778.0, 4803.0, 4789.0, 4812.0, 4802.0, 4813.0, 4812.0, 4811.0, 4805.0, 4824.0, 4827.0, 4818.0, 4828.0, 4809.0, 4827.0, 4828.0, 4828.0, 4827.0, 4807.0, 4825.0, 4804.0, 4815.0, 4792.0, 4813.0, 4800.0, 4802.0, 4801.0, 4812.0, 4813.0, 4825.0, 4807.0, 4803.0, 4816.0, 4810.0, 4850.0, 4833.0, 4849.0, 4832.0, 4861.0, 4842.0, 4851.0, 4839.0, 4827.0, 4827.0, 4815.0, 4836.0, 4814.0, 4845.0, 4814.0, 4821.0, 4812.0, 4821.0, 4811.0, 4809.0, 4799.0, 4806.0, 4799.0, 4818.0, 4825.0, 4802.0, 4823.0, 4799.0, 4832.0, 4815.0, 4826.0, 4847.0, 4818.0, 4850.0, 4846.0, 4824.0, 4821.0, 4799.0, 4820.0, 4788.0, 4810.0, 4787.0, 4808.0, 4796.0, 4807.0, 4794.0, 4795.0, 4805.0, 4808.0, 4786.0, 4797.0, 4788.0, 4811.0, 4791.0, 4835.0, 4794.0, 4822.0, 4794.0, 4832.0, 4793.0, 4821.0, 4772.0, 4821.0, 4773.0, 4823.0, 4782.0, 4822.0, 4783.0, 4821.0, 4782.0, 4823.0, 4795.0, 4823.0, 4796.0, 4836.0, 4806.0, 4827.0, 4828.0, 4811.0, 4838.0, 4833.0, 4836.0, 4895.0, 4836.0, 4823.0, 4855.0, 4842.0, 4853.0, 4829.0, 4850.0, 4808.0, 4837.0, 4842.0, 4814.0, 4818.0, 4801.0, 4818.0, 4788.0, 4818.0, 4799.0, 4795.0, 4797.0, 4791.0, 4812.0, 4837.0, 4846.0, 4807.0, 4834.0, 4805.0, 4823.0, 4812.0, 4822.0, 4821.0, 4809.0, 4828.0, 4788.0, 4816.0, 4777.0, 4805.0, 4777.0, 4793.0, 4763.0, 4794.0, 4765.0, 4794.0, 4777.0, 4796.0, 4797.0, 4807.0, 4812.0, 4804.0, 4833.0, 4806.0, 4836.0, 4826.0, 4827.0, 4827.0, 4839.0, 4830.0, 4860.0, 4836.0, 4815.0, 4811.0, 4812.0, 4819.0, 4789.0, 4807.0, 4787.0, 4798.0, 4775.0, 4797.0, 4805.0, 4807.0, 4796.0, 4822.0, 4794.0, 4812.0, 4824.0, 4793.0, 4848.0, 4835.0, 4835.0, 4834.0, 4826.0, 4832.0, 4813.0, 4822.0, 4791.0, 4821.0, 4788.0, 4809.0, 4817.0, 4820.0, 4814.0, 4812.0, 4780.0, 4785.0, 4762.0, 4759.0, 4762.0, 4793.0, 4824.0, 4860.0, 4840.0, 4858.0, 4849.0, 4856.0, 4838.0, 4858.0, 4828.0, 4837.0, 4809.0, 4840.0, 4776.0, 4816.0, 4797.0, 4838.0, 4831.0, 4821.0, 4835.0, 4848.0, 4868.0, 4883.0, 4882.0, 4842.0, 4870.0, 4840.0, 4857.0, 4871.0, 4892.0, 4885.0, 4891.0, 4872.0, 4861.0, 4890.0, 4872.0, 4874.0, 4868.0, 4849.0, 4888.0, 4874.0, 4845.0, 4859.0, 4841.0, 4818.0, 4830.0, 4827.0, 4830.0, 4818.0, 4839.0, 4819.0, 4839.0, 4832.0, 4863.0, 4822.0, 4840.0, 4821.0, 4850.0, 4821.0, 4851.0, 4845.0, 4852.0, 4834.0, 4851.0, 4843.0, 4851.0, 4833.0, 4861.0, 4843.0, 4860.0, 4843.0, 4860.0, 4833.0, 4860.0, 4820.0, 4839.0, 4841.0, 4858.0, 4821.0, 4811.0, 4841.0, 4841.0, 4826.0, 4859.0, 4828.0, 4872.0, 4888.0, 4863.0, 4890.0, 4862.0, 4840.0, 4870.0, 4850.0, 4901.0, 4860.0, 4849.0, 4878.0, 4859.0, 4854.0, 4880.0, 4859.0, 4881.0, 4876.0, 4846.0, 4851.0, 4831.0, 4839.0, 4808.0, 4844.0, 4832.0, 4852.0, 4851.0, 4864.0, 4841.0, 4800.0, 4835.0, 4854.0, 4877.0, 4874.0, 4854.0, 4873.0, 4852.0, 4872.0, 4843.0, 4858.0, 4818.0, 4847.0, 4827.0, 4834.0, 4827.0, 4845.0, 4825.0, 4845.0, 4836.0, 4833.0, 4835.0, 4811.0, 4835.0, 4832.0, 4833.0, 4831.0, 4824.0, 4832.0, 4827.0, 4836.0, 4838.0, 4858.0, 4842.0, 4836.0, 4850.0, 4847.0, 4830.0, 4851.0, 4841.0, 4821.0, 4852.0, 4824.0, 4874.0, 4857.0, 4866.0, 4844.0, 4823.0, 4854.0, 4847.0, 4873.0, 4854.0, 4836.0, 4864.0, 4868.0, 4887.0, 4855.0, 4873.0, 4843.0, 4851.0, 4820.0, 4839.0, 4808.0, 4836.0, 4796.0, 4836.0, 4833.0, 4866.0, 4849.0, 4816.0, 4835.0, 4830.0, 4850.0, 4846.0, 4874.0, 4822.0, 4861.0, 4817.0, 4851.0, 4815.0, 4826.0, 4834.0, 4826.0, 4834.0, 4837.0, 4833.0, 4814.0, 4805.0, 4826.0, 4837.0, 4839.0, 4836.0, 4836.0, 4815.0, 4835.0, 4808.0, 4847.0, 4817.0, 4826.0, 4829.0, 4811.0, 4841.0, 4823.0, 4853.0, 4823.0, 4843.0, 4832.0, 4875.0, 4854.0, 4854.0, 4823.0, 4852.0, 4846.0, 4844.0, 4855.0, 4835.0, 4865.0, 4838.0, 4858.0, 4846.0, 4835.0, 4867.0, 4838.0, 4876.0, 4847.0, 4836.0, 4876.0, 4846.0, 4876.0, 4856.0, 4861.0, 4844.0, 4860.0, 4830.0, 4848.0, 4831.0, 4847.0, 4840.0, 4830.0, 4853.0, 4842.0, 4851.0, 4840.0, 4849.0, 4819.0, 4848.0, 4837.0, 4836.0, 4807.0, 4825.0, 4816.0, 4824.0, 4827.0, 4836.0, 4838.0, 4859.0, 4867.0, 4891.0, 4866.0, 4851.0, 4796.0, 4824.0, 4836.0, 4826.0, 4867.0, 4862.0, 4848.0, 4846.0, 4825.0, 4841.0, 4814.0, 4810.0, 4810.0, 4789.0, 4810.0, 4818.0, 4810.0, 4808.0, 4811.0, 4800.0, 4822.0, 4811.0, 4821.0, 4811.0, 4832.0, 4812.0, 4831.0, 4824.0, 4832.0, 4825.0, 4843.0, 4826.0, 4835.0, 4825.0, 4834.0, 4836.0, 4844.0, 4827.0, 4846.0, 4838.0, 4845.0, 4838.0, 4858.0, 4840.0, 4827.0, 4848.0, 4821.0, 4862.0, 4864.0, 4857.0, 4885.0, 4855.0, 4882.0, 4875.0, 4837.0, 4884.0, 4865.0, 4855.0, 4866.0, 4870.0, 4839.0, 4839.0, 4838.0, 4804.0, 4837.0, 4815.0, 4837.0, 4824.0, 4837.0, 4815.0, 4849.0, 4853.0, 4854.0, 4842.0, 4831.0, 4829.0, 4839.0, 4827.0, 4848.0, 4821.0, 4813.0, 4823.0, 4825.0, 4803.0, 4815.0, 4812.0, 4820.0, 4814.0, 4820.0, 4799.0, 4821.0, 4800.0, 4810.0, 4788.0, 4819.0, 4809.0, 4818.0, 4801.0, 4808.0, 4823.0, 4810.0, 4812.0, 4800.0, 4812.0, 4791.0, 4811.0, 4810.0, 4822.0, 4792.0, 4827.0, 4808.0, 4837.0, 4795.0, 4837.0, 4807.0, 4848.0, 4829.0, 4846.0, 4844.0, 4812.0, 4852.0, 4844.0, 4854.0, 4865.0, 4853.0, 4863.0, 4843.0, 4862.0, 4842.0, 4863.0, 4830.0, 4849.0, 4816.0, 4812.0, 4780.0, 4802.0, 4817.0, 4820.0, 4838.0, 4809.0, 4819.0, 4811.0, 4829.0, 4814.0, 4845.0, 4815.0, 4833.0, 4802.0, 4831.0, 4799.0, 4820.0, 4802.0, 4821.0, 4812.0, 4823.0, 4837.0, 4791.0, 4807.0, 4789.0, 4765.0, 4744.0, 4739.0, 4791.0, 4819.0, 4810.0, 4810.0, 4826.0, 4815.0, 4836.0, 4806.0, 4826.0, 4805.0, 4826.0, 4813.0, 4814.0, 4803.0, 4826.0, 4805.0, 4826.0, 4806.0, 4827.0, 4818.0, 4839.0, 4823.0, 4876.0, 4846.0, 4863.0, 4826.0, 4853.0, 4846.0, 4825.0, 4870.0, 4848.0, 4869.0, 4866.0, 4866.0, 4815.0, 4862.0, 4815.0, 4864.0, 4836.0, 4888.0, 4861.0, 4857.0, 4833.0, 4824.0, 4852.0, 4866.0, 4879.0, 4931.0, 4896.0, 4807.0, 4836.0, 4819.0, 4873.0, 4841.0, 4877.0, 4843.0, 4874.0, 4833.0, 4835.0, 4793.0, 4812.0, 4804.0, 4779.0, 4787.0, 4783.0, 4776.0, 4774.0, 4818.0, 4838.0, 4815.0, 4836.0, 4815.0, 4849.0, 4810.0, 4848.0, 4811.0, 4860.0, 4861.0, 4850.0, 4845.0, 4826.0, 4866.0, 4845.0, 4826.0, 4874.0, 4835.0, 4867.0, 4868.0, 4846.0, 4846.0, 4884.0, 4826.0, 4816.0, 4855.0, 4831.0, 4879.0, 4836.0, 4867.0, 4839.0, 4865.0, 4847.0, 4846.0, 4860.0, 4855.0, 4869.0, 4865.0, 4857.0, 4853.0, 4864.0, 4836.0, 4862.0, 4843.0, 4845.0, 4841.0, 4829.0, 4861.0, 4851.0, 4831.0, 4799.0, 4833.0, 4816.0, 4831.0, 4811.0, 4813.0, 4803.0, 4804.0, 4832.0, 4811.0, 4831.0, 4822.0, 4780.0, 4812.0, 4792.0, 4819.0, 4803.0, 4821.0, 4803.0, 4830.0, 4815.0, 4843.0, 4826.0, 4836.0, 4826.0, 4837.0, 4818.0], 'WindowWidth': [10588.0, 10578.0, 10555.0, 10568.0, 10550.0, 10538.0, 10504.0, 10490.0, 10470.0, 10548.0, 10533.0, 10552.0, 10554.0, 10524.0, 10562.0, 10553.0, 10532.0, 10548.0, 10541.0, 10522.0, 10530.0, 10509.0, 10504.0, 10544.0, 10493.0, 10452.0, 10476.0, 10489.0, 10497.0, 10490.0, 10529.0, 10526.0, 10541.0, 10472.0, 10516.0, 10492.0, 10495.0, 10465.0, 10489.0, 10480.0, 10486.0, 10470.0, 10482.0, 10468.0, 10481.0, 10464.0, 10446.0, 10485.0, 10497.0, 10506.0, 10478.0, 10482.0, 10501.0, 10469.0, 10497.0, 10496.0, 10541.0, 10500.0, 10506.0, 10460.0, 10500.0, 10478.0, 10484.0, 10507.0, 10488.0, 10505.0, 10503.0, 10538.0, 10504.0, 10525.0, 10472.0, 10492.0, 10472.0, 10486.0, 10482.0, 10464.0, 10459.0, 10429.0, 10473.0, 10447.0, 10485.0, 10471.0, 10484.0, 10483.0, 10480.0, 10480.0, 10504.0, 10513.0, 10500.0, 10515.0, 10492.0, 10512.0, 10514.0, 10512.0, 10511.0, 10482.0, 10507.0, 10473.0, 10488.0, 10453.0, 10484.0, 10462.0, 10466.0, 10466.0, 10483.0, 10490.0, 10513.0, 10487.0, 10478.0, 10501.0, 10496.0, 10553.0, 10531.0, 10548.0, 10529.0, 10567.0, 10541.0, 10551.0, 10535.0, 10514.0, 10510.0, 10491.0, 10523.0, 10491.0, 10536.0, 10489.0, 10496.0, 10483.0, 10496.0, 10478.0, 10475.0, 10459.0, 10464.0, 10461.0, 10488.0, 10507.0, 10471.0, 10503.0, 10465.0, 10517.0, 10498.0, 10514.0, 10544.0, 10505.0, 10551.0, 10540.0, 10502.0, 10496.0, 10460.0, 10492.0, 10443.0, 10478.0, 10441.0, 10471.0, 10453.0, 10470.0, 10451.0, 10450.0, 10466.0, 10472.0, 10440.0, 10457.0, 10446.0, 10483.0, 10455.0, 10523.0, 10462.0, 10501.0, 10463.0, 10512.0, 10461.0, 10495.0, 10432.0, 10497.0, 10432.0, 10501.0, 10444.0, 10500.0, 10446.0, 10499.0, 10447.0, 10503.0, 10469.0, 10505.0, 10472.0, 10525.0, 10488.0, 10514.0, 10520.0, 10499.0, 10536.0, 10532.0, 10542.0, 10626.0, 10543.0, 10522.0, 10566.0, 10544.0, 10560.0, 10521.0, 10552.0, 10488.0, 10528.0, 10532.0, 10489.0, 10491.0, 10468.0, 10488.0, 10446.0, 10488.0, 10463.0, 10452.0, 10458.0, 10460.0, 10491.0, 10532.0, 10545.0, 10489.0, 10524.0, 10481.0, 10501.0, 10487.0, 10501.0, 10498.0, 10479.0, 10504.0, 10444.0, 10486.0, 10429.0, 10465.0, 10429.0, 10444.0, 10402.0, 10447.0, 10409.0, 10448.0, 10429.0, 10455.0, 10460.0, 10472.0, 10487.0, 10478.0, 10517.0, 10486.0, 10527.0, 10514.0, 10516.0, 10514.0, 10536.0, 10524.0, 10566.0, 10526.0, 10493.0, 10482.0, 10483.0, 10488.0, 10449.0, 10473.0, 10441.0, 10458.0, 10423.0, 10456.0, 10465.0, 10471.0, 10453.0, 10497.0, 10465.0, 10487.0, 10509.0, 10467.0, 10547.0, 10524.0, 10524.0, 10520.0, 10510.0, 10517.0, 10487.0, 10500.0, 10453.0, 10497.0, 10445.0, 10475.0, 10490.0, 10498.0, 10486.0, 10485.0, 10437.0, 10433.0, 10393.0, 10388.0, 10397.0, 10450.0, 10510.0, 10567.0, 10541.0, 10565.0, 10551.0, 10556.0, 10535.0, 10563.0, 10519.0, 10532.0, 10498.0, 10541.0, 10443.0, 10499.0, 10478.0, 10535.0, 10532.0, 10518.0, 10545.0, 10567.0, 10597.0, 10623.0, 10619.0, 10563.0, 10600.0, 10557.0, 10574.0, 10601.0, 10634.0, 10626.0, 10630.0, 10606.0, 10587.0, 10627.0, 10604.0, 10600.0, 10592.0, 10567.0, 10623.0, 10595.0, 10556.0, 10563.0, 10544.0, 10505.0, 10524.0, 10517.0, 10528.0, 10508.0, 10538.0, 10509.0, 10537.0, 10532.0, 10579.0, 10520.0, 10541.0, 10518.0, 10555.0, 10514.0, 10558.0, 10555.0, 10560.0, 10538.0, 10558.0, 10550.0, 10558.0, 10537.0, 10571.0, 10549.0, 10568.0, 10551.0, 10568.0, 10536.0, 10568.0, 10510.0, 10539.0, 10544.0, 10563.0, 10515.0, 10502.0, 10545.0, 10549.0, 10533.0, 10586.0, 10541.0, 10608.0, 10622.0, 10596.0, 10627.0, 10587.0, 10555.0, 10598.0, 10566.0, 10647.0, 10589.0, 10570.0, 10610.0, 10584.0, 10583.0, 10612.0, 10582.0, 10615.0, 10601.0, 10553.0, 10556.0, 10525.0, 10535.0, 10492.0, 10549.0, 10530.0, 10560.0, 10557.0, 10580.0, 10547.0, 10469.0, 10531.0, 10568.0, 10607.0, 10597.0, 10562.0, 10591.0, 10560.0, 10588.0, 10545.0, 10563.0, 10500.0, 10544.0, 10515.0, 10516.0, 10513.0, 10537.0, 10510.0, 10541.0, 10528.0, 10519.0, 10523.0, 10483.0, 10525.0, 10519.0, 10519.0, 10514.0, 10509.0, 10514.0, 10517.0, 10529.0, 10532.0, 10563.0, 10543.0, 10525.0, 10555.0, 10547.0, 10526.0, 10558.0, 10544.0, 10517.0, 10560.0, 10525.0, 10596.0, 10578.0, 10583.0, 10552.0, 10523.0, 10567.0, 10560.0, 10592.0, 10567.0, 10540.0, 10580.0, 10591.0, 10618.0, 10568.0, 10591.0, 10545.0, 10554.0, 10509.0, 10535.0, 10490.0, 10527.0, 10471.0, 10530.0, 10540.0, 10590.0, 10574.0, 10500.0, 10526.0, 10527.0, 10556.0, 10556.0, 10597.0, 10519.0, 10570.0, 10499.0, 10555.0, 10495.0, 10509.0, 10523.0, 10514.0, 10522.0, 10529.0, 10520.0, 10491.0, 10481.0, 10514.0, 10529.0, 10537.0, 10527.0, 10527.0, 10496.0, 10527.0, 10491.0, 10543.0, 10502.0, 10512.0, 10523.0, 10497.0, 10540.0, 10521.0, 10562.0, 10518.0, 10545.0, 10534.0, 10599.0, 10565.0, 10564.0, 10520.0, 10558.0, 10561.0, 10553.0, 10570.0, 10542.0, 10583.0, 10551.0, 10577.0, 10559.0, 10539.0, 10586.0, 10547.0, 10597.0, 10558.0, 10543.0, 10600.0, 10558.0, 10600.0, 10568.0, 10571.0, 10547.0, 10567.0, 10524.0, 10548.0, 10526.0, 10544.0, 10541.0, 10525.0, 10563.0, 10545.0, 10559.0, 10539.0, 10550.0, 10506.0, 10546.0, 10526.0, 10527.0, 10486.0, 10509.0, 10496.0, 10506.0, 10513.0, 10527.0, 10538.0, 10571.0, 10596.0, 10630.0, 10591.0, 10558.0, 10454.0, 10512.0, 10534.0, 10517.0, 10586.0, 10572.0, 10545.0, 10540.0, 10507.0, 10526.0, 10489.0, 10475.0, 10480.0, 10448.0, 10477.0, 10487.0, 10477.0, 10473.0, 10481.0, 10466.0, 10499.0, 10482.0, 10499.0, 10484.0, 10513.0, 10484.0, 10509.0, 10505.0, 10513.0, 10509.0, 10532.0, 10512.0, 10524.0, 10511.0, 10521.0, 10527.0, 10534.0, 10516.0, 10538.0, 10530.0, 10539.0, 10533.0, 10559.0, 10537.0, 10518.0, 10545.0, 10513.0, 10570.0, 10578.0, 10574.0, 10613.0, 10572.0, 10608.0, 10599.0, 10546.0, 10608.0, 10581.0, 10563.0, 10582.0, 10581.0, 10536.0, 10532.0, 10529.0, 10478.0, 10526.0, 10494.0, 10528.0, 10506.0, 10525.0, 10495.0, 10548.0, 10563.0, 10563.0, 10535.0, 10515.0, 10511.0, 10526.0, 10509.0, 10546.0, 10494.0, 10486.0, 10503.0, 10504.0, 10473.0, 10491.0, 10482.0, 10494.0, 10486.0, 10494.0, 10464.0, 10496.0, 10462.0, 10476.0, 10445.0, 10487.0, 10474.0, 10487.0, 10464.0, 10472.0, 10501.0, 10475.0, 10485.0, 10465.0, 10483.0, 10453.0, 10480.0, 10477.0, 10498.0, 10457.0, 10513.0, 10487.0, 10527.0, 10469.0, 10527.0, 10488.0, 10544.0, 10518.0, 10538.0, 10548.0, 10498.0, 10556.0, 10546.0, 10561.0, 10577.0, 10558.0, 10574.0, 10544.0, 10569.0, 10540.0, 10572.0, 10519.0, 10548.0, 10492.0, 10480.0, 10433.0, 10462.0, 10492.0, 10502.0, 10527.0, 10488.0, 10488.0, 10479.0, 10503.0, 10488.0, 10537.0, 10490.0, 10512.0, 10469.0, 10508.0, 10459.0, 10491.0, 10467.0, 10493.0, 10482.0, 10502.0, 10525.0, 10444.0, 10479.0, 10445.0, 10400.0, 10359.0, 10345.0, 10439.0, 10496.0, 10482.0, 10479.0, 10512.0, 10496.0, 10528.0, 10484.0, 10513.0, 10481.0, 10514.0, 10491.0, 10494.0, 10477.0, 10512.0, 10481.0, 10513.0, 10485.0, 10517.0, 10507.0, 10539.0, 10521.0, 10595.0, 10552.0, 10573.0, 10529.0, 10558.0, 10553.0, 10526.0, 10596.0, 10561.0, 10593.0, 10582.0, 10582.0, 10509.0, 10572.0, 10510.0, 10577.0, 10542.0, 10616.0, 10585.0, 10572.0, 10530.0, 10518.0, 10557.0, 10585.0, 10625.0, 10700.0, 10645.0, 10490.0, 10524.0, 10505.0, 10590.0, 10543.0, 10599.0, 10546.0, 10592.0, 10526.0, 10517.0, 10451.0, 10474.0, 10467.0, 10427.0, 10434.0, 10436.0, 10423.0, 10416.0, 10498.0, 10527.0, 10492.0, 10520.0, 10490.0, 10541.0, 10492.0, 10543.0, 10495.0, 10564.0, 10572.0, 10555.0, 10549.0, 10525.0, 10577.0, 10548.0, 10525.0, 10591.0, 10532.0, 10585.0, 10591.0, 10555.0, 10554.0, 10606.0, 10526.0, 10514.0, 10569.0, 10543.0, 10608.0, 10541.0, 10584.0, 10548.0, 10576.0, 10557.0, 10554.0, 10579.0, 10567.0, 10593.0, 10583.0, 10568.0, 10562.0, 10574.0, 10540.0, 10567.0, 10544.0, 10551.0, 10538.0, 10518.0, 10569.0, 10557.0, 10516.0, 10461.0, 10514.0, 10492.0, 10511.0, 10481.0, 10487.0, 10473.0, 10477.0, 10513.0, 10483.0, 10511.0, 10500.0, 10437.0, 10486.0, 10460.0, 10494.0, 10475.0, 10498.0, 10476.0, 10511.0, 10496.0, 10532.0, 10514.0, 10524.0, 10513.0, 10528.0, 10502.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.006105252293577981</td></tr>
<tr><td colspan=3>aqi</td><td>0.045378130848623854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.642361484259446</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3433078636509763</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.094018215177955</td></tr>
<tr><td colspan=3>efc</td><td>0.5061</td></tr>
<tr><td colspan=3>fber</td><td>4525.0713</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23865683095562748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>272</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.192660550458715</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.344686834070904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2247978560475947</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.649151573202941</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.160111072962177</td></tr>
<tr><td colspan=3>gcor</td><td>0.0262724</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01228988915681839</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045865122228860855</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>4.2522968759177955</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>19.501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.3325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.9903</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293583.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.3699</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1524</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.6792</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4000.8935</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.2274</td></tr>
<tr><td colspan=3>tsnr</td><td>29.907811190350913</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>