<?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-0017_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0017_suffix-bold_task-alignvideo" 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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-02/func/sub-0017_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>51b947811a422b48ac2f17ab37c8ee7a</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:22:31.255000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996063, -0.000243207, 0.0886483, 0.00243381, 0.999694, -0.024604]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.104114</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7748, -7254, 558, -96, -204, 70, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.954</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>138aebc1-da87-4281-be95-98ae3162d68d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6723639965057373, 0.006529747508466244, 0.23926110565662384, 110.2110824584961], [0.0006525065400637686, 2.6821067333221436, -0.06675171107053757, -82.55455017089844], [0.23783692717552185, 0.06601064652204514, 2.688549518585205, -73.13838195800781], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['142231.255000', '142231.715000', '142232.175000', '142232.635000', '142233.095000', '142233.555000', '142234.015000', '142234.475000', '142234.935000', '142235.395000', '142235.855000', '142236.315000', '142236.775000', '142237.235000', '142237.695000', '142238.155000', '142238.615000', '142239.075000', '142239.535000', '142239.995000', '142240.455000', '142240.915000', '142241.375000', '142241.835000', '142242.295000', '142242.755000', '142243.215000', '142243.675000', '142244.135000', '142244.595000', '142245.055000', '142245.515000', '142245.975000', '142246.435000', '142246.895000', '142247.355000', '142247.815000', '142248.275000', '142248.735000', '142249.195000', '142249.655000', '142250.115000', '142250.575000', '142251.035000', '142251.495000', '142251.955000', '142252.415000', '142252.875000', '142253.335000', '142253.795000', '142254.255000', '142254.715000', '142255.175000', '142255.635000', '142256.095000', '142256.555000', '142257.015000', '142257.475000', '142257.935000', '142258.395000', '142258.855000', '142259.315000', '142259.775000', '142300.235000', '142300.695000', '142301.155000', '142301.615000', '142302.075000', '142302.535000', '142302.995000', '142303.455000', '142303.915000', '142304.375000', '142304.835000', '142305.295000', '142305.755000', '142306.215000', '142306.675000', '142307.135000', '142307.595000', '142308.055000', '142308.515000', '142308.975000', '142309.435000', '142309.895000', '142310.355000', '142310.815000', '142311.275000', '142311.735000', '142312.195000', '142312.655000', '142313.115000', '142313.575000', '142314.035000', '142314.495000', '142314.955000', '142315.415000', '142315.875000', '142316.335000', '142316.795000', '142317.255000', '142317.715000', '142318.175000', '142318.635000', '142319.095000', '142319.555000', '142320.015000', '142320.475000', '142320.935000', '142321.395000', '142321.855000', '142322.315000', '142322.775000', '142323.235000', '142323.695000', '142324.155000', '142324.615000', '142325.075000', '142325.535000', '142325.995000', '142326.455000', '142326.915000', '142327.375000', '142327.835000', '142328.295000', '142328.755000', '142329.215000', '142329.675000', '142330.135000', '142330.595000', '142331.055000', '142331.515000', '142331.975000', '142332.435000', '142332.895000', '142333.355000', '142333.815000', '142334.275000', '142334.735000', '142335.195000', '142335.655000', '142336.115000', '142336.575000', '142337.035000', '142337.495000', '142337.955000', '142338.415000', '142338.875000', '142339.335000', '142339.795000', '142340.255000', '142340.715000', '142341.175000', '142341.635000', '142342.095000', '142342.555000', '142343.015000', '142343.475000', '142343.935000', '142344.395000', '142344.855000', '142345.315000', '142345.775000', '142346.235000', '142346.695000', '142347.155000', '142347.615000', '142348.075000', '142348.535000', '142348.995000', '142349.455000', '142349.915000', '142350.375000', '142350.835000', '142351.295000', '142351.755000', '142352.215000', '142352.675000', '142353.135000', '142353.595000', '142354.055000', '142354.515000', '142354.975000', '142355.435000', '142355.895000', '142356.355000', '142356.815000', '142357.275000', '142357.735000', '142358.195000', '142358.655000', '142359.115000', '142359.575000', '142400.035000', '142400.495000', '142400.955000', '142401.415000', '142401.875000', '142402.335000', '142402.795000', '142403.255000', '142403.715000', '142404.175000', '142404.635000', '142405.095000', '142405.555000', '142406.015000', '142406.475000', '142406.935000', '142407.395000', '142407.855000', '142408.315000', '142408.775000', '142409.235000', '142409.695000', '142410.155000', '142410.615000', '142411.075000', '142411.535000', '142411.995000', '142412.455000', '142412.915000', '142413.375000', '142413.835000', '142414.295000', '142414.755000', '142415.215000', '142415.675000', '142416.135000', '142416.595000', '142417.055000', '142417.515000', '142417.975000', '142418.435000', '142418.895000', '142419.355000', '142419.815000', '142420.275000', '142420.735000', '142421.195000', '142421.655000', '142422.115000', '142422.575000', '142423.035000', '142423.495000', '142423.955000', '142424.415000', '142424.875000', '142425.335000', '142425.795000', '142426.255000', '142426.715000', '142427.175000', '142427.635000', '142428.095000', '142428.555000', '142429.015000', '142429.475000', '142429.935000', '142430.395000', '142430.855000', '142431.315000', '142431.775000', '142432.235000', '142432.695000', '142433.155000', '142433.615000', '142434.075000', '142434.535000', '142434.995000', '142435.455000', '142435.915000', '142436.375000', '142436.835000', '142437.295000', '142437.755000', '142438.215000', '142438.675000', '142439.135000', '142439.595000', '142440.055000', '142440.515000', '142440.975000', '142441.435000', '142441.895000', '142442.355000', '142442.815000', '142443.275000', '142443.735000', '142444.195000', '142444.655000', '142445.115000', '142445.575000', '142446.035000', '142446.495000', '142446.955000', '142447.415000', '142447.875000', '142448.335000', '142448.795000', '142449.255000', '142449.715000', '142450.175000', '142450.635000', '142451.095000', '142451.555000', '142452.015000', '142452.475000', '142452.935000', '142453.395000', '142453.855000', '142454.315000', '142454.775000', '142455.235000', '142455.695000', '142456.155000', '142456.615000', '142457.075000', '142457.535000', '142457.995000', '142458.455000', '142458.915000', '142459.375000', '142459.835000', '142500.295000', '142500.755000', '142501.215000', '142501.675000', '142502.135000', '142502.595000', '142503.055000', '142503.515000', '142503.975000', '142504.435000', '142504.895000', '142505.355000', '142505.815000', '142506.275000', '142506.735000', '142507.195000', '142507.655000', '142508.115000', '142508.575000', '142509.035000', '142509.495000', '142509.955000', '142510.415000', '142510.875000', '142511.335000', '142511.795000', '142512.255000', '142512.715000', '142513.175000', '142513.635000', '142514.095000', '142514.555000', '142515.015000', '142515.475000', '142515.935000', '142516.395000', '142516.855000', '142517.315000', '142517.775000', '142518.235000', '142518.695000', '142519.155000', '142519.615000', '142520.075000', '142520.535000', '142520.995000', '142521.455000', '142521.915000', '142522.375000', '142522.835000', '142523.295000', '142523.755000', '142524.215000', '142524.675000', '142525.135000', '142525.595000', '142526.055000', '142526.515000', '142526.975000', '142527.435000', '142527.895000', '142528.355000', '142528.815000', '142529.275000', '142529.735000', '142530.195000', '142530.655000', '142531.115000', '142531.575000', '142532.035000', '142532.495000', '142532.955000', '142533.415000', '142533.875000', '142534.335000', '142534.795000', '142535.255000', '142535.715000', '142536.175000', '142536.635000', '142537.095000', '142537.555000', '142538.015000', '142538.475000', '142538.935000', '142539.395000', '142539.855000', '142540.315000', '142540.775000', '142541.235000', '142541.695000', '142542.155000', '142542.615000', '142543.075000', '142543.535000', '142543.995000', '142544.455000', '142544.915000', '142545.375000', '142545.835000', '142546.295000', '142546.755000', '142547.215000', '142547.675000', '142548.135000', '142548.595000', '142549.055000', '142549.515000', '142549.975000', '142550.435000', '142550.895000', '142551.355000', '142551.815000', '142552.275000', '142552.735000', '142553.195000', '142553.655000', '142554.115000', '142554.575000', '142555.035000', '142555.495000', '142555.955000', '142556.415000', '142556.875000', '142557.335000', '142557.795000', '142558.255000', '142558.715000', '142559.175000', '142559.635000', '142600.095000', '142600.555000', '142601.015000', '142601.475000', '142601.935000', '142602.395000', '142602.855000', '142603.315000', '142603.775000', '142604.235000', '142604.695000', '142605.155000', '142605.615000', '142606.075000', '142606.535000', '142606.995000', '142607.455000', '142607.915000', '142608.375000', '142608.835000', '142609.295000', '142609.755000', '142610.215000', '142610.675000', '142611.135000', '142611.595000', '142612.055000', '142612.515000', '142612.975000', '142613.435000', '142613.895000', '142614.355000', '142614.815000', '142615.275000', '142615.735000', '142616.195000', '142616.655000', '142617.115000', '142617.575000', '142618.035000', '142618.495000', '142618.955000', '142619.415000', '142619.875000', '142620.335000', '142620.795000', '142621.255000', '142621.715000', '142622.175000', '142622.635000', '142623.095000', '142623.555000', '142624.015000', '142624.475000', '142624.935000', '142625.395000', '142625.855000', '142626.315000', '142626.775000', '142627.235000', '142627.695000', '142628.155000', '142628.615000', '142629.075000', '142629.535000', '142629.995000', '142630.455000', '142630.915000', '142631.375000', '142631.835000', '142632.295000', '142632.755000', '142633.215000', '142633.675000', '142634.135000', '142634.595000', '142635.055000', '142635.515000', '142635.975000', '142636.435000', '142636.895000', '142637.355000', '142637.815000', '142638.275000', '142638.735000', '142639.195000', '142639.655000', '142640.115000', '142640.575000', '142641.035000', '142641.495000', '142641.955000', '142642.415000', '142642.875000', '142643.335000', '142643.795000', '142644.255000', '142644.715000', '142645.175000', '142645.635000', '142646.095000', '142646.555000', '142647.015000', '142647.475000', '142647.935000', '142648.395000', '142648.855000', '142649.315000', '142649.775000', '142650.235000', '142650.695000', '142651.155000', '142651.615000', '142652.075000', '142652.535000', '142652.995000', '142653.455000', '142653.915000', '142654.375000', '142654.835000', '142655.295000', '142655.755000', '142656.215000', '142656.675000', '142657.135000', '142657.595000', '142658.055000', '142658.515000', '142658.975000', '142659.435000', '142659.895000', '142700.355000', '142700.815000', '142701.275000', '142701.735000', '142702.195000', '142702.655000', '142703.115000', '142703.575000', '142704.035000', '142704.495000', '142704.955000', '142705.415000', '142705.875000', '142706.335000', '142706.795000', '142707.255000', '142707.715000', '142708.175000', '142708.635000', '142709.095000', '142709.555000', '142710.015000', '142710.475000', '142710.935000', '142711.395000', '142711.855000', '142712.315000', '142712.775000', '142713.235000', '142713.695000', '142714.155000', '142714.615000', '142715.075000', '142715.535000', '142715.995000', '142716.455000', '142716.915000', '142717.375000', '142717.835000', '142718.295000', '142718.755000', '142719.215000', '142719.675000', '142720.135000', '142720.595000', '142721.055000', '142721.515000', '142721.975000', '142722.435000', '142722.895000', '142723.355000', '142723.815000', '142724.275000', '142724.735000', '142725.195000', '142725.655000', '142726.115000', '142726.575000', '142727.035000', '142727.495000', '142727.955000', '142728.415000', '142728.875000', '142729.335000', '142729.795000', '142730.255000', '142730.715000', '142731.175000', '142731.635000', '142732.095000', '142732.555000', '142733.015000', '142733.475000', '142733.935000', '142734.395000', '142734.855000', '142735.315000', '142735.775000', '142736.235000', '142736.695000', '142737.155000', '142737.615000', '142738.075000', '142738.535000', '142738.995000', '142739.455000', '142739.915000', '142740.375000', '142740.835000', '142741.295000', '142741.755000', '142742.215000', '142742.675000', '142743.135000', '142743.595000', '142744.055000', '142744.515000', '142744.975000', '142745.435000', '142745.895000', '142746.355000', '142746.815000', '142747.275000', '142747.735000', '142748.195000', '142748.655000', '142749.115000', '142749.575000', '142750.035000', '142750.495000', '142750.955000', '142751.415000', '142751.875000', '142752.335000', '142752.795000', '142753.255000', '142753.715000', '142754.175000', '142754.635000', '142755.095000', '142755.555000', '142756.015000', '142756.475000', '142756.935000', '142757.395000', '142757.855000', '142758.315000', '142758.775000', '142759.235000', '142759.695000', '142800.155000', '142800.615000', '142801.075000', '142801.535000', '142801.995000', '142802.455000', '142802.915000', '142803.375000', '142803.835000', '142804.295000', '142804.755000', '142805.215000', '142805.675000', '142806.135000', '142806.595000', '142807.055000', '142807.515000', '142807.975000', '142808.435000', '142808.895000', '142809.355000', '142809.815000', '142810.275000', '142810.735000', '142811.195000', '142811.655000', '142812.115000', '142812.575000', '142813.035000', '142813.495000', '142813.955000', '142814.415000', '142814.875000', '142815.335000', '142815.795000', '142816.255000', '142816.715000', '142817.175000', '142817.635000', '142818.095000', '142818.555000', '142819.015000', '142819.475000', '142819.935000', '142820.395000', '142820.855000', '142821.315000', '142821.775000', '142822.235000', '142822.695000', '142823.155000', '142823.615000', '142824.075000', '142824.535000', '142824.995000', '142825.455000', '142825.915000', '142826.375000', '142826.835000', '142827.295000', '142827.755000', '142828.215000', '142828.675000', '142829.135000', '142829.595000', '142830.055000', '142830.515000', '142830.975000', '142831.435000', '142831.895000', '142832.355000', '142832.815000', '142833.275000', '142833.735000', '142834.195000', '142834.655000', '142835.115000', '142835.575000', '142836.035000', '142836.495000', '142836.955000', '142837.415000', '142837.875000', '142838.335000', '142838.795000', '142839.255000', '142839.715000', '142840.175000', '142840.635000', '142841.095000', '142841.555000', '142842.015000', '142842.475000', '142842.935000', '142843.395000', '142843.855000', '142844.315000', '142844.775000', '142845.235000', '142845.695000', '142846.155000', '142846.615000', '142847.075000', '142847.535000', '142847.995000', '142848.455000', '142848.915000', '142849.375000', '142849.835000', '142850.295000', '142850.755000', '142851.215000', '142851.675000', '142852.135000', '142852.595000', '142853.055000', '142853.515000', '142853.975000', '142854.435000', '142854.895000', '142855.355000', '142855.815000', '142856.275000', '142856.735000', '142857.195000', '142857.655000', '142858.115000', '142858.575000', '142859.035000', '142859.495000', '142859.955000', '142900.415000', '142900.875000', '142901.335000', '142901.795000', '142902.255000', '142902.715000', '142903.175000', '142903.635000', '142904.095000', '142904.555000', '142905.015000', '142905.475000', '142905.935000', '142906.395000', '142906.855000', '142907.315000', '142907.775000', '142908.235000', '142908.695000', '142909.155000', '142909.615000', '142910.075000', '142910.535000', '142910.995000', '142911.455000', '142911.915000', '142912.375000', '142912.835000', '142913.295000', '142913.755000', '142914.215000', '142914.675000', '142915.135000', '142915.595000', '142916.055000', '142916.515000', '142916.975000', '142917.435000', '142917.895000', '142918.355000', '142918.815000', '142919.275000', '142919.735000', '142920.195000', '142920.655000', '142921.115000', '142921.575000', '142922.035000', '142922.495000', '142922.955000', '142923.415000', '142923.875000', '142924.335000', '142924.795000', '142925.255000', '142925.715000', '142926.175000', '142926.635000', '142927.095000', '142927.555000', '142928.015000', '142928.475000', '142928.935000', '142929.395000', '142929.855000', '142930.315000', '142930.775000', '142931.235000'], 'ContentTime': ['142248.978000', '142248.982000', '142248.985000', '142248.988000', '142248.992000', '142248.995000', '142248.997000', '142249.001000', '142249.005000', '142249.008000', '142249.011000', '142249.014000', '142249.017000', '142249.020000', '142249.023000', '142249.026000', '142249.029000', '142249.032000', '142249.034000', '142249.037000', '142249.040000', '142249.043000', '142249.046000', '142249.049000', '142249.063000', '142249.066000', '142249.069000', '142249.073000', '142249.076000', '142249.079000', '142249.081000', '142249.084000', '142249.087000', '142249.090000', '142249.093000', '142249.096000', '142249.099000', '142249.102000', '142308.950000', '142308.953000', '142308.960000', '142308.963000', '142308.966000', '142308.969000', '142308.971000', '142308.974000', '142308.977000', '142308.980000', '142308.983000', '142308.986000', '142308.989000', '142308.991000', '142308.994000', '142308.997000', '142309.001000', '142309.004000', '142309.007000', '142309.010000', '142309.013000', '142309.016000', '142309.018000', '142309.021000', '142309.024000', '142309.027000', '142309.030000', '142309.033000', '142309.035000', '142309.038000', '142309.041000', '142309.044000', '142309.047000', '142309.050000', '142309.053000', '142309.055000', '142309.058000', '142309.061000', '142309.064000', '142309.067000', '142309.069000', '142309.072000', '142309.075000', '142328.950000', '142328.953000', '142328.974000', '142328.977000', '142328.980000', '142328.983000', '142328.986000', '142328.988000', '142328.991000', '142328.994000', '142328.997000', '142329.001000', '142329.004000', '142329.006000', '142329.009000', '142329.012000', '142329.015000', '142329.018000', '142329.021000', '142329.024000', '142329.027000', '142329.029000', '142329.032000', '142329.035000', '142329.038000', '142329.041000', '142329.044000', '142329.047000', '142329.049000', '142329.052000', '142329.055000', '142329.058000', '142329.061000', '142329.064000', '142329.067000', '142329.070000', '142329.072000', '142329.075000', '142329.078000', '142329.084000', '142329.087000', '142329.090000', '142329.093000', '142329.096000', '142348.950000', '142348.953000', '142348.956000', '142348.959000', '142348.961000', '142348.964000', '142348.967000', '142348.970000', '142348.973000', '142348.976000', '142348.978000', '142348.981000', '142348.984000', '142348.987000', '142348.990000', '142348.993000', '142348.996000', '142349.000000', '142349.003000', '142349.005000', '142349.008000', '142349.011000', '142349.014000', '142349.017000', '142349.020000', '142349.023000', '142349.027000', '142349.030000', '142349.033000', '142349.035000', '142349.038000', '142349.041000', '142349.044000', '142349.047000', '142349.057000', '142349.060000', '142349.062000', '142349.065000', '142349.068000', '142349.071000', '142349.074000', '142349.077000', '142349.080000', '142408.951000', '142408.954000', '142408.957000', '142408.960000', '142408.963000', '142408.965000', '142408.968000', '142408.971000', '142408.974000', '142408.977000', '142408.980000', '142408.983000', '142408.986000', '142408.988000', '142408.991000', '142408.994000', '142408.997000', '142409.001000', '142409.004000', '142409.007000', '142409.010000', '142409.013000', '142409.015000', '142409.018000', '142409.021000', '142409.024000', '142409.027000', '142409.030000', '142409.032000', '142409.035000', '142409.038000', '142409.041000', '142409.044000', '142409.047000', '142409.050000', '142409.052000', '142409.055000', '142409.058000', '142409.061000', '142409.064000', '142409.067000', '142409.069000', '142409.072000', '142409.075000', '142428.951000', '142428.954000', '142428.957000', '142428.960000', '142428.963000', '142428.965000', '142428.968000', '142428.971000', '142428.974000', '142428.977000', '142428.980000', '142428.983000', '142428.985000', '142428.988000', '142428.991000', '142428.994000', '142428.997000', '142429.001000', '142429.004000', '142429.007000', '142429.009000', '142429.012000', '142429.015000', '142429.018000', '142429.021000', '142429.024000', '142429.026000', '142429.029000', '142429.032000', '142429.035000', '142429.038000', '142429.041000', '142429.043000', '142429.046000', '142429.049000', '142429.052000', '142429.055000', '142429.058000', '142429.061000', '142429.063000', '142429.066000', '142429.069000', '142429.072000', '142448.951000', '142448.954000', '142448.957000', '142448.960000', '142448.962000', '142448.965000', '142448.968000', '142448.971000', '142448.974000', '142448.977000', '142448.980000', '142448.982000', '142448.985000', '142448.988000', '142448.991000', '142448.994000', '142448.997000', '142449.001000', '142449.003000', '142449.006000', '142449.009000', '142449.012000', '142449.015000', '142449.018000', '142449.021000', '142449.023000', '142449.026000', '142449.029000', '142449.032000', '142449.035000', '142449.038000', '142449.041000', '142449.044000', '142449.046000', '142449.049000', '142449.052000', '142449.055000', '142449.058000', '142449.061000', '142449.063000', '142449.066000', '142449.069000', '142449.081000', '142449.084000', '142508.950000', '142508.953000', '142508.956000', '142508.959000', '142508.962000', '142508.964000', '142508.967000', '142508.970000', '142508.973000', '142508.976000', '142508.979000', '142508.981000', '142508.984000', '142508.987000', '142508.990000', '142508.993000', '142508.996000', '142509.000000', '142509.003000', '142509.005000', '142509.008000', '142509.011000', '142509.014000', '142509.017000', '142509.020000', '142509.022000', '142509.025000', '142509.028000', '142509.031000', '142509.034000', '142509.037000', '142509.040000', '142509.043000', '142509.045000', '142509.048000', '142509.051000', '142509.054000', '142509.057000', '142509.060000', '142509.064000', '142509.067000', '142509.070000', '142509.073000', '142528.950000', '142528.953000', '142528.956000', '142528.959000', '142528.961000', '142528.964000', '142528.967000', '142528.970000', '142528.973000', '142528.976000', '142528.979000', '142528.982000', '142528.985000', '142528.988000', '142528.991000', '142528.994000', '142528.996000', '142529.000000', '142529.003000', '142529.006000', '142529.009000', '142529.012000', '142529.015000', '142529.017000', '142529.020000', '142529.023000', '142529.026000', '142529.029000', '142529.032000', '142529.035000', '142529.038000', '142529.041000', '142529.044000', '142529.046000', '142529.049000', '142529.052000', '142529.055000', '142529.058000', '142529.061000', '142529.064000', '142529.067000', '142529.069000', '142529.072000', '142529.075000', '142548.950000', '142548.953000', '142548.956000', '142548.959000', '142548.961000', '142548.964000', '142548.967000', '142548.970000', '142548.973000', '142548.976000', '142548.979000', '142548.982000', '142548.984000', '142548.987000', '142548.990000', '142548.993000', '142548.996000', '142549.000000', '142549.003000', '142549.006000', '142549.008000', '142549.011000', '142549.014000', '142549.017000', '142549.020000', '142549.023000', '142549.026000', '142549.029000', '142549.031000', '142549.034000', '142549.037000', '142549.040000', '142549.043000', '142549.046000', '142549.049000', '142549.051000', '142549.054000', '142549.057000', '142549.060000', '142549.063000', '142549.066000', '142549.069000', '142549.071000', '142608.950000', '142608.957000', '142608.960000', '142608.963000', '142608.966000', '142608.968000', '142608.971000', '142608.974000', '142608.977000', '142608.980000', '142608.983000', '142608.986000', '142608.988000', '142608.991000', '142608.994000', '142608.997000', '142609.001000', '142609.004000', '142609.007000', '142609.009000', '142609.012000', '142609.015000', '142609.018000', '142609.021000', '142609.024000', '142609.027000', '142609.029000', '142609.032000', '142609.035000', '142609.038000', '142609.041000', '142609.044000', '142609.047000', '142609.050000', '142609.052000', '142609.055000', '142609.058000', '142609.061000', '142609.064000', '142609.067000', '142609.070000', '142609.072000', '142609.075000', '142628.951000', '142628.954000', '142628.957000', '142628.960000', '142628.962000', '142628.965000', '142628.968000', '142628.971000', '142628.974000', '142628.977000', '142628.980000', '142628.983000', '142628.986000', '142628.989000', '142628.992000', '142628.994000', '142628.997000', '142629.001000', '142629.004000', '142629.007000', '142629.010000', '142629.013000', '142629.015000', '142629.018000', '142629.033000', '142629.036000', '142629.039000', '142629.041000', '142629.044000', '142629.047000', '142629.050000', '142629.053000', '142629.056000', '142629.059000', '142629.061000', '142629.064000', '142629.067000', '142629.070000', '142629.073000', '142629.076000', '142629.079000', '142629.082000', '142629.084000', '142629.087000', '142648.951000', '142648.954000', '142648.957000', '142648.959000', '142648.962000', '142648.965000', '142648.968000', '142648.971000', '142648.974000', '142648.977000', '142648.980000', '142648.982000', '142648.985000', '142648.988000', '142648.991000', '142648.994000', '142648.997000', '142649.001000', '142649.004000', '142649.007000', '142649.010000', '142649.013000', '142649.015000', '142649.018000', '142649.021000', '142649.024000', '142649.027000', '142649.030000', '142649.033000', '142649.035000', '142649.038000', '142649.041000', '142649.044000', '142649.047000', '142649.050000', '142649.053000', '142649.056000', '142649.058000', '142649.061000', '142649.065000', '142649.068000', '142649.071000', '142649.074000', '142649.077000', '142708.951000', '142708.954000', '142708.957000', '142708.960000', '142708.963000', '142708.966000', '142708.968000', '142708.971000', '142708.974000', '142708.977000', '142708.980000', '142708.983000', '142708.986000', '142708.988000', '142708.991000', '142708.994000', '142708.997000', '142709.001000', '142709.004000', '142709.007000', '142709.010000', '142709.013000', '142709.016000', '142709.018000', '142709.021000', '142709.024000', '142709.027000', '142709.030000', '142709.033000', '142709.035000', '142709.038000', '142709.041000', '142709.044000', '142709.047000', '142709.050000', '142709.053000', '142709.056000', '142709.058000', '142709.061000', '142709.064000', '142709.067000', '142709.070000', '142709.073000', '142728.950000', '142728.953000', '142728.956000', '142728.959000', '142728.962000', '142728.965000', '142728.968000', '142728.971000', '142728.974000', '142728.977000', '142728.980000', '142728.983000', '142728.986000', '142728.989000', '142728.992000', '142728.995000', '142728.997000', '142729.002000', '142729.004000', '142729.007000', '142729.010000', '142729.013000', '142729.016000', '142729.019000', '142729.022000', '142729.025000', '142729.028000', '142729.030000', '142729.033000', '142729.036000', '142729.039000', '142729.042000', '142729.045000', '142729.048000', '142729.051000', '142729.054000', '142729.057000', '142729.059000', '142729.062000', '142729.065000', '142729.068000', '142729.071000', '142729.074000', '142748.950000', '142748.953000', '142748.956000', '142748.959000', '142748.962000', '142748.965000', '142748.968000', '142748.971000', '142748.973000', '142748.976000', '142748.979000', '142748.982000', '142748.985000', '142748.988000', '142748.991000', '142748.994000', '142748.996000', '142749.000000', '142749.003000', '142749.006000', '142749.009000', '142749.012000', '142749.015000', '142749.018000', '142749.021000', '142749.023000', '142749.026000', '142749.029000', '142749.032000', '142749.035000', '142749.038000', '142749.041000', '142749.043000', '142749.046000', '142749.049000', '142749.052000', '142749.055000', '142749.058000', '142749.061000', '142749.064000', '142749.066000', '142749.069000', '142749.072000', '142749.075000', '142808.950000', '142808.953000', '142808.956000', '142808.959000', '142808.962000', '142808.965000', '142808.968000', '142808.970000', '142808.973000', '142808.976000', '142808.979000', '142808.984000', '142808.987000', '142808.990000', '142808.993000', '142808.996000', '142809.000000', '142809.003000', '142809.006000', '142809.009000', '142809.012000', '142809.014000', '142809.017000', '142809.020000', '142809.023000', '142809.026000', '142809.029000', '142809.032000', '142809.034000', '142809.037000', '142809.040000', '142809.043000', '142809.046000', '142809.049000', '142809.052000', '142809.054000', '142809.057000', '142809.060000', '142809.063000', '142809.066000', '142809.069000', '142809.072000', '142809.074000', '142828.950000', '142828.953000', '142828.956000', '142828.959000', '142828.962000', '142828.965000', '142828.967000', '142828.970000', '142828.973000', '142828.976000', '142828.979000', '142828.982000', '142828.984000', '142828.987000', '142828.990000', '142828.993000', '142828.996000', '142829.000000', '142829.003000', '142829.006000', '142829.009000', '142829.011000', '142829.014000', '142829.017000', '142829.020000', '142829.023000', '142829.026000', '142829.030000', '142829.033000', '142829.036000', '142829.039000', '142829.042000', '142829.045000', '142829.048000', '142829.051000', '142829.053000', '142829.056000', '142829.059000', '142829.062000', '142829.065000', '142829.068000', '142829.071000', '142829.073000', '142829.076000', '142848.951000', '142848.954000', '142848.957000', '142848.960000', '142848.963000', '142848.966000', '142848.968000', '142848.971000', '142848.974000', '142848.977000', '142848.980000', '142848.983000', '142848.986000', '142848.989000', '142848.992000', '142848.995000', '142848.998000', '142849.002000', '142849.008000', '142849.011000', '142849.014000', '142849.017000', '142849.020000', '142849.023000', '142849.025000', '142849.028000', '142849.031000', '142849.034000', '142849.037000', '142849.040000', '142849.043000', '142849.046000', '142849.048000', '142849.051000', '142849.054000', '142849.057000', '142849.060000', '142849.063000', '142849.065000', '142849.068000', '142849.071000', '142849.074000', '142849.077000', '142908.951000', '142908.954000', '142908.957000', '142908.960000', '142908.963000', '142908.966000', '142908.968000', '142908.971000', '142908.974000', '142908.977000', '142908.980000', '142908.983000', '142908.986000', '142908.988000', '142908.991000', '142908.994000', '142908.997000', '142909.001000', '142909.004000', '142909.007000', '142909.010000', '142909.012000', '142909.015000', '142909.018000', '142909.021000', '142909.024000', '142909.034000', '142909.036000', '142909.039000', '142909.042000', '142909.045000', '142909.048000', '142909.051000', '142909.054000', '142909.056000', '142909.059000', '142909.062000', '142909.065000', '142909.068000', '142909.071000', '142909.074000', '142909.076000', '142909.079000', '142909.082000', '142928.951000', '142928.966000', '142928.969000', '142928.972000', '142928.975000', '142928.978000', '142928.981000', '142928.983000', '142928.986000', '142928.989000', '142928.992000', '142928.995000', '142928.998000', '142929.002000', '142929.004000', '142929.007000', '142929.010000', '142929.013000', '142929.016000', '142929.019000', '142929.023000', '142929.028000', '142929.031000', '142929.034000', '142929.037000', '142929.040000', '142929.043000', '142929.046000', '142929.049000', '142929.052000', '142929.054000', '142929.057000', '142929.060000', '142929.063000', '142929.066000', '142929.069000', '142929.072000', '142929.074000', '142929.077000', '142929.080000', '142929.083000', '142929.086000', '142929.089000', '142931.844000', '142931.847000', '142931.850000', '142931.853000', '142931.856000', '142931.858000', '142931.861000'], 'InstanceCreationTime': ['142248.978000', '142248.982000', '142248.985000', '142248.988000', '142248.992000', '142248.995000', '142248.997000', '142249.001000', '142249.005000', '142249.008000', '142249.011000', '142249.014000', '142249.017000', '142249.020000', '142249.023000', '142249.026000', '142249.029000', '142249.032000', '142249.034000', '142249.037000', '142249.040000', '142249.043000', '142249.046000', '142249.049000', '142249.063000', '142249.066000', '142249.069000', '142249.073000', '142249.076000', '142249.079000', '142249.081000', '142249.084000', '142249.087000', '142249.090000', '142249.093000', '142249.096000', '142249.099000', '142249.102000', '142308.950000', '142308.953000', '142308.960000', '142308.963000', '142308.966000', '142308.969000', '142308.971000', '142308.974000', '142308.977000', '142308.980000', '142308.983000', '142308.986000', '142308.989000', '142308.991000', '142308.994000', '142308.997000', '142309.001000', '142309.004000', '142309.007000', '142309.010000', '142309.013000', '142309.016000', '142309.018000', '142309.021000', '142309.024000', '142309.027000', '142309.030000', '142309.033000', '142309.035000', '142309.038000', '142309.041000', '142309.044000', '142309.047000', '142309.050000', '142309.053000', '142309.055000', '142309.058000', '142309.061000', '142309.064000', '142309.067000', '142309.069000', '142309.072000', '142309.075000', '142328.950000', '142328.953000', '142328.974000', '142328.977000', '142328.980000', '142328.983000', '142328.986000', '142328.988000', '142328.991000', '142328.994000', '142328.997000', '142329.001000', '142329.004000', '142329.006000', '142329.009000', '142329.012000', '142329.015000', '142329.018000', '142329.021000', '142329.024000', '142329.027000', '142329.029000', '142329.032000', '142329.035000', '142329.038000', '142329.041000', '142329.044000', '142329.047000', '142329.049000', '142329.052000', '142329.055000', '142329.058000', '142329.061000', '142329.064000', '142329.067000', '142329.070000', '142329.072000', '142329.075000', '142329.078000', '142329.084000', '142329.087000', '142329.090000', '142329.093000', '142329.096000', '142348.950000', '142348.953000', '142348.956000', '142348.959000', '142348.961000', '142348.964000', '142348.967000', '142348.970000', '142348.973000', '142348.976000', '142348.978000', '142348.981000', '142348.984000', '142348.987000', '142348.990000', '142348.993000', '142348.996000', '142349.000000', '142349.003000', '142349.005000', '142349.008000', '142349.011000', '142349.014000', '142349.017000', '142349.020000', '142349.023000', '142349.027000', '142349.030000', '142349.033000', '142349.035000', '142349.038000', '142349.041000', '142349.044000', '142349.047000', '142349.057000', '142349.060000', '142349.062000', '142349.065000', '142349.068000', '142349.071000', '142349.074000', '142349.077000', '142349.080000', '142408.951000', '142408.954000', '142408.957000', '142408.960000', '142408.963000', '142408.965000', '142408.968000', '142408.971000', '142408.974000', '142408.977000', '142408.980000', '142408.983000', '142408.986000', '142408.988000', '142408.991000', '142408.994000', '142408.997000', '142409.001000', '142409.004000', '142409.007000', '142409.010000', '142409.013000', '142409.015000', '142409.018000', '142409.021000', '142409.024000', '142409.027000', '142409.030000', '142409.032000', '142409.035000', '142409.038000', '142409.041000', '142409.044000', '142409.047000', '142409.050000', '142409.052000', '142409.055000', '142409.058000', '142409.061000', '142409.064000', '142409.067000', '142409.069000', '142409.072000', '142409.075000', '142428.951000', '142428.954000', '142428.957000', '142428.960000', '142428.963000', '142428.965000', '142428.968000', '142428.971000', '142428.974000', '142428.977000', '142428.980000', '142428.983000', '142428.985000', '142428.988000', '142428.991000', '142428.994000', '142428.997000', '142429.001000', '142429.004000', '142429.007000', '142429.009000', '142429.012000', '142429.015000', '142429.018000', '142429.021000', '142429.024000', '142429.026000', '142429.029000', '142429.032000', '142429.035000', '142429.038000', '142429.041000', '142429.043000', '142429.046000', '142429.049000', '142429.052000', '142429.055000', '142429.058000', '142429.061000', '142429.063000', '142429.066000', '142429.069000', '142429.072000', '142448.951000', '142448.954000', '142448.957000', '142448.960000', '142448.962000', '142448.965000', '142448.968000', '142448.971000', '142448.974000', '142448.977000', '142448.980000', '142448.982000', '142448.985000', '142448.988000', '142448.991000', '142448.994000', '142448.997000', '142449.001000', '142449.003000', '142449.006000', '142449.009000', '142449.012000', '142449.015000', '142449.018000', '142449.021000', '142449.023000', '142449.026000', '142449.029000', '142449.032000', '142449.035000', '142449.038000', '142449.041000', '142449.044000', '142449.046000', '142449.049000', '142449.052000', '142449.055000', '142449.058000', '142449.061000', '142449.063000', '142449.066000', '142449.069000', '142449.081000', '142449.084000', '142508.950000', '142508.953000', '142508.956000', '142508.959000', '142508.962000', '142508.964000', '142508.967000', '142508.970000', '142508.973000', '142508.976000', '142508.979000', '142508.981000', '142508.984000', '142508.987000', '142508.990000', '142508.993000', '142508.996000', '142509.000000', '142509.003000', '142509.005000', '142509.008000', '142509.011000', '142509.014000', '142509.017000', '142509.020000', '142509.022000', '142509.025000', '142509.028000', '142509.031000', '142509.034000', '142509.037000', '142509.040000', '142509.043000', '142509.045000', '142509.048000', '142509.051000', '142509.054000', '142509.057000', '142509.060000', '142509.064000', '142509.067000', '142509.070000', '142509.073000', '142528.950000', '142528.953000', '142528.956000', '142528.959000', '142528.961000', '142528.964000', '142528.967000', '142528.970000', '142528.973000', '142528.976000', '142528.979000', '142528.982000', '142528.985000', '142528.988000', '142528.991000', '142528.994000', '142528.996000', '142529.000000', '142529.003000', '142529.006000', '142529.009000', '142529.012000', '142529.015000', '142529.017000', '142529.020000', '142529.023000', '142529.026000', '142529.029000', '142529.032000', '142529.035000', '142529.038000', '142529.041000', '142529.044000', '142529.046000', '142529.049000', '142529.052000', '142529.055000', '142529.058000', '142529.061000', '142529.064000', '142529.067000', '142529.069000', '142529.072000', '142529.075000', '142548.950000', '142548.953000', '142548.956000', '142548.959000', '142548.961000', '142548.964000', '142548.967000', '142548.970000', '142548.973000', '142548.976000', '142548.979000', '142548.982000', '142548.984000', '142548.987000', '142548.990000', '142548.993000', '142548.996000', '142549.000000', '142549.003000', '142549.006000', '142549.008000', '142549.011000', '142549.014000', '142549.017000', '142549.020000', '142549.023000', '142549.026000', '142549.029000', '142549.031000', '142549.034000', '142549.037000', '142549.040000', '142549.043000', '142549.046000', '142549.049000', '142549.051000', '142549.054000', '142549.057000', '142549.060000', '142549.063000', '142549.066000', '142549.069000', '142549.071000', '142608.950000', '142608.957000', '142608.960000', '142608.963000', '142608.966000', '142608.968000', '142608.971000', '142608.974000', '142608.977000', '142608.980000', '142608.983000', '142608.986000', '142608.988000', '142608.991000', '142608.994000', '142608.997000', '142609.001000', '142609.004000', '142609.007000', '142609.009000', '142609.012000', '142609.015000', '142609.018000', '142609.021000', '142609.024000', '142609.027000', '142609.029000', '142609.032000', '142609.035000', '142609.038000', '142609.041000', '142609.044000', '142609.047000', '142609.050000', '142609.052000', '142609.055000', '142609.058000', '142609.061000', '142609.064000', '142609.067000', '142609.070000', '142609.072000', '142609.075000', '142628.951000', '142628.954000', '142628.957000', '142628.960000', '142628.962000', '142628.965000', '142628.968000', '142628.971000', '142628.974000', '142628.977000', '142628.980000', '142628.983000', '142628.986000', '142628.989000', '142628.992000', '142628.994000', '142628.997000', '142629.001000', '142629.004000', '142629.007000', '142629.010000', '142629.013000', '142629.015000', '142629.018000', '142629.033000', '142629.036000', '142629.039000', '142629.041000', '142629.044000', '142629.047000', '142629.050000', '142629.053000', '142629.056000', '142629.059000', '142629.061000', '142629.064000', '142629.067000', '142629.070000', '142629.073000', '142629.076000', '142629.079000', '142629.082000', '142629.084000', '142629.087000', '142648.951000', '142648.954000', '142648.957000', '142648.959000', '142648.962000', '142648.965000', '142648.968000', '142648.971000', '142648.974000', '142648.977000', '142648.980000', '142648.982000', '142648.985000', '142648.988000', '142648.991000', '142648.994000', '142648.997000', '142649.001000', '142649.004000', '142649.007000', '142649.010000', '142649.013000', '142649.015000', '142649.018000', '142649.021000', '142649.024000', '142649.027000', '142649.030000', '142649.033000', '142649.035000', '142649.038000', '142649.041000', '142649.044000', '142649.047000', '142649.050000', '142649.053000', '142649.056000', '142649.058000', '142649.061000', '142649.065000', '142649.068000', '142649.071000', '142649.074000', '142649.077000', '142708.951000', '142708.954000', '142708.957000', '142708.960000', '142708.963000', '142708.966000', '142708.968000', '142708.971000', '142708.974000', '142708.977000', '142708.980000', '142708.983000', '142708.986000', '142708.988000', '142708.991000', '142708.994000', '142708.997000', '142709.001000', '142709.004000', '142709.007000', '142709.010000', '142709.013000', '142709.016000', '142709.018000', '142709.021000', '142709.024000', '142709.027000', '142709.030000', '142709.033000', '142709.035000', '142709.038000', '142709.041000', '142709.044000', '142709.047000', '142709.050000', '142709.053000', '142709.056000', '142709.058000', '142709.061000', '142709.064000', '142709.067000', '142709.070000', '142709.073000', '142728.950000', '142728.953000', '142728.956000', '142728.959000', '142728.962000', '142728.965000', '142728.968000', '142728.971000', '142728.974000', '142728.977000', '142728.980000', '142728.983000', '142728.986000', '142728.989000', '142728.992000', '142728.995000', '142728.997000', '142729.002000', '142729.004000', '142729.007000', '142729.010000', '142729.013000', '142729.016000', '142729.019000', '142729.022000', '142729.025000', '142729.028000', '142729.030000', '142729.033000', '142729.036000', '142729.039000', '142729.042000', '142729.045000', '142729.048000', '142729.051000', '142729.054000', '142729.057000', '142729.059000', '142729.062000', '142729.065000', '142729.068000', '142729.071000', '142729.074000', '142748.950000', '142748.953000', '142748.956000', '142748.959000', '142748.962000', '142748.965000', '142748.968000', '142748.971000', '142748.973000', '142748.976000', '142748.979000', '142748.982000', '142748.985000', '142748.988000', '142748.991000', '142748.994000', '142748.996000', '142749.000000', '142749.003000', '142749.006000', '142749.009000', '142749.012000', '142749.015000', '142749.018000', '142749.021000', '142749.023000', '142749.026000', '142749.029000', '142749.032000', '142749.035000', '142749.038000', '142749.041000', '142749.043000', '142749.046000', '142749.049000', '142749.052000', '142749.055000', '142749.058000', '142749.061000', '142749.064000', '142749.066000', '142749.069000', '142749.072000', '142749.075000', '142808.950000', '142808.953000', '142808.956000', '142808.959000', '142808.962000', '142808.965000', '142808.968000', '142808.970000', '142808.973000', '142808.976000', '142808.979000', '142808.984000', '142808.987000', '142808.990000', '142808.993000', '142808.996000', '142809.000000', '142809.003000', '142809.006000', '142809.009000', '142809.012000', '142809.014000', '142809.017000', '142809.020000', '142809.023000', '142809.026000', '142809.029000', '142809.032000', '142809.034000', '142809.037000', '142809.040000', '142809.043000', '142809.046000', '142809.049000', '142809.052000', '142809.054000', '142809.057000', '142809.060000', '142809.063000', '142809.066000', '142809.069000', '142809.072000', '142809.074000', '142828.950000', '142828.953000', '142828.956000', '142828.959000', '142828.962000', '142828.965000', '142828.967000', '142828.970000', '142828.973000', '142828.976000', '142828.979000', '142828.982000', '142828.984000', '142828.987000', '142828.990000', '142828.993000', '142828.996000', '142829.000000', '142829.003000', '142829.006000', '142829.009000', '142829.011000', '142829.014000', '142829.017000', '142829.020000', '142829.023000', '142829.026000', '142829.030000', '142829.033000', '142829.036000', '142829.039000', '142829.042000', '142829.045000', '142829.048000', '142829.051000', '142829.053000', '142829.056000', '142829.059000', '142829.062000', '142829.065000', '142829.068000', '142829.071000', '142829.073000', '142829.076000', '142848.951000', '142848.954000', '142848.957000', '142848.960000', '142848.963000', '142848.966000', '142848.968000', '142848.971000', '142848.974000', '142848.977000', '142848.980000', '142848.983000', '142848.986000', '142848.989000', '142848.992000', '142848.995000', '142848.998000', '142849.002000', '142849.008000', '142849.011000', '142849.014000', '142849.017000', '142849.020000', '142849.023000', '142849.025000', '142849.028000', '142849.031000', '142849.034000', '142849.037000', '142849.040000', '142849.043000', '142849.046000', '142849.048000', '142849.051000', '142849.054000', '142849.057000', '142849.060000', '142849.063000', '142849.065000', '142849.068000', '142849.071000', '142849.074000', '142849.077000', '142908.951000', '142908.954000', '142908.957000', '142908.960000', '142908.963000', '142908.966000', '142908.968000', '142908.971000', '142908.974000', '142908.977000', '142908.980000', '142908.983000', '142908.986000', '142908.988000', '142908.991000', '142908.994000', '142908.997000', '142909.001000', '142909.004000', '142909.007000', '142909.010000', '142909.012000', '142909.015000', '142909.018000', '142909.021000', '142909.024000', '142909.034000', '142909.036000', '142909.039000', '142909.042000', '142909.045000', '142909.048000', '142909.051000', '142909.054000', '142909.056000', '142909.059000', '142909.062000', '142909.065000', '142909.068000', '142909.071000', '142909.074000', '142909.076000', '142909.079000', '142909.082000', '142928.951000', '142928.966000', '142928.969000', '142928.972000', '142928.975000', '142928.978000', '142928.981000', '142928.983000', '142928.986000', '142928.989000', '142928.992000', '142928.995000', '142928.998000', '142929.002000', '142929.004000', '142929.007000', '142929.010000', '142929.013000', '142929.016000', '142929.019000', '142929.023000', '142929.028000', '142929.031000', '142929.034000', '142929.037000', '142929.040000', '142929.043000', '142929.046000', '142929.049000', '142929.052000', '142929.054000', '142929.057000', '142929.060000', '142929.063000', '142929.066000', '142929.069000', '142929.072000', '142929.074000', '142929.077000', '142929.080000', '142929.083000', '142929.086000', '142929.089000', '142931.844000', '142931.847000', '142931.850000', '142931.853000', '142931.856000', '142931.858000', '142931.861000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [8775, 14015, 8605, 14179, 8271, 13556, 8330, 14146, 8109, 12070, 7415, 11715, 6629, 13490, 8603, 13184, 11429, 11297, 13660, 9758, 12526, 8910, 13928, 9821, 12603, 14210, 10804, 15443, 10616, 14321, 10965, 15446, 10526, 14207, 10105, 13823, 11300, 10604, 11088, 10439, 11016, 14375, 11264, 14706, 11432, 14081, 9468, 13383, 8919, 13905, 7829, 13870, 7290, 13384, 7186, 13571, 7352, 14222, 7241, 13778, 7149, 13114, 7032, 13081, 7145, 12961, 7377, 13267, 7359, 13861, 7341, 14390, 7294, 13486, 6985, 12255, 9322, 10331, 13903, 11415, 13364, 10503, 13994, 10469, 13488, 10409, 13055, 9797, 12683, 8529, 12688, 8219, 13019, 7750, 13326, 7157, 12626, 6871, 12584, 7124, 12725, 6919, 11943, 6983, 11421, 9543, 10682, 11497, 10700, 12789, 9823, 13688, 9594, 13391, 9960, 13186, 8793, 13255, 10121, 11496, 11073, 9521, 11348, 7439, 11603, 9478, 10284, 10852, 12074, 8474, 11886, 9209, 10725, 14853, 11060, 14276, 10356, 13112, 9045, 12613, 8811, 13012, 10497, 13446, 9864, 12835, 9204, 12861, 8616, 14311, 9556, 13735, 8997, 12536, 9258, 13471, 9993, 13228, 9513, 12723, 8069, 12714, 8291, 14060, 8616, 13160, 8469, 12274, 7760, 12808, 7673, 13814, 7218, 13364, 6983, 12867, 8688, 13875, 10287, 12992, 10024, 10409, 12446, 6902, 12684, 8416, 11997, 10577, 8986, 13079, 11430, 10741, 15762, 11858, 13311, 10693, 14267, 10285, 13334, 9194, 13919, 7979, 13485, 7007, 11272, 10620, 9210, 14061, 9414, 13496, 7180, 12564, 8087, 8750, 14377, 9862, 13150, 8645, 12398, 8015, 11936, 7448, 12469, 7295, 12712, 7038, 12298, 7192, 12127, 7671, 11653, 8692, 10044, 12866, 10684, 14356, 10071, 12714, 8248, 12496, 7540, 10507, 14483, 10188, 13359, 8318, 12496, 7381, 12550, 7095, 11698, 6885, 10569, 8229, 9881, 8454, 15354, 8526, 15672, 7320, 14790, 7664, 15591, 7511, 14770, 11589, 12074, 16940, 12917, 15341, 10973, 13403, 8673, 12469, 7129, 12790, 7177, 11991, 7115, 10489, 12857, 10153, 13638, 10671, 13183, 8984, 12494, 8312, 12551, 7755, 13298, 7061, 12397, 6966, 12010, 7116, 12098, 7034, 13736, 7618, 13166, 7219, 13397, 8100, 13870, 7858, 12386, 7402, 11907, 7168, 11638, 7478, 12950, 7180, 12737, 7395, 12930, 7762, 13397, 9408, 12713, 8878, 11947, 7821, 11978, 7262, 11945, 8016, 11432, 7663, 11065, 7405, 10455, 7649, 11157, 8669, 11416, 7498, 11187, 7287, 11251, 7340, 11128, 7380, 11538, 8336, 11238, 8336, 9639, 13004, 9115, 13337, 8918, 12732, 8291, 12770, 7403, 12128, 7069, 12149, 7009, 12323, 7195, 12229, 7179, 12353, 6941, 11930, 6911, 10318, 10320, 9525, 13049, 8784, 13151, 8117, 12297, 7143, 11152, 7569, 11827, 7040, 11320, 6999, 12652, 7076, 12061, 6868, 11584, 7087, 10888, 8982, 9607, 12348, 10140, 13523, 9497, 12431, 8247, 12034, 7728, 12086, 7013, 11823, 6807, 11746, 7011, 11897, 7178, 12127, 7693, 11776, 7013, 11219, 7158, 11502, 7464, 10024, 9890, 9143, 12029, 10121, 11788, 10206, 11811, 9383, 12675, 9445, 13187, 10108, 12123, 9712, 11688, 8953, 12612, 8707, 12190, 9129, 12501, 8297, 12472, 7426, 12457, 7147, 11955, 7428, 11498, 7922, 11332, 7195, 11330, 7091, 12240, 6837, 12256, 7565, 11809, 6741, 11060, 7459, 10598, 7759, 9892, 8130, 9661, 8331, 10612, 7367, 11011, 7297, 10703, 6768, 10896, 6689, 11538, 6845, 10954, 6781, 9745, 8536, 9548, 8111, 11062, 7510, 11077, 7620, 11456, 6853, 12693, 7738, 13244, 8017, 13386, 8119, 12628, 7457, 12593, 7283, 11879, 7147, 11247, 7097, 10367, 7314, 11862, 7307, 12207, 6989, 12796, 7075, 12698, 8188, 12918, 8964, 11844, 8675, 10543, 8731, 8840, 10767, 7074, 12070, 7107, 13095, 7779, 13031, 9496, 11854, 9746, 10704, 8690, 10183, 10395, 8683, 11024, 7150, 12134, 7317, 11704, 6981, 12557, 7872, 13294, 7966, 13138, 8019, 12858, 8698, 12901, 9319, 12421, 8965, 13143, 8031, 12592, 8607, 12642, 8459, 13142, 7555, 12484, 7615, 12074, 9050, 10787, 9353, 7225, 9994, 7320, 11301, 7368, 12668, 7603, 13684, 8075, 13263, 8828, 12234, 10299, 11173, 9553, 9489, 9322, 9371, 10123, 8722, 11614, 7533, 11972, 7353, 11885, 7250, 12463, 7732, 13270, 8096, 13228, 7152, 12470, 7103, 12606, 7383, 13279, 7297, 13136, 7375, 13100, 7911, 12795, 9417, 12652, 8717, 10753, 8905, 11447, 9681, 12345, 10476, 11455, 9089, 12355, 9273, 12506, 10469, 11868, 9756, 10464, 8872, 10751, 8681, 11052, 9814, 9520, 9832, 7640, 10173, 7078, 9788, 8440, 10699, 7745, 9813, 8409, 9301, 9722, 9703, 9449, 10487, 7246, 9978, 7273, 9661, 9241, 10201, 7966, 10869, 7337, 11603, 7061, 12729, 8227, 13823, 8443, 13420, 8376, 13168, 8406, 12587, 8234, 12994, 7769, 13095, 7020, 12587, 7180, 12094, 7255, 13008, 6896, 12921, 7005, 12104, 7296, 12617, 7452, 12734, 7196, 11977, 6937, 12097, 8612, 12835, 8732, 10579, 8776, 7656, 9951, 7081, 12018, 7118, 12804, 6727, 12133, 7307, 13323, 8589, 13680, 8673, 11284, 8965, 11900, 8851, 11568, 9365, 9697, 10538, 7462, 9733, 8123, 9792, 11890, 9515, 12172, 10104, 7061, 10442, 6719, 12519, 7370, 13864, 8611, 13542, 8647, 11856, 9102, 12485, 9211, 12708, 10013, 12744, 9340, 13556, 8548, 13545, 8091, 13653, 8487, 13694, 8118, 13727, 8476, 13168, 8258, 13850, 8810, 13112, 8393, 12526, 8604, 12516, 9345, 13799, 8921, 13138, 9388, 14591, 9896, 13168, 9227, 10785, 9163, 8577, 13885, 8570, 15841, 10531, 10034, 13309, 8798, 14403, 10426, 13345, 11075, 15045, 10886, 14412, 10257, 13977, 9517, 13455, 9311, 13736, 9469, 14202, 9123, 13462, 9915, 13495, 9642, 14016, 9998, 13865, 9706, 14116, 10357, 14130, 10777, 14300, 11129, 13728, 10908, 14298, 10930, 14158, 10968, 14258, 10979, 14613, 10117, 13940, 10383, 14099, 10165, 14484, 9353, 13994, 9383, 14297, 10218, 14263, 10114, 13761, 9910, 13889, 10764, 11955, 11672, 9484, 11707, 8597, 13028, 8749, 14031, 8298, 13962, 8297, 14273, 9995, 12689, 13470, 11778, 9930, 12029, 8423, 12928, 8651, 13312, 11704, 12632, 12267, 13174, 12808, 11845, 14655, 11285, 14263, 11687, 14102, 10749, 14616, 10299, 14012, 10792, 14049, 11150, 10029, 10834, 8115, 11649, 14696, 10339, 14302, 10698, 14176, 9436, 13828, 9003, 12582, 15557, 10949, 14505, 9522, 13561, 8742, 11912, 10962, 11499, 10910, 11001, 15031, 10168, 14721, 9135, 13666, 8912, 11956, 11298, 11150, 12694, 10368, 13023, 11054, 11601, 10726], 'WindowCenter': [4317.0, 4362.0, 4299.0, 4347.0, 4286.0, 4337.0, 4288.0, 4363.0, 4303.0, 4367.0, 4282.0, 4316.0, 4242.0, 4389.0, 4331.0, 4339.0, 4318.0, 4306.0, 4336.0, 4296.0, 4324.0, 4268.0, 4320.0, 4265.0, 4298.0, 4299.0, 4289.0, 4307.0, 4274.0, 4294.0, 4277.0, 4316.0, 4278.0, 4309.0, 4276.0, 4307.0, 4288.0, 4278.0, 4301.0, 4292.0, 4302.0, 4311.0, 4284.0, 4319.0, 4286.0, 4320.0, 4280.0, 4297.0, 4255.0, 4296.0, 4236.0, 4306.0, 4237.0, 4305.0, 4226.0, 4295.0, 4235.0, 4308.0, 4237.0, 4308.0, 4250.0, 4311.0, 4234.0, 4324.0, 4239.0, 4308.0, 4237.0, 4297.0, 4237.0, 4306.0, 4235.0, 4320.0, 4237.0, 4307.0, 4237.0, 4298.0, 4256.0, 4266.0, 4286.0, 4287.0, 4298.0, 4277.0, 4296.0, 4276.0, 4297.0, 4265.0, 4296.0, 4266.0, 4297.0, 4257.0, 4296.0, 4246.0, 4296.0, 4237.0, 4308.0, 4237.0, 4297.0, 4229.0, 4298.0, 4223.0, 4311.0, 4238.0, 4300.0, 4237.0, 4289.0, 4267.0, 4279.0, 4289.0, 4280.0, 4301.0, 4278.0, 4309.0, 4266.0, 4310.0, 4291.0, 4311.0, 4273.0, 4323.0, 4293.0, 4290.0, 4303.0, 4283.0, 4303.0, 4253.0, 4314.0, 4282.0, 4293.0, 4290.0, 4314.0, 4258.0, 4299.0, 4273.0, 4290.0, 4312.0, 4290.0, 4319.0, 4282.0, 4310.0, 4260.0, 4312.0, 4270.0, 4298.0, 4291.0, 4310.0, 4280.0, 4297.0, 4270.0, 4294.0, 4246.0, 4307.0, 4282.0, 4309.0, 4270.0, 4312.0, 4270.0, 4297.0, 4269.0, 4308.0, 4280.0, 4298.0, 4247.0, 4297.0, 4247.0, 4310.0, 4258.0, 4306.0, 4258.0, 4298.0, 4247.0, 4298.0, 4238.0, 4318.0, 4238.0, 4307.0, 4238.0, 4299.0, 4258.0, 4322.0, 4283.0, 4311.0, 4294.0, 4288.0, 4313.0, 4265.0, 4326.0, 4287.0, 4315.0, 4291.0, 4271.0, 4310.0, 4288.0, 4288.0, 4311.0, 4303.0, 4297.0, 4291.0, 4320.0, 4278.0, 4308.0, 4254.0, 4293.0, 4235.0, 4296.0, 4226.0, 4287.0, 4277.0, 4254.0, 4294.0, 4255.0, 4296.0, 4223.0, 4286.0, 4244.0, 4255.0, 4305.0, 4266.0, 4296.0, 4256.0, 4296.0, 4248.0, 4298.0, 4237.0, 4297.0, 4250.0, 4310.0, 4235.0, 4301.0, 4239.0, 4299.0, 4250.0, 4297.0, 4271.0, 4291.0, 4290.0, 4274.0, 4320.0, 4280.0, 4311.0, 4258.0, 4300.0, 4237.0, 4277.0, 4299.0, 4278.0, 4308.0, 4258.0, 4297.0, 4235.0, 4297.0, 4237.0, 4299.0, 4236.0, 4291.0, 4286.0, 4324.0, 4301.0, 4360.0, 4286.0, 4345.0, 4266.0, 4331.0, 4251.0, 4334.0, 4249.0, 4333.0, 4302.0, 4312.0, 4339.0, 4300.0, 4321.0, 4292.0, 4308.0, 4258.0, 4297.0, 4225.0, 4286.0, 4213.0, 4284.0, 4223.0, 4265.0, 4286.0, 4262.0, 4281.0, 4265.0, 4295.0, 4256.0, 4285.0, 4246.0, 4283.0, 4234.0, 4296.0, 4228.0, 4285.0, 4226.0, 4286.0, 4240.0, 4298.0, 4238.0, 4318.0, 4245.0, 4308.0, 4235.0, 4295.0, 4258.0, 4309.0, 4248.0, 4296.0, 4233.0, 4301.0, 4237.0, 4289.0, 4225.0, 4286.0, 4226.0, 4296.0, 4235.0, 4296.0, 4233.0, 4297.0, 4269.0, 4298.0, 4257.0, 4285.0, 4237.0, 4287.0, 4224.0, 4286.0, 4235.0, 4284.0, 4234.0, 4272.0, 4223.0, 4265.0, 4233.0, 4276.0, 4241.0, 4288.0, 4238.0, 4291.0, 4236.0, 4287.0, 4238.0, 4289.0, 4237.0, 4287.0, 4245.0, 4285.0, 4247.0, 4268.0, 4288.0, 4253.0, 4294.0, 4243.0, 4284.0, 4241.0, 4279.0, 4232.0, 4285.0, 4225.0, 4287.0, 4225.0, 4287.0, 4215.0, 4288.0, 4238.0, 4311.0, 4239.0, 4289.0, 4224.0, 4278.0, 4265.0, 4268.0, 4288.0, 4247.0, 4297.0, 4235.0, 4287.0, 4226.0, 4275.0, 4236.0, 4300.0, 4234.0, 4289.0, 4225.0, 4297.0, 4238.0, 4302.0, 4241.0, 4290.0, 4228.0, 4279.0, 4254.0, 4266.0, 4279.0, 4268.0, 4298.0, 4270.0, 4295.0, 4236.0, 4282.0, 4235.0, 4287.0, 4215.0, 4284.0, 4227.0, 4288.0, 4227.0, 4290.0, 4228.0, 4289.0, 4248.0, 4301.0, 4238.0, 4288.0, 4228.0, 4291.0, 4239.0, 4270.0, 4268.0, 4265.0, 4287.0, 4274.0, 4285.0, 4280.0, 4290.0, 4269.0, 4300.0, 4270.0, 4299.0, 4280.0, 4301.0, 4270.0, 4301.0, 4270.0, 4300.0, 4255.0, 4299.0, 4273.0, 4300.0, 4260.0, 4300.0, 4248.0, 4300.0, 4228.0, 4290.0, 4238.0, 4290.0, 4249.0, 4290.0, 4237.0, 4289.0, 4228.0, 4304.0, 4229.0, 4301.0, 4250.0, 4298.0, 4224.0, 4290.0, 4235.0, 4278.0, 4240.0, 4280.0, 4261.0, 4280.0, 4261.0, 4277.0, 4251.0, 4293.0, 4250.0, 4293.0, 4238.0, 4292.0, 4226.0, 4306.0, 4242.0, 4305.0, 4244.0, 4285.0, 4271.0, 4282.0, 4261.0, 4304.0, 4252.0, 4304.0, 4264.0, 4304.0, 4239.0, 4313.0, 4264.0, 4324.0, 4276.0, 4320.0, 4265.0, 4299.0, 4241.0, 4298.0, 4239.0, 4286.0, 4240.0, 4291.0, 4240.0, 4255.0, 4225.0, 4276.0, 4235.0, 4286.0, 4239.0, 4298.0, 4240.0, 4300.0, 4262.0, 4311.0, 4272.0, 4300.0, 4273.0, 4291.0, 4261.0, 4270.0, 4292.0, 4237.0, 4301.0, 4252.0, 4324.0, 4250.0, 4312.0, 4284.0, 4294.0, 4283.0, 4293.0, 4273.0, 4279.0, 4278.0, 4258.0, 4292.0, 4235.0, 4300.0, 4249.0, 4288.0, 4223.0, 4300.0, 4249.0, 4310.0, 4246.0, 4306.0, 4258.0, 4295.0, 4258.0, 4299.0, 4265.0, 4300.0, 4271.0, 4305.0, 4247.0, 4298.0, 4258.0, 4293.0, 4258.0, 4297.0, 4248.0, 4296.0, 4248.0, 4299.0, 4268.0, 4290.0, 4271.0, 4252.0, 4289.0, 4263.0, 4302.0, 4250.0, 4307.0, 4264.0, 4322.0, 4264.0, 4320.0, 4285.0, 4299.0, 4282.0, 4300.0, 4281.0, 4269.0, 4281.0, 4270.0, 4278.0, 4257.0, 4302.0, 4249.0, 4288.0, 4238.0, 4299.0, 4236.0, 4297.0, 4243.0, 4305.0, 4249.0, 4305.0, 4242.0, 4298.0, 4227.0, 4297.0, 4238.0, 4298.0, 4241.0, 4310.0, 4249.0, 4309.0, 4261.0, 4298.0, 4285.0, 4309.0, 4260.0, 4289.0, 4269.0, 4279.0, 4267.0, 4289.0, 4293.0, 4290.0, 4261.0, 4298.0, 4268.0, 4282.0, 4279.0, 4278.0, 4268.0, 4279.0, 4271.0, 4290.0, 4272.0, 4290.0, 4278.0, 4280.0, 4280.0, 4249.0, 4279.0, 4238.0, 4278.0, 4258.0, 4292.0, 4249.0, 4280.0, 4261.0, 4280.0, 4267.0, 4269.0, 4269.0, 4290.0, 4249.0, 4280.0, 4250.0, 4279.0, 4268.0, 4290.0, 4261.0, 4290.0, 4247.0, 4289.0, 4237.0, 4299.0, 4260.0, 4308.0, 4271.0, 4321.0, 4261.0, 4309.0, 4248.0, 4293.0, 4243.0, 4294.0, 4249.0, 4293.0, 4237.0, 4284.0, 4224.0, 4281.0, 4235.0, 4298.0, 4237.0, 4297.0, 4238.0, 4285.0, 4236.0, 4298.0, 4236.0, 4298.0, 4238.0, 4298.0, 4226.0, 4294.0, 4268.0, 4313.0, 4271.0, 4288.0, 4271.0, 4264.0, 4280.0, 4236.0, 4309.0, 4241.0, 4314.0, 4240.0, 4315.0, 4239.0, 4309.0, 4248.0, 4302.0, 4246.0, 4275.0, 4267.0, 4290.0, 4257.0, 4287.0, 4255.0, 4281.0, 4275.0, 4239.0, 4279.0, 4247.0, 4267.0, 4261.0, 4262.0, 4300.0, 4266.0, 4227.0, 4275.0, 4201.0, 4297.0, 4212.0, 4281.0, 4246.0, 4309.0, 4258.0, 4285.0, 4253.0, 4287.0, 4257.0, 4286.0, 4254.0, 4276.0, 4244.0, 4293.0, 4246.0, 4270.0, 4221.0, 4270.0, 4232.0, 4292.0, 4236.0, 4292.0, 4232.0, 4282.0, 4233.0, 4282.0, 4246.0, 4284.0, 4234.0, 4298.0, 4246.0, 4285.0, 4243.0, 4297.0, 4270.0, 4310.0, 4281.0, 4319.0, 4265.0, 4224.0, 4197.0, 4214.0, 4236.0, 4228.0, 4308.0, 4269.0, 4329.0, 4301.0, 4290.0, 4338.0, 4284.0, 4349.0, 4318.0, 4333.0, 4313.0, 4331.0, 4304.0, 4321.0, 4279.0, 4307.0, 4268.0, 4310.0, 4267.0, 4319.0, 4277.0, 4307.0, 4267.0, 4306.0, 4277.0, 4307.0, 4275.0, 4317.0, 4278.0, 4307.0, 4280.0, 4319.0, 4290.0, 4320.0, 4301.0, 4317.0, 4301.0, 4319.0, 4299.0, 4319.0, 4301.0, 4320.0, 4301.0, 4332.0, 4301.0, 4331.0, 4292.0, 4320.0, 4279.0, 4319.0, 4288.0, 4319.0, 4281.0, 4319.0, 4279.0, 4319.0, 4291.0, 4332.0, 4292.0, 4321.0, 4292.0, 4321.0, 4303.0, 4325.0, 4316.0, 4289.0, 4312.0, 4296.0, 4335.0, 4283.0, 4345.0, 4274.0, 4334.0, 4273.0, 4333.0, 4292.0, 4309.0, 4311.0, 4312.0, 4280.0, 4311.0, 4269.0, 4321.0, 4271.0, 4321.0, 4291.0, 4326.0, 4313.0, 4322.0, 4311.0, 4313.0, 4333.0, 4302.0, 4320.0, 4298.0, 4318.0, 4290.0, 4319.0, 4278.0, 4308.0, 4288.0, 4308.0, 4303.0, 4289.0, 4302.0, 4261.0, 4310.0, 4333.0, 4301.0, 4333.0, 4293.0, 4322.0, 4292.0, 4321.0, 4271.0, 4310.0, 4318.0, 4287.0, 4308.0, 4267.0, 4307.0, 4256.0, 4287.0, 4273.0, 4286.0, 4285.0, 4286.0, 4318.0, 4277.0, 4315.0, 4267.0, 4307.0, 4269.0, 4310.0, 4287.0, 4286.0, 4308.0, 4289.0, 4307.0, 4299.0, 4299.0, 4289.0], 'WindowWidth': [9557.0, 9607.0, 9515.0, 9575.0, 9494.0, 9561.0, 9498.0, 9606.0, 9529.0, 9622.0, 9498.0, 9530.0, 9428.0, 9661.0, 9582.0, 9570.0, 9536.0, 9516.0, 9557.0, 9503.0, 9536.0, 9453.0, 9523.0, 9445.0, 9488.0, 9489.0, 9480.0, 9500.0, 9452.0, 9476.0, 9459.0, 9513.0, 9464.0, 9505.0, 9461.0, 9502.0, 9476.0, 9464.0, 9500.0, 9492.0, 9504.0, 9505.0, 9470.0, 9521.0, 9475.0, 9526.0, 9470.0, 9488.0, 9428.0, 9484.0, 9405.0, 9496.0, 9409.0, 9496.0, 9392.0, 9483.0, 9403.0, 9505.0, 9411.0, 9504.0, 9433.0, 9514.0, 9402.0, 9537.0, 9415.0, 9505.0, 9409.0, 9487.0, 9411.0, 9499.0, 9402.0, 9523.0, 9409.0, 9503.0, 9412.0, 9490.0, 9432.0, 9444.0, 9466.0, 9475.0, 9489.0, 9460.0, 9486.0, 9456.0, 9484.0, 9440.0, 9484.0, 9444.0, 9489.0, 9435.0, 9483.0, 9419.0, 9484.0, 9407.0, 9504.0, 9411.0, 9489.0, 9401.0, 9490.0, 9385.0, 9512.0, 9412.0, 9498.0, 9411.0, 9481.0, 9447.0, 9467.0, 9482.0, 9469.0, 9494.0, 9468.0, 9507.0, 9447.0, 9509.0, 9490.0, 9512.0, 9464.0, 9534.0, 9492.0, 9482.0, 9504.0, 9481.0, 9505.0, 9441.0, 9524.0, 9480.0, 9489.0, 9483.0, 9522.0, 9441.0, 9496.0, 9464.0, 9486.0, 9512.0, 9481.0, 9523.0, 9471.0, 9510.0, 9442.0, 9515.0, 9455.0, 9489.0, 9485.0, 9510.0, 9469.0, 9489.0, 9455.0, 9480.0, 9417.0, 9502.0, 9474.0, 9506.0, 9457.0, 9515.0, 9456.0, 9488.0, 9453.0, 9505.0, 9470.0, 9490.0, 9424.0, 9485.0, 9420.0, 9509.0, 9437.0, 9501.0, 9440.0, 9489.0, 9423.0, 9489.0, 9411.0, 9520.0, 9411.0, 9501.0, 9413.0, 9491.0, 9437.0, 9530.0, 9476.0, 9511.0, 9494.0, 9482.0, 9522.0, 9464.0, 9544.0, 9494.0, 9525.0, 9487.0, 9461.0, 9513.0, 9481.0, 9477.0, 9508.0, 9504.0, 9489.0, 9484.0, 9524.0, 9467.0, 9504.0, 9426.0, 9476.0, 9399.0, 9482.0, 9393.0, 9475.0, 9460.0, 9426.0, 9479.0, 9426.0, 9485.0, 9384.0, 9470.0, 9414.0, 9430.0, 9493.0, 9444.0, 9485.0, 9433.0, 9487.0, 9426.0, 9491.0, 9410.0, 9489.0, 9431.0, 9510.0, 9409.0, 9501.0, 9418.0, 9496.0, 9431.0, 9492.0, 9462.0, 9488.0, 9476.0, 9458.0, 9526.0, 9472.0, 9515.0, 9439.0, 9496.0, 9408.0, 9462.0, 9490.0, 9464.0, 9506.0, 9438.0, 9487.0, 9405.0, 9488.0, 9411.0, 9497.0, 9408.0, 9489.0, 9493.0, 9559.0, 9522.0, 9597.0, 9488.0, 9565.0, 9463.0, 9541.0, 9433.0, 9548.0, 9429.0, 9544.0, 9503.0, 9515.0, 9554.0, 9495.0, 9528.0, 9490.0, 9506.0, 9439.0, 9487.0, 9387.0, 9467.0, 9366.0, 9464.0, 9382.0, 9440.0, 9469.0, 9433.0, 9456.0, 9439.0, 9480.0, 9429.0, 9466.0, 9417.0, 9460.0, 9397.0, 9482.0, 9396.0, 9469.0, 9393.0, 9470.0, 9417.0, 9491.0, 9415.0, 9521.0, 9420.0, 9503.0, 9404.0, 9481.0, 9440.0, 9509.0, 9425.0, 9488.0, 9400.0, 9501.0, 9409.0, 9476.0, 9389.0, 9468.0, 9392.0, 9483.0, 9402.0, 9483.0, 9399.0, 9487.0, 9452.0, 9490.0, 9435.0, 9471.0, 9407.0, 9471.0, 9384.0, 9467.0, 9400.0, 9468.0, 9398.0, 9447.0, 9385.0, 9441.0, 9396.0, 9456.0, 9404.0, 9477.0, 9411.0, 9482.0, 9410.0, 9478.0, 9412.0, 9480.0, 9409.0, 9474.0, 9415.0, 9471.0, 9421.0, 9449.0, 9469.0, 9423.0, 9477.0, 9405.0, 9466.0, 9405.0, 9455.0, 9397.0, 9466.0, 9390.0, 9473.0, 9388.0, 9472.0, 9371.0, 9475.0, 9412.0, 9512.0, 9415.0, 9480.0, 9389.0, 9463.0, 9443.0, 9448.0, 9472.0, 9420.0, 9485.0, 9401.0, 9474.0, 9392.0, 9455.0, 9405.0, 9498.0, 9404.0, 9479.0, 9390.0, 9488.0, 9410.0, 9499.0, 9423.0, 9482.0, 9397.0, 9464.0, 9426.0, 9443.0, 9457.0, 9447.0, 9488.0, 9454.0, 9483.0, 9398.0, 9461.0, 9400.0, 9471.0, 9369.0, 9464.0, 9394.0, 9476.0, 9393.0, 9480.0, 9398.0, 9477.0, 9423.0, 9497.0, 9412.0, 9474.0, 9394.0, 9484.0, 9411.0, 9454.0, 9444.0, 9445.0, 9473.0, 9455.0, 9470.0, 9466.0, 9480.0, 9454.0, 9496.0, 9453.0, 9490.0, 9470.0, 9498.0, 9455.0, 9498.0, 9457.0, 9495.0, 9433.0, 9493.0, 9462.0, 9496.0, 9444.0, 9495.0, 9428.0, 9495.0, 9396.0, 9482.0, 9409.0, 9480.0, 9427.0, 9480.0, 9411.0, 9478.0, 9396.0, 9506.0, 9401.0, 9498.0, 9430.0, 9492.0, 9390.0, 9481.0, 9405.0, 9465.0, 9414.0, 9469.0, 9449.0, 9470.0, 9446.0, 9464.0, 9433.0, 9490.0, 9432.0, 9492.0, 9416.0, 9488.0, 9397.0, 9515.0, 9424.0, 9511.0, 9431.0, 9486.0, 9459.0, 9474.0, 9447.0, 9507.0, 9437.0, 9509.0, 9459.0, 9507.0, 9418.0, 9520.0, 9457.0, 9536.0, 9475.0, 9530.0, 9460.0, 9497.0, 9419.0, 9493.0, 9414.0, 9474.0, 9416.0, 9484.0, 9416.0, 9424.0, 9388.0, 9453.0, 9404.0, 9472.0, 9413.0, 9485.0, 9417.0, 9493.0, 9446.0, 9513.0, 9462.0, 9497.0, 9464.0, 9488.0, 9446.0, 9455.0, 9488.0, 9412.0, 9501.0, 9438.0, 9535.0, 9433.0, 9513.0, 9483.0, 9490.0, 9477.0, 9491.0, 9466.0, 9466.0, 9464.0, 9438.0, 9488.0, 9406.0, 9496.0, 9431.0, 9478.0, 9386.0, 9494.0, 9427.0, 9507.0, 9422.0, 9501.0, 9441.0, 9484.0, 9436.0, 9493.0, 9446.0, 9495.0, 9459.0, 9499.0, 9423.0, 9489.0, 9436.0, 9480.0, 9439.0, 9490.0, 9427.0, 9490.0, 9428.0, 9495.0, 9453.0, 9485.0, 9461.0, 9438.0, 9485.0, 9456.0, 9504.0, 9432.0, 9507.0, 9455.0, 9532.0, 9455.0, 9530.0, 9485.0, 9496.0, 9474.0, 9500.0, 9473.0, 9457.0, 9474.0, 9458.0, 9464.0, 9434.0, 9503.0, 9426.0, 9477.0, 9414.0, 9492.0, 9407.0, 9487.0, 9413.0, 9500.0, 9429.0, 9499.0, 9423.0, 9491.0, 9394.0, 9488.0, 9411.0, 9491.0, 9418.0, 9508.0, 9429.0, 9507.0, 9447.0, 9492.0, 9486.0, 9509.0, 9443.0, 9484.0, 9457.0, 9460.0, 9449.0, 9475.0, 9492.0, 9482.0, 9444.0, 9493.0, 9450.0, 9462.0, 9462.0, 9456.0, 9449.0, 9468.0, 9459.0, 9484.0, 9464.0, 9484.0, 9467.0, 9472.0, 9472.0, 9429.0, 9468.0, 9415.0, 9465.0, 9436.0, 9491.0, 9430.0, 9472.0, 9448.0, 9472.0, 9451.0, 9452.0, 9455.0, 9484.0, 9429.0, 9472.0, 9433.0, 9468.0, 9450.0, 9485.0, 9447.0, 9483.0, 9424.0, 9479.0, 9408.0, 9491.0, 9442.0, 9508.0, 9461.0, 9529.0, 9447.0, 9508.0, 9425.0, 9478.0, 9413.0, 9482.0, 9425.0, 9481.0, 9410.0, 9465.0, 9385.0, 9459.0, 9403.0, 9488.0, 9409.0, 9488.0, 9411.0, 9467.0, 9403.0, 9490.0, 9406.0, 9490.0, 9412.0, 9491.0, 9393.0, 9481.0, 9457.0, 9519.0, 9461.0, 9482.0, 9461.0, 9456.0, 9471.0, 9410.0, 9513.0, 9421.0, 9519.0, 9424.0, 9526.0, 9415.0, 9505.0, 9421.0, 9498.0, 9415.0, 9453.0, 9450.0, 9478.0, 9434.0, 9475.0, 9427.0, 9475.0, 9459.0, 9413.0, 9467.0, 9420.0, 9449.0, 9427.0, 9436.0, 9496.0, 9439.0, 9394.0, 9456.0, 9348.0, 9487.0, 9361.0, 9453.0, 9413.0, 9505.0, 9438.0, 9470.0, 9426.0, 9472.0, 9432.0, 9468.0, 9420.0, 9449.0, 9406.0, 9478.0, 9414.0, 9434.0, 9374.0, 9432.0, 9386.0, 9471.0, 9401.0, 9477.0, 9390.0, 9455.0, 9390.0, 9455.0, 9413.0, 9459.0, 9397.0, 9490.0, 9413.0, 9464.0, 9406.0, 9483.0, 9457.0, 9508.0, 9473.0, 9524.0, 9442.0, 9346.0, 9318.0, 9339.0, 9389.0, 9380.0, 9506.0, 9457.0, 9540.0, 9504.0, 9486.0, 9563.0, 9484.0, 9582.0, 9538.0, 9551.0, 9522.0, 9546.0, 9510.0, 9527.0, 9466.0, 9502.0, 9451.0, 9512.0, 9452.0, 9521.0, 9463.0, 9503.0, 9450.0, 9499.0, 9463.0, 9502.0, 9459.0, 9516.0, 9467.0, 9505.0, 9471.0, 9523.0, 9487.0, 9525.0, 9501.0, 9520.0, 9503.0, 9523.0, 9497.0, 9525.0, 9502.0, 9525.0, 9501.0, 9545.0, 9501.0, 9542.0, 9491.0, 9525.0, 9469.0, 9520.0, 9478.0, 9521.0, 9475.0, 9522.0, 9470.0, 9520.0, 9488.0, 9545.0, 9492.0, 9529.0, 9493.0, 9528.0, 9507.0, 9542.0, 9529.0, 9488.0, 9520.0, 9507.0, 9553.0, 9483.0, 9572.0, 9473.0, 9550.0, 9469.0, 9548.0, 9490.0, 9509.0, 9515.0, 9517.0, 9473.0, 9514.0, 9458.0, 9529.0, 9463.0, 9528.0, 9481.0, 9544.0, 9521.0, 9529.0, 9515.0, 9518.0, 9550.0, 9505.0, 9523.0, 9493.0, 9521.0, 9482.0, 9521.0, 9465.0, 9504.0, 9478.0, 9505.0, 9507.0, 9485.0, 9504.0, 9451.0, 9516.0, 9548.0, 9504.0, 9546.0, 9493.0, 9531.0, 9493.0, 9530.0, 9461.0, 9510.0, 9521.0, 9475.0, 9506.0, 9445.0, 9499.0, 9431.0, 9472.0, 9450.0, 9472.0, 9470.0, 9473.0, 9520.0, 9463.0, 9511.0, 9447.0, 9502.0, 9453.0, 9513.0, 9477.0, 9473.0, 9507.0, 9481.0, 9501.0, 9493.0, 9495.0, 9483.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.012204748358862141</td></tr>
<tr><td colspan=3>aqi</td><td>0.058795407111597364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.47327224201531</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2457809457612272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.112512411073384</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>4638.8516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14300644706303134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.925601750547045</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.739458419281276</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.536278575894043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.081522653803502</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6005740281462844</td></tr>
<tr><td colspan=3>gcor</td><td>0.00798436</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012186349369585514</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04370402172207832</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.910432551672314</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>14.3318</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1831</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.7874</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296417.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>928.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.5813</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.6621</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.3585</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.9291</td></tr>
<tr><td colspan=3>tsnr</td><td>26.70830361812841</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>