<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>c77c60400b548a839f243b932e20a81d</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>20:33:34.885000</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.999373, -0.034365, -0.00849876, 0.0348989, 0.996667, 0.0737295]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.094553</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7756, -7246, 482, -85, -226, 33, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>677a7704-0ba6-496c-9c57-7050e1ab285c||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.6812453269958496, 0.09363126754760742, -0.01602916792035103, 105.91879272460938], [0.0921986922621727, 2.6739859580993652, 0.199745774269104, -103.05026245117188], [-0.022801563143730164, -0.19781093299388885, 2.6925535202026367, -56.97764205932617], [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': ['203334.885000', '203335.345000', '203335.805000', '203336.265000', '203336.725000', '203337.185000', '203337.645000', '203338.105000', '203338.565000', '203339.025000', '203339.485000', '203339.945000', '203340.405000', '203340.865000', '203341.325000', '203341.785000', '203342.245000', '203342.705000', '203343.165000', '203343.625000', '203344.085000', '203344.545000', '203345.005000', '203345.465000', '203345.925000', '203346.385000', '203346.845000', '203347.305000', '203347.765000', '203348.225000', '203348.685000', '203349.145000', '203349.605000', '203350.065000', '203350.525000', '203350.985000', '203351.445000', '203351.905000', '203352.365000', '203352.825000', '203353.285000', '203353.745000', '203354.205000', '203354.665000', '203355.125000', '203355.585000', '203356.045000', '203356.505000', '203356.965000', '203357.425000', '203357.885000', '203358.345000', '203358.805000', '203359.265000', '203359.725000', '203400.185000', '203400.645000', '203401.105000', '203401.565000', '203402.025000', '203402.485000', '203402.945000', '203403.405000', '203403.865000', '203404.325000', '203404.785000', '203405.245000', '203405.705000', '203406.165000', '203406.625000', '203407.085000', '203407.545000', '203408.005000', '203408.465000', '203408.925000', '203409.385000', '203409.845000', '203410.305000', '203410.765000', '203411.225000', '203411.685000', '203412.145000', '203412.605000', '203413.065000', '203413.525000', '203413.985000', '203414.445000', '203414.905000', '203415.365000', '203415.825000', '203416.285000', '203416.745000', '203417.205000', '203417.665000', '203418.125000', '203418.585000', '203419.045000', '203419.505000', '203419.965000', '203420.425000', '203420.885000', '203421.345000', '203421.805000', '203422.265000', '203422.725000', '203423.185000', '203423.645000', '203424.105000', '203424.565000', '203425.025000', '203425.485000', '203425.945000', '203426.405000', '203426.865000', '203427.325000', '203427.785000', '203428.245000', '203428.705000', '203429.165000', '203429.625000', '203430.085000', '203430.545000', '203431.005000', '203431.465000', '203431.925000', '203432.385000', '203432.845000', '203433.305000', '203433.765000', '203434.225000', '203434.685000', '203435.145000', '203435.605000', '203436.065000', '203436.525000', '203436.985000', '203437.445000', '203437.905000', '203438.365000', '203438.825000', '203439.285000', '203439.745000', '203440.205000', '203440.665000', '203441.125000', '203441.585000', '203442.045000', '203442.505000', '203442.965000', '203443.425000', '203443.885000', '203444.345000', '203444.805000', '203445.265000', '203445.725000', '203446.185000', '203446.645000', '203447.105000', '203447.565000', '203448.025000', '203448.485000', '203448.945000', '203449.405000', '203449.865000', '203450.325000', '203450.785000', '203451.245000', '203451.705000', '203452.165000', '203452.625000', '203453.085000', '203453.545000', '203454.005000', '203454.465000', '203454.925000', '203455.385000', '203455.845000', '203456.305000', '203456.765000', '203457.225000', '203457.685000', '203458.145000', '203458.605000', '203459.065000', '203459.525000', '203459.985000', '203500.445000', '203500.905000', '203501.365000', '203501.825000', '203502.285000', '203502.745000', '203503.205000', '203503.665000', '203504.125000', '203504.585000', '203505.045000', '203505.505000', '203505.965000', '203506.425000', '203506.885000', '203507.345000', '203507.805000', '203508.265000', '203508.725000', '203509.185000', '203509.645000', '203510.105000', '203510.565000', '203511.025000', '203511.485000', '203511.945000', '203512.405000', '203512.865000', '203513.325000', '203513.785000', '203514.245000', '203514.705000', '203515.165000', '203515.625000', '203516.085000', '203516.545000', '203517.005000', '203517.465000', '203517.925000', '203518.385000', '203518.845000', '203519.305000', '203519.765000', '203520.225000', '203520.685000', '203521.145000', '203521.605000', '203522.065000', '203522.525000', '203522.985000', '203523.445000', '203523.905000', '203524.365000', '203524.825000', '203525.285000', '203525.745000', '203526.205000', '203526.665000', '203527.125000', '203527.585000', '203528.045000', '203528.505000', '203528.965000', '203529.425000', '203529.885000', '203530.345000', '203530.805000', '203531.265000', '203531.725000', '203532.185000', '203532.645000', '203533.105000', '203533.565000', '203534.025000', '203534.485000', '203534.945000', '203535.405000', '203535.865000', '203536.325000', '203536.785000', '203537.245000', '203537.705000', '203538.165000', '203538.625000', '203539.085000', '203539.545000', '203540.005000', '203540.465000', '203540.925000', '203541.385000', '203541.845000', '203542.305000', '203542.765000', '203543.225000', '203543.685000', '203544.145000', '203544.605000', '203545.065000', '203545.525000', '203545.985000', '203546.445000', '203546.905000', '203547.365000', '203547.825000', '203548.285000', '203548.745000', '203549.205000', '203549.665000', '203550.125000', '203550.585000', '203551.045000', '203551.505000', '203551.965000', '203552.425000', '203552.885000', '203553.345000', '203553.805000', '203554.265000', '203554.725000', '203555.185000', '203555.645000', '203556.105000', '203556.565000', '203557.025000', '203557.485000', '203557.945000', '203558.405000', '203558.865000', '203559.325000', '203559.785000', '203600.245000', '203600.705000', '203601.165000', '203601.625000', '203602.085000', '203602.545000', '203603.005000', '203603.465000', '203603.925000', '203604.385000', '203604.845000', '203605.305000', '203605.765000', '203606.225000', '203606.685000', '203607.145000', '203607.605000', '203608.065000', '203608.525000', '203608.985000', '203609.445000', '203609.905000', '203610.365000', '203610.825000', '203611.285000', '203611.745000', '203612.205000', '203612.665000', '203613.125000', '203613.585000', '203614.045000', '203614.505000', '203614.965000', '203615.425000', '203615.885000', '203616.345000', '203616.805000', '203617.265000', '203617.725000', '203618.185000', '203618.645000', '203619.105000', '203619.565000', '203620.025000', '203620.485000', '203620.945000', '203621.405000', '203621.865000', '203622.325000', '203622.785000', '203623.245000', '203623.705000', '203624.165000', '203624.625000', '203625.085000', '203625.545000', '203626.005000', '203626.465000', '203626.925000', '203627.385000', '203627.845000', '203628.305000', '203628.765000', '203629.225000', '203629.685000', '203630.145000', '203630.605000', '203631.065000', '203631.525000', '203631.985000', '203632.445000', '203632.905000', '203633.365000', '203633.825000', '203634.285000', '203634.745000', '203635.205000', '203635.665000', '203636.125000', '203636.585000', '203637.045000', '203637.505000', '203637.965000', '203638.425000', '203638.885000', '203639.345000', '203639.805000', '203640.265000', '203640.725000', '203641.185000', '203641.645000', '203642.105000', '203642.565000', '203643.025000', '203643.485000', '203643.945000', '203644.405000', '203644.865000', '203645.325000', '203645.785000', '203646.245000', '203646.705000', '203647.165000', '203647.625000', '203648.085000', '203648.545000', '203649.005000', '203649.465000', '203649.925000', '203650.385000', '203650.845000', '203651.305000', '203651.765000', '203652.225000', '203652.685000', '203653.145000', '203653.605000', '203654.065000', '203654.525000', '203654.985000', '203655.445000', '203655.905000', '203656.365000', '203656.825000', '203657.285000', '203657.745000', '203658.205000', '203658.665000', '203659.125000', '203659.585000', '203700.045000', '203700.505000', '203700.965000', '203701.425000', '203701.885000', '203702.345000', '203702.805000', '203703.265000', '203703.725000', '203704.185000', '203704.645000', '203705.105000', '203705.565000', '203706.025000', '203706.485000', '203706.945000', '203707.405000', '203707.865000', '203708.325000', '203708.785000', '203709.245000', '203709.705000', '203710.165000', '203710.625000', '203711.085000', '203711.545000', '203712.005000', '203712.465000', '203712.925000', '203713.385000', '203713.845000', '203714.305000', '203714.765000', '203715.225000', '203715.685000', '203716.145000', '203716.605000', '203717.065000', '203717.525000', '203717.985000', '203718.445000', '203718.905000', '203719.365000', '203719.825000', '203720.285000', '203720.745000', '203721.205000', '203721.665000', '203722.125000', '203722.585000', '203723.045000', '203723.505000', '203723.965000', '203724.425000', '203724.885000', '203725.345000', '203725.805000', '203726.265000', '203726.725000', '203727.185000', '203727.645000', '203728.105000', '203728.565000', '203729.025000', '203729.485000', '203729.945000', '203730.405000', '203730.865000', '203731.325000', '203731.785000', '203732.245000', '203732.705000', '203733.165000', '203733.625000', '203734.085000', '203734.545000', '203735.005000', '203735.465000', '203735.925000', '203736.385000', '203736.845000', '203737.305000', '203737.765000', '203738.225000', '203738.685000', '203739.145000', '203739.605000', '203740.065000', '203740.525000', '203740.985000', '203741.445000', '203741.905000', '203742.365000', '203742.825000', '203743.285000', '203743.745000', '203744.205000', '203744.665000', '203745.125000', '203745.585000', '203746.045000', '203746.505000', '203746.965000', '203747.425000', '203747.885000', '203748.345000', '203748.805000', '203749.265000', '203749.725000', '203750.185000', '203750.645000', '203751.105000', '203751.565000', '203752.025000', '203752.485000', '203752.945000', '203753.405000', '203753.865000', '203754.325000', '203754.785000', '203755.245000', '203755.705000', '203756.165000', '203756.625000', '203757.085000', '203757.545000', '203758.005000', '203758.465000', '203758.925000', '203759.385000', '203759.845000', '203800.305000', '203800.765000', '203801.225000', '203801.685000', '203802.145000', '203802.605000', '203803.065000', '203803.525000', '203803.985000', '203804.445000', '203804.905000', '203805.365000', '203805.825000', '203806.285000', '203806.745000', '203807.205000', '203807.665000', '203808.125000', '203808.585000', '203809.045000', '203809.505000', '203809.965000', '203810.425000', '203810.885000', '203811.345000', '203811.805000', '203812.265000', '203812.725000', '203813.185000', '203813.645000', '203814.105000', '203814.565000', '203815.025000', '203815.485000', '203815.945000', '203816.405000', '203816.865000', '203817.325000', '203817.785000', '203818.245000', '203818.705000', '203819.165000', '203819.625000', '203820.085000', '203820.545000', '203821.005000', '203821.465000', '203821.925000', '203822.385000', '203822.845000', '203823.305000', '203823.765000', '203824.225000', '203824.685000', '203825.145000', '203825.605000', '203826.065000', '203826.525000', '203826.985000', '203827.445000', '203827.905000', '203828.365000', '203828.825000', '203829.285000', '203829.745000', '203830.205000', '203830.665000', '203831.125000', '203831.585000', '203832.045000', '203832.505000', '203832.965000', '203833.425000', '203833.885000', '203834.345000', '203834.805000', '203835.265000', '203835.725000', '203836.185000', '203836.645000', '203837.105000', '203837.565000', '203838.025000', '203838.485000', '203838.945000', '203839.405000', '203839.865000', '203840.325000', '203840.785000', '203841.245000', '203841.705000', '203842.165000', '203842.625000', '203843.085000', '203843.545000', '203844.005000', '203844.465000', '203844.925000', '203845.385000', '203845.845000', '203846.305000', '203846.765000', '203847.225000', '203847.685000', '203848.145000', '203848.605000', '203849.065000', '203849.525000', '203849.985000', '203850.445000', '203850.905000', '203851.365000', '203851.825000', '203852.285000', '203852.745000', '203853.205000', '203853.665000', '203854.125000', '203854.585000', '203855.045000', '203855.505000', '203855.965000', '203856.425000', '203856.885000', '203857.345000', '203857.805000', '203858.265000', '203858.725000', '203859.185000', '203859.645000', '203900.105000', '203900.565000', '203901.025000', '203901.485000', '203901.945000', '203902.405000', '203902.865000', '203903.325000', '203903.785000', '203904.245000', '203904.705000', '203905.165000', '203905.625000', '203906.085000', '203906.545000', '203907.005000', '203907.465000', '203907.925000', '203908.385000', '203908.845000', '203909.305000', '203909.765000', '203910.225000', '203910.685000', '203911.145000', '203911.605000', '203912.065000', '203912.525000', '203912.985000', '203913.445000', '203913.905000', '203914.365000', '203914.825000', '203915.285000', '203915.745000', '203916.205000', '203916.665000', '203917.125000', '203917.585000', '203918.045000', '203918.505000', '203918.965000', '203919.425000', '203919.885000', '203920.345000', '203920.805000', '203921.265000', '203921.725000', '203922.185000', '203922.645000', '203923.105000', '203923.565000', '203924.025000', '203924.485000', '203924.945000', '203925.405000', '203925.865000', '203926.325000', '203926.785000', '203927.245000', '203927.705000', '203928.165000', '203928.625000', '203929.085000', '203929.545000', '203930.005000', '203930.465000', '203930.925000', '203931.385000', '203931.845000', '203932.305000', '203932.765000', '203933.225000', '203933.685000', '203934.145000', '203934.605000', '203935.065000', '203935.525000', '203935.985000', '203936.445000', '203936.905000', '203937.365000', '203937.825000', '203938.285000', '203938.745000', '203939.205000', '203939.665000', '203940.125000', '203940.585000', '203941.045000', '203941.505000', '203941.965000', '203942.425000', '203942.885000', '203943.345000', '203943.805000', '203944.265000', '203944.725000', '203945.185000', '203945.645000', '203946.105000', '203946.565000', '203947.025000', '203947.485000', '203947.945000', '203948.405000', '203948.865000', '203949.325000', '203949.785000', '203950.245000', '203950.705000', '203951.165000', '203951.625000', '203952.085000', '203952.545000', '203953.005000', '203953.465000', '203953.925000', '203954.385000', '203954.845000', '203955.305000', '203955.765000', '203956.225000', '203956.685000', '203957.145000', '203957.605000', '203958.065000', '203958.525000', '203958.985000', '203959.445000', '203959.905000', '204000.365000', '204000.825000', '204001.285000', '204001.745000', '204002.205000', '204002.665000', '204003.125000', '204003.585000', '204004.045000', '204004.505000', '204004.965000', '204005.425000', '204005.885000', '204006.345000', '204006.805000', '204007.265000', '204007.725000', '204008.185000', '204008.645000', '204009.105000', '204009.565000', '204010.025000', '204010.485000', '204010.945000', '204011.405000', '204011.865000', '204012.325000', '204012.785000', '204013.245000', '204013.705000', '204014.165000', '204014.625000', '204015.085000', '204015.545000', '204016.005000', '204016.465000', '204016.925000', '204017.385000', '204017.845000', '204018.305000', '204018.765000', '204019.225000', '204019.685000', '204020.145000', '204020.605000', '204021.065000', '204021.525000', '204021.985000', '204022.445000', '204022.905000', '204023.365000', '204023.825000', '204024.285000', '204024.745000', '204025.205000', '204025.665000', '204026.125000', '204026.585000', '204027.045000', '204027.505000', '204027.965000', '204028.425000', '204028.885000', '204029.345000', '204029.805000', '204030.265000', '204030.725000', '204031.185000', '204031.645000', '204032.105000', '204032.565000', '204033.025000', '204033.485000', '204033.945000', '204034.405000', '204034.865000'], 'ContentTime': ['203349.563000', '203349.566000', '203349.569000', '203349.572000', '203349.575000', '203349.578000', '203349.580000', '203349.583000', '203349.586000', '203349.589000', '203349.591000', '203349.594000', '203349.597000', '203349.607000', '203349.609000', '203349.612000', '203349.615000', '203349.617000', '203349.620000', '203349.623000', '203349.625000', '203349.628000', '203349.630000', '203349.633000', '203349.636000', '203349.638000', '203349.641000', '203349.644000', '203349.646000', '203349.649000', '203409.525000', '203409.528000', '203409.532000', '203409.534000', '203409.537000', '203409.539000', '203409.542000', '203409.545000', '203409.547000', '203409.550000', '203409.552000', '203409.555000', '203409.558000', '203409.560000', '203409.563000', '203409.565000', '203409.568000', '203409.571000', '203409.573000', '203409.576000', '203409.578000', '203409.581000', '203409.584000', '203409.586000', '203409.589000', '203409.592000', '203409.594000', '203409.597000', '203409.606000', '203409.608000', '203409.614000', '203409.616000', '203409.619000', '203409.621000', '203409.624000', '203409.627000', '203409.630000', '203409.632000', '203409.635000', '203409.637000', '203409.640000', '203409.643000', '203409.645000', '203409.648000', '203429.525000', '203429.528000', '203429.531000', '203429.533000', '203429.536000', '203429.539000', '203429.541000', '203429.544000', '203429.547000', '203429.561000', '203429.564000', '203429.567000', '203429.569000', '203429.572000', '203429.575000', '203429.577000', '203429.580000', '203429.582000', '203429.585000', '203429.588000', '203429.591000', '203429.593000', '203429.596000', '203429.598000', '203429.601000', '203429.608000', '203429.611000', '203429.613000', '203429.616000', '203429.619000', '203429.621000', '203429.624000', '203429.627000', '203429.630000', '203429.633000', '203429.635000', '203429.638000', '203429.641000', '203429.644000', '203429.646000', '203429.649000', '203429.651000', '203429.654000', '203449.525000', '203449.529000', '203449.531000', '203449.534000', '203449.536000', '203449.539000', '203449.542000', '203449.544000', '203449.547000', '203449.550000', '203449.552000', '203449.555000', '203449.558000', '203449.561000', '203449.563000', '203449.566000', '203449.568000', '203449.571000', '203449.574000', '203449.576000', '203449.579000', '203449.582000', '203449.584000', '203449.587000', '203449.589000', '203449.592000', '203449.595000', '203449.597000', '203449.600000', '203449.603000', '203449.605000', '203449.608000', '203449.611000', '203449.613000', '203449.616000', '203449.618000', '203449.621000', '203449.624000', '203449.627000', '203449.629000', '203449.632000', '203449.635000', '203449.637000', '203449.640000', '203509.525000', '203509.528000', '203509.531000', '203509.534000', '203509.536000', '203509.539000', '203509.542000', '203509.544000', '203509.547000', '203509.550000', '203509.552000', '203509.555000', '203509.558000', '203509.560000', '203509.563000', '203509.565000', '203509.568000', '203509.571000', '203509.573000', '203509.576000', '203509.579000', '203509.581000', '203509.584000', '203509.587000', '203509.589000', '203509.592000', '203509.594000', '203509.597000', '203509.600000', '203509.602000', '203509.605000', '203509.608000', '203509.611000', '203509.613000', '203509.616000', '203509.619000', '203509.622000', '203509.624000', '203509.627000', '203509.630000', '203509.632000', '203509.635000', '203509.637000', '203529.524000', '203529.527000', '203529.530000', '203529.532000', '203529.535000', '203529.538000', '203529.540000', '203529.543000', '203529.546000', '203529.548000', '203529.551000', '203529.554000', '203529.557000', '203529.559000', '203529.562000', '203529.565000', '203529.567000', '203529.570000', '203529.573000', '203529.575000', '203529.578000', '203529.581000', '203529.583000', '203529.586000', '203529.589000', '203529.591000', '203529.594000', '203529.597000', '203529.599000', '203529.602000', '203529.604000', '203529.607000', '203529.610000', '203529.612000', '203529.615000', '203529.618000', '203529.620000', '203529.623000', '203529.626000', '203529.628000', '203529.631000', '203529.633000', '203529.636000', '203529.639000', '203549.526000', '203549.528000', '203549.531000', '203549.534000', '203549.536000', '203549.539000', '203549.542000', '203549.544000', '203549.547000', '203549.549000', '203549.552000', '203549.555000', '203549.557000', '203549.560000', '203549.563000', '203549.565000', '203549.568000', '203549.570000', '203549.573000', '203549.576000', '203549.578000', '203549.581000', '203549.583000', '203549.586000', '203549.589000', '203549.591000', '203549.594000', '203549.597000', '203549.599000', '203549.602000', '203549.604000', '203549.607000', '203549.610000', '203549.612000', '203549.615000', '203549.618000', '203549.620000', '203549.623000', '203549.625000', '203549.628000', '203549.631000', '203549.633000', '203549.636000', '203609.525000', '203609.529000', '203609.531000', '203609.534000', '203609.536000', '203609.539000', '203609.555000', '203609.558000', '203609.560000', '203609.563000', '203609.566000', '203609.568000', '203609.571000', '203609.574000', '203609.576000', '203609.579000', '203609.582000', '203609.584000', '203609.587000', '203609.590000', '203609.592000', '203609.595000', '203609.598000', '203609.600000', '203609.603000', '203609.606000', '203609.608000', '203609.611000', '203609.614000', '203609.617000', '203609.619000', '203609.622000', '203609.625000', '203609.627000', '203609.630000', '203609.633000', '203609.635000', '203609.638000', '203609.641000', '203609.643000', '203609.646000', '203609.649000', '203609.651000', '203629.526000', '203629.528000', '203629.531000', '203629.534000', '203629.536000', '203629.539000', '203629.542000', '203629.544000', '203629.547000', '203629.550000', '203629.552000', '203629.555000', '203629.557000', '203629.560000', '203629.563000', '203629.565000', '203629.568000', '203629.571000', '203629.574000', '203629.576000', '203629.579000', '203629.582000', '203629.584000', '203629.587000', '203629.590000', '203629.592000', '203629.595000', '203629.597000', '203629.600000', '203629.603000', '203629.605000', '203629.608000', '203629.611000', '203629.613000', '203629.616000', '203629.619000', '203629.621000', '203629.624000', '203629.627000', '203629.629000', '203629.632000', '203629.635000', '203629.638000', '203629.640000', '203649.525000', '203649.528000', '203649.531000', '203649.534000', '203649.536000', '203649.539000', '203649.542000', '203649.544000', '203649.547000', '203649.550000', '203649.552000', '203649.555000', '203649.558000', '203649.560000', '203649.563000', '203649.565000', '203649.568000', '203649.571000', '203649.574000', '203649.576000', '203649.579000', '203649.581000', '203649.584000', '203649.587000', '203649.590000', '203649.592000', '203649.595000', '203649.598000', '203649.600000', '203649.603000', '203649.605000', '203649.608000', '203649.611000', '203649.613000', '203649.616000', '203649.618000', '203649.621000', '203649.624000', '203649.626000', '203649.629000', '203649.632000', '203649.634000', '203649.637000', '203649.640000', '203709.526000', '203709.529000', '203709.531000', '203709.534000', '203709.537000', '203709.539000', '203709.542000', '203709.545000', '203709.547000', '203709.550000', '203709.552000', '203709.555000', '203709.558000', '203709.560000', '203709.563000', '203709.566000', '203709.568000', '203709.571000', '203709.573000', '203709.576000', '203709.579000', '203709.581000', '203709.584000', '203709.587000', '203709.590000', '203709.592000', '203709.595000', '203709.597000', '203709.600000', '203709.603000', '203709.605000', '203709.608000', '203709.611000', '203709.613000', '203709.616000', '203709.619000', '203709.621000', '203709.624000', '203709.627000', '203709.629000', '203709.632000', '203709.634000', '203709.637000', '203729.525000', '203729.528000', '203729.530000', '203729.533000', '203729.535000', '203729.538000', '203729.541000', '203729.543000', '203729.546000', '203729.549000', '203729.551000', '203729.554000', '203729.557000', '203729.559000', '203729.562000', '203729.564000', '203729.567000', '203729.570000', '203729.572000', '203729.575000', '203729.578000', '203729.580000', '203729.583000', '203729.586000', '203729.588000', '203729.591000', '203729.594000', '203729.596000', '203729.599000', '203729.602000', '203729.604000', '203729.638000', '203729.640000', '203729.643000', '203729.645000', '203729.648000', '203729.651000', '203729.653000', '203729.656000', '203729.659000', '203729.661000', '203729.664000', '203729.667000', '203729.669000', '203749.525000', '203749.528000', '203749.530000', '203749.533000', '203749.536000', '203749.539000', '203749.541000', '203749.544000', '203749.547000', '203749.549000', '203749.552000', '203749.555000', '203749.557000', '203749.560000', '203749.563000', '203749.565000', '203749.568000', '203749.571000', '203749.573000', '203749.576000', '203749.579000', '203749.582000', '203749.584000', '203749.587000', '203749.590000', '203749.592000', '203749.595000', '203749.598000', '203749.600000', '203749.603000', '203749.605000', '203749.608000', '203749.611000', '203749.613000', '203749.616000', '203749.619000', '203749.621000', '203749.624000', '203749.627000', '203749.629000', '203749.632000', '203749.635000', '203809.526000', '203809.529000', '203809.531000', '203809.534000', '203809.537000', '203809.539000', '203809.542000', '203809.545000', '203809.547000', '203809.550000', '203809.552000', '203809.555000', '203809.558000', '203809.560000', '203809.563000', '203809.566000', '203809.568000', '203809.571000', '203809.574000', '203809.576000', '203809.579000', '203809.582000', '203809.584000', '203809.587000', '203809.590000', '203809.593000', '203809.595000', '203809.598000', '203809.600000', '203809.603000', '203809.606000', '203809.608000', '203809.611000', '203809.614000', '203809.616000', '203809.619000', '203809.621000', '203809.624000', '203809.627000', '203809.629000', '203809.632000', '203809.635000', '203809.637000', '203809.640000', '203809.643000', '203829.525000', '203829.528000', '203829.531000', '203829.534000', '203829.536000', '203829.539000', '203829.542000', '203829.544000', '203829.547000', '203829.550000', '203829.552000', '203829.555000', '203829.558000', '203829.560000', '203829.563000', '203829.566000', '203829.568000', '203829.571000', '203829.574000', '203829.576000', '203829.579000', '203829.581000', '203829.584000', '203829.587000', '203829.590000', '203829.592000', '203829.595000', '203829.598000', '203829.600000', '203829.603000', '203829.606000', '203829.608000', '203829.611000', '203829.613000', '203829.616000', '203829.619000', '203829.622000', '203829.624000', '203829.627000', '203829.629000', '203829.632000', '203829.635000', '203829.637000', '203849.525000', '203849.532000', '203849.535000', '203849.538000', '203849.540000', '203849.543000', '203849.545000', '203849.548000', '203849.551000', '203849.553000', '203849.556000', '203849.559000', '203849.561000', '203849.564000', '203849.567000', '203849.575000', '203849.578000', '203849.580000', '203849.583000', '203849.586000', '203849.589000', '203849.591000', '203849.596000', '203849.598000', '203849.601000', '203849.604000', '203849.606000', '203849.609000', '203849.612000', '203849.614000', '203849.617000', '203849.620000', '203849.622000', '203849.625000', '203849.627000', '203849.630000', '203849.633000', '203849.635000', '203849.638000', '203849.641000', '203849.643000', '203849.646000', '203849.648000', '203849.651000', '203909.525000', '203909.529000', '203909.531000', '203909.534000', '203909.537000', '203909.539000', '203909.542000', '203909.545000', '203909.547000', '203909.550000', '203909.553000', '203909.566000', '203909.568000', '203909.571000', '203909.574000', '203909.576000', '203909.579000', '203909.582000', '203909.584000', '203909.587000', '203909.589000', '203909.592000', '203909.595000', '203909.597000', '203909.600000', '203909.603000', '203909.605000', '203909.608000', '203909.611000', '203909.613000', '203909.616000', '203909.618000', '203909.621000', '203909.624000', '203909.626000', '203909.629000', '203909.631000', '203909.634000', '203909.637000', '203909.639000', '203909.642000', '203909.645000', '203909.647000', '203929.526000', '203929.528000', '203929.531000', '203929.534000', '203929.536000', '203929.539000', '203929.542000', '203929.545000', '203929.548000', '203929.551000', '203929.554000', '203929.556000', '203929.559000', '203929.562000', '203929.564000', '203929.567000', '203929.570000', '203929.572000', '203929.575000', '203929.578000', '203929.580000', '203929.583000', '203929.586000', '203929.588000', '203929.591000', '203929.594000', '203929.597000', '203929.599000', '203929.602000', '203929.605000', '203929.607000', '203929.610000', '203929.613000', '203929.615000', '203929.618000', '203929.621000', '203929.623000', '203929.626000', '203929.628000', '203929.631000', '203929.634000', '203929.636000', '203929.639000', '203949.525000', '203949.528000', '203949.530000', '203949.533000', '203949.535000', '203949.538000', '203949.541000', '203949.543000', '203949.546000', '203949.549000', '203949.551000', '203949.554000', '203949.557000', '203949.560000', '203949.562000', '203949.565000', '203949.567000', '203949.570000', '203949.573000', '203949.576000', '203949.578000', '203949.581000', '203949.584000', '203949.586000', '203949.589000', '203949.592000', '203949.594000', '203949.597000', '203949.600000', '203949.602000', '203949.605000', '203949.608000', '203949.610000', '203949.613000', '203949.615000', '203949.618000', '203949.621000', '203949.624000', '203949.626000', '203949.629000', '203949.631000', '203949.634000', '203949.637000', '203949.639000', '204009.524000', '204009.527000', '204009.530000', '204009.533000', '204009.535000', '204009.538000', '204009.540000', '204009.543000', '204009.546000', '204009.548000', '204009.551000', '204009.554000', '204009.556000', '204009.559000', '204009.562000', '204009.564000', '204009.567000', '204009.572000', '204009.574000', '204009.577000', '204009.579000', '204009.582000', '204009.585000', '204009.587000', '204009.590000', '204009.593000', '204009.596000', '204009.598000', '204009.601000', '204009.604000', '204009.606000', '204009.609000', '204009.611000', '204009.614000', '204009.617000', '204009.619000', '204009.622000', '204009.625000', '204009.627000', '204009.630000', '204009.633000', '204009.636000', '204009.638000', '204029.526000', '204029.528000', '204029.531000', '204029.534000', '204029.536000', '204029.539000', '204029.542000', '204029.544000', '204029.547000', '204029.559000', '204029.562000', '204029.564000', '204029.567000', '204029.570000', '204029.572000', '204029.575000', '204029.578000', '204029.580000', '204029.583000', '204029.586000', '204029.589000', '204029.591000', '204029.594000', '204029.597000', '204029.599000', '204029.602000', '204029.605000', '204029.607000', '204029.610000', '204029.613000', '204029.615000', '204029.618000', '204029.621000', '204029.623000', '204029.626000', '204029.629000', '204029.631000', '204029.634000', '204029.637000', '204029.639000', '204029.642000', '204029.645000', '204029.647000', '204029.650000', '204035.733000', '204035.735000', '204035.738000', '204035.741000', '204035.743000', '204035.746000', '204035.749000', '204035.751000', '204035.754000', '204035.757000', '204035.759000', '204035.762000', '204035.765000', '204035.767000'], 'InstanceCreationTime': ['203349.563000', '203349.566000', '203349.569000', '203349.572000', '203349.575000', '203349.578000', '203349.580000', '203349.583000', '203349.586000', '203349.589000', '203349.591000', '203349.594000', '203349.597000', '203349.607000', '203349.609000', '203349.612000', '203349.615000', '203349.617000', '203349.620000', '203349.623000', '203349.625000', '203349.628000', '203349.630000', '203349.633000', '203349.636000', '203349.638000', '203349.641000', '203349.644000', '203349.646000', '203349.649000', '203409.525000', '203409.528000', '203409.532000', '203409.534000', '203409.537000', '203409.539000', '203409.542000', '203409.545000', '203409.547000', '203409.550000', '203409.552000', '203409.555000', '203409.558000', '203409.560000', '203409.563000', '203409.565000', '203409.568000', '203409.571000', '203409.573000', '203409.576000', '203409.578000', '203409.581000', '203409.584000', '203409.586000', '203409.589000', '203409.592000', '203409.594000', '203409.597000', '203409.606000', '203409.608000', '203409.614000', '203409.616000', '203409.619000', '203409.621000', '203409.624000', '203409.627000', '203409.630000', '203409.632000', '203409.635000', '203409.637000', '203409.640000', '203409.643000', '203409.645000', '203409.648000', '203429.525000', '203429.528000', '203429.531000', '203429.533000', '203429.536000', '203429.539000', '203429.541000', '203429.544000', '203429.547000', '203429.561000', '203429.564000', '203429.567000', '203429.569000', '203429.572000', '203429.575000', '203429.577000', '203429.580000', '203429.582000', '203429.585000', '203429.588000', '203429.591000', '203429.593000', '203429.596000', '203429.598000', '203429.601000', '203429.608000', '203429.611000', '203429.613000', '203429.616000', '203429.619000', '203429.621000', '203429.624000', '203429.627000', '203429.630000', '203429.633000', '203429.635000', '203429.638000', '203429.641000', '203429.644000', '203429.646000', '203429.649000', '203429.651000', '203429.654000', '203449.525000', '203449.529000', '203449.531000', '203449.534000', '203449.536000', '203449.539000', '203449.542000', '203449.544000', '203449.547000', '203449.550000', '203449.552000', '203449.555000', '203449.558000', '203449.561000', '203449.563000', '203449.566000', '203449.568000', '203449.571000', '203449.574000', '203449.576000', '203449.579000', '203449.582000', '203449.584000', '203449.587000', '203449.589000', '203449.592000', '203449.595000', '203449.597000', '203449.600000', '203449.603000', '203449.605000', '203449.608000', '203449.611000', '203449.613000', '203449.616000', '203449.618000', '203449.621000', '203449.624000', '203449.627000', '203449.629000', '203449.632000', '203449.635000', '203449.637000', '203449.640000', '203509.525000', '203509.528000', '203509.531000', '203509.534000', '203509.536000', '203509.539000', '203509.542000', '203509.544000', '203509.547000', '203509.550000', '203509.552000', '203509.555000', '203509.558000', '203509.560000', '203509.563000', '203509.565000', '203509.568000', '203509.571000', '203509.573000', '203509.576000', '203509.579000', '203509.581000', '203509.584000', '203509.587000', '203509.589000', '203509.592000', '203509.594000', '203509.597000', '203509.600000', '203509.602000', '203509.605000', '203509.608000', '203509.611000', '203509.613000', '203509.616000', '203509.619000', '203509.622000', '203509.624000', '203509.627000', '203509.630000', '203509.632000', '203509.635000', '203509.637000', '203529.524000', '203529.527000', '203529.530000', '203529.532000', '203529.535000', '203529.538000', '203529.540000', '203529.543000', '203529.546000', '203529.548000', '203529.551000', '203529.554000', '203529.557000', '203529.559000', '203529.562000', '203529.565000', '203529.567000', '203529.570000', '203529.573000', '203529.575000', '203529.578000', '203529.581000', '203529.583000', '203529.586000', '203529.589000', '203529.591000', '203529.594000', '203529.597000', '203529.599000', '203529.602000', '203529.604000', '203529.607000', '203529.610000', '203529.612000', '203529.615000', '203529.618000', '203529.620000', '203529.623000', '203529.626000', '203529.628000', '203529.631000', '203529.633000', '203529.636000', '203529.639000', '203549.526000', '203549.528000', '203549.531000', '203549.534000', '203549.536000', '203549.539000', '203549.542000', '203549.544000', '203549.547000', '203549.549000', '203549.552000', '203549.555000', '203549.557000', '203549.560000', '203549.563000', '203549.565000', '203549.568000', '203549.570000', '203549.573000', '203549.576000', '203549.578000', '203549.581000', '203549.583000', '203549.586000', '203549.589000', '203549.591000', '203549.594000', '203549.597000', '203549.599000', '203549.602000', '203549.604000', '203549.607000', '203549.610000', '203549.612000', '203549.615000', '203549.618000', '203549.620000', '203549.623000', '203549.625000', '203549.628000', '203549.631000', '203549.633000', '203549.636000', '203609.525000', '203609.529000', '203609.531000', '203609.534000', '203609.536000', '203609.539000', '203609.555000', '203609.558000', '203609.560000', '203609.563000', '203609.566000', '203609.568000', '203609.571000', '203609.574000', '203609.576000', '203609.579000', '203609.582000', '203609.584000', '203609.587000', '203609.590000', '203609.592000', '203609.595000', '203609.598000', '203609.600000', '203609.603000', '203609.606000', '203609.608000', '203609.611000', '203609.614000', '203609.617000', '203609.619000', '203609.622000', '203609.625000', '203609.627000', '203609.630000', '203609.633000', '203609.635000', '203609.638000', '203609.641000', '203609.643000', '203609.646000', '203609.649000', '203609.651000', '203629.526000', '203629.528000', '203629.531000', '203629.534000', '203629.536000', '203629.539000', '203629.542000', '203629.544000', '203629.547000', '203629.550000', '203629.552000', '203629.555000', '203629.557000', '203629.560000', '203629.563000', '203629.565000', '203629.568000', '203629.571000', '203629.574000', '203629.576000', '203629.579000', '203629.582000', '203629.584000', '203629.587000', '203629.590000', '203629.592000', '203629.595000', '203629.597000', '203629.600000', '203629.603000', '203629.605000', '203629.608000', '203629.611000', '203629.613000', '203629.616000', '203629.619000', '203629.621000', '203629.624000', '203629.627000', '203629.629000', '203629.632000', '203629.635000', '203629.638000', '203629.640000', '203649.525000', '203649.528000', '203649.531000', '203649.534000', '203649.536000', '203649.539000', '203649.542000', '203649.544000', '203649.547000', '203649.550000', '203649.552000', '203649.555000', '203649.558000', '203649.560000', '203649.563000', '203649.565000', '203649.568000', '203649.571000', '203649.574000', '203649.576000', '203649.579000', '203649.581000', '203649.584000', '203649.587000', '203649.590000', '203649.592000', '203649.595000', '203649.598000', '203649.600000', '203649.603000', '203649.605000', '203649.608000', '203649.611000', '203649.613000', '203649.616000', '203649.618000', '203649.621000', '203649.624000', '203649.626000', '203649.629000', '203649.632000', '203649.634000', '203649.637000', '203649.640000', '203709.526000', '203709.529000', '203709.531000', '203709.534000', '203709.537000', '203709.539000', '203709.542000', '203709.545000', '203709.547000', '203709.550000', '203709.552000', '203709.555000', '203709.558000', '203709.560000', '203709.563000', '203709.566000', '203709.568000', '203709.571000', '203709.573000', '203709.576000', '203709.579000', '203709.581000', '203709.584000', '203709.587000', '203709.590000', '203709.592000', '203709.595000', '203709.597000', '203709.600000', '203709.603000', '203709.605000', '203709.608000', '203709.611000', '203709.613000', '203709.616000', '203709.619000', '203709.621000', '203709.624000', '203709.627000', '203709.629000', '203709.632000', '203709.634000', '203709.637000', '203729.525000', '203729.528000', '203729.530000', '203729.533000', '203729.535000', '203729.538000', '203729.541000', '203729.543000', '203729.546000', '203729.549000', '203729.551000', '203729.554000', '203729.557000', '203729.559000', '203729.562000', '203729.564000', '203729.567000', '203729.570000', '203729.572000', '203729.575000', '203729.578000', '203729.580000', '203729.583000', '203729.586000', '203729.588000', '203729.591000', '203729.594000', '203729.596000', '203729.599000', '203729.602000', '203729.604000', '203729.638000', '203729.640000', '203729.643000', '203729.645000', '203729.648000', '203729.651000', '203729.653000', '203729.656000', '203729.659000', '203729.661000', '203729.664000', '203729.667000', '203729.669000', '203749.525000', '203749.528000', '203749.530000', '203749.533000', '203749.536000', '203749.539000', '203749.541000', '203749.544000', '203749.547000', '203749.549000', '203749.552000', '203749.555000', '203749.557000', '203749.560000', '203749.563000', '203749.565000', '203749.568000', '203749.571000', '203749.573000', '203749.576000', '203749.579000', '203749.582000', '203749.584000', '203749.587000', '203749.590000', '203749.592000', '203749.595000', '203749.598000', '203749.600000', '203749.603000', '203749.605000', '203749.608000', '203749.611000', '203749.613000', '203749.616000', '203749.619000', '203749.621000', '203749.624000', '203749.627000', '203749.629000', '203749.632000', '203749.635000', '203809.526000', '203809.529000', '203809.531000', '203809.534000', '203809.537000', '203809.539000', '203809.542000', '203809.545000', '203809.547000', '203809.550000', '203809.552000', '203809.555000', '203809.558000', '203809.560000', '203809.563000', '203809.566000', '203809.568000', '203809.571000', '203809.574000', '203809.576000', '203809.579000', '203809.582000', '203809.584000', '203809.587000', '203809.590000', '203809.593000', '203809.595000', '203809.598000', '203809.600000', '203809.603000', '203809.606000', '203809.608000', '203809.611000', '203809.614000', '203809.616000', '203809.619000', '203809.621000', '203809.624000', '203809.627000', '203809.629000', '203809.632000', '203809.635000', '203809.637000', '203809.640000', '203809.643000', '203829.525000', '203829.528000', '203829.531000', '203829.534000', '203829.536000', '203829.539000', '203829.542000', '203829.544000', '203829.547000', '203829.550000', '203829.552000', '203829.555000', '203829.558000', '203829.560000', '203829.563000', '203829.566000', '203829.568000', '203829.571000', '203829.574000', '203829.576000', '203829.579000', '203829.581000', '203829.584000', '203829.587000', '203829.590000', '203829.592000', '203829.595000', '203829.598000', '203829.600000', '203829.603000', '203829.606000', '203829.608000', '203829.611000', '203829.613000', '203829.616000', '203829.619000', '203829.622000', '203829.624000', '203829.627000', '203829.629000', '203829.632000', '203829.635000', '203829.637000', '203849.525000', '203849.532000', '203849.535000', '203849.538000', '203849.540000', '203849.543000', '203849.545000', '203849.548000', '203849.551000', '203849.553000', '203849.556000', '203849.559000', '203849.561000', '203849.564000', '203849.567000', '203849.575000', '203849.578000', '203849.580000', '203849.583000', '203849.586000', '203849.589000', '203849.591000', '203849.596000', '203849.598000', '203849.601000', '203849.604000', '203849.606000', '203849.609000', '203849.612000', '203849.614000', '203849.617000', '203849.620000', '203849.622000', '203849.625000', '203849.627000', '203849.630000', '203849.633000', '203849.635000', '203849.638000', '203849.641000', '203849.643000', '203849.646000', '203849.648000', '203849.651000', '203909.525000', '203909.529000', '203909.531000', '203909.534000', '203909.537000', '203909.539000', '203909.542000', '203909.545000', '203909.547000', '203909.550000', '203909.553000', '203909.566000', '203909.568000', '203909.571000', '203909.574000', '203909.576000', '203909.579000', '203909.582000', '203909.584000', '203909.587000', '203909.589000', '203909.592000', '203909.595000', '203909.597000', '203909.600000', '203909.603000', '203909.605000', '203909.608000', '203909.611000', '203909.613000', '203909.616000', '203909.618000', '203909.621000', '203909.624000', '203909.626000', '203909.629000', '203909.631000', '203909.634000', '203909.637000', '203909.639000', '203909.642000', '203909.645000', '203909.647000', '203929.526000', '203929.528000', '203929.531000', '203929.534000', '203929.536000', '203929.539000', '203929.542000', '203929.545000', '203929.548000', '203929.551000', '203929.554000', '203929.556000', '203929.559000', '203929.562000', '203929.564000', '203929.567000', '203929.570000', '203929.572000', '203929.575000', '203929.578000', '203929.580000', '203929.583000', '203929.586000', '203929.588000', '203929.591000', '203929.594000', '203929.597000', '203929.599000', '203929.602000', '203929.605000', '203929.607000', '203929.610000', '203929.613000', '203929.615000', '203929.618000', '203929.621000', '203929.623000', '203929.626000', '203929.628000', '203929.631000', '203929.634000', '203929.636000', '203929.639000', '203949.525000', '203949.528000', '203949.530000', '203949.533000', '203949.535000', '203949.538000', '203949.541000', '203949.543000', '203949.546000', '203949.549000', '203949.551000', '203949.554000', '203949.557000', '203949.560000', '203949.562000', '203949.565000', '203949.567000', '203949.570000', '203949.573000', '203949.576000', '203949.578000', '203949.581000', '203949.584000', '203949.586000', '203949.589000', '203949.592000', '203949.594000', '203949.597000', '203949.600000', '203949.602000', '203949.605000', '203949.608000', '203949.610000', '203949.613000', '203949.615000', '203949.618000', '203949.621000', '203949.624000', '203949.626000', '203949.629000', '203949.631000', '203949.634000', '203949.637000', '203949.639000', '204009.524000', '204009.527000', '204009.530000', '204009.533000', '204009.535000', '204009.538000', '204009.540000', '204009.543000', '204009.546000', '204009.548000', '204009.551000', '204009.554000', '204009.556000', '204009.559000', '204009.562000', '204009.564000', '204009.567000', '204009.572000', '204009.574000', '204009.577000', '204009.579000', '204009.582000', '204009.585000', '204009.587000', '204009.590000', '204009.593000', '204009.596000', '204009.598000', '204009.601000', '204009.604000', '204009.606000', '204009.609000', '204009.611000', '204009.614000', '204009.617000', '204009.619000', '204009.622000', '204009.625000', '204009.627000', '204009.630000', '204009.633000', '204009.636000', '204009.638000', '204029.526000', '204029.528000', '204029.531000', '204029.534000', '204029.536000', '204029.539000', '204029.542000', '204029.544000', '204029.547000', '204029.559000', '204029.562000', '204029.564000', '204029.567000', '204029.570000', '204029.572000', '204029.575000', '204029.578000', '204029.580000', '204029.583000', '204029.586000', '204029.589000', '204029.591000', '204029.594000', '204029.597000', '204029.599000', '204029.602000', '204029.605000', '204029.607000', '204029.610000', '204029.613000', '204029.615000', '204029.618000', '204029.621000', '204029.623000', '204029.626000', '204029.629000', '204029.631000', '204029.634000', '204029.637000', '204029.639000', '204029.642000', '204029.645000', '204029.647000', '204029.650000', '204035.733000', '204035.735000', '204035.738000', '204035.741000', '204035.743000', '204035.746000', '204035.749000', '204035.751000', '204035.754000', '204035.757000', '204035.759000', '204035.762000', '204035.765000', '204035.767000'], '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': [10441, 11082, 11017, 7369, 7058, 8393, 7273, 12015, 11300, 7914, 9270, 7208, 7831, 12242, 10034, 8250, 9814, 7248, 7644, 12073, 9106, 10158, 8652, 7159, 8143, 10173, 7667, 12923, 7936, 7224, 10109, 8362, 9574, 12386, 7612, 6778, 7891, 7643, 10562, 11448, 7622, 6446, 7442, 6781, 10171, 12879, 9308, 6928, 8486, 7141, 7660, 13274, 10437, 9113, 10120, 8836, 9399, 14813, 11447, 9499, 9420, 7123, 7356, 12099, 9811, 9454, 11291, 6772, 8225, 8574, 8016, 10869, 12711, 7335, 7778, 8482, 8683, 11260, 13063, 8435, 7280, 8200, 8115, 11241, 10968, 8053, 8192, 9572, 8452, 11829, 10339, 8241, 8869, 8869, 7645, 13023, 7513, 8468, 10340, 8360, 7723, 9393, 6721, 7324, 7140, 7070, 10003, 12316, 7933, 6756, 7358, 8095, 9695, 12201, 7360, 7459, 8511, 8048, 14312, 11550, 8148, 10101, 7587, 8006, 13774, 10963, 9084, 9389, 8680, 9851, 13580, 10027, 8318, 7831, 8312, 11471, 10424, 7577, 12917, 7300, 7420, 11466, 9637, 7691, 11127, 7036, 7475, 8371, 9992, 8886, 9963, 8430, 7945, 7792, 12014, 9069, 7997, 8430, 8697, 8704, 12614, 9982, 10026, 9032, 7784, 7552, 12222, 9404, 7158, 8595, 7281, 7612, 12442, 9799, 7925, 9034, 7248, 8245, 11568, 9850, 8295, 9270, 7270, 8300, 11036, 9828, 9005, 6755, 7642, 8258, 10229, 13012, 9238, 8299, 8640, 9146, 7981, 12854, 8020, 8615, 9707, 9993, 8079, 11862, 7350, 7737, 9374, 8477, 9675, 11160, 7409, 8994, 7270, 7868, 11102, 9263, 10089, 7182, 6939, 9605, 9478, 8600, 11401, 6841, 7420, 10149, 10528, 10803, 9337, 7523, 8312, 9803, 8199, 14345, 11194, 8020, 8606, 8244, 10217, 12395, 8055, 9720, 7424, 7130, 12806, 9588, 8351, 7563, 6997, 7847, 10740, 10608, 10338, 8814, 7182, 6742, 10771, 9714, 10105, 7860, 7393, 10906, 11025, 10118, 13473, 7961, 6937, 9794, 9019, 15669, 10729, 8041, 8813, 7878, 10199, 11129, 7679, 11339, 7168, 6985, 10277, 8876, 9660, 11008, 6716, 6803, 9051, 9478, 10187, 10059, 7276, 8515, 9719, 7570, 13789, 9991, 7096, 8984, 8514, 11655, 12513, 7993, 6748, 7760, 8661, 10213, 13818, 9143, 6939, 8583, 8581, 10038, 13604, 9648, 7008, 8309, 7734, 10527, 11462, 8351, 8054, 8282, 7060, 8743, 10356, 13122, 9666, 7289, 7512, 10801, 10225, 8382, 8656, 10246, 6943, 7934, 8022, 10159, 9000, 9585, 9749, 12020, 9557, 7403, 8641, 10543, 12985, 14439, 15895, 11429, 8700, 7477, 10212, 8862, 11516, 7487, 7747, 8044, 7701, 8153, 12555, 10294, 7719, 9298, 9482, 7945, 13207, 9725, 7770, 8024, 9192, 8634, 11448, 8342, 10858, 7225, 7419, 11158, 9263, 8651, 8203, 8430, 8054, 10467, 7888, 11759, 8296, 7404, 8911, 8515, 8032, 12120, 9314, 6711, 7552, 8320, 10899, 9871, 9326, 12339, 7116, 6546, 7880, 7485, 10836, 10348, 7594, 7172, 6986, 7321, 11276, 8947, 9977, 8747, 7470, 7604, 10551, 7932, 14459, 10293, 7158, 7463, 7836, 11377, 9998, 7237, 8777, 6908, 6725, 10509, 9450, 11887, 9489, 6759, 8190, 8112, 8542, 11649, 7298, 8929, 7749, 7950, 10989, 7560, 12998, 7160, 6718, 10576, 9404, 14121, 10553, 7036, 8049, 9220, 9535, 12127, 7622, 6765, 7711, 7146, 14579, 10404, 8013, 8829, 6935, 7074, 12564, 9203, 9842, 8132, 7168, 7099, 10310, 8622, 14013, 9750, 6845, 9030, 9538, 7969, 13200, 9746, 7374, 8171, 6982, 7443, 12550, 9369, 9035, 8401, 7809, 11341, 11055, 9036, 13698, 7142, 6799, 10154, 8197, 14498, 10608, 8303, 8648, 7594, 8823, 12600, 8410, 10462, 7374, 6913, 10959, 9855, 8232, 11762, 6992, 7073, 10107, 9807, 11785, 12766, 8026, 8093, 8567, 7289, 14792, 10650, 7781, 9530, 6921, 7319, 12766, 9882, 6967, 8417, 6774, 7210, 12328, 9542, 7810, 10212, 7107, 7869, 12291, 9582, 10972, 13375, 7561, 6880, 8668, 8594, 7212, 11185, 8541, 8621, 11124, 8741, 13495, 8149, 7397, 9342, 8008, 7608, 12984, 9777, 7780, 7734, 8285, 10909, 10868, 9321, 10845, 7873, 6596, 8584, 7042, 7831, 11045, 11409, 8937, 15386, 9867, 7628, 10140, 8741, 7857, 13350, 10380, 7675, 8722, 7204, 7732, 12320, 8467, 10062, 8098, 6987, 10845, 9027, 12142, 11145, 7497, 9936, 7934, 7871, 11207, 10231, 12677, 10575, 8206, 9862, 8284, 7963, 12673, 9969, 10466, 9126, 7608, 7312, 8988, 8303, 15131, 10992, 8087, 9599, 7464, 7496, 11849, 9744, 10956, 9501, 7075, 7881, 7890, 7829, 11965, 10108, 12481, 10460, 7279, 9456, 9110, 12477, 13148, 8766, 15627, 7421, 7235, 8148, 9612, 10801, 11416, 7169, 7068, 8292, 8825, 9419, 10046, 9207, 16784, 11266, 8929, 9675, 8097, 7337, 7872, 10779, 10844, 9678, 8296, 8444, 7990, 8030, 12420, 11354, 12961, 9027, 7561, 8462, 9028, 7531, 15479, 9867, 6897, 8038, 7402, 6693, 9219, 8597, 10443, 12381, 7463, 6940, 7558, 7333, 11429, 10513, 11034, 14434, 9091, 8140, 7737, 8119, 10740, 9349, 12765, 11780, 8376, 9488, 7260, 7379, 10085, 9768, 11423, 9865, 7025, 9643, 8702, 8579, 13441, 8418, 7728, 7615, 7577, 11302, 9535, 11123, 9390, 7549, 8719, 7838, 7586, 10497, 9986, 10924, 12990, 7361, 9100, 7604, 8132, 11512, 10604, 11696, 15762, 8225, 7566, 8068, 8654, 11942, 11015, 9822, 13112, 7419, 7215, 8736, 7849, 9089, 12707, 10012, 9318, 7795, 7395, 8294, 9350, 8857, 14692, 12364, 8938, 10091, 7713, 9011, 12226, 10235, 12182, 15592, 7747, 6770, 7393, 7502, 10167, 8065, 7564, 13084, 9978, 8089, 8026, 7429, 9620, 8620, 9915, 12507, 8770, 9194, 7537, 7135, 10137, 8345, 9723, 9084, 8400, 11458, 9761, 12754, 11835, 8011, 9571, 7392, 6929, 9090, 8122, 9729, 11532, 6842, 6532, 7646, 7501, 9766, 11463, 8705, 14007, 7575, 7700, 10223, 9743, 10757, 13940, 11236, 7627, 8149, 7290, 9619, 12340, 10565, 17262, 12429, 8164, 10029, 8498, 7983, 13143, 11129, 8005, 7714, 8320, 7246, 8133, 13185, 10415, 7493, 6894, 7825, 7843, 9861, 12492, 8589, 7722, 9337, 7611, 8134, 11199, 10933, 7778, 7037, 8085, 8568, 8185, 13868, 10336, 8002, 7466, 8023, 7891, 9913, 11544, 8430, 8203, 8599, 7560, 9397, 11621, 10769, 9872, 11712, 7802, 7499, 7989, 12911, 9978, 8084, 7899, 7965, 8252, 9470, 11331, 7901, 8388, 7696, 8082, 9998, 10917, 7879, 7307, 7726, 7870, 8357, 12028, 9433, 9226, 8088, 7398, 9582, 11547, 8360, 10808, 7614], 'WindowCenter': [4066.0, 4054.0, 4051.0, 3997.0, 3997.0, 4004.0, 4007.0, 4047.0, 4048.0, 4019.0, 4025.0, 3994.0, 4007.0, 4047.0, 4027.0, 4017.0, 4027.0, 3995.0, 4006.0, 4036.0, 4016.0, 4039.0, 4005.0, 3994.0, 4005.0, 4024.0, 4006.0, 4048.0, 4007.0, 3993.0, 4038.0, 4015.0, 4013.0, 4048.0, 4006.0, 3983.0, 4005.0, 4007.0, 4035.0, 4048.0, 4008.0, 3986.0, 3995.0, 3997.0, 4037.0, 4048.0, 4029.0, 3997.0, 4016.0, 3997.0, 4007.0, 4049.0, 4040.0, 4017.0, 4025.0, 4015.0, 4027.0, 4057.0, 4035.0, 4014.0, 4012.0, 3983.0, 3996.0, 4046.0, 4023.0, 4016.0, 4037.0, 3985.0, 4004.0, 4016.0, 4005.0, 4037.0, 4049.0, 3995.0, 3993.0, 4015.0, 4017.0, 4036.0, 4061.0, 4016.0, 3993.0, 4005.0, 4004.0, 4036.0, 4037.0, 4005.0, 4003.0, 4013.0, 4003.0, 4048.0, 4025.0, 4002.0, 4015.0, 4015.0, 3993.0, 4047.0, 3983.0, 4005.0, 4027.0, 4015.0, 4006.0, 4026.0, 3984.0, 3994.0, 3997.0, 3995.0, 4025.0, 4061.0, 4008.0, 3987.0, 4007.0, 4018.0, 4026.0, 4061.0, 4007.0, 3994.0, 4016.0, 4017.0, 4059.0, 4050.0, 4007.0, 4026.0, 3994.0, 4005.0, 4047.0, 4037.0, 4015.0, 4014.0, 4003.0, 4023.0, 4046.0, 4026.0, 4002.0, 3991.0, 4005.0, 4036.0, 4024.0, 3994.0, 4046.0, 3982.0, 3994.0, 4035.0, 4014.0, 4005.0, 4037.0, 3984.0, 3995.0, 4014.0, 4024.0, 4017.0, 4027.0, 4005.0, 4017.0, 4007.0, 4046.0, 4028.0, 4006.0, 4004.0, 4016.0, 4016.0, 4035.0, 4027.0, 4027.0, 4014.0, 3995.0, 4004.0, 4034.0, 4026.0, 3985.0, 4003.0, 3995.0, 4004.0, 4044.0, 4026.0, 4004.0, 4014.0, 3993.0, 4016.0, 4034.0, 4027.0, 4005.0, 4015.0, 4005.0, 4015.0, 4033.0, 4039.0, 4016.0, 3982.0, 4005.0, 4015.0, 4025.0, 4060.0, 4026.0, 4005.0, 4016.0, 4014.0, 4004.0, 4047.0, 3993.0, 4013.0, 4024.0, 4012.0, 4005.0, 4037.0, 3982.0, 3992.0, 4013.0, 4003.0, 4012.0, 4035.0, 3993.0, 4001.0, 3980.0, 4004.0, 4034.0, 4026.0, 4027.0, 3983.0, 3996.0, 4026.0, 4024.0, 4016.0, 4048.0, 3985.0, 3994.0, 4036.0, 4039.0, 4038.0, 4027.0, 4007.0, 4016.0, 4027.0, 4017.0, 4060.0, 4038.0, 4005.0, 4003.0, 4006.0, 4024.0, 4049.0, 4003.0, 4013.0, 3993.0, 3993.0, 4045.0, 4024.0, 4005.0, 3993.0, 3983.0, 4005.0, 4036.0, 4037.0, 4038.0, 4016.0, 3996.0, 3997.0, 4037.0, 4028.0, 4027.0, 4004.0, 3994.0, 4035.0, 4036.0, 4026.0, 4049.0, 4005.0, 3983.0, 4024.0, 4016.0, 4059.0, 4037.0, 4004.0, 4013.0, 4005.0, 4023.0, 4035.0, 3995.0, 4036.0, 3982.0, 3996.0, 4036.0, 4015.0, 4027.0, 4038.0, 3986.0, 3997.0, 4028.0, 4026.0, 4039.0, 4039.0, 3996.0, 4016.0, 4026.0, 3995.0, 4061.0, 4027.0, 3983.0, 4014.0, 4014.0, 4036.0, 4049.0, 4006.0, 3984.0, 4005.0, 4017.0, 4026.0, 4058.0, 4016.0, 3983.0, 4004.0, 4015.0, 4024.0, 4046.0, 4027.0, 3983.0, 4003.0, 4004.0, 4025.0, 4023.0, 4003.0, 4003.0, 4002.0, 3994.0, 4014.0, 4025.0, 4059.0, 4026.0, 3994.0, 4006.0, 4037.0, 4036.0, 4016.0, 4016.0, 4038.0, 3995.0, 4004.0, 4003.0, 4026.0, 4014.0, 4025.0, 4028.0, 4049.0, 4026.0, 3994.0, 4004.0, 4025.0, 4035.0, 4047.0, 4057.0, 4023.0, 4001.0, 3980.0, 4012.0, 4001.0, 4023.0, 3980.0, 3992.0, 3993.0, 3991.0, 4003.0, 4046.0, 4025.0, 3994.0, 4013.0, 4014.0, 4004.0, 4047.0, 4026.0, 3993.0, 3991.0, 4015.0, 4002.0, 4023.0, 4005.0, 4023.0, 3981.0, 3995.0, 4035.0, 4015.0, 4015.0, 4002.0, 4006.0, 4006.0, 4024.0, 4004.0, 4048.0, 4005.0, 3994.0, 4014.0, 4003.0, 4004.0, 4037.0, 4030.0, 3983.0, 3992.0, 4005.0, 4034.0, 4024.0, 4014.0, 4047.0, 3983.0, 3970.0, 4003.0, 3994.0, 4024.0, 4026.0, 4007.0, 3984.0, 3984.0, 4006.0, 4037.0, 4017.0, 4029.0, 4016.0, 3995.0, 4006.0, 4036.0, 4005.0, 4059.0, 4038.0, 3983.0, 3995.0, 4006.0, 4036.0, 4025.0, 3995.0, 4004.0, 3984.0, 3995.0, 4036.0, 4026.0, 4048.0, 4027.0, 3984.0, 4016.0, 4007.0, 4015.0, 4038.0, 3996.0, 4015.0, 4005.0, 4004.0, 4025.0, 4005.0, 4048.0, 3985.0, 3997.0, 4036.0, 4016.0, 4061.0, 4037.0, 3996.0, 4018.0, 4027.0, 4026.0, 4050.0, 4006.0, 3986.0, 4006.0, 3996.0, 4058.0, 4040.0, 4006.0, 4015.0, 3997.0, 3994.0, 4048.0, 4028.0, 4040.0, 4007.0, 3997.0, 3997.0, 4038.0, 4018.0, 4060.0, 4029.0, 3987.0, 4027.0, 4028.0, 4007.0, 4048.0, 4040.0, 4008.0, 4017.0, 3996.0, 3996.0, 4048.0, 4031.0, 4018.0, 4006.0, 4008.0, 4036.0, 4036.0, 4018.0, 4060.0, 3985.0, 3985.0, 4035.0, 4005.0, 4046.0, 4040.0, 4006.0, 4005.0, 4007.0, 4016.0, 4045.0, 4017.0, 4038.0, 3996.0, 3998.0, 4038.0, 4027.0, 4018.0, 4050.0, 3997.0, 3997.0, 4038.0, 4028.0, 4048.0, 4062.0, 4008.0, 4006.0, 4015.0, 3996.0, 4059.0, 4039.0, 4007.0, 4027.0, 3996.0, 4005.0, 4048.0, 4040.0, 3997.0, 4016.0, 3998.0, 4009.0, 4049.0, 4027.0, 4010.0, 4039.0, 3996.0, 4006.0, 4048.0, 4025.0, 4036.0, 4047.0, 3993.0, 3982.0, 4002.0, 4003.0, 3994.0, 4038.0, 4015.0, 4015.0, 4034.0, 4016.0, 4048.0, 4004.0, 3993.0, 4014.0, 4005.0, 4006.0, 4049.0, 4041.0, 4006.0, 3995.0, 4017.0, 4037.0, 4036.0, 4027.0, 4038.0, 4007.0, 3986.0, 4017.0, 3996.0, 4007.0, 4038.0, 4038.0, 4017.0, 4072.0, 4028.0, 4008.0, 4027.0, 4015.0, 4006.0, 4048.0, 4041.0, 3996.0, 4006.0, 4007.0, 4006.0, 4046.0, 4020.0, 4027.0, 4006.0, 3997.0, 4038.0, 4018.0, 4049.0, 4039.0, 3996.0, 4026.0, 4006.0, 4004.0, 4038.0, 4027.0, 4050.0, 4039.0, 4007.0, 4026.0, 4005.0, 4019.0, 4049.0, 4030.0, 4040.0, 4017.0, 3995.0, 3995.0, 4028.0, 4017.0, 4060.0, 4041.0, 4007.0, 4028.0, 3995.0, 4008.0, 4050.0, 4030.0, 4052.0, 4028.0, 3999.0, 4005.0, 4005.0, 3996.0, 4038.0, 4029.0, 4051.0, 4026.0, 3995.0, 4015.0, 4015.0, 4048.0, 4051.0, 4018.0, 4060.0, 3996.0, 3995.0, 4007.0, 4015.0, 4037.0, 4051.0, 3997.0, 3986.0, 4006.0, 4017.0, 4014.0, 4013.0, 4015.0, 4061.0, 4037.0, 4007.0, 4017.0, 3994.0, 3984.0, 3994.0, 4038.0, 4037.0, 4030.0, 4007.0, 4006.0, 4007.0, 4007.0, 4049.0, 4042.0, 4049.0, 4005.0, 3995.0, 3992.0, 4016.0, 3994.0, 4061.0, 4027.0, 3984.0, 3995.0, 3996.0, 3985.0, 4029.0, 4031.0, 4039.0, 4063.0, 4011.0, 3998.0, 4008.0, 3997.0, 4049.0, 4040.0, 4040.0, 4062.0, 4019.0, 4007.0, 3995.0, 3994.0, 4024.0, 4016.0, 4046.0, 4051.0, 4007.0, 4027.0, 3996.0, 3994.0, 4038.0, 4028.0, 4051.0, 4028.0, 3997.0, 4027.0, 4016.0, 4017.0, 4062.0, 4019.0, 3996.0, 3996.0, 3996.0, 4037.0, 4029.0, 4040.0, 4017.0, 4008.0, 4016.0, 3996.0, 3996.0, 4039.0, 4029.0, 4041.0, 4062.0, 3998.0, 4017.0, 3995.0, 4005.0, 4037.0, 4037.0, 4038.0, 4072.0, 4007.0, 3994.0, 3994.0, 4005.0, 4037.0, 4035.0, 4027.0, 4050.0, 3994.0, 3984.0, 4003.0, 4006.0, 4027.0, 4047.0, 4040.0, 4017.0, 3995.0, 3996.0, 4006.0, 4028.0, 4029.0, 4060.0, 4050.0, 4016.0, 4025.0, 3993.0, 4014.0, 4048.0, 4025.0, 4036.0, 4060.0, 3995.0, 3982.0, 3982.0, 3982.0, 4023.0, 4003.0, 3993.0, 4047.0, 4027.0, 4005.0, 4006.0, 3994.0, 4028.0, 4018.0, 4027.0, 4049.0, 4019.0, 4027.0, 4006.0, 3985.0, 4039.0, 4034.0, 4043.0, 4032.0, 4004.0, 4035.0, 4026.0, 4046.0, 4035.0, 4004.0, 4012.0, 3992.0, 3982.0, 4027.0, 4008.0, 4028.0, 4052.0, 3999.0, 3988.0, 4008.0, 4011.0, 4039.0, 4050.0, 4030.0, 4060.0, 4007.0, 4006.0, 4038.0, 4027.0, 4038.0, 4061.0, 4050.0, 4006.0, 3994.0, 3995.0, 4025.0, 4047.0, 4038.0, 4071.0, 4046.0, 4005.0, 4014.0, 4015.0, 4005.0, 4047.0, 4038.0, 4005.0, 3994.0, 4003.0, 3996.0, 4006.0, 4047.0, 4038.0, 3997.0, 3984.0, 3994.0, 4004.0, 4027.0, 4048.0, 4018.0, 3996.0, 4016.0, 3995.0, 4007.0, 4037.0, 4038.0, 4006.0, 3985.0, 4005.0, 4016.0, 4006.0, 4047.0, 4027.0, 4007.0, 3995.0, 3992.0, 4004.0, 4024.0, 4038.0, 4006.0, 4003.0, 4016.0, 3993.0, 4014.0, 4036.0, 4034.0, 4026.0, 4037.0, 3993.0, 3992.0, 4005.0, 4047.0, 4027.0, 4005.0, 4004.0, 3992.0, 4003.0, 4014.0, 4024.0, 4005.0, 4004.0, 3991.0, 4004.0, 4024.0, 4033.0, 4006.0, 3994.0, 3993.0, 4005.0, 4004.0, 4047.0, 4027.0, 4026.0, 4005.0, 4006.0, 4027.0, 4036.0, 4016.0, 4037.0, 3994.0], 'WindowWidth': [9062.0, 9039.0, 9029.0, 8950.0, 8946.0, 8954.0, 8963.0, 9016.0, 9021.0, 8980.0, 8982.0, 8939.0, 8962.0, 9016.0, 8987.0, 8973.0, 8985.0, 8941.0, 8957.0, 8996.0, 8969.0, 9005.0, 8953.0, 8940.0, 8956.0, 8980.0, 8957.0, 9021.0, 8957.0, 8937.0, 9003.0, 8970.0, 8962.0, 9019.0, 8959.0, 8922.0, 8953.0, 8963.0, 8996.0, 9016.0, 8966.0, 8930.0, 8941.0, 8949.0, 9000.0, 9017.0, 8993.0, 8946.0, 8970.0, 8948.0, 8962.0, 9023.0, 9010.0, 8971.0, 8981.0, 8966.0, 8986.0, 9033.0, 8998.0, 8964.0, 8959.0, 8920.0, 8943.0, 9010.0, 8975.0, 8969.0, 9003.0, 8926.0, 8949.0, 8971.0, 8958.0, 8999.0, 9022.0, 8941.0, 8934.0, 8967.0, 8973.0, 8999.0, 9041.0, 8970.0, 8935.0, 8955.0, 8952.0, 8998.0, 9000.0, 8951.0, 8946.0, 8960.0, 8949.0, 9017.0, 8980.0, 8945.0, 8966.0, 8967.0, 8936.0, 9013.0, 8920.0, 8954.0, 8985.0, 8970.0, 8957.0, 8985.0, 8927.0, 8937.0, 8947.0, 8945.0, 8983.0, 9039.0, 8965.0, 8932.0, 8962.0, 8979.0, 8987.0, 9042.0, 8962.0, 8940.0, 8971.0, 8976.0, 9037.0, 9024.0, 8960.0, 8982.0, 8938.0, 8953.0, 9016.0, 9004.0, 8964.0, 8963.0, 8949.0, 8976.0, 9014.0, 8983.0, 8945.0, 8927.0, 8952.0, 9000.0, 8980.0, 8940.0, 9011.0, 8916.0, 8939.0, 8994.0, 8964.0, 8955.0, 9002.0, 8925.0, 8941.0, 8967.0, 8979.0, 8974.0, 8989.0, 8952.0, 8974.0, 8961.0, 9012.0, 8992.0, 8957.0, 8950.0, 8968.0, 8971.0, 8996.0, 8988.0, 8986.0, 8965.0, 8940.0, 8952.0, 8993.0, 8988.0, 8925.0, 8949.0, 8942.0, 8952.0, 9008.0, 8986.0, 8952.0, 8965.0, 8935.0, 8969.0, 8992.0, 8987.0, 8956.0, 8969.0, 8959.0, 8968.0, 8992.0, 9006.0, 8969.0, 8919.0, 8955.0, 8969.0, 8981.0, 9040.0, 8984.0, 8953.0, 8973.0, 8966.0, 8953.0, 9016.0, 8933.0, 8963.0, 8980.0, 8959.0, 8955.0, 9000.0, 8917.0, 8930.0, 8962.0, 8949.0, 8959.0, 8998.0, 8935.0, 8942.0, 8914.0, 8951.0, 8991.0, 8983.0, 8985.0, 8922.0, 8945.0, 8985.0, 8980.0, 8972.0, 9018.0, 8929.0, 8939.0, 8999.0, 9005.0, 9004.0, 8987.0, 8958.0, 8971.0, 8987.0, 8974.0, 9042.0, 9006.0, 8951.0, 8948.0, 8957.0, 8979.0, 9022.0, 8949.0, 8959.0, 8936.0, 8936.0, 9011.0, 8980.0, 8955.0, 8936.0, 8922.0, 8954.0, 8997.0, 8999.0, 9005.0, 8969.0, 8943.0, 8948.0, 9001.0, 8992.0, 8987.0, 8951.0, 8937.0, 8996.0, 8998.0, 8986.0, 9022.0, 8952.0, 8921.0, 8979.0, 8968.0, 9041.0, 9000.0, 8948.0, 8960.0, 8954.0, 8977.0, 8995.0, 8941.0, 8998.0, 8920.0, 8944.0, 8997.0, 8969.0, 8986.0, 9005.0, 8931.0, 8947.0, 8990.0, 8986.0, 9007.0, 9007.0, 8944.0, 8969.0, 8983.0, 8942.0, 9044.0, 8988.0, 8922.0, 8964.0, 8966.0, 8998.0, 9021.0, 8958.0, 8923.0, 8954.0, 8974.0, 8984.0, 9034.0, 8971.0, 8921.0, 8949.0, 8967.0, 8979.0, 9013.0, 8987.0, 8923.0, 8949.0, 8951.0, 8982.0, 8972.0, 8948.0, 8947.0, 8946.0, 8938.0, 8966.0, 8983.0, 9036.0, 8986.0, 8940.0, 8959.0, 9001.0, 8999.0, 8973.0, 8973.0, 9004.0, 8939.0, 8951.0, 8948.0, 8984.0, 8966.0, 8984.0, 8990.0, 9022.0, 8984.0, 8938.0, 8950.0, 8981.0, 8997.0, 9015.0, 9026.0, 8972.0, 8940.0, 8913.0, 8956.0, 8942.0, 8973.0, 8913.0, 8931.0, 8932.0, 8929.0, 8949.0, 9014.0, 8979.0, 8936.0, 8963.0, 8965.0, 8949.0, 9015.0, 8986.0, 8934.0, 8927.0, 8963.0, 8944.0, 8975.0, 8954.0, 8975.0, 8916.0, 8941.0, 8994.0, 8969.0, 8967.0, 8943.0, 8956.0, 8959.0, 8979.0, 8950.0, 9017.0, 8953.0, 8937.0, 8963.0, 8948.0, 8952.0, 9000.0, 8995.0, 8921.0, 8930.0, 8953.0, 8991.0, 8979.0, 8965.0, 9015.0, 8920.0, 8900.0, 8950.0, 8940.0, 8980.0, 8983.0, 8962.0, 8924.0, 8925.0, 8960.0, 9001.0, 8975.0, 8994.0, 8968.0, 8938.0, 8958.0, 8997.0, 8953.0, 9039.0, 9005.0, 8920.0, 8940.0, 8957.0, 8998.0, 8982.0, 8941.0, 8951.0, 8923.0, 8945.0, 8997.0, 8983.0, 9016.0, 8986.0, 8925.0, 8970.0, 8960.0, 8967.0, 9003.0, 8945.0, 8965.0, 8955.0, 8951.0, 8982.0, 8954.0, 9019.0, 8927.0, 8948.0, 8996.0, 8970.0, 9042.0, 9001.0, 8942.0, 8977.0, 8987.0, 8985.0, 9023.0, 8958.0, 8929.0, 8958.0, 8945.0, 9033.0, 9011.0, 8957.0, 8968.0, 8948.0, 8940.0, 9017.0, 8989.0, 9009.0, 8960.0, 8946.0, 8950.0, 9003.0, 8978.0, 9040.0, 8992.0, 8932.0, 8989.0, 8990.0, 8960.0, 9020.0, 9012.0, 8963.0, 8972.0, 8947.0, 8945.0, 9018.0, 9001.0, 8976.0, 8956.0, 8964.0, 9000.0, 9000.0, 8976.0, 9039.0, 8926.0, 8926.0, 8995.0, 8955.0, 9013.0, 9012.0, 8956.0, 8953.0, 8960.0, 8970.0, 9009.0, 8973.0, 9003.0, 8943.0, 8952.0, 9003.0, 8988.0, 8977.0, 9027.0, 8948.0, 8950.0, 9004.0, 8990.0, 9018.0, 9046.0, 8963.0, 8955.0, 8966.0, 8943.0, 9037.0, 9009.0, 8960.0, 8984.0, 8945.0, 8957.0, 9018.0, 9009.0, 8947.0, 8970.0, 8953.0, 8969.0, 9021.0, 8989.0, 8969.0, 9005.0, 8943.0, 8960.0, 9018.0, 8984.0, 8998.0, 9017.0, 8935.0, 8918.0, 8942.0, 8944.0, 8939.0, 9001.0, 8965.0, 8969.0, 8994.0, 8973.0, 9020.0, 8951.0, 8936.0, 8965.0, 8956.0, 8956.0, 9021.0, 9012.0, 8956.0, 8940.0, 8972.0, 9000.0, 8997.0, 8988.0, 9003.0, 8956.0, 8930.0, 8972.0, 8943.0, 8958.0, 9003.0, 9003.0, 8974.0, 9059.0, 8991.0, 8961.0, 8985.0, 8967.0, 8957.0, 9019.0, 9013.0, 8943.0, 8953.0, 8960.0, 8958.0, 9012.0, 8982.0, 8985.0, 8953.0, 8944.0, 9003.0, 8977.0, 9019.0, 9008.0, 8943.0, 8980.0, 8954.0, 8949.0, 8999.0, 8987.0, 9025.0, 9007.0, 8957.0, 8980.0, 8955.0, 8979.0, 9022.0, 8997.0, 9007.0, 8970.0, 8938.0, 8936.0, 8990.0, 8974.0, 9038.0, 9016.0, 8959.0, 8985.0, 8940.0, 8963.0, 9021.0, 8998.0, 9030.0, 8990.0, 8950.0, 8953.0, 8953.0, 8943.0, 9003.0, 8992.0, 9026.0, 8984.0, 8937.0, 8964.0, 8967.0, 9019.0, 9029.0, 8975.0, 9038.0, 8942.0, 8938.0, 8961.0, 8966.0, 9002.0, 9024.0, 8946.0, 8928.0, 8954.0, 8970.0, 8962.0, 8961.0, 8965.0, 9043.0, 9000.0, 8954.0, 8968.0, 8934.0, 8922.0, 8935.0, 8999.0, 8998.0, 8995.0, 8958.0, 8952.0, 8957.0, 8959.0, 9021.0, 9015.0, 9017.0, 8949.0, 8935.0, 8930.0, 8969.0, 8938.0, 9040.0, 8983.0, 8923.0, 8937.0, 8940.0, 8926.0, 8991.0, 8998.0, 9009.0, 9046.0, 8970.0, 8949.0, 8960.0, 8945.0, 9017.0, 9006.0, 9013.0, 9046.0, 8978.0, 8956.0, 8941.0, 8935.0, 8976.0, 8968.0, 9012.0, 9029.0, 8958.0, 8983.0, 8941.0, 8936.0, 9002.0, 8987.0, 9025.0, 8988.0, 8944.0, 8983.0, 8969.0, 8973.0, 9044.0, 8977.0, 8942.0, 8942.0, 8942.0, 8999.0, 8992.0, 9011.0, 8972.0, 8962.0, 8968.0, 8940.0, 8940.0, 9005.0, 8993.0, 9012.0, 9044.0, 8949.0, 8970.0, 8939.0, 8952.0, 9002.0, 9001.0, 9005.0, 9061.0, 8959.0, 8936.0, 8936.0, 8953.0, 8999.0, 8996.0, 8986.0, 9023.0, 8937.0, 8922.0, 8945.0, 8955.0, 8987.0, 9015.0, 9009.0, 8972.0, 8939.0, 8943.0, 8954.0, 8990.0, 8992.0, 9038.0, 9027.0, 8970.0, 8977.0, 8934.0, 8964.0, 9015.0, 8982.0, 8998.0, 9041.0, 8940.0, 8919.0, 8918.0, 8918.0, 8974.0, 8948.0, 8934.0, 9014.0, 8988.0, 8953.0, 8955.0, 8937.0, 8988.0, 8977.0, 8986.0, 9020.0, 8980.0, 8986.0, 8959.0, 8927.0, 9004.0, 9010.0, 9020.0, 9001.0, 8948.0, 8990.0, 8984.0, 9013.0, 8997.0, 8950.0, 8958.0, 8932.0, 8916.0, 8988.0, 8963.0, 8990.0, 9028.0, 8955.0, 8938.0, 8963.0, 8974.0, 9009.0, 9023.0, 8997.0, 9041.0, 8961.0, 8957.0, 9003.0, 8990.0, 9005.0, 9045.0, 9025.0, 8955.0, 8936.0, 8939.0, 8982.0, 9015.0, 9005.0, 9060.0, 9013.0, 8952.0, 8963.0, 8969.0, 8955.0, 9017.0, 9003.0, 8955.0, 8937.0, 8947.0, 8943.0, 8958.0, 9014.0, 9005.0, 8946.0, 8925.0, 8938.0, 8953.0, 8986.0, 9019.0, 8976.0, 8942.0, 8969.0, 8939.0, 8959.0, 9002.0, 9004.0, 8956.0, 8926.0, 8953.0, 8972.0, 8955.0, 9016.0, 8988.0, 8957.0, 8938.0, 8932.0, 8951.0, 8977.0, 9003.0, 8955.0, 8949.0, 8968.0, 8933.0, 8963.0, 8999.0, 8994.0, 8987.0, 9000.0, 8934.0, 8933.0, 8955.0, 9014.0, 8988.0, 8954.0, 8948.0, 8930.0, 8947.0, 8965.0, 8977.0, 8956.0, 8949.0, 8928.0, 8951.0, 8978.0, 8989.0, 8956.0, 8939.0, 8935.0, 8953.0, 8952.0, 9012.0, 8988.0, 8986.0, 8954.0, 8959.0, 8988.0, 8997.0, 8973.0, 8999.0, 8935.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.00023677631578947368</td></tr>
<tr><td colspan=3>aqi</td><td>0.026155459539473683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.612879860976925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2075537253787039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988756518111965</td></tr>
<tr><td colspan=3>efc</td><td>0.482</td></tr>
<tr><td colspan=3>fber</td><td>5933.7764</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13027117580633002</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.885964912280702</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476890455440369</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.355640034746256</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6705572999653158</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4044740316095345</td></tr>
<tr><td colspan=3>gcor</td><td>0.00462564</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025805814191699028</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03555915877223015</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.946575331709691</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>29.4813</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.23</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.4356</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297377.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.8608</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.4762</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.4431</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.2476</td></tr>
<tr><td colspan=3>tsnr</td><td>38.26891988515854</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>