<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>8c0dbe7b58c02a2fc90549e96fbfcd1b</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:46:13.582500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999357, -0.0308641, 0.0182307, 0.0300094, 0.998517, 0.0454289]</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_brain_imaging_center</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.123101</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7768, -7254, 477, -52, -105, -5, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40ca5070-fc4a-42ee-aca7-f59aaef332dc||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812026500701904, 0.08051304519176483, 0.05293568596243858, 112.7358169555664], [0.08280613273382187, 2.6789474487304688, 0.12110214680433273, -100.4349594116211], [0.04891170933842659, -0.12188251316547394, 2.696763277053833, -46.480892181396484], [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': ['144613.582500', '144614.042500', '144614.502500', '144614.962500', '144615.422500', '144615.882500', '144616.342500', '144616.802500', '144617.262500', '144617.722500', '144618.182500', '144618.642500', '144619.102500', '144619.562500', '144620.022500', '144620.482500', '144620.942500', '144621.402500', '144621.862500', '144622.322500', '144622.782500', '144623.242500', '144623.702500', '144624.162500', '144624.622500', '144625.082500', '144625.542500', '144626.002500', '144626.462500', '144626.922500', '144627.382500', '144627.842500', '144628.302500', '144628.762500', '144629.222500', '144629.682500', '144630.142500', '144630.602500', '144631.062500', '144631.522500', '144631.982500', '144632.442500', '144632.902500', '144633.362500', '144633.822500', '144634.282500', '144634.742500', '144635.202500', '144635.662500', '144636.122500', '144636.582500', '144637.042500', '144637.502500', '144637.962500', '144638.422500', '144638.882500', '144639.342500', '144639.802500', '144640.262500', '144640.722500', '144641.182500', '144641.642500', '144642.102500', '144642.562500', '144643.022500', '144643.482500', '144643.942500', '144644.402500', '144644.862500', '144645.322500', '144645.782500', '144646.242500', '144646.702500', '144647.162500', '144647.622500', '144648.082500', '144648.542500', '144649.002500', '144649.462500', '144649.922500', '144650.382500', '144650.842500', '144651.302500', '144651.762500', '144652.222500', '144652.682500', '144653.142500', '144653.602500', '144654.062500', '144654.522500', '144654.982500', '144655.442500', '144655.902500', '144656.362500', '144656.822500', '144657.282500', '144657.742500', '144658.202500', '144658.662500', '144659.122500', '144659.582500', '144700.042500', '144700.502500', '144700.962500', '144701.422500', '144701.882500', '144702.342500', '144702.802500', '144703.262500', '144703.722500', '144704.182500', '144704.642500', '144705.102500', '144705.562500', '144706.022500', '144706.482500', '144706.942500', '144707.402500', '144707.862500', '144708.322500', '144708.782500', '144709.242500', '144709.702500', '144710.162500', '144710.622500', '144711.082500', '144711.542500', '144712.002500', '144712.462500', '144712.922500', '144713.382500', '144713.842500', '144714.302500', '144714.762500', '144715.222500', '144715.682500', '144716.142500', '144716.602500', '144717.062500', '144717.522500', '144717.982500', '144718.442500', '144718.902500', '144719.362500', '144719.822500', '144720.282500', '144720.742500', '144721.202500', '144721.662500', '144722.122500', '144722.582500', '144723.042500', '144723.502500', '144723.962500', '144724.422500', '144724.882500', '144725.342500', '144725.802500', '144726.262500', '144726.722500', '144727.182500', '144727.642500', '144728.102500', '144728.562500', '144729.022500', '144729.482500', '144729.942500', '144730.402500', '144730.862500', '144731.322500', '144731.782500', '144732.242500', '144732.702500', '144733.162500', '144733.622500', '144734.082500', '144734.542500', '144735.002500', '144735.462500', '144735.922500', '144736.382500', '144736.842500', '144737.302500', '144737.762500', '144738.222500', '144738.682500', '144739.142500', '144739.602500', '144740.062500', '144740.522500', '144740.982500', '144741.442500', '144741.902500', '144742.362500', '144742.822500', '144743.282500', '144743.742500', '144744.202500', '144744.662500', '144745.122500', '144745.582500', '144746.042500', '144746.502500', '144746.962500', '144747.422500', '144747.882500', '144748.342500', '144748.802500', '144749.262500', '144749.722500', '144750.182500', '144750.642500', '144751.102500', '144751.562500', '144752.022500', '144752.482500', '144752.942500', '144753.402500', '144753.862500', '144754.322500', '144754.782500', '144755.242500', '144755.702500', '144756.162500', '144756.622500', '144757.082500', '144757.542500', '144758.002500', '144758.462500', '144758.922500', '144759.382500', '144759.842500', '144800.302500', '144800.762500', '144801.222500', '144801.682500', '144802.142500', '144802.602500', '144803.062500', '144803.522500', '144803.982500', '144804.442500', '144804.902500', '144805.362500', '144805.822500', '144806.282500', '144806.742500', '144807.202500', '144807.662500', '144808.122500', '144808.582500', '144809.042500', '144809.502500', '144809.962500', '144810.422500', '144810.882500', '144811.342500', '144811.802500', '144812.262500', '144812.722500', '144813.182500', '144813.642500', '144814.102500', '144814.562500', '144815.022500', '144815.482500', '144815.942500', '144816.402500', '144816.862500', '144817.322500', '144817.782500', '144818.242500', '144818.702500', '144819.162500', '144819.622500', '144820.082500', '144820.542500', '144821.002500', '144821.462500', '144821.922500', '144822.382500', '144822.842500', '144823.302500', '144823.762500', '144824.222500', '144824.682500', '144825.142500', '144825.602500', '144826.062500', '144826.522500', '144826.982500', '144827.442500', '144827.902500', '144828.362500', '144828.822500', '144829.282500', '144829.742500', '144830.202500', '144830.662500', '144831.122500', '144831.582500', '144832.042500', '144832.502500', '144832.962500', '144833.422500', '144833.882500', '144834.342500', '144834.802500', '144835.262500', '144835.722500', '144836.182500', '144836.642500', '144837.102500', '144837.562500', '144838.022500', '144838.482500', '144838.942500', '144839.402500', '144839.862500', '144840.322500', '144840.782500', '144841.242500', '144841.702500', '144842.162500', '144842.622500', '144843.082500', '144843.542500', '144844.002500', '144844.462500', '144844.922500', '144845.382500', '144845.842500', '144846.302500', '144846.762500', '144847.222500', '144847.682500', '144848.142500', '144848.602500', '144849.062500', '144849.522500', '144849.982500', '144850.442500', '144850.902500', '144851.362500', '144851.822500', '144852.282500', '144852.742500', '144853.202500', '144853.662500', '144854.122500', '144854.582500', '144855.042500', '144855.502500', '144855.962500', '144856.422500', '144856.882500', '144857.342500', '144857.802500', '144858.262500', '144858.722500', '144859.182500', '144859.642500', '144900.102500', '144900.562500', '144901.022500', '144901.482500', '144901.942500', '144902.402500', '144902.862500', '144903.322500', '144903.782500', '144904.242500', '144904.702500', '144905.162500', '144905.622500', '144906.082500', '144906.542500', '144907.002500', '144907.462500', '144907.922500', '144908.382500', '144908.842500', '144909.302500', '144909.762500', '144910.222500', '144910.682500', '144911.142500', '144911.602500', '144912.062500', '144912.522500', '144912.982500', '144913.442500', '144913.902500', '144914.362500', '144914.822500', '144915.282500', '144915.742500', '144916.202500', '144916.662500', '144917.122500', '144917.582500', '144918.042500', '144918.502500', '144918.962500', '144919.422500', '144919.882500', '144920.342500', '144920.802500', '144921.262500', '144921.722500', '144922.182500', '144922.642500', '144923.102500', '144923.562500', '144924.022500', '144924.482500', '144924.942500', '144925.402500', '144925.862500', '144926.322500', '144926.782500', '144927.242500', '144927.702500', '144928.162500', '144928.622500', '144929.082500', '144929.542500', '144930.002500', '144930.462500', '144930.922500', '144931.382500', '144931.842500', '144932.302500', '144932.762500', '144933.222500', '144933.682500', '144934.142500', '144934.602500', '144935.062500', '144935.522500', '144935.982500', '144936.442500', '144936.902500', '144937.362500', '144937.822500', '144938.282500', '144938.742500', '144939.202500', '144939.662500', '144940.122500', '144940.582500', '144941.042500', '144941.502500', '144941.962500', '144942.422500', '144942.882500', '144943.342500', '144943.802500', '144944.262500', '144944.722500', '144945.182500', '144945.642500', '144946.102500', '144946.562500', '144947.022500', '144947.482500', '144947.942500', '144948.402500', '144948.862500', '144949.322500', '144949.782500', '144950.242500', '144950.702500', '144951.162500', '144951.622500', '144952.082500', '144952.542500', '144953.002500', '144953.462500', '144953.922500', '144954.382500', '144954.842500', '144955.302500', '144955.762500', '144956.222500', '144956.682500', '144957.142500', '144957.602500', '144958.062500', '144958.522500', '144958.982500', '144959.442500', '144959.902500', '145000.362500', '145000.822500', '145001.282500', '145001.742500', '145002.202500', '145002.662500', '145003.122500', '145003.582500', '145004.042500', '145004.502500', '145004.962500', '145005.422500', '145005.882500', '145006.342500', '145006.802500', '145007.262500', '145007.722500', '145008.182500', '145008.642500', '145009.102500', '145009.562500', '145010.022500', '145010.482500', '145010.942500', '145011.402500', '145011.862500', '145012.322500', '145012.782500', '145013.242500', '145013.702500', '145014.162500', '145014.622500', '145015.082500', '145015.542500', '145016.002500', '145016.462500', '145016.922500', '145017.382500', '145017.842500', '145018.302500', '145018.762500', '145019.222500', '145019.682500', '145020.142500', '145020.602500', '145021.062500', '145021.522500', '145021.982500', '145022.442500', '145022.902500', '145023.362500', '145023.822500', '145024.282500', '145024.742500', '145025.202500', '145025.662500', '145026.122500', '145026.582500', '145027.042500', '145027.502500', '145027.962500', '145028.422500', '145028.882500', '145029.342500', '145029.802500', '145030.262500', '145030.722500', '145031.182500', '145031.642500', '145032.102500', '145032.562500', '145033.022500', '145033.482500', '145033.942500', '145034.402500', '145034.862500', '145035.322500', '145035.782500', '145036.242500', '145036.702500', '145037.162500', '145037.622500', '145038.082500', '145038.542500', '145039.002500', '145039.462500', '145039.922500', '145040.382500', '145040.842500', '145041.302500', '145041.762500', '145042.222500', '145042.682500', '145043.142500', '145043.602500', '145044.062500', '145044.522500', '145044.982500', '145045.442500', '145045.902500', '145046.362500', '145046.822500', '145047.282500', '145047.742500', '145048.202500', '145048.662500', '145049.122500', '145049.582500', '145050.042500', '145050.502500', '145050.962500', '145051.422500', '145051.882500', '145052.342500', '145052.802500', '145053.262500', '145053.722500', '145054.182500', '145054.642500', '145055.102500', '145055.562500', '145056.022500', '145056.482500', '145056.942500', '145057.402500', '145057.862500', '145058.322500', '145058.782500', '145059.242500', '145059.702500', '145100.162500', '145100.622500', '145101.082500', '145101.542500', '145102.002500', '145102.462500', '145102.922500', '145103.382500', '145103.842500', '145104.302500', '145104.762500', '145105.222500', '145105.682500', '145106.142500', '145106.602500', '145107.062500', '145107.522500', '145107.982500', '145108.442500', '145108.902500', '145109.362500', '145109.822500', '145110.282500', '145110.742500', '145111.202500', '145111.662500', '145112.122500', '145112.582500', '145113.042500', '145113.502500', '145113.962500', '145114.422500', '145114.882500', '145115.342500', '145115.802500', '145116.262500', '145116.722500', '145117.182500', '145117.642500', '145118.102500', '145118.562500', '145119.022500', '145119.482500', '145119.942500', '145120.402500', '145120.862500', '145121.322500', '145121.782500', '145122.242500', '145122.702500', '145123.162500', '145123.622500', '145124.082500', '145124.542500', '145125.002500', '145125.462500', '145125.922500', '145126.382500', '145126.842500', '145127.302500', '145127.762500', '145128.222500', '145128.682500', '145129.142500', '145129.602500', '145130.062500', '145130.522500', '145130.982500', '145131.442500', '145131.902500', '145132.362500', '145132.822500', '145133.282500', '145133.742500', '145134.202500', '145134.662500', '145135.122500', '145135.582500', '145136.042500', '145136.502500', '145136.962500', '145137.422500', '145137.882500', '145138.342500', '145138.802500', '145139.262500', '145139.722500', '145140.182500', '145140.642500', '145141.102500', '145141.562500', '145142.022500', '145142.482500', '145142.942500', '145143.402500', '145143.862500', '145144.322500', '145144.782500', '145145.242500', '145145.702500', '145146.162500', '145146.622500', '145147.082500', '145147.542500', '145148.002500', '145148.462500', '145148.922500', '145149.382500', '145149.842500', '145150.302500', '145150.762500', '145151.222500', '145151.682500', '145152.142500', '145152.602500', '145153.062500', '145153.522500', '145153.982500', '145154.442500', '145154.902500', '145155.362500', '145155.822500', '145156.282500', '145156.742500', '145157.202500', '145157.662500', '145158.122500', '145158.582500', '145159.042500', '145159.502500', '145159.962500', '145200.422500', '145200.882500', '145201.342500', '145201.802500', '145202.262500', '145202.722500', '145203.182500', '145203.642500', '145204.102500', '145204.562500', '145205.022500', '145205.482500', '145205.942500', '145206.402500', '145206.862500', '145207.322500', '145207.782500', '145208.242500', '145208.702500', '145209.162500', '145209.622500', '145210.082500', '145210.542500', '145211.002500', '145211.462500', '145211.922500', '145212.382500', '145212.842500', '145213.302500', '145213.762500', '145214.222500', '145214.682500', '145215.142500', '145215.602500', '145216.062500', '145216.522500', '145216.982500', '145217.442500', '145217.902500', '145218.362500', '145218.822500', '145219.282500', '145219.742500', '145220.202500', '145220.662500', '145221.122500', '145221.582500', '145222.042500', '145222.502500', '145222.962500', '145223.422500', '145223.882500', '145224.342500', '145224.802500', '145225.262500', '145225.722500', '145226.182500', '145226.642500', '145227.102500', '145227.562500', '145228.022500', '145228.482500', '145228.942500', '145229.402500', '145229.862500', '145230.322500', '145230.782500', '145231.242500', '145231.702500', '145232.162500', '145232.622500', '145233.082500', '145233.542500', '145234.002500', '145234.462500', '145234.922500', '145235.382500', '145235.842500', '145236.302500', '145236.762500', '145237.222500', '145237.682500', '145238.142500', '145238.602500', '145239.062500', '145239.522500', '145239.982500', '145240.442500', '145240.902500', '145241.362500', '145241.822500', '145242.282500', '145242.742500', '145243.202500', '145243.662500', '145244.122500', '145244.582500', '145245.042500', '145245.502500', '145245.962500', '145246.422500', '145246.882500', '145247.342500', '145247.802500', '145248.262500', '145248.722500', '145249.182500', '145249.642500', '145250.102500', '145250.562500', '145251.022500', '145251.482500', '145251.942500', '145252.402500', '145252.862500', '145253.322500', '145253.782500', '145254.242500', '145254.702500', '145255.162500', '145255.622500', '145256.082500', '145256.542500', '145257.002500', '145257.462500', '145257.922500', '145258.382500', '145258.842500', '145259.302500', '145259.762500', '145300.222500', '145300.682500', '145301.142500', '145301.602500', '145302.062500', '145302.522500', '145302.982500', '145303.442500', '145303.902500', '145304.362500', '145304.822500', '145305.282500', '145305.742500', '145306.202500', '145306.662500', '145307.122500', '145307.582500', '145308.042500', '145308.502500', '145308.962500', '145309.422500', '145309.882500', '145310.342500', '145310.802500', '145311.262500', '145311.722500', '145312.182500', '145312.642500', '145313.102500', '145313.562500'], 'ContentTime': ['144632.904000', '144632.907000', '144632.910000', '144632.922000', '144632.924000', '144632.927000', '144632.930000', '144632.933000', '144632.935000', '144632.938000', '144632.940000', '144632.943000', '144632.946000', '144632.949000', '144632.951000', '144632.954000', '144632.957000', '144632.959000', '144632.963000', '144632.967000', '144632.971000', '144632.974000', '144632.977000', '144632.981000', '144632.984000', '144633.008000', '144633.011000', '144633.014000', '144633.017000', '144633.019000', '144633.022000', '144633.025000', '144633.027000', '144633.030000', '144633.033000', '144633.036000', '144633.038000', '144633.041000', '144652.860000', '144652.862000', '144652.865000', '144652.868000', '144652.870000', '144652.873000', '144652.875000', '144652.878000', '144652.881000', '144652.883000', '144652.886000', '144652.888000', '144652.891000', '144652.893000', '144652.896000', '144652.899000', '144652.901000', '144652.904000', '144652.906000', '144652.909000', '144652.911000', '144652.914000', '144652.917000', '144652.919000', '144652.922000', '144652.924000', '144652.927000', '144652.930000', '144652.932000', '144652.935000', '144652.937000', '144652.940000', '144652.943000', '144652.945000', '144652.948000', '144652.950000', '144652.953000', '144652.955000', '144652.958000', '144652.960000', '144652.963000', '144652.965000', '144652.968000', '144652.971000', '144712.858000', '144712.861000', '144712.864000', '144712.866000', '144712.869000', '144712.872000', '144712.874000', '144712.877000', '144712.879000', '144712.882000', '144712.884000', '144712.887000', '144712.890000', '144712.892000', '144712.895000', '144712.898000', '144712.901000', '144712.904000', '144712.906000', '144712.909000', '144712.912000', '144712.914000', '144712.917000', '144712.919000', '144712.922000', '144712.924000', '144712.927000', '144712.929000', '144712.932000', '144712.935000', '144712.937000', '144712.940000', '144712.942000', '144712.945000', '144712.947000', '144712.950000', '144712.952000', '144712.955000', '144712.957000', '144712.960000', '144712.963000', '144712.966000', '144712.969000', '144732.858000', '144732.861000', '144732.864000', '144732.867000', '144732.869000', '144732.872000', '144732.874000', '144732.877000', '144732.879000', '144732.882000', '144732.885000', '144732.887000', '144732.890000', '144732.893000', '144732.895000', '144732.898000', '144732.901000', '144732.903000', '144732.906000', '144732.908000', '144732.911000', '144732.913000', '144732.916000', '144732.919000', '144732.921000', '144732.924000', '144732.926000', '144732.929000', '144732.931000', '144732.934000', '144732.937000', '144732.939000', '144732.942000', '144732.945000', '144732.947000', '144732.950000', '144732.952000', '144732.955000', '144732.957000', '144732.960000', '144732.962000', '144732.965000', '144732.968000', '144732.976000', '144752.859000', '144752.862000', '144752.864000', '144752.867000', '144752.870000', '144752.872000', '144752.875000', '144752.877000', '144752.880000', '144752.882000', '144752.885000', '144752.887000', '144752.890000', '144752.893000', '144752.895000', '144752.898000', '144752.900000', '144752.903000', '144752.905000', '144752.908000', '144752.911000', '144752.913000', '144752.916000', '144752.918000', '144752.921000', '144752.923000', '144752.927000', '144752.930000', '144752.933000', '144752.935000', '144752.938000', '144752.940000', '144752.943000', '144752.946000', '144752.948000', '144752.951000', '144752.953000', '144752.956000', '144752.958000', '144752.961000', '144752.964000', '144752.966000', '144752.980000', '144812.859000', '144812.862000', '144812.865000', '144812.868000', '144812.870000', '144812.873000', '144812.875000', '144812.878000', '144812.881000', '144812.883000', '144812.886000', '144812.888000', '144812.891000', '144812.894000', '144812.896000', '144812.899000', '144812.901000', '144812.904000', '144812.907000', '144812.909000', '144812.912000', '144812.914000', '144812.917000', '144812.920000', '144812.922000', '144812.925000', '144812.927000', '144812.930000', '144812.933000', '144812.935000', '144812.938000', '144812.940000', '144812.943000', '144812.945000', '144812.948000', '144812.951000', '144812.953000', '144812.956000', '144812.958000', '144812.961000', '144812.963000', '144812.966000', '144812.969000', '144812.974000', '144832.859000', '144832.862000', '144832.865000', '144832.867000', '144832.870000', '144832.873000', '144832.875000', '144832.878000', '144832.880000', '144832.883000', '144832.886000', '144832.888000', '144832.891000', '144832.894000', '144832.896000', '144832.899000', '144832.901000', '144832.904000', '144832.907000', '144832.909000', '144832.912000', '144832.914000', '144832.917000', '144832.920000', '144832.922000', '144832.925000', '144832.927000', '144832.931000', '144832.934000', '144832.937000', '144832.939000', '144832.942000', '144832.944000', '144832.947000', '144832.950000', '144832.952000', '144832.955000', '144832.957000', '144832.960000', '144832.963000', '144832.965000', '144832.968000', '144832.970000', '144852.859000', '144852.862000', '144852.865000', '144852.868000', '144852.870000', '144852.873000', '144852.875000', '144852.878000', '144852.881000', '144852.883000', '144852.886000', '144852.888000', '144852.891000', '144852.894000', '144852.896000', '144852.899000', '144852.901000', '144852.904000', '144852.907000', '144852.909000', '144852.912000', '144852.914000', '144852.917000', '144852.919000', '144852.922000', '144852.925000', '144852.927000', '144852.930000', '144852.932000', '144852.935000', '144852.938000', '144852.940000', '144852.943000', '144852.945000', '144852.948000', '144852.951000', '144852.953000', '144852.956000', '144852.958000', '144852.961000', '144852.964000', '144852.966000', '144852.969000', '144852.971000', '144912.859000', '144912.862000', '144912.865000', '144912.868000', '144912.870000', '144912.873000', '144912.875000', '144912.878000', '144912.881000', '144912.883000', '144912.886000', '144912.888000', '144912.891000', '144912.894000', '144912.896000', '144912.899000', '144912.902000', '144912.904000', '144912.907000', '144912.909000', '144912.912000', '144912.914000', '144912.917000', '144912.920000', '144912.922000', '144912.925000', '144912.927000', '144912.930000', '144912.932000', '144912.935000', '144912.938000', '144912.940000', '144912.943000', '144912.946000', '144912.948000', '144912.951000', '144912.953000', '144912.956000', '144912.959000', '144912.961000', '144912.964000', '144912.966000', '144912.969000', '144932.859000', '144932.862000', '144932.864000', '144932.867000', '144932.870000', '144932.872000', '144932.875000', '144932.877000', '144932.880000', '144932.883000', '144932.885000', '144932.888000', '144932.890000', '144932.893000', '144932.896000', '144932.898000', '144932.901000', '144932.903000', '144932.906000', '144932.908000', '144932.911000', '144932.914000', '144932.916000', '144932.919000', '144932.932000', '144932.935000', '144932.937000', '144932.940000', '144932.943000', '144932.945000', '144932.948000', '144932.951000', '144932.953000', '144932.956000', '144932.958000', '144932.961000', '144932.963000', '144932.966000', '144932.969000', '144932.971000', '144932.974000', '144932.976000', '144932.979000', '144932.982000', '144952.859000', '144952.861000', '144952.864000', '144952.867000', '144952.869000', '144952.872000', '144952.875000', '144952.877000', '144952.880000', '144952.882000', '144952.885000', '144952.888000', '144952.890000', '144952.893000', '144952.895000', '144952.898000', '144952.901000', '144952.903000', '144952.906000', '144952.908000', '144952.911000', '144952.913000', '144952.916000', '144952.919000', '144952.921000', '144952.924000', '144952.927000', '144952.929000', '144952.932000', '144952.934000', '144952.937000', '144952.940000', '144952.942000', '144952.945000', '144952.947000', '144952.950000', '144952.952000', '144952.955000', '144952.958000', '144952.960000', '144952.963000', '144952.965000', '144952.968000', '145012.858000', '145012.861000', '145012.864000', '145012.867000', '145012.869000', '145012.872000', '145012.875000', '145012.877000', '145012.880000', '145012.882000', '145012.885000', '145012.888000', '145012.890000', '145012.893000', '145012.895000', '145012.898000', '145012.901000', '145012.903000', '145012.906000', '145012.908000', '145012.911000', '145012.914000', '145012.916000', '145012.919000', '145012.921000', '145012.924000', '145012.927000', '145012.929000', '145012.932000', '145012.934000', '145012.937000', '145012.939000', '145012.942000', '145012.945000', '145012.947000', '145012.950000', '145012.952000', '145012.955000', '145012.957000', '145012.960000', '145012.963000', '145012.965000', '145012.968000', '145012.970000', '145032.859000', '145032.862000', '145032.865000', '145032.867000', '145032.870000', '145032.873000', '145032.875000', '145032.878000', '145032.880000', '145032.883000', '145032.886000', '145032.888000', '145032.891000', '145032.894000', '145032.896000', '145032.899000', '145032.901000', '145032.904000', '145032.906000', '145032.909000', '145032.912000', '145032.915000', '145032.917000', '145032.920000', '145032.923000', '145032.925000', '145032.928000', '145032.931000', '145032.933000', '145032.936000', '145032.938000', '145032.941000', '145032.944000', '145032.946000', '145032.949000', '145032.951000', '145032.954000', '145032.957000', '145032.959000', '145032.962000', '145032.964000', '145032.967000', '145032.969000', '145052.859000', '145052.862000', '145052.865000', '145052.868000', '145052.870000', '145052.873000', '145052.875000', '145052.878000', '145052.881000', '145052.883000', '145052.886000', '145052.888000', '145052.891000', '145052.894000', '145052.897000', '145052.899000', '145052.902000', '145052.905000', '145052.907000', '145052.910000', '145052.912000', '145052.915000', '145052.917000', '145052.920000', '145052.923000', '145052.925000', '145052.928000', '145052.930000', '145052.933000', '145052.936000', '145052.938000', '145052.941000', '145052.943000', '145052.946000', '145052.948000', '145052.951000', '145052.954000', '145052.956000', '145052.959000', '145052.961000', '145052.964000', '145052.967000', '145052.969000', '145052.972000', '145112.859000', '145112.862000', '145112.865000', '145112.868000', '145112.870000', '145112.896000', '145112.899000', '145112.901000', '145112.904000', '145112.907000', '145112.909000', '145112.912000', '145112.914000', '145112.917000', '145112.920000', '145112.922000', '145112.925000', '145112.928000', '145112.930000', '145112.933000', '145112.935000', '145112.938000', '145112.941000', '145112.943000', '145112.946000', '145112.948000', '145112.951000', '145112.953000', '145112.956000', '145112.959000', '145112.961000', '145112.964000', '145112.967000', '145112.969000', '145112.972000', '145112.974000', '145112.977000', '145112.980000', '145112.982000', '145112.985000', '145112.987000', '145112.990000', '145112.993000', '145132.859000', '145132.862000', '145132.865000', '145132.867000', '145132.870000', '145132.873000', '145132.875000', '145132.878000', '145132.881000', '145132.883000', '145132.886000', '145132.890000', '145132.893000', '145132.896000', '145132.898000', '145132.901000', '145132.904000', '145132.906000', '145132.909000', '145132.911000', '145132.914000', '145132.916000', '145132.919000', '145132.922000', '145132.924000', '145132.927000', '145132.929000', '145132.932000', '145132.934000', '145132.937000', '145132.940000', '145132.942000', '145132.945000', '145132.947000', '145132.950000', '145132.952000', '145132.955000', '145132.958000', '145132.960000', '145132.963000', '145132.965000', '145132.968000', '145132.970000', '145132.973000', '145152.859000', '145152.861000', '145152.864000', '145152.867000', '145152.870000', '145152.872000', '145152.875000', '145152.877000', '145152.880000', '145152.882000', '145152.885000', '145152.888000', '145152.890000', '145152.893000', '145152.895000', '145152.898000', '145152.901000', '145152.903000', '145152.906000', '145152.909000', '145152.911000', '145152.914000', '145152.916000', '145152.919000', '145152.921000', '145152.924000', '145152.926000', '145152.929000', '145152.932000', '145152.934000', '145152.937000', '145152.940000', '145152.942000', '145152.945000', '145152.947000', '145152.950000', '145152.953000', '145152.955000', '145152.958000', '145152.960000', '145152.963000', '145152.965000', '145152.968000', '145212.859000', '145212.862000', '145212.864000', '145212.867000', '145212.870000', '145212.872000', '145212.875000', '145212.878000', '145212.881000', '145212.883000', '145212.886000', '145212.889000', '145212.891000', '145212.894000', '145212.896000', '145212.899000', '145212.902000', '145212.904000', '145212.907000', '145212.910000', '145212.912000', '145212.915000', '145212.917000', '145212.920000', '145212.923000', '145212.925000', '145212.928000', '145212.930000', '145212.933000', '145212.936000', '145212.938000', '145212.941000', '145212.943000', '145212.946000', '145212.949000', '145212.951000', '145212.954000', '145212.956000', '145212.959000', '145212.962000', '145212.964000', '145212.967000', '145212.969000', '145232.858000', '145232.861000', '145232.864000', '145232.877000', '145232.880000', '145232.882000', '145232.885000', '145232.888000', '145232.890000', '145232.893000', '145232.895000', '145232.898000', '145232.900000', '145232.903000', '145232.905000', '145232.908000', '145232.911000', '145232.913000', '145232.916000', '145232.918000', '145232.921000', '145232.924000', '145232.926000', '145232.929000', '145232.931000', '145232.934000', '145232.937000', '145232.939000', '145232.942000', '145232.944000', '145232.947000', '145232.949000', '145232.952000', '145232.955000', '145232.957000', '145232.960000', '145232.962000', '145232.965000', '145232.967000', '145232.970000', '145232.973000', '145232.975000', '145232.978000', '145232.980000', '145252.860000', '145252.863000', '145252.866000', '145252.868000', '145252.871000', '145252.873000', '145252.876000', '145252.879000', '145252.882000', '145252.884000', '145252.887000', '145252.889000', '145252.892000', '145252.895000', '145252.897000', '145252.900000', '145252.902000', '145252.905000', '145252.908000', '145252.910000', '145252.913000', '145252.915000', '145252.918000', '145252.921000', '145252.923000', '145252.926000', '145252.928000', '145252.931000', '145252.933000', '145252.936000', '145252.939000', '145252.941000', '145252.944000', '145252.946000', '145252.949000', '145252.952000', '145252.954000', '145252.957000', '145252.959000', '145252.962000', '145252.964000', '145252.967000', '145252.970000', '145312.860000', '145312.862000', '145312.865000', '145312.868000', '145312.871000', '145312.873000', '145312.876000', '145312.878000', '145312.881000', '145312.884000', '145312.886000', '145312.889000', '145312.891000', '145312.894000', '145312.897000', '145312.899000', '145312.902000', '145312.904000', '145312.907000', '145312.909000', '145312.912000', '145312.915000', '145312.917000', '145312.920000', '145312.922000', '145312.925000', '145312.927000', '145312.930000', '145312.933000', '145312.935000', '145312.938000', '145312.940000', '145312.943000', '145312.945000', '145312.948000', '145312.951000', '145312.953000', '145312.956000', '145312.958000', '145312.961000', '145312.964000', '145312.966000', '145312.969000', '145312.971000', '145315.398000', '145315.401000', '145315.404000', '145315.406000', '145315.409000', '145315.412000'], 'InstanceCreationTime': ['144632.904000', '144632.907000', '144632.910000', '144632.922000', '144632.924000', '144632.927000', '144632.930000', '144632.933000', '144632.935000', '144632.938000', '144632.940000', '144632.943000', '144632.946000', '144632.949000', '144632.951000', '144632.954000', '144632.957000', '144632.959000', '144632.963000', '144632.967000', '144632.971000', '144632.974000', '144632.977000', '144632.981000', '144632.984000', '144633.008000', '144633.011000', '144633.014000', '144633.017000', '144633.019000', '144633.022000', '144633.025000', '144633.027000', '144633.030000', '144633.033000', '144633.036000', '144633.038000', '144633.041000', '144652.860000', '144652.862000', '144652.865000', '144652.868000', '144652.870000', '144652.873000', '144652.875000', '144652.878000', '144652.881000', '144652.883000', '144652.886000', '144652.888000', '144652.891000', '144652.893000', '144652.896000', '144652.899000', '144652.901000', '144652.904000', '144652.906000', '144652.909000', '144652.911000', '144652.914000', '144652.917000', '144652.919000', '144652.922000', '144652.924000', '144652.927000', '144652.930000', '144652.932000', '144652.935000', '144652.937000', '144652.940000', '144652.943000', '144652.945000', '144652.948000', '144652.950000', '144652.953000', '144652.955000', '144652.958000', '144652.960000', '144652.963000', '144652.965000', '144652.968000', '144652.971000', '144712.858000', '144712.861000', '144712.864000', '144712.866000', '144712.869000', '144712.872000', '144712.874000', '144712.877000', '144712.879000', '144712.882000', '144712.884000', '144712.887000', '144712.890000', '144712.892000', '144712.895000', '144712.898000', '144712.901000', '144712.904000', '144712.906000', '144712.909000', '144712.912000', '144712.914000', '144712.917000', '144712.919000', '144712.922000', '144712.924000', '144712.927000', '144712.929000', '144712.932000', '144712.935000', '144712.937000', '144712.940000', '144712.942000', '144712.945000', '144712.947000', '144712.950000', '144712.952000', '144712.955000', '144712.957000', '144712.960000', '144712.963000', '144712.966000', '144712.969000', '144732.858000', '144732.861000', '144732.864000', '144732.867000', '144732.869000', '144732.872000', '144732.874000', '144732.877000', '144732.879000', '144732.882000', '144732.885000', '144732.887000', '144732.890000', '144732.893000', '144732.895000', '144732.898000', '144732.901000', '144732.903000', '144732.906000', '144732.908000', '144732.911000', '144732.913000', '144732.916000', '144732.919000', '144732.921000', '144732.924000', '144732.926000', '144732.929000', '144732.931000', '144732.934000', '144732.937000', '144732.939000', '144732.942000', '144732.945000', '144732.947000', '144732.950000', '144732.952000', '144732.955000', '144732.957000', '144732.960000', '144732.962000', '144732.965000', '144732.968000', '144732.976000', '144752.859000', '144752.862000', '144752.864000', '144752.867000', '144752.870000', '144752.872000', '144752.875000', '144752.877000', '144752.880000', '144752.882000', '144752.885000', '144752.887000', '144752.890000', '144752.893000', '144752.895000', '144752.898000', '144752.900000', '144752.903000', '144752.905000', '144752.908000', '144752.911000', '144752.913000', '144752.916000', '144752.918000', '144752.921000', '144752.923000', '144752.927000', '144752.930000', '144752.933000', '144752.935000', '144752.938000', '144752.940000', '144752.943000', '144752.946000', '144752.948000', '144752.951000', '144752.953000', '144752.956000', '144752.958000', '144752.961000', '144752.964000', '144752.966000', '144752.980000', '144812.859000', '144812.862000', '144812.865000', '144812.868000', '144812.870000', '144812.873000', '144812.875000', '144812.878000', '144812.881000', '144812.883000', '144812.886000', '144812.888000', '144812.891000', '144812.894000', '144812.896000', '144812.899000', '144812.901000', '144812.904000', '144812.907000', '144812.909000', '144812.912000', '144812.914000', '144812.917000', '144812.920000', '144812.922000', '144812.925000', '144812.927000', '144812.930000', '144812.933000', '144812.935000', '144812.938000', '144812.940000', '144812.943000', '144812.945000', '144812.948000', '144812.951000', '144812.953000', '144812.956000', '144812.958000', '144812.961000', '144812.963000', '144812.966000', '144812.969000', '144812.974000', '144832.859000', '144832.862000', '144832.865000', '144832.867000', '144832.870000', '144832.873000', '144832.875000', '144832.878000', '144832.880000', '144832.883000', '144832.886000', '144832.888000', '144832.891000', '144832.894000', '144832.896000', '144832.899000', '144832.901000', '144832.904000', '144832.907000', '144832.909000', '144832.912000', '144832.914000', '144832.917000', '144832.920000', '144832.922000', '144832.925000', '144832.927000', '144832.931000', '144832.934000', '144832.937000', '144832.939000', '144832.942000', '144832.944000', '144832.947000', '144832.950000', '144832.952000', '144832.955000', '144832.957000', '144832.960000', '144832.963000', '144832.965000', '144832.968000', '144832.970000', '144852.859000', '144852.862000', '144852.865000', '144852.868000', '144852.870000', '144852.873000', '144852.875000', '144852.878000', '144852.881000', '144852.883000', '144852.886000', '144852.888000', '144852.891000', '144852.894000', '144852.896000', '144852.899000', '144852.901000', '144852.904000', '144852.907000', '144852.909000', '144852.912000', '144852.914000', '144852.917000', '144852.919000', '144852.922000', '144852.925000', '144852.927000', '144852.930000', '144852.932000', '144852.935000', '144852.938000', '144852.940000', '144852.943000', '144852.945000', '144852.948000', '144852.951000', '144852.953000', '144852.956000', '144852.958000', '144852.961000', '144852.964000', '144852.966000', '144852.969000', '144852.971000', '144912.859000', '144912.862000', '144912.865000', '144912.868000', '144912.870000', '144912.873000', '144912.875000', '144912.878000', '144912.881000', '144912.883000', '144912.886000', '144912.888000', '144912.891000', '144912.894000', '144912.896000', '144912.899000', '144912.902000', '144912.904000', '144912.907000', '144912.909000', '144912.912000', '144912.914000', '144912.917000', '144912.920000', '144912.922000', '144912.925000', '144912.927000', '144912.930000', '144912.932000', '144912.935000', '144912.938000', '144912.940000', '144912.943000', '144912.946000', '144912.948000', '144912.951000', '144912.953000', '144912.956000', '144912.959000', '144912.961000', '144912.964000', '144912.966000', '144912.969000', '144932.859000', '144932.862000', '144932.864000', '144932.867000', '144932.870000', '144932.872000', '144932.875000', '144932.877000', '144932.880000', '144932.883000', '144932.885000', '144932.888000', '144932.890000', '144932.893000', '144932.896000', '144932.898000', '144932.901000', '144932.903000', '144932.906000', '144932.908000', '144932.911000', '144932.914000', '144932.916000', '144932.919000', '144932.932000', '144932.935000', '144932.937000', '144932.940000', '144932.943000', '144932.945000', '144932.948000', '144932.951000', '144932.953000', '144932.956000', '144932.958000', '144932.961000', '144932.963000', '144932.966000', '144932.969000', '144932.971000', '144932.974000', '144932.976000', '144932.979000', '144932.982000', '144952.859000', '144952.861000', '144952.864000', '144952.867000', '144952.869000', '144952.872000', '144952.875000', '144952.877000', '144952.880000', '144952.882000', '144952.885000', '144952.888000', '144952.890000', '144952.893000', '144952.895000', '144952.898000', '144952.901000', '144952.903000', '144952.906000', '144952.908000', '144952.911000', '144952.913000', '144952.916000', '144952.919000', '144952.921000', '144952.924000', '144952.927000', '144952.929000', '144952.932000', '144952.934000', '144952.937000', '144952.940000', '144952.942000', '144952.945000', '144952.947000', '144952.950000', '144952.952000', '144952.955000', '144952.958000', '144952.960000', '144952.963000', '144952.965000', '144952.968000', '145012.858000', '145012.861000', '145012.864000', '145012.867000', '145012.869000', '145012.872000', '145012.875000', '145012.877000', '145012.880000', '145012.882000', '145012.885000', '145012.888000', '145012.890000', '145012.893000', '145012.895000', '145012.898000', '145012.901000', '145012.903000', '145012.906000', '145012.908000', '145012.911000', '145012.914000', '145012.916000', '145012.919000', '145012.921000', '145012.924000', '145012.927000', '145012.929000', '145012.932000', '145012.934000', '145012.937000', '145012.939000', '145012.942000', '145012.945000', '145012.947000', '145012.950000', '145012.952000', '145012.955000', '145012.957000', '145012.960000', '145012.963000', '145012.965000', '145012.968000', '145012.970000', '145032.859000', '145032.862000', '145032.865000', '145032.867000', '145032.870000', '145032.873000', '145032.875000', '145032.878000', '145032.880000', '145032.883000', '145032.886000', '145032.888000', '145032.891000', '145032.894000', '145032.896000', '145032.899000', '145032.901000', '145032.904000', '145032.906000', '145032.909000', '145032.912000', '145032.915000', '145032.917000', '145032.920000', '145032.923000', '145032.925000', '145032.928000', '145032.931000', '145032.933000', '145032.936000', '145032.938000', '145032.941000', '145032.944000', '145032.946000', '145032.949000', '145032.951000', '145032.954000', '145032.957000', '145032.959000', '145032.962000', '145032.964000', '145032.967000', '145032.969000', '145052.859000', '145052.862000', '145052.865000', '145052.868000', '145052.870000', '145052.873000', '145052.875000', '145052.878000', '145052.881000', '145052.883000', '145052.886000', '145052.888000', '145052.891000', '145052.894000', '145052.897000', '145052.899000', '145052.902000', '145052.905000', '145052.907000', '145052.910000', '145052.912000', '145052.915000', '145052.917000', '145052.920000', '145052.923000', '145052.925000', '145052.928000', '145052.930000', '145052.933000', '145052.936000', '145052.938000', '145052.941000', '145052.943000', '145052.946000', '145052.948000', '145052.951000', '145052.954000', '145052.956000', '145052.959000', '145052.961000', '145052.964000', '145052.967000', '145052.969000', '145052.972000', '145112.859000', '145112.862000', '145112.865000', '145112.868000', '145112.870000', '145112.896000', '145112.899000', '145112.901000', '145112.904000', '145112.907000', '145112.909000', '145112.912000', '145112.914000', '145112.917000', '145112.920000', '145112.922000', '145112.925000', '145112.928000', '145112.930000', '145112.933000', '145112.935000', '145112.938000', '145112.941000', '145112.943000', '145112.946000', '145112.948000', '145112.951000', '145112.953000', '145112.956000', '145112.959000', '145112.961000', '145112.964000', '145112.967000', '145112.969000', '145112.972000', '145112.974000', '145112.977000', '145112.980000', '145112.982000', '145112.985000', '145112.987000', '145112.990000', '145112.993000', '145132.859000', '145132.862000', '145132.865000', '145132.867000', '145132.870000', '145132.873000', '145132.875000', '145132.878000', '145132.881000', '145132.883000', '145132.886000', '145132.890000', '145132.893000', '145132.896000', '145132.898000', '145132.901000', '145132.904000', '145132.906000', '145132.909000', '145132.911000', '145132.914000', '145132.916000', '145132.919000', '145132.922000', '145132.924000', '145132.927000', '145132.929000', '145132.932000', '145132.934000', '145132.937000', '145132.940000', '145132.942000', '145132.945000', '145132.947000', '145132.950000', '145132.952000', '145132.955000', '145132.958000', '145132.960000', '145132.963000', '145132.965000', '145132.968000', '145132.970000', '145132.973000', '145152.859000', '145152.861000', '145152.864000', '145152.867000', '145152.870000', '145152.872000', '145152.875000', '145152.877000', '145152.880000', '145152.882000', '145152.885000', '145152.888000', '145152.890000', '145152.893000', '145152.895000', '145152.898000', '145152.901000', '145152.903000', '145152.906000', '145152.909000', '145152.911000', '145152.914000', '145152.916000', '145152.919000', '145152.921000', '145152.924000', '145152.926000', '145152.929000', '145152.932000', '145152.934000', '145152.937000', '145152.940000', '145152.942000', '145152.945000', '145152.947000', '145152.950000', '145152.953000', '145152.955000', '145152.958000', '145152.960000', '145152.963000', '145152.965000', '145152.968000', '145212.859000', '145212.862000', '145212.864000', '145212.867000', '145212.870000', '145212.872000', '145212.875000', '145212.878000', '145212.881000', '145212.883000', '145212.886000', '145212.889000', '145212.891000', '145212.894000', '145212.896000', '145212.899000', '145212.902000', '145212.904000', '145212.907000', '145212.910000', '145212.912000', '145212.915000', '145212.917000', '145212.920000', '145212.923000', '145212.925000', '145212.928000', '145212.930000', '145212.933000', '145212.936000', '145212.938000', '145212.941000', '145212.943000', '145212.946000', '145212.949000', '145212.951000', '145212.954000', '145212.956000', '145212.959000', '145212.962000', '145212.964000', '145212.967000', '145212.969000', '145232.858000', '145232.861000', '145232.864000', '145232.877000', '145232.880000', '145232.882000', '145232.885000', '145232.888000', '145232.890000', '145232.893000', '145232.895000', '145232.898000', '145232.900000', '145232.903000', '145232.905000', '145232.908000', '145232.911000', '145232.913000', '145232.916000', '145232.918000', '145232.921000', '145232.924000', '145232.926000', '145232.929000', '145232.931000', '145232.934000', '145232.937000', '145232.939000', '145232.942000', '145232.944000', '145232.947000', '145232.949000', '145232.952000', '145232.955000', '145232.957000', '145232.960000', '145232.962000', '145232.965000', '145232.967000', '145232.970000', '145232.973000', '145232.975000', '145232.978000', '145232.980000', '145252.860000', '145252.863000', '145252.866000', '145252.868000', '145252.871000', '145252.873000', '145252.876000', '145252.879000', '145252.882000', '145252.884000', '145252.887000', '145252.889000', '145252.892000', '145252.895000', '145252.897000', '145252.900000', '145252.902000', '145252.905000', '145252.908000', '145252.910000', '145252.913000', '145252.915000', '145252.918000', '145252.921000', '145252.923000', '145252.926000', '145252.928000', '145252.931000', '145252.933000', '145252.936000', '145252.939000', '145252.941000', '145252.944000', '145252.946000', '145252.949000', '145252.952000', '145252.954000', '145252.957000', '145252.959000', '145252.962000', '145252.964000', '145252.967000', '145252.970000', '145312.860000', '145312.862000', '145312.865000', '145312.868000', '145312.871000', '145312.873000', '145312.876000', '145312.878000', '145312.881000', '145312.884000', '145312.886000', '145312.889000', '145312.891000', '145312.894000', '145312.897000', '145312.899000', '145312.902000', '145312.904000', '145312.907000', '145312.909000', '145312.912000', '145312.915000', '145312.917000', '145312.920000', '145312.922000', '145312.925000', '145312.927000', '145312.930000', '145312.933000', '145312.935000', '145312.938000', '145312.940000', '145312.943000', '145312.945000', '145312.948000', '145312.951000', '145312.953000', '145312.956000', '145312.958000', '145312.961000', '145312.964000', '145312.966000', '145312.969000', '145312.971000', '145315.398000', '145315.401000', '145315.404000', '145315.406000', '145315.409000', '145315.412000'], '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': [9043, 13670, 8850, 15729, 11022, 8024, 14438, 11040, 8091, 12600, 8664, 8771, 8687, 8011, 12188, 8947, 13332, 10373, 8395, 11782, 8056, 12702, 9213, 12472, 9803, 8280, 12868, 8261, 13439, 9142, 15206, 9536, 10373, 11501, 8240, 13545, 8516, 13124, 9202, 11727, 9897, 8591, 12889, 7734, 13048, 9145, 12777, 9331, 12104, 9745, 8326, 12484, 8344, 12399, 9144, 12553, 9168, 11324, 10493, 8588, 12811, 8374, 12654, 9290, 13260, 9855, 13534, 10245, 9207, 11321, 8334, 12316, 8408, 13450, 10479, 19636, 11821, 12087, 10236, 8270, 12160, 8439, 14086, 10164, 20161, 10352, 12259, 10098, 8409, 12030, 8452, 14407, 8850, 14250, 9043, 14351, 9557, 12862, 10833, 8344, 11896, 8732, 12771, 9180, 13728, 10060, 13391, 9898, 8184, 11286, 8325, 13014, 8274, 15697, 11170, 14891, 8834, 8720, 8181, 8058, 13769, 10205, 8128, 11924, 8785, 13159, 10635, 8722, 14062, 11219, 11265, 15561, 14615, 18036, 13560, 11656, 17845, 14474, 19067, 13749, 17027, 15274, 10895, 19033, 11452, 11988, 11327, 8267, 13065, 8738, 17666, 13908, 14200, 10537, 7962, 13559, 9671, 11547, 10800, 8159, 14883, 10639, 20400, 13871, 14825, 18790, 11534, 17819, 11009, 16735, 10673, 16119, 12083, 13442, 10004, 7976, 11353, 8312, 12780, 9258, 14102, 9487, 12596, 9161, 8491, 11506, 8277, 13804, 10012, 11927, 9288, 8217, 11132, 7984, 12433, 7884, 13613, 9412, 16169, 8810, 9896, 9779, 8741, 11729, 8134, 13060, 8024, 12685, 7859, 12515, 7965, 13044, 8040, 13602, 8023, 12604, 8611, 13392, 9401, 14692, 9179, 10885, 10307, 8485, 12608, 8208, 12583, 8883, 13080, 9148, 8492, 11890, 8047, 13791, 9800, 12611, 11814, 8059, 12321, 8466, 13231, 9368, 17142, 13353, 17555, 10468, 17669, 9823, 15507, 11087, 10345, 11757, 7983, 11808, 8057, 13789, 8629, 14128, 8327, 12887, 8817, 13188, 10040, 14949, 10246, 17287, 8956, 15729, 10049, 16537, 11068, 12134, 10270, 8537, 11273, 12509, 12146, 8065, 10945, 8105, 11969, 8072, 13831, 9246, 14720, 8768, 13718, 9160, 8316, 11324, 7963, 13325, 8591, 13475, 8928, 12752, 8634, 8097, 11749, 8128, 13567, 12067, 19143, 18388, 12114, 14542, 10855, 16459, 17889, 13545, 10929, 11165, 9843, 8756, 12768, 9758, 7823, 12305, 11513, 9166, 11156, 12076, 11007, 9377, 20307, 15106, 11836, 18159, 15296, 10818, 7997, 13726, 11464, 7923, 11649, 9816, 8370, 8163, 11679, 9489, 7948, 12691, 9205, 7748, 14547, 10756, 8451, 13438, 9233, 7848, 12587, 9723, 10264, 9491, 8072, 12445, 9977, 14719, 10248, 7836, 12333, 8617, 13693, 9199, 8333, 12217, 8119, 9847, 10063, 8088, 15063, 10103, 8066, 12299, 9268, 10798, 11108, 9238, 17026, 12431, 17463, 10804, 11424, 12922, 8298, 18070, 11657, 18966, 14014, 20335, 12563, 15022, 10594, 9600, 13472, 8128, 14464, 9121, 13705, 8802, 10606, 9611, 7996, 11276, 7883, 13857, 9245, 14092, 8702, 8145, 9227, 8069, 12445, 7913, 13055, 8570, 14070, 9419, 12230, 8838, 8028, 10724, 7943, 12334, 8344, 13675, 8854, 9846, 10605, 8530, 14701, 10066, 17257, 8882, 10555, 11000, 7989, 12847, 8657, 14438, 10596, 15821, 8764, 14462, 9155, 7845, 12307, 8834, 14672, 10316, 18305, 9064, 9791, 11186, 8113, 13773, 8876, 14886, 9403, 17007, 9412, 11949, 11619, 8908, 15632, 11654, 19068, 8876, 12929, 9982, 8203, 13240, 8367, 15038, 8918, 9261, 9827, 12676, 16831, 17338, 13934, 9941, 8636, 9020, 11169, 9610, 9322, 12560, 9312, 8047, 13129, 9253, 9188, 11878, 8878, 14377, 11684, 15048, 10532, 8446, 13382, 13505, 19697, 14880, 16028, 12680, 8949, 17100, 11408, 20008, 12410, 13217, 12697, 8023, 13495, 9297, 14364, 10337, 15833, 11983, 8179, 14537, 9472, 16188, 9671, 9140, 13180, 9098, 15999, 9787, 9600, 10655, 8235, 13970, 10536, 13951, 10751, 8472, 13039, 9716, 13215, 10542, 8789, 14089, 9522, 18524, 9596, 8645, 11919, 8385, 15252, 11873, 13115, 10397, 8329, 13139, 9952, 17778, 10422, 8152, 12245, 8934, 13563, 9564, 8670, 13809, 8852, 14708, 9240, 8533, 11717, 8634, 14980, 12178, 11612, 11309, 8306, 14625, 11503, 14380, 12164, 8982, 16641, 9659, 9092, 14522, 11595, 18730, 10403, 8363, 13379, 9604, 12327, 11461, 8638, 18767, 12039, 8972, 15003, 9296, 18884, 11021, 17401, 13189, 12723, 19612, 14009, 18220, 9548, 11071, 11656, 9000, 14568, 8715, 15410, 9108, 14273, 9226, 10466, 11674, 8701, 14364, 9317, 16710, 9563, 9790, 11495, 8752, 15353, 11560, 16673, 9499, 14170, 10402, 10252, 13749, 11090, 18116, 11047, 15018, 9360, 17030, 11293, 9152, 12248, 7746, 13038, 9313, 11499, 11252, 8474, 13853, 8989, 14520, 9830, 11719, 10782, 8930, 13244, 10137, 17812, 13707, 17997, 10907, 14744, 10313, 8883, 13451, 8051, 14809, 9269, 11249, 9509, 8097, 12168, 8376, 14399, 9961, 13972, 9093, 14653, 9638, 10686, 11265, 9068, 13576, 7319, 13250, 9706, 12749, 9888, 8549, 13383, 10089, 9508, 10068, 7856, 12509, 10113, 8057, 12604, 9746, 8505, 13373, 11883, 21018, 14584, 11964, 13836, 8949, 19186, 10407, 14531, 13982, 11786, 19129, 11328, 16821, 9379, 8950, 11280, 8971, 13426, 9012, 14535, 9738, 9448, 10298, 8176, 13373, 10181, 16999, 13392, 16106, 10451, 7951, 11875, 8599, 14331, 11449, 17365, 10399, 8127, 12698, 8591, 13240, 10115, 8667, 11034, 9347, 9453, 12288, 9273, 16209, 10701, 10264, 11562, 8734, 16123, 9623, 13783, 12433, 10940, 17011, 12200, 13224, 9928, 7928, 12151, 10353, 12858, 12038, 8493, 13368, 9445, 12759, 10340, 9520, 13477, 8284, 15274, 9753, 15586, 10117, 16879, 12681, 20507, 9935, 13375, 10475, 10441, 11657, 9186, 13760, 8225, 12626, 8856, 13059, 9887, 13540, 10832, 16529, 9448, 12438, 9787, 10515, 10718, 10062, 12454, 8638, 12045, 7676, 12344, 8615, 13122, 10472, 18691, 9512, 14127, 10104, 9327, 12156, 9025, 15038, 8663, 14329, 9788, 13346, 10248, 16338, 11791, 15299, 10125, 8306, 11343, 8147, 13217, 10699, 8878, 12552, 9612, 10808, 9633, 8007, 12755, 10591, 8849, 13275, 9745, 15213, 14626, 14196, 21648, 16140, 13641, 12271, 9469, 18448, 14934, 21560, 15344, 11418, 11463, 8028, 12903, 10589, 16469, 11063, 8188, 11512, 7725, 12851, 10218, 17358, 11031, 10736, 12405, 7624, 12759, 9392, 12315, 10244, 9343, 12267, 7833, 12890, 10012, 12200, 10284, 10131, 13642, 8101, 15587, 9732, 16604, 9563, 9293, 13313, 9368, 19656, 10979, 12364, 9830, 8329, 13599, 10535, 19073, 9758, 8546, 11836, 8065, 14020, 10364, 13974], 'WindowCenter': [4723.0, 4744.0, 4692.0, 4748.0, 4697.0, 4656.0, 4736.0, 4706.0, 4657.0, 4715.0, 4676.0, 4679.0, 4679.0, 4683.0, 4728.0, 4689.0, 4740.0, 4712.0, 4693.0, 4731.0, 4684.0, 4742.0, 4703.0, 4741.0, 4712.0, 4693.0, 4742.0, 4693.0, 4754.0, 4704.0, 4762.0, 4713.0, 4722.0, 4733.0, 4695.0, 4755.0, 4703.0, 4753.0, 4716.0, 4743.0, 4713.0, 4705.0, 4753.0, 4684.0, 4753.0, 4713.0, 4755.0, 4715.0, 4743.0, 4725.0, 4707.0, 4756.0, 4705.0, 4753.0, 4726.0, 4755.0, 4717.0, 4747.0, 4738.0, 4717.0, 4758.0, 4708.0, 4768.0, 4728.0, 4767.0, 4737.0, 4769.0, 4738.0, 4716.0, 4746.0, 4706.0, 4757.0, 4706.0, 4765.0, 4747.0, 4807.0, 4758.0, 4756.0, 4736.0, 4707.0, 4757.0, 4706.0, 4765.0, 4738.0, 4806.0, 4737.0, 4757.0, 4735.0, 4707.0, 4754.0, 4706.0, 4777.0, 4715.0, 4775.0, 4718.0, 4764.0, 4727.0, 4757.0, 4737.0, 4706.0, 4746.0, 4718.0, 4754.0, 4717.0, 4764.0, 4728.0, 4765.0, 4725.0, 4708.0, 4746.0, 4708.0, 4768.0, 4707.0, 4776.0, 4747.0, 4775.0, 4729.0, 4732.0, 4722.0, 4709.0, 4765.0, 4735.0, 4707.0, 4757.0, 4719.0, 4783.0, 4760.0, 4718.0, 4791.0, 4759.0, 4758.0, 4788.0, 4791.0, 4795.0, 4769.0, 4748.0, 4798.0, 4776.0, 4796.0, 4780.0, 4802.0, 4787.0, 4734.0, 4781.0, 4730.0, 4731.0, 4734.0, 4694.0, 4753.0, 4691.0, 4770.0, 4751.0, 4750.0, 4719.0, 4681.0, 4753.0, 4712.0, 4732.0, 4733.0, 4694.0, 4773.0, 4736.0, 4793.0, 4752.0, 4748.0, 4770.0, 4718.0, 4767.0, 4709.0, 4757.0, 4710.0, 4758.0, 4729.0, 4752.0, 4695.0, 4680.0, 4705.0, 4675.0, 4727.0, 4686.0, 4750.0, 4698.0, 4729.0, 4701.0, 4690.0, 4719.0, 4689.0, 4749.0, 4711.0, 4730.0, 4699.0, 4691.0, 4720.0, 4680.0, 4740.0, 4692.0, 4752.0, 4701.0, 4770.0, 4702.0, 4711.0, 4711.0, 4702.0, 4731.0, 4682.0, 4752.0, 4680.0, 4739.0, 4678.0, 4729.0, 4680.0, 4740.0, 4680.0, 4749.0, 4679.0, 4728.0, 4688.0, 4737.0, 4699.0, 4749.0, 4699.0, 4720.0, 4711.0, 4690.0, 4743.0, 4692.0, 4741.0, 4714.0, 4764.0, 4715.0, 4717.0, 4757.0, 4719.0, 4781.0, 4739.0, 4756.0, 4745.0, 4696.0, 4754.0, 4707.0, 4764.0, 4716.0, 4784.0, 4765.0, 4793.0, 4735.0, 4782.0, 4723.0, 4774.0, 4733.0, 4723.0, 4742.0, 4693.0, 4741.0, 4693.0, 4763.0, 4703.0, 4762.0, 4703.0, 4753.0, 4715.0, 4752.0, 4726.0, 4775.0, 4725.0, 4793.0, 4715.0, 4772.0, 4724.0, 4784.0, 4733.0, 4745.0, 4723.0, 4704.0, 4730.0, 4753.0, 4744.0, 4694.0, 4733.0, 4693.0, 4743.0, 4695.0, 4765.0, 4715.0, 4773.0, 4706.0, 4766.0, 4727.0, 4716.0, 4747.0, 4705.0, 4766.0, 4719.0, 4764.0, 4716.0, 4768.0, 4730.0, 4709.0, 4756.0, 4720.0, 4793.0, 4705.0, 4786.0, 4793.0, 4766.0, 4766.0, 4568.0, 4825.0, 4790.0, 4741.0, 4694.0, 4703.0, 4681.0, 4674.0, 4725.0, 4683.0, 4667.0, 4726.0, 4718.0, 4701.0, 4707.0, 4730.0, 4709.0, 4672.0, 4766.0, 4725.0, 4692.0, 4740.0, 4720.0, 4678.0, 4654.0, 4714.0, 4706.0, 4655.0, 4706.0, 4694.0, 4665.0, 4666.0, 4708.0, 4686.0, 4667.0, 4727.0, 4687.0, 4669.0, 4739.0, 4710.0, 4681.0, 4741.0, 4691.0, 4670.0, 4729.0, 4700.0, 4709.0, 4690.0, 4670.0, 4729.0, 4713.0, 4752.0, 4724.0, 4684.0, 4743.0, 4708.0, 4781.0, 4701.0, 4693.0, 4743.0, 4695.0, 4727.0, 4726.0, 4693.0, 4761.0, 4737.0, 4707.0, 4757.0, 4730.0, 4752.0, 4749.0, 4717.0, 4787.0, 4757.0, 4797.0, 4737.0, 4734.0, 4743.0, 4692.0, 4772.0, 4733.0, 4782.0, 4753.0, 4778.0, 4732.0, 4749.0, 4708.0, 4699.0, 4739.0, 4669.0, 4748.0, 4689.0, 4738.0, 4690.0, 4711.0, 4700.0, 4681.0, 4720.0, 4694.0, 4752.0, 4714.0, 4751.0, 4692.0, 4693.0, 4703.0, 4693.0, 4743.0, 4695.0, 4755.0, 4704.0, 4764.0, 4713.0, 4744.0, 4704.0, 4698.0, 4735.0, 4696.0, 4754.0, 4705.0, 4764.0, 4716.0, 4726.0, 4736.0, 4706.0, 4777.0, 4725.0, 4784.0, 4715.0, 4736.0, 4735.0, 4696.0, 4754.0, 4704.0, 4765.0, 4734.0, 4773.0, 4705.0, 4764.0, 4716.0, 4694.0, 4754.0, 4716.0, 4776.0, 4737.0, 4795.0, 4716.0, 4727.0, 4746.0, 4705.0, 4766.0, 4715.0, 4772.0, 4717.0, 4785.0, 4716.0, 4744.0, 4745.0, 4714.0, 4775.0, 4745.0, 4794.0, 4703.0, 4754.0, 4727.0, 4706.0, 4756.0, 4706.0, 4775.0, 4716.0, 4727.0, 4682.0, 4657.0, 4736.0, 4855.0, 4792.0, 4727.0, 4718.0, 4718.0, 4748.0, 4740.0, 4732.0, 4768.0, 4730.0, 4724.0, 4793.0, 4746.0, 4742.0, 4760.0, 4732.0, 4791.0, 4763.0, 4790.0, 4751.0, 4733.0, 4781.0, 4779.0, 4808.0, 4779.0, 4790.0, 4756.0, 4706.0, 4784.0, 4746.0, 4806.0, 4744.0, 4756.0, 4744.0, 4696.0, 4753.0, 4712.0, 4763.0, 4724.0, 4775.0, 4733.0, 4693.0, 4763.0, 4712.0, 4771.0, 4713.0, 4714.0, 4754.0, 4705.0, 4773.0, 4712.0, 4714.0, 4724.0, 4704.0, 4765.0, 4735.0, 4765.0, 4734.0, 4695.0, 4755.0, 4725.0, 4755.0, 4735.0, 4705.0, 4765.0, 4714.0, 4793.0, 4714.0, 4701.0, 4743.0, 4705.0, 4775.0, 4746.0, 4755.0, 4722.0, 4694.0, 4754.0, 4725.0, 4783.0, 4724.0, 4694.0, 4744.0, 4715.0, 4764.0, 4727.0, 4717.0, 4768.0, 4718.0, 4774.0, 4727.0, 4718.0, 4756.0, 4718.0, 4778.0, 4758.0, 4748.0, 4735.0, 4709.0, 4777.0, 4748.0, 4777.0, 4747.0, 4716.0, 4786.0, 4726.0, 4716.0, 4766.0, 4744.0, 4796.0, 4726.0, 4705.0, 4767.0, 4741.0, 4772.0, 4757.0, 4720.0, 4806.0, 4757.0, 4717.0, 4775.0, 4714.0, 4791.0, 4735.0, 4783.0, 4754.0, 4756.0, 4794.0, 4763.0, 4784.0, 4713.0, 4734.0, 4733.0, 4703.0, 4762.0, 4693.0, 4763.0, 4702.0, 4751.0, 4701.0, 4724.0, 4732.0, 4694.0, 4752.0, 4702.0, 4771.0, 4702.0, 4711.0, 4731.0, 4691.0, 4763.0, 4723.0, 4771.0, 4702.0, 4751.0, 4722.0, 4712.0, 4753.0, 4720.0, 4770.0, 4720.0, 4775.0, 4701.0, 4782.0, 4722.0, 4690.0, 4717.0, 4669.0, 4741.0, 4716.0, 4734.0, 4722.0, 4682.0, 4751.0, 4702.0, 4750.0, 4713.0, 4733.0, 4723.0, 4705.0, 4744.0, 4712.0, 4770.0, 4740.0, 4769.0, 4709.0, 4747.0, 4711.0, 4692.0, 4740.0, 4669.0, 4749.0, 4690.0, 4720.0, 4701.0, 4684.0, 4732.0, 4693.0, 4750.0, 4713.0, 4753.0, 4692.0, 4749.0, 4701.0, 4721.0, 4722.0, 4692.0, 4742.0, 4661.0, 4742.0, 4714.0, 4744.0, 4728.0, 4719.0, 4770.0, 4736.0, 4726.0, 4726.0, 4708.0, 4754.0, 4739.0, 4709.0, 4756.0, 4730.0, 4717.0, 4766.0, 4748.0, 4806.0, 4766.0, 4747.0, 4755.0, 4705.0, 4785.0, 4738.0, 4766.0, 4754.0, 4734.0, 4784.0, 4733.0, 4771.0, 4703.0, 4702.0, 4723.0, 4705.0, 4753.0, 4706.0, 4753.0, 4714.0, 4714.0, 4711.0, 4693.0, 4754.0, 4727.0, 4775.0, 4751.0, 4762.0, 4723.0, 4683.0, 4731.0, 4693.0, 4753.0, 4731.0, 4772.0, 4712.0, 4683.0, 4759.0, 4721.0, 4756.0, 4725.0, 4718.0, 4751.0, 4728.0, 4726.0, 4746.0, 4717.0, 4774.0, 4749.0, 4740.0, 4760.0, 4720.0, 4787.0, 4717.0, 4756.0, 4743.0, 4723.0, 4770.0, 4733.0, 4755.0, 4715.0, 4712.0, 4758.0, 4725.0, 4756.0, 4747.0, 4696.0, 4766.0, 4726.0, 4753.0, 4726.0, 4718.0, 4754.0, 4694.0, 4776.0, 4716.0, 4771.0, 4723.0, 4771.0, 4745.0, 4792.0, 4712.0, 4752.0, 4712.0, 4720.0, 4721.0, 4703.0, 4752.0, 4681.0, 4731.0, 4703.0, 4739.0, 4710.0, 4741.0, 4723.0, 4771.0, 4701.0, 4741.0, 4712.0, 4723.0, 4711.0, 4713.0, 4744.0, 4694.0, 4731.0, 4684.0, 4742.0, 4693.0, 4742.0, 4723.0, 4782.0, 4715.0, 4764.0, 4724.0, 4704.0, 4743.0, 4702.0, 4765.0, 4694.0, 4763.0, 4712.0, 4753.0, 4724.0, 4773.0, 4735.0, 4764.0, 4711.0, 4692.0, 4734.0, 4699.0, 4756.0, 4738.0, 4733.0, 4785.0, 4729.0, 4735.0, 4729.0, 4709.0, 4758.0, 4736.0, 4720.0, 4768.0, 4731.0, 4778.0, 4768.0, 4767.0, 4809.0, 4778.0, 4767.0, 4743.0, 4714.0, 4798.0, 4767.0, 4793.0, 4765.0, 4722.0, 4722.0, 4684.0, 4742.0, 4722.0, 4771.0, 4724.0, 4683.0, 4731.0, 4680.0, 4742.0, 4712.0, 4771.0, 4722.0, 4723.0, 4733.0, 4673.0, 4745.0, 4705.0, 4747.0, 4727.0, 4702.0, 4736.0, 4674.0, 4746.0, 4714.0, 4734.0, 4715.0, 4715.0, 4769.0, 4686.0, 4761.0, 4714.0, 4771.0, 4703.0, 4703.0, 4744.0, 4705.0, 4783.0, 4720.0, 4744.0, 4711.0, 4697.0, 4746.0, 4725.0, 4783.0, 4704.0, 4695.0, 4731.0, 4683.0, 4753.0, 4713.0, 4752.0], 'WindowWidth': [10340.0, 10352.0, 10276.0, 10346.0, 10271.0, 10216.0, 10325.0, 10283.0, 10216.0, 10292.0, 10243.0, 10252.0, 10251.0, 10261.0, 10320.0, 10268.0, 10338.0, 10302.0, 10276.0, 10326.0, 10266.0, 10344.0, 10289.0, 10339.0, 10300.0, 10279.0, 10343.0, 10278.0, 10362.0, 10293.0, 10372.0, 10303.0, 10316.0, 10332.0, 10280.0, 10364.0, 10292.0, 10363.0, 10312.0, 10347.0, 10307.0, 10298.0, 10363.0, 10269.0, 10361.0, 10308.0, 10367.0, 10312.0, 10349.0, 10326.0, 10305.0, 10368.0, 10301.0, 10365.0, 10330.0, 10369.0, 10318.0, 10359.0, 10348.0, 10320.0, 10375.0, 10309.0, 10389.0, 10335.0, 10387.0, 10347.0, 10391.0, 10349.0, 10317.0, 10358.0, 10305.0, 10372.0, 10304.0, 10383.0, 10361.0, 10443.0, 10377.0, 10371.0, 10344.0, 10308.0, 10371.0, 10303.0, 10383.0, 10349.0, 10441.0, 10344.0, 10374.0, 10342.0, 10307.0, 10366.0, 10304.0, 10401.0, 10314.0, 10398.0, 10321.0, 10381.0, 10332.0, 10373.0, 10347.0, 10303.0, 10358.0, 10323.0, 10368.0, 10318.0, 10382.0, 10336.0, 10381.0, 10327.0, 10309.0, 10356.0, 10306.0, 10389.0, 10306.0, 10400.0, 10360.0, 10397.0, 10340.0, 10351.0, 10336.0, 10313.0, 10383.0, 10341.0, 10307.0, 10376.0, 10328.0, 10423.0, 10385.0, 10326.0, 10432.0, 10384.0, 10379.0, 10423.0, 10427.0, 10425.0, 10397.0, 10360.0, 10435.0, 10401.0, 10430.0, 10412.0, 10445.0, 10419.0, 10340.0, 10404.0, 10327.0, 10327.0, 10337.0, 10285.0, 10361.0, 10275.0, 10385.0, 10356.0, 10352.0, 10311.0, 10263.0, 10359.0, 10302.0, 10331.0, 10333.0, 10283.0, 10391.0, 10343.0, 10420.0, 10359.0, 10346.0, 10379.0, 10306.0, 10375.0, 10292.0, 10360.0, 10294.0, 10362.0, 10324.0, 10359.0, 10268.0, 10256.0, 10283.0, 10243.0, 10313.0, 10258.0, 10356.0, 10280.0, 10320.0, 10283.0, 10270.0, 10307.0, 10268.0, 10349.0, 10300.0, 10323.0, 10281.0, 10272.0, 10310.0, 10258.0, 10337.0, 10277.0, 10356.0, 10287.0, 10380.0, 10289.0, 10303.0, 10301.0, 10290.0, 10325.0, 10261.0, 10357.0, 10257.0, 10335.0, 10252.0, 10322.0, 10257.0, 10338.0, 10257.0, 10349.0, 10253.0, 10318.0, 10267.0, 10330.0, 10281.0, 10347.0, 10281.0, 10312.0, 10299.0, 10272.0, 10345.0, 10274.0, 10341.0, 10311.0, 10381.0, 10313.0, 10319.0, 10377.0, 10329.0, 10410.0, 10350.0, 10370.0, 10355.0, 10289.0, 10366.0, 10307.0, 10380.0, 10317.0, 10409.0, 10380.0, 10420.0, 10341.0, 10404.0, 10322.0, 10394.0, 10336.0, 10321.0, 10344.0, 10280.0, 10344.0, 10282.0, 10376.0, 10295.0, 10374.0, 10297.0, 10363.0, 10313.0, 10362.0, 10330.0, 10395.0, 10327.0, 10419.0, 10314.0, 10389.0, 10325.0, 10405.0, 10335.0, 10353.0, 10321.0, 10296.0, 10329.0, 10362.0, 10350.0, 10283.0, 10334.0, 10282.0, 10349.0, 10286.0, 10380.0, 10315.0, 10392.0, 10301.0, 10385.0, 10333.0, 10320.0, 10358.0, 10304.0, 10387.0, 10325.0, 10382.0, 10317.0, 10393.0, 10345.0, 10314.0, 10375.0, 10333.0, 10439.0, 10282.0, 10449.0, 10439.0, 10398.0, 10388.0, 10022.0, 10524.0, 10436.0, 10348.0, 10266.0, 10276.0, 10245.0, 10238.0, 10308.0, 10252.0, 10236.0, 10317.0, 10306.0, 10288.0, 10289.0, 10326.0, 10295.0, 10232.0, 10372.0, 10310.0, 10259.0, 10321.0, 10293.0, 10233.0, 10207.0, 10289.0, 10285.0, 10213.0, 10282.0, 10266.0, 10227.0, 10230.0, 10285.0, 10257.0, 10232.0, 10315.0, 10260.0, 10238.0, 10336.0, 10294.0, 10259.0, 10340.0, 10271.0, 10241.0, 10320.0, 10280.0, 10292.0, 10266.0, 10241.0, 10320.0, 10304.0, 10355.0, 10321.0, 10267.0, 10344.0, 10306.0, 10413.0, 10288.0, 10280.0, 10346.0, 10288.0, 10332.0, 10325.0, 10281.0, 10370.0, 10346.0, 10305.0, 10375.0, 10341.0, 10375.0, 10367.0, 10319.0, 10417.0, 10374.0, 10428.0, 10343.0, 10336.0, 10348.0, 10279.0, 10386.0, 10332.0, 10400.0, 10358.0, 10391.0, 10327.0, 10349.0, 10292.0, 10282.0, 10335.0, 10240.0, 10348.0, 10267.0, 10332.0, 10270.0, 10301.0, 10285.0, 10261.0, 10311.0, 10283.0, 10359.0, 10310.0, 10356.0, 10278.0, 10280.0, 10294.0, 10283.0, 10347.0, 10286.0, 10366.0, 10300.0, 10379.0, 10314.0, 10351.0, 10298.0, 10295.0, 10340.0, 10288.0, 10364.0, 10301.0, 10381.0, 10319.0, 10332.0, 10345.0, 10305.0, 10403.0, 10329.0, 10409.0, 10315.0, 10346.0, 10341.0, 10290.0, 10367.0, 10300.0, 10384.0, 10340.0, 10392.0, 10300.0, 10380.0, 10315.0, 10288.0, 10366.0, 10317.0, 10399.0, 10348.0, 10424.0, 10317.0, 10334.0, 10357.0, 10304.0, 10386.0, 10315.0, 10393.0, 10319.0, 10410.0, 10317.0, 10356.0, 10357.0, 10313.0, 10399.0, 10353.0, 10422.0, 10297.0, 10366.0, 10331.0, 10305.0, 10371.0, 10304.0, 10397.0, 10319.0, 10335.0, 10248.0, 10185.0, 10336.0, 10554.0, 10433.0, 10334.0, 10325.0, 10323.0, 10363.0, 10357.0, 10345.0, 10393.0, 10344.0, 10343.0, 10437.0, 10373.0, 10365.0, 10385.0, 10349.0, 10430.0, 10390.0, 10424.0, 10374.0, 10353.0, 10416.0, 10412.0, 10452.0, 10411.0, 10424.0, 10373.0, 10302.0, 10411.0, 10356.0, 10439.0, 10353.0, 10368.0, 10349.0, 10287.0, 10363.0, 10307.0, 10377.0, 10326.0, 10393.0, 10333.0, 10281.0, 10376.0, 10307.0, 10385.0, 10306.0, 10310.0, 10362.0, 10297.0, 10392.0, 10307.0, 10311.0, 10324.0, 10300.0, 10381.0, 10342.0, 10381.0, 10338.0, 10287.0, 10367.0, 10328.0, 10368.0, 10340.0, 10300.0, 10383.0, 10311.0, 10419.0, 10312.0, 10293.0, 10349.0, 10302.0, 10396.0, 10356.0, 10366.0, 10320.0, 10285.0, 10364.0, 10326.0, 10405.0, 10324.0, 10285.0, 10351.0, 10313.0, 10378.0, 10333.0, 10319.0, 10390.0, 10322.0, 10396.0, 10332.0, 10324.0, 10371.0, 10321.0, 10403.0, 10375.0, 10361.0, 10340.0, 10310.0, 10403.0, 10364.0, 10398.0, 10357.0, 10316.0, 10411.0, 10331.0, 10316.0, 10386.0, 10353.0, 10423.0, 10327.0, 10301.0, 10387.0, 10359.0, 10400.0, 10378.0, 10329.0, 10446.0, 10374.0, 10321.0, 10397.0, 10311.0, 10415.0, 10340.0, 10405.0, 10364.0, 10366.0, 10422.0, 10372.0, 10404.0, 10307.0, 10337.0, 10335.0, 10293.0, 10371.0, 10280.0, 10375.0, 10290.0, 10355.0, 10289.0, 10324.0, 10331.0, 10281.0, 10361.0, 10288.0, 10381.0, 10287.0, 10302.0, 10327.0, 10274.0, 10374.0, 10317.0, 10383.0, 10287.0, 10352.0, 10314.0, 10302.0, 10358.0, 10309.0, 10377.0, 10309.0, 10396.0, 10286.0, 10402.0, 10317.0, 10266.0, 10301.0, 10240.0, 10339.0, 10316.0, 10334.0, 10314.0, 10259.0, 10354.0, 10288.0, 10352.0, 10304.0, 10332.0, 10317.0, 10295.0, 10347.0, 10301.0, 10380.0, 10335.0, 10376.0, 10292.0, 10341.0, 10297.0, 10272.0, 10336.0, 10239.0, 10349.0, 10268.0, 10310.0, 10285.0, 10267.0, 10328.0, 10277.0, 10354.0, 10302.0, 10357.0, 10273.0, 10348.0, 10284.0, 10314.0, 10314.0, 10272.0, 10341.0, 10230.0, 10342.0, 10306.0, 10350.0, 10332.0, 10326.0, 10395.0, 10345.0, 10330.0, 10330.0, 10305.0, 10363.0, 10350.0, 10310.0, 10373.0, 10339.0, 10319.0, 10385.0, 10362.0, 10442.0, 10382.0, 10356.0, 10367.0, 10297.0, 10405.0, 10348.0, 10381.0, 10362.0, 10334.0, 10405.0, 10333.0, 10382.0, 10289.0, 10288.0, 10318.0, 10296.0, 10358.0, 10297.0, 10356.0, 10304.0, 10308.0, 10300.0, 10277.0, 10360.0, 10329.0, 10394.0, 10355.0, 10370.0, 10316.0, 10266.0, 10325.0, 10276.0, 10358.0, 10329.0, 10380.0, 10300.0, 10263.0, 10376.0, 10330.0, 10366.0, 10324.0, 10322.0, 10370.0, 10335.0, 10326.0, 10353.0, 10315.0, 10392.0, 10369.0, 10353.0, 10380.0, 10327.0, 10415.0, 10316.0, 10367.0, 10347.0, 10317.0, 10381.0, 10331.0, 10363.0, 10310.0, 10320.0, 10374.0, 10323.0, 10365.0, 10356.0, 10284.0, 10381.0, 10329.0, 10362.0, 10327.0, 10318.0, 10367.0, 10282.0, 10395.0, 10311.0, 10385.0, 10318.0, 10383.0, 10350.0, 10409.0, 10300.0, 10356.0, 10299.0, 10309.0, 10311.0, 10289.0, 10355.0, 10257.0, 10323.0, 10291.0, 10333.0, 10297.0, 10338.0, 10318.0, 10379.0, 10285.0, 10342.0, 10301.0, 10317.0, 10299.0, 10303.0, 10347.0, 10277.0, 10325.0, 10268.0, 10340.0, 10278.0, 10344.0, 10319.0, 10398.0, 10307.0, 10375.0, 10320.0, 10292.0, 10346.0, 10290.0, 10381.0, 10279.0, 10374.0, 10304.0, 10360.0, 10321.0, 10387.0, 10336.0, 10373.0, 10299.0, 10276.0, 10334.0, 10295.0, 10371.0, 10348.0, 10352.0, 10427.0, 10339.0, 10340.0, 10338.0, 10311.0, 10374.0, 10346.0, 10326.0, 10392.0, 10344.0, 10402.0, 10388.0, 10385.0, 10450.0, 10400.0, 10384.0, 10348.0, 10308.0, 10430.0, 10384.0, 10418.0, 10376.0, 10311.0, 10312.0, 10265.0, 10340.0, 10315.0, 10381.0, 10317.0, 10261.0, 10326.0, 10259.0, 10340.0, 10301.0, 10381.0, 10315.0, 10315.0, 10329.0, 10249.0, 10349.0, 10296.0, 10357.0, 10327.0, 10290.0, 10339.0, 10251.0, 10351.0, 10306.0, 10334.0, 10307.0, 10307.0, 10390.0, 10269.0, 10369.0, 10306.0, 10380.0, 10288.0, 10291.0, 10347.0, 10294.0, 10401.0, 10311.0, 10348.0, 10300.0, 10287.0, 10351.0, 10322.0, 10398.0, 10291.0, 10281.0, 10325.0, 10262.0, 10359.0, 10302.0, 10357.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.00622881708652793</td></tr>
<tr><td colspan=3>aqi</td><td>0.036853972179627596</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.76110166408988</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1449642500328947</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978174277192988</td></tr>
<tr><td colspan=3>efc</td><td>0.5226</td></tr>
<tr><td colspan=3>fber</td><td>2847.8457</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16342407513330273</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.295728368017524</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.622081359102586</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5881957564744225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.738844661973582</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5392036588597535</td></tr>
<tr><td colspan=3>gcor</td><td>0.00983982</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012485886923968792</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018964825198054314</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.013125148417438</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>11.429</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.397</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>276.8669</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>483.7535</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4942</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.3508</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3868.5616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.422</td></tr>
<tr><td colspan=3>tsnr</td><td>28.608889877796173</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>