<?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-faces_acq-mb8_run-03_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-faces_acq-mb8_run-03_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-03_session-02_subject-0070_suffix-bold_task-faces" 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-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0070_suffix-bold_task-faces" 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-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-03_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-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-03_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-faces_acq-mb8_run-03_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>572862f9d3450dc432ba40a4fcc4795c</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>19:53:46.447500</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</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-03_task-faces_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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7756, -7245, 479, -83, -227, 34, 28]</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>faces</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>c743c528-0787-4362-b2df-e3c08a1a7683||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['195346.447500', '195346.907500', '195347.367500', '195347.827500', '195348.287500', '195348.747500', '195349.207500', '195349.667500', '195350.127500', '195350.587500', '195351.047500', '195351.507500', '195351.967500', '195352.427500', '195352.887500', '195353.347500', '195353.807500', '195354.267500', '195354.727500', '195355.187500', '195355.647500', '195356.107500', '195356.567500', '195357.027500', '195357.487500', '195357.947500', '195358.407500', '195358.867500', '195359.327500', '195359.787500', '195400.247500', '195400.707500', '195401.167500', '195401.627500', '195402.087500', '195402.547500', '195403.007500', '195403.467500', '195403.927500', '195404.387500', '195404.847500', '195405.307500', '195405.767500', '195406.227500', '195406.687500', '195407.147500', '195407.607500', '195408.067500', '195408.527500', '195408.987500', '195409.447500', '195409.907500', '195410.367500', '195410.827500', '195411.287500', '195411.747500', '195412.207500', '195412.667500', '195413.127500', '195413.587500', '195414.047500', '195414.507500', '195414.967500', '195415.427500', '195415.887500', '195416.347500', '195416.807500', '195417.267500', '195417.727500', '195418.187500', '195418.647500', '195419.107500', '195419.567500', '195420.027500', '195420.487500', '195420.947500', '195421.407500', '195421.867500', '195422.327500', '195422.787500', '195423.247500', '195423.707500', '195424.167500', '195424.627500', '195425.087500', '195425.547500', '195426.007500', '195426.467500', '195426.927500', '195427.387500', '195427.847500', '195428.307500', '195428.767500', '195429.227500', '195429.687500', '195430.147500', '195430.607500', '195431.067500', '195431.527500', '195431.987500', '195432.447500', '195432.907500', '195433.367500', '195433.827500', '195434.287500', '195434.747500', '195435.207500', '195435.667500', '195436.127500', '195436.587500', '195437.047500', '195437.507500', '195437.967500', '195438.427500', '195438.887500', '195439.347500', '195439.807500', '195440.267500', '195440.727500', '195441.187500', '195441.647500', '195442.107500', '195442.567500', '195443.027500', '195443.487500', '195443.947500', '195444.407500', '195444.867500', '195445.327500', '195445.787500', '195446.247500', '195446.707500', '195447.167500', '195447.627500', '195448.087500', '195448.547500', '195449.007500', '195449.467500', '195449.927500', '195450.387500', '195450.847500', '195451.307500', '195451.767500', '195452.227500', '195452.687500', '195453.147500', '195453.607500', '195454.067500', '195454.527500', '195454.987500', '195455.447500', '195455.907500', '195456.367500', '195456.827500', '195457.287500', '195457.747500', '195458.207500', '195458.667500', '195459.127500', '195459.587500', '195500.047500', '195500.507500', '195500.967500', '195501.427500', '195501.887500', '195502.347500', '195502.807500', '195503.267500', '195503.727500', '195504.187500', '195504.647500', '195505.107500', '195505.567500', '195506.027500', '195506.487500', '195506.947500', '195507.407500', '195507.867500', '195508.327500', '195508.787500', '195509.247500', '195509.707500', '195510.167500', '195510.627500', '195511.087500', '195511.547500', '195512.007500', '195512.467500', '195512.927500', '195513.387500', '195513.847500', '195514.307500', '195514.767500', '195515.227500', '195515.687500', '195516.147500', '195516.607500', '195517.067500', '195517.527500', '195517.987500', '195518.447500', '195518.907500', '195519.367500', '195519.827500', '195520.287500', '195520.747500', '195521.207500', '195521.667500', '195522.127500', '195522.587500', '195523.047500', '195523.507500', '195523.967500', '195524.427500', '195524.887500', '195525.347500', '195525.807500', '195526.267500', '195526.727500', '195527.187500', '195527.647500', '195528.107500', '195528.567500', '195529.027500', '195529.487500', '195529.947500', '195530.407500', '195530.867500', '195531.327500', '195531.787500', '195532.247500', '195532.707500', '195533.167500', '195533.627500', '195534.087500', '195534.547500', '195535.007500', '195535.467500', '195535.927500', '195536.387500', '195536.847500', '195537.307500', '195537.767500', '195538.227500', '195538.687500', '195539.147500', '195539.607500', '195540.067500', '195540.527500', '195540.987500', '195541.447500', '195541.907500', '195542.367500', '195542.827500', '195543.287500', '195543.747500', '195544.207500', '195544.667500', '195545.127500', '195545.587500', '195546.047500', '195546.507500', '195546.967500', '195547.427500', '195547.887500', '195548.347500', '195548.807500', '195549.267500', '195549.727500', '195550.187500', '195550.647500', '195551.107500', '195551.567500', '195552.027500', '195552.487500', '195552.947500', '195553.407500', '195553.867500', '195554.327500', '195554.787500', '195555.247500', '195555.707500', '195556.167500', '195556.627500', '195557.087500', '195557.547500', '195558.007500', '195558.467500', '195558.927500', '195559.387500', '195559.847500', '195600.307500', '195600.767500', '195601.227500', '195601.687500', '195602.147500', '195602.607500', '195603.067500', '195603.527500', '195603.987500', '195604.447500', '195604.907500', '195605.367500', '195605.827500', '195606.287500', '195606.747500', '195607.207500', '195607.667500', '195608.127500', '195608.587500', '195609.047500', '195609.507500', '195609.967500', '195610.427500', '195610.887500', '195611.347500', '195611.807500', '195612.267500', '195612.727500', '195613.187500', '195613.647500', '195614.107500', '195614.567500', '195615.027500', '195615.487500', '195615.947500', '195616.407500', '195616.867500', '195617.327500', '195617.787500', '195618.247500', '195618.707500', '195619.167500', '195619.627500', '195620.087500', '195620.547500', '195621.007500', '195621.467500', '195621.927500', '195622.387500', '195622.847500', '195623.307500', '195623.767500', '195624.227500', '195624.687500', '195625.147500', '195625.607500', '195626.067500', '195626.527500', '195626.987500', '195627.447500', '195627.907500', '195628.367500', '195628.827500', '195629.287500', '195629.747500', '195630.207500', '195630.667500', '195631.127500', '195631.587500', '195632.047500', '195632.507500', '195632.967500', '195633.427500', '195633.887500', '195634.347500', '195634.807500', '195635.267500', '195635.727500', '195636.187500', '195636.647500', '195637.107500', '195637.567500', '195638.027500', '195638.487500', '195638.947500', '195639.407500', '195639.867500', '195640.327500', '195640.787500', '195641.247500', '195641.707500', '195642.167500', '195642.627500', '195643.087500', '195643.547500', '195644.007500', '195644.467500', '195644.927500', '195645.387500', '195645.847500', '195646.307500', '195646.767500', '195647.227500', '195647.687500', '195648.147500', '195648.607500', '195649.067500', '195649.527500', '195649.987500', '195650.447500', '195650.907500', '195651.367500', '195651.827500', '195652.287500', '195652.747500', '195653.207500', '195653.667500', '195654.127500', '195654.587500', '195655.047500', '195655.507500', '195655.967500', '195656.427500', '195656.887500', '195657.347500', '195657.807500', '195658.267500', '195658.727500', '195659.187500', '195659.647500', '195700.107500', '195700.567500', '195701.027500', '195701.487500', '195701.947500', '195702.407500', '195702.867500', '195703.327500', '195703.787500', '195704.247500', '195704.707500', '195705.167500', '195705.627500', '195706.087500', '195706.547500', '195707.007500', '195707.467500', '195707.927500', '195708.387500', '195708.847500', '195709.307500', '195709.767500', '195710.227500', '195710.687500', '195711.147500', '195711.607500', '195712.067500', '195712.527500', '195712.987500', '195713.447500', '195713.907500', '195714.367500', '195714.827500', '195715.287500', '195715.747500', '195716.207500', '195716.667500', '195717.127500', '195717.587500', '195718.047500', '195718.507500', '195718.967500', '195719.427500', '195719.887500', '195720.347500', '195720.807500', '195721.267500', '195721.727500', '195722.187500', '195722.647500', '195723.107500', '195723.567500', '195724.027500', '195724.487500', '195724.947500', '195725.407500', '195725.867500', '195726.327500', '195726.787500', '195727.247500', '195727.707500', '195728.167500', '195728.627500', '195729.087500', '195729.547500', '195730.007500', '195730.467500', '195730.927500', '195731.387500', '195731.847500', '195732.307500', '195732.767500', '195733.227500', '195733.687500', '195734.147500', '195734.607500', '195735.067500', '195735.527500', '195735.987500', '195736.447500', '195736.907500', '195737.367500', '195737.827500', '195738.287500', '195738.747500', '195739.207500', '195739.667500', '195740.127500', '195740.587500', '195741.047500', '195741.507500', '195741.967500', '195742.427500', '195742.887500', '195743.347500', '195743.807500', '195744.267500', '195744.727500', '195745.187500', '195745.647500', '195746.107500', '195746.567500', '195747.027500', '195747.487500', '195747.947500', '195748.407500', '195748.867500', '195749.327500', '195749.787500', '195750.247500', '195750.707500', '195751.167500', '195751.627500', '195752.087500', '195752.547500', '195753.007500', '195753.467500', '195753.927500', '195754.387500', '195754.847500', '195755.307500', '195755.767500', '195756.227500', '195756.687500', '195757.147500', '195757.607500', '195758.067500', '195758.527500', '195758.987500', '195759.447500', '195759.907500', '195800.367500', '195800.827500', '195801.287500', '195801.747500', '195802.207500', '195802.667500', '195803.127500', '195803.587500', '195804.047500', '195804.507500', '195804.967500', '195805.427500', '195805.887500', '195806.347500', '195806.807500', '195807.267500', '195807.727500', '195808.187500', '195808.647500', '195809.107500', '195809.567500', '195810.027500', '195810.487500', '195810.947500', '195811.407500', '195811.867500', '195812.327500', '195812.787500', '195813.247500', '195813.707500', '195814.167500', '195814.627500', '195815.087500', '195815.547500', '195816.007500', '195816.467500', '195816.927500', '195817.387500', '195817.847500', '195818.307500', '195818.767500', '195819.227500', '195819.687500', '195820.147500', '195820.607500', '195821.067500', '195821.527500', '195821.987500', '195822.447500', '195822.907500', '195823.367500', '195823.827500', '195824.287500', '195824.747500', '195825.207500', '195825.667500', '195826.127500', '195826.587500', '195827.047500', '195827.507500', '195827.967500', '195828.427500', '195828.887500', '195829.347500', '195829.807500', '195830.267500', '195830.727500', '195831.187500', '195831.647500', '195832.107500', '195832.567500', '195833.027500', '195833.487500', '195833.947500', '195834.407500', '195834.867500', '195835.327500', '195835.787500', '195836.247500', '195836.707500', '195837.167500', '195837.627500', '195838.087500', '195838.547500', '195839.007500', '195839.467500', '195839.927500', '195840.387500', '195840.847500', '195841.307500', '195841.767500', '195842.227500', '195842.687500', '195843.147500', '195843.607500', '195844.067500', '195844.527500', '195844.987500', '195845.447500', '195845.907500', '195846.367500', '195846.827500', '195847.287500', '195847.747500', '195848.207500', '195848.667500', '195849.127500', '195849.587500', '195850.047500', '195850.507500', '195850.967500', '195851.427500', '195851.887500', '195852.347500', '195852.807500', '195853.267500', '195853.727500', '195854.187500', '195854.647500', '195855.107500', '195855.567500', '195856.027500', '195856.487500', '195856.947500', '195857.407500', '195857.867500', '195858.327500', '195858.787500', '195859.247500', '195859.707500', '195900.167500', '195900.627500', '195901.087500', '195901.547500', '195902.007500', '195902.467500', '195902.927500', '195903.387500', '195903.847500', '195904.307500', '195904.767500', '195905.227500', '195905.687500', '195906.147500', '195906.607500', '195907.067500', '195907.527500', '195907.987500', '195908.447500', '195908.907500', '195909.367500', '195909.827500', '195910.287500', '195910.747500', '195911.207500', '195911.667500', '195912.127500', '195912.587500', '195913.047500', '195913.507500', '195913.967500', '195914.427500', '195914.887500', '195915.347500', '195915.807500', '195916.267500', '195916.727500', '195917.187500', '195917.647500', '195918.107500', '195918.567500', '195919.027500', '195919.487500', '195919.947500', '195920.407500', '195920.867500', '195921.327500', '195921.787500', '195922.247500', '195922.707500', '195923.167500', '195923.627500', '195924.087500', '195924.547500', '195925.007500', '195925.467500', '195925.927500', '195926.387500', '195926.847500', '195927.307500', '195927.767500', '195928.227500', '195928.687500', '195929.147500', '195929.607500', '195930.067500', '195930.527500', '195930.987500', '195931.447500', '195931.907500', '195932.367500', '195932.827500', '195933.287500', '195933.747500', '195934.207500', '195934.667500', '195935.127500', '195935.587500', '195936.047500', '195936.507500', '195936.967500', '195937.427500', '195937.887500', '195938.347500', '195938.807500', '195939.267500', '195939.727500', '195940.187500', '195940.647500', '195941.107500', '195941.567500', '195942.027500', '195942.487500', '195942.947500', '195943.407500', '195943.867500', '195944.327500', '195944.787500', '195945.247500', '195945.707500', '195946.167500', '195946.627500', '195947.087500', '195947.547500', '195948.007500', '195948.467500', '195948.927500', '195949.387500', '195949.847500', '195950.307500', '195950.767500', '195951.227500', '195951.687500', '195952.147500', '195952.607500', '195953.067500', '195953.527500', '195953.987500', '195954.447500', '195954.907500', '195955.367500', '195955.827500', '195956.287500', '195956.747500', '195957.207500', '195957.667500', '195958.127500', '195958.587500', '195959.047500', '195959.507500', '195959.967500', '200000.427500', '200000.887500', '200001.347500', '200001.807500', '200002.267500', '200002.727500', '200003.187500', '200003.647500', '200004.107500', '200004.567500', '200005.027500', '200005.487500', '200005.947500', '200006.407500', '200006.867500', '200007.327500', '200007.787500', '200008.247500', '200008.707500', '200009.167500', '200009.627500', '200010.087500', '200010.547500', '200011.007500', '200011.467500', '200011.927500', '200012.387500', '200012.847500', '200013.307500', '200013.767500', '200014.227500', '200014.687500', '200015.147500', '200015.607500', '200016.067500', '200016.527500', '200016.987500', '200017.447500', '200017.907500', '200018.367500', '200018.827500', '200019.287500', '200019.747500', '200020.207500', '200020.667500', '200021.127500', '200021.587500', '200022.047500', '200022.507500', '200022.967500', '200023.427500', '200023.887500', '200024.347500', '200024.807500', '200025.267500', '200025.727500', '200026.187500', '200026.647500', '200027.107500', '200027.567500', '200028.027500', '200028.487500', '200028.947500', '200029.407500', '200029.867500', '200030.327500', '200030.787500', '200031.247500', '200031.707500', '200032.167500', '200032.627500', '200033.087500', '200033.547500', '200034.007500', '200034.467500', '200034.927500', '200035.387500', '200035.847500', '200036.307500', '200036.767500', '200037.227500', '200037.687500', '200038.147500', '200038.607500', '200039.067500', '200039.527500', '200039.987500', '200040.447500', '200040.907500', '200041.367500', '200041.827500', '200042.287500', '200042.747500', '200043.207500', '200043.667500', '200044.127500', '200044.587500', '200045.047500', '200045.507500', '200045.967500', '200046.427500'], 'ContentTime': ['195409.474000', '195409.477000', '195409.480000', '195409.483000', '195409.490000', '195409.493000', '195409.496000', '195409.499000', '195409.501000', '195409.504000', '195409.506000', '195409.509000', '195409.512000', '195409.514000', '195409.517000', '195409.520000', '195409.522000', '195409.525000', '195409.528000', '195409.530000', '195409.533000', '195409.535000', '195409.538000', '195409.541000', '195409.543000', '195409.546000', '195409.549000', '195409.551000', '195409.554000', '195409.556000', '195409.559000', '195409.562000', '195409.564000', '195409.567000', '195409.570000', '195409.572000', '195409.575000', '195409.577000', '195409.580000', '195409.583000', '195409.585000', '195409.588000', '195409.597000', '195409.600000', '195409.602000', '195409.605000', '195409.608000', '195409.610000', '195429.441000', '195429.443000', '195429.446000', '195429.449000', '195429.451000', '195429.454000', '195429.456000', '195429.459000', '195429.462000', '195429.464000', '195429.467000', '195429.470000', '195429.472000', '195429.481000', '195429.484000', '195429.486000', '195429.495000', '195429.498000', '195429.500000', '195429.503000', '195429.506000', '195429.508000', '195429.511000', '195429.514000', '195429.516000', '195429.519000', '195429.522000', '195429.524000', '195429.527000', '195429.530000', '195429.532000', '195429.535000', '195429.537000', '195429.540000', '195429.543000', '195429.545000', '195429.548000', '195429.551000', '195429.553000', '195429.556000', '195429.559000', '195429.561000', '195429.564000', '195429.566000', '195449.440000', '195449.443000', '195449.446000', '195449.449000', '195449.452000', '195449.454000', '195449.457000', '195449.460000', '195449.462000', '195449.465000', '195449.468000', '195449.470000', '195449.473000', '195449.476000', '195449.478000', '195449.481000', '195449.483000', '195449.486000', '195449.489000', '195449.491000', '195449.494000', '195449.497000', '195449.501000', '195449.504000', '195449.506000', '195449.509000', '195449.511000', '195449.514000', '195449.517000', '195449.519000', '195449.522000', '195449.525000', '195449.527000', '195449.530000', '195449.533000', '195449.535000', '195449.538000', '195449.540000', '195449.543000', '195449.546000', '195449.548000', '195449.551000', '195449.554000', '195509.440000', '195509.443000', '195509.446000', '195509.449000', '195509.451000', '195509.454000', '195509.456000', '195509.459000', '195509.462000', '195509.464000', '195509.467000', '195509.469000', '195509.472000', '195509.475000', '195509.477000', '195509.480000', '195509.483000', '195509.485000', '195509.488000', '195509.491000', '195509.493000', '195509.496000', '195509.498000', '195509.501000', '195509.504000', '195509.506000', '195509.509000', '195509.512000', '195509.514000', '195509.517000', '195509.525000', '195509.528000', '195509.531000', '195509.533000', '195509.536000', '195509.539000', '195509.541000', '195509.544000', '195509.546000', '195509.549000', '195509.552000', '195509.554000', '195509.557000', '195509.560000', '195529.441000', '195529.444000', '195529.447000', '195529.450000', '195529.452000', '195529.455000', '195529.458000', '195529.460000', '195529.463000', '195529.466000', '195529.468000', '195529.471000', '195529.473000', '195529.476000', '195529.479000', '195529.481000', '195529.484000', '195529.487000', '195529.489000', '195529.492000', '195529.495000', '195529.498000', '195529.500000', '195529.503000', '195529.505000', '195529.508000', '195529.511000', '195529.513000', '195529.516000', '195529.519000', '195529.531000', '195529.534000', '195529.546000', '195529.549000', '195529.551000', '195529.554000', '195529.557000', '195529.559000', '195529.562000', '195529.565000', '195529.567000', '195529.570000', '195529.573000', '195549.439000', '195549.442000', '195549.446000', '195549.449000', '195549.453000', '195549.455000', '195549.458000', '195549.461000', '195549.464000', '195549.473000', '195549.475000', '195549.478000', '195549.481000', '195549.483000', '195549.486000', '195549.489000', '195549.491000', '195549.494000', '195549.497000', '195549.499000', '195549.502000', '195549.504000', '195549.507000', '195549.510000', '195549.512000', '195549.515000', '195549.518000', '195549.520000', '195549.523000', '195549.525000', '195549.528000', '195549.531000', '195549.534000', '195549.536000', '195549.539000', '195549.542000', '195549.544000', '195549.547000', '195549.550000', '195549.552000', '195549.555000', '195549.557000', '195549.560000', '195609.440000', '195609.443000', '195609.445000', '195609.448000', '195609.451000', '195609.454000', '195609.456000', '195609.459000', '195609.461000', '195609.464000', '195609.467000', '195609.469000', '195609.472000', '195609.474000', '195609.477000', '195609.480000', '195609.482000', '195609.485000', '195609.488000', '195609.490000', '195609.493000', '195609.496000', '195609.498000', '195609.501000', '195609.503000', '195609.506000', '195609.509000', '195609.511000', '195609.514000', '195609.517000', '195609.519000', '195609.522000', '195609.525000', '195609.527000', '195609.530000', '195609.533000', '195609.535000', '195609.538000', '195609.541000', '195609.543000', '195609.546000', '195609.549000', '195609.551000', '195609.554000', '195629.441000', '195629.444000', '195629.447000', '195629.451000', '195629.453000', '195629.457000', '195629.459000', '195629.462000', '195629.464000', '195629.467000', '195629.470000', '195629.472000', '195629.475000', '195629.478000', '195629.481000', '195629.483000', '195629.486000', '195629.489000', '195629.491000', '195629.494000', '195629.497000', '195629.499000', '195629.502000', '195629.504000', '195629.507000', '195629.510000', '195629.512000', '195629.515000', '195629.518000', '195629.520000', '195629.523000', '195629.535000', '195629.537000', '195629.540000', '195629.542000', '195629.545000', '195629.548000', '195629.550000', '195629.553000', '195629.556000', '195629.558000', '195629.561000', '195629.564000', '195649.440000', '195649.443000', '195649.446000', '195649.449000', '195649.452000', '195649.454000', '195649.457000', '195649.460000', '195649.462000', '195649.465000', '195649.467000', '195649.470000', '195649.473000', '195649.475000', '195649.478000', '195649.481000', '195649.483000', '195649.486000', '195649.489000', '195649.491000', '195649.494000', '195649.497000', '195649.499000', '195649.502000', '195649.505000', '195649.507000', '195649.510000', '195649.512000', '195649.515000', '195649.518000', '195649.520000', '195649.523000', '195649.526000', '195649.528000', '195649.531000', '195649.533000', '195649.536000', '195649.539000', '195649.541000', '195649.544000', '195649.547000', '195649.549000', '195649.552000', '195649.554000', '195709.441000', '195709.443000', '195709.446000', '195709.449000', '195709.452000', '195709.454000', '195709.457000', '195709.459000', '195709.462000', '195709.465000', '195709.467000', '195709.470000', '195709.474000', '195709.476000', '195709.480000', '195709.482000', '195709.485000', '195709.500000', '195709.503000', '195709.505000', '195709.508000', '195709.511000', '195709.513000', '195709.516000', '195709.519000', '195709.521000', '195709.524000', '195709.527000', '195709.530000', '195709.568000', '195709.571000', '195709.573000', '195709.576000', '195709.579000', '195709.581000', '195709.584000', '195709.587000', '195709.589000', '195709.592000', '195709.594000', '195709.597000', '195709.600000', '195709.602000', '195729.441000', '195729.444000', '195729.446000', '195729.449000', '195729.452000', '195729.454000', '195729.457000', '195729.460000', '195729.463000', '195729.465000', '195729.468000', '195729.471000', '195729.473000', '195729.476000', '195729.479000', '195729.481000', '195729.484000', '195729.487000', '195729.489000', '195729.492000', '195729.495000', '195729.497000', '195729.500000', '195729.502000', '195729.505000', '195729.508000', '195729.510000', '195729.513000', '195729.516000', '195729.518000', '195729.521000', '195729.524000', '195729.526000', '195729.529000', '195729.532000', '195729.534000', '195729.537000', '195729.540000', '195729.542000', '195729.545000', '195729.547000', '195729.550000', '195729.553000', '195729.556000', '195749.440000', '195749.443000', '195749.446000', '195749.449000', '195749.451000', '195749.454000', '195749.457000', '195749.459000', '195749.462000', '195749.465000', '195749.467000', '195749.470000', '195749.472000', '195749.475000', '195749.478000', '195749.480000', '195749.483000', '195749.486000', '195749.488000', '195749.491000', '195749.493000', '195749.496000', '195749.499000', '195749.501000', '195749.504000', '195749.507000', '195749.509000', '195749.512000', '195749.514000', '195749.517000', '195749.520000', '195749.523000', '195749.527000', '195749.529000', '195749.532000', '195749.535000', '195749.537000', '195749.540000', '195749.542000', '195749.545000', '195749.548000', '195749.551000', '195749.553000', '195809.440000', '195809.443000', '195809.446000', '195809.448000', '195809.451000', '195809.454000', '195809.456000', '195809.459000', '195809.462000', '195809.464000', '195809.467000', '195809.470000', '195809.472000', '195809.475000', '195809.478000', '195809.480000', '195809.483000', '195809.485000', '195809.488000', '195809.491000', '195809.493000', '195809.496000', '195809.499000', '195809.501000', '195809.504000', '195809.507000', '195809.509000', '195809.512000', '195809.514000', '195809.517000', '195809.520000', '195809.522000', '195809.525000', '195809.527000', '195809.530000', '195809.533000', '195809.535000', '195809.538000', '195809.541000', '195809.543000', '195809.546000', '195809.548000', '195809.551000', '195809.554000', '195829.439000', '195829.442000', '195829.445000', '195829.448000', '195829.451000', '195829.453000', '195829.456000', '195829.458000', '195829.461000', '195829.464000', '195829.467000', '195829.469000', '195829.472000', '195829.475000', '195829.477000', '195829.480000', '195829.483000', '195829.485000', '195829.488000', '195829.490000', '195829.493000', '195829.496000', '195829.498000', '195829.501000', '195829.504000', '195829.507000', '195829.509000', '195829.512000', '195829.515000', '195829.517000', '195829.520000', '195829.523000', '195829.525000', '195829.528000', '195829.532000', '195829.535000', '195829.538000', '195829.541000', '195829.544000', '195829.547000', '195829.549000', '195829.552000', '195829.554000', '195849.441000', '195849.444000', '195849.446000', '195849.449000', '195849.452000', '195849.454000', '195849.457000', '195849.460000', '195849.462000', '195849.465000', '195849.468000', '195849.470000', '195849.473000', '195849.476000', '195849.479000', '195849.481000', '195849.484000', '195849.487000', '195849.490000', '195849.492000', '195849.495000', '195849.498000', '195849.501000', '195849.503000', '195849.506000', '195849.509000', '195849.511000', '195849.514000', '195849.517000', '195849.520000', '195849.522000', '195849.525000', '195849.528000', '195849.530000', '195849.533000', '195849.536000', '195849.538000', '195849.541000', '195849.544000', '195849.546000', '195849.549000', '195849.552000', '195849.554000', '195849.557000', '195909.440000', '195909.444000', '195909.447000', '195909.450000', '195909.453000', '195909.456000', '195909.459000', '195909.461000', '195909.464000', '195909.467000', '195909.469000', '195909.472000', '195909.475000', '195909.477000', '195909.480000', '195909.483000', '195909.485000', '195909.492000', '195909.495000', '195909.498000', '195909.500000', '195909.503000', '195909.506000', '195909.508000', '195909.511000', '195909.514000', '195909.517000', '195909.519000', '195909.522000', '195909.525000', '195909.527000', '195909.530000', '195909.533000', '195909.535000', '195909.538000', '195909.541000', '195909.543000', '195909.546000', '195909.549000', '195909.551000', '195909.554000', '195909.557000', '195909.559000', '195929.441000', '195929.443000', '195929.446000', '195929.449000', '195929.452000', '195929.454000', '195929.457000', '195929.459000', '195929.462000', '195929.465000', '195929.467000', '195929.470000', '195929.473000', '195929.475000', '195929.478000', '195929.481000', '195929.483000', '195929.486000', '195929.489000', '195929.491000', '195929.496000', '195929.498000', '195929.501000', '195929.504000', '195929.507000', '195929.509000', '195929.512000', '195929.514000', '195929.517000', '195929.520000', '195929.522000', '195929.525000', '195929.528000', '195929.530000', '195929.533000', '195929.535000', '195929.538000', '195929.541000', '195929.543000', '195929.546000', '195929.549000', '195929.551000', '195929.554000', '195929.557000', '195949.441000', '195949.443000', '195949.446000', '195949.449000', '195949.451000', '195949.454000', '195949.457000', '195949.460000', '195949.462000', '195949.465000', '195949.468000', '195949.470000', '195949.473000', '195949.476000', '195949.478000', '195949.481000', '195949.484000', '195949.486000', '195949.489000', '195949.492000', '195949.494000', '195949.497000', '195949.500000', '195949.502000', '195949.505000', '195949.507000', '195949.510000', '195949.513000', '195949.515000', '195949.518000', '195949.521000', '195949.523000', '195949.526000', '195949.529000', '195949.532000', '195949.534000', '195949.537000', '195949.542000', '195949.544000', '195949.547000', '195949.550000', '195949.552000', '195949.555000', '200009.440000', '200009.443000', '200009.446000', '200009.449000', '200009.451000', '200009.454000', '200009.457000', '200009.459000', '200009.462000', '200009.465000', '200009.467000', '200009.470000', '200009.472000', '200009.475000', '200009.478000', '200009.480000', '200009.483000', '200009.486000', '200009.488000', '200009.491000', '200009.494000', '200009.511000', '200009.513000', '200009.516000', '200009.519000', '200009.521000', '200009.524000', '200009.527000', '200009.529000', '200009.532000', '200009.534000', '200009.537000', '200009.540000', '200009.542000', '200009.545000', '200009.548000', '200009.551000', '200009.553000', '200009.556000', '200009.558000', '200009.561000', '200009.564000', '200009.566000', '200009.569000', '200029.440000', '200029.443000', '200029.445000', '200029.448000', '200029.450000', '200029.453000', '200029.456000', '200029.459000', '200029.461000', '200029.464000', '200029.467000', '200029.469000', '200029.472000', '200029.475000', '200029.477000', '200029.480000', '200029.482000', '200029.485000', '200029.488000', '200029.490000', '200029.493000', '200029.496000', '200029.498000', '200029.501000', '200029.504000', '200029.506000', '200029.509000', '200029.512000', '200029.514000', '200029.517000', '200029.520000', '200029.522000', '200029.525000', '200029.528000', '200029.530000', '200029.533000', '200029.536000', '200029.538000', '200029.541000', '200029.544000', '200029.546000', '200029.549000', '200029.552000', '200047.466000', '200047.469000', '200047.472000', '200047.475000', '200047.477000', '200047.480000', '200047.483000', '200047.485000', '200047.488000', '200047.491000', '200047.493000', '200047.496000', '200047.499000', '200047.501000', '200047.504000', '200047.506000', '200047.509000', '200047.512000', '200047.514000', '200047.517000', '200047.520000', '200047.522000', '200047.525000', '200047.528000', '200047.530000', '200047.533000', '200047.536000', '200047.538000', '200047.541000', '200047.544000', '200047.546000', '200047.549000', '200047.552000', '200047.554000', '200047.557000', '200047.560000', '200047.562000', '200047.565000', '200047.568000', '200047.570000'], 'InstanceCreationTime': ['195409.474000', '195409.477000', '195409.480000', '195409.483000', '195409.490000', '195409.493000', '195409.496000', '195409.499000', '195409.501000', '195409.504000', '195409.506000', '195409.509000', '195409.512000', '195409.514000', '195409.517000', '195409.520000', '195409.522000', '195409.525000', '195409.528000', '195409.530000', '195409.533000', '195409.535000', '195409.538000', '195409.541000', '195409.543000', '195409.546000', '195409.549000', '195409.551000', '195409.554000', '195409.556000', '195409.559000', '195409.562000', '195409.564000', '195409.567000', '195409.570000', '195409.572000', '195409.575000', '195409.577000', '195409.580000', '195409.583000', '195409.585000', '195409.588000', '195409.597000', '195409.600000', '195409.602000', '195409.605000', '195409.608000', '195409.610000', '195429.441000', '195429.443000', '195429.446000', '195429.449000', '195429.451000', '195429.454000', '195429.456000', '195429.459000', '195429.462000', '195429.464000', '195429.467000', '195429.470000', '195429.472000', '195429.481000', '195429.484000', '195429.486000', '195429.495000', '195429.498000', '195429.500000', '195429.503000', '195429.506000', '195429.508000', '195429.511000', '195429.514000', '195429.516000', '195429.519000', '195429.522000', '195429.524000', '195429.527000', '195429.530000', '195429.532000', '195429.535000', '195429.537000', '195429.540000', '195429.543000', '195429.545000', '195429.548000', '195429.551000', '195429.553000', '195429.556000', '195429.559000', '195429.561000', '195429.564000', '195429.566000', '195449.440000', '195449.443000', '195449.446000', '195449.449000', '195449.452000', '195449.454000', '195449.457000', '195449.460000', '195449.462000', '195449.465000', '195449.468000', '195449.470000', '195449.473000', '195449.476000', '195449.478000', '195449.481000', '195449.483000', '195449.486000', '195449.489000', '195449.491000', '195449.494000', '195449.497000', '195449.501000', '195449.504000', '195449.506000', '195449.509000', '195449.511000', '195449.514000', '195449.517000', '195449.519000', '195449.522000', '195449.525000', '195449.527000', '195449.530000', '195449.533000', '195449.535000', '195449.538000', '195449.540000', '195449.543000', '195449.546000', '195449.548000', '195449.551000', '195449.554000', '195509.440000', '195509.443000', '195509.446000', '195509.449000', '195509.451000', '195509.454000', '195509.456000', '195509.459000', '195509.462000', '195509.464000', '195509.467000', '195509.469000', '195509.472000', '195509.475000', '195509.477000', '195509.480000', '195509.483000', '195509.485000', '195509.488000', '195509.491000', '195509.493000', '195509.496000', '195509.498000', '195509.501000', '195509.504000', '195509.506000', '195509.509000', '195509.512000', '195509.514000', '195509.517000', '195509.525000', '195509.528000', '195509.531000', '195509.533000', '195509.536000', '195509.539000', '195509.541000', '195509.544000', '195509.546000', '195509.549000', '195509.552000', '195509.554000', '195509.557000', '195509.560000', '195529.441000', '195529.444000', '195529.447000', '195529.450000', '195529.452000', '195529.455000', '195529.458000', '195529.460000', '195529.463000', '195529.466000', '195529.468000', '195529.471000', '195529.473000', '195529.476000', '195529.479000', '195529.481000', '195529.484000', '195529.487000', '195529.489000', '195529.492000', '195529.495000', '195529.498000', '195529.500000', '195529.503000', '195529.505000', '195529.508000', '195529.511000', '195529.513000', '195529.516000', '195529.519000', '195529.531000', '195529.534000', '195529.546000', '195529.549000', '195529.551000', '195529.554000', '195529.557000', '195529.559000', '195529.562000', '195529.565000', '195529.567000', '195529.570000', '195529.573000', '195549.439000', '195549.442000', '195549.446000', '195549.449000', '195549.453000', '195549.455000', '195549.458000', '195549.461000', '195549.464000', '195549.473000', '195549.475000', '195549.478000', '195549.481000', '195549.483000', '195549.486000', '195549.489000', '195549.491000', '195549.494000', '195549.497000', '195549.499000', '195549.502000', '195549.504000', '195549.507000', '195549.510000', '195549.512000', '195549.515000', '195549.518000', '195549.520000', '195549.523000', '195549.525000', '195549.528000', '195549.531000', '195549.534000', '195549.536000', '195549.539000', '195549.542000', '195549.544000', '195549.547000', '195549.550000', '195549.552000', '195549.555000', '195549.557000', '195549.560000', '195609.440000', '195609.443000', '195609.445000', '195609.448000', '195609.451000', '195609.454000', '195609.456000', '195609.459000', '195609.461000', '195609.464000', '195609.467000', '195609.469000', '195609.472000', '195609.474000', '195609.477000', '195609.480000', '195609.482000', '195609.485000', '195609.488000', '195609.490000', '195609.493000', '195609.496000', '195609.498000', '195609.501000', '195609.503000', '195609.506000', '195609.509000', '195609.511000', '195609.514000', '195609.517000', '195609.519000', '195609.522000', '195609.525000', '195609.527000', '195609.530000', '195609.533000', '195609.535000', '195609.538000', '195609.541000', '195609.543000', '195609.546000', '195609.549000', '195609.551000', '195609.554000', '195629.441000', '195629.444000', '195629.447000', '195629.451000', '195629.453000', '195629.457000', '195629.459000', '195629.462000', '195629.464000', '195629.467000', '195629.470000', '195629.472000', '195629.475000', '195629.478000', '195629.481000', '195629.483000', '195629.486000', '195629.489000', '195629.491000', '195629.494000', '195629.497000', '195629.499000', '195629.502000', '195629.504000', '195629.507000', '195629.510000', '195629.512000', '195629.515000', '195629.518000', '195629.520000', '195629.523000', '195629.535000', '195629.537000', '195629.540000', '195629.542000', '195629.545000', '195629.548000', '195629.550000', '195629.553000', '195629.556000', '195629.558000', '195629.561000', '195629.564000', '195649.440000', '195649.443000', '195649.446000', '195649.449000', '195649.452000', '195649.454000', '195649.457000', '195649.460000', '195649.462000', '195649.465000', '195649.467000', '195649.470000', '195649.473000', '195649.475000', '195649.478000', '195649.481000', '195649.483000', '195649.486000', '195649.489000', '195649.491000', '195649.494000', '195649.497000', '195649.499000', '195649.502000', '195649.505000', '195649.507000', '195649.510000', '195649.512000', '195649.515000', '195649.518000', '195649.520000', '195649.523000', '195649.526000', '195649.528000', '195649.531000', '195649.533000', '195649.536000', '195649.539000', '195649.541000', '195649.544000', '195649.547000', '195649.549000', '195649.552000', '195649.554000', '195709.441000', '195709.443000', '195709.446000', '195709.449000', '195709.452000', '195709.454000', '195709.457000', '195709.459000', '195709.462000', '195709.465000', '195709.467000', '195709.470000', '195709.474000', '195709.476000', '195709.480000', '195709.482000', '195709.485000', '195709.500000', '195709.503000', '195709.505000', '195709.508000', '195709.511000', '195709.513000', '195709.516000', '195709.519000', '195709.521000', '195709.524000', '195709.527000', '195709.530000', '195709.568000', '195709.571000', '195709.573000', '195709.576000', '195709.579000', '195709.581000', '195709.584000', '195709.587000', '195709.589000', '195709.592000', '195709.594000', '195709.597000', '195709.600000', '195709.602000', '195729.441000', '195729.444000', '195729.446000', '195729.449000', '195729.452000', '195729.454000', '195729.457000', '195729.460000', '195729.463000', '195729.465000', '195729.468000', '195729.471000', '195729.473000', '195729.476000', '195729.479000', '195729.481000', '195729.484000', '195729.487000', '195729.489000', '195729.492000', '195729.495000', '195729.497000', '195729.500000', '195729.502000', '195729.505000', '195729.508000', '195729.510000', '195729.513000', '195729.516000', '195729.518000', '195729.521000', '195729.524000', '195729.526000', '195729.529000', '195729.532000', '195729.534000', '195729.537000', '195729.540000', '195729.542000', '195729.545000', '195729.547000', '195729.550000', '195729.553000', '195729.556000', '195749.440000', '195749.443000', '195749.446000', '195749.449000', '195749.451000', '195749.454000', '195749.457000', '195749.459000', '195749.462000', '195749.465000', '195749.467000', '195749.470000', '195749.472000', '195749.475000', '195749.478000', '195749.480000', '195749.483000', '195749.486000', '195749.488000', '195749.491000', '195749.493000', '195749.496000', '195749.499000', '195749.501000', '195749.504000', '195749.507000', '195749.509000', '195749.512000', '195749.514000', '195749.517000', '195749.520000', '195749.523000', '195749.527000', '195749.529000', '195749.532000', '195749.535000', '195749.537000', '195749.540000', '195749.542000', '195749.545000', '195749.548000', '195749.551000', '195749.553000', '195809.440000', '195809.443000', '195809.446000', '195809.448000', '195809.451000', '195809.454000', '195809.456000', '195809.459000', '195809.462000', '195809.464000', '195809.467000', '195809.470000', '195809.472000', '195809.475000', '195809.478000', '195809.480000', '195809.483000', '195809.485000', '195809.488000', '195809.491000', '195809.493000', '195809.496000', '195809.499000', '195809.501000', '195809.504000', '195809.507000', '195809.509000', '195809.512000', '195809.514000', '195809.517000', '195809.520000', '195809.522000', '195809.525000', '195809.527000', '195809.530000', '195809.533000', '195809.535000', '195809.538000', '195809.541000', '195809.543000', '195809.546000', '195809.548000', '195809.551000', '195809.554000', '195829.439000', '195829.442000', '195829.445000', '195829.448000', '195829.451000', '195829.453000', '195829.456000', '195829.458000', '195829.461000', '195829.464000', '195829.467000', '195829.469000', '195829.472000', '195829.475000', '195829.477000', '195829.480000', '195829.483000', '195829.485000', '195829.488000', '195829.490000', '195829.493000', '195829.496000', '195829.498000', '195829.501000', '195829.504000', '195829.507000', '195829.509000', '195829.512000', '195829.515000', '195829.517000', '195829.520000', '195829.523000', '195829.525000', '195829.528000', '195829.532000', '195829.535000', '195829.538000', '195829.541000', '195829.544000', '195829.547000', '195829.549000', '195829.552000', '195829.554000', '195849.441000', '195849.444000', '195849.446000', '195849.449000', '195849.452000', '195849.454000', '195849.457000', '195849.460000', '195849.462000', '195849.465000', '195849.468000', '195849.470000', '195849.473000', '195849.476000', '195849.479000', '195849.481000', '195849.484000', '195849.487000', '195849.490000', '195849.492000', '195849.495000', '195849.498000', '195849.501000', '195849.503000', '195849.506000', '195849.509000', '195849.511000', '195849.514000', '195849.517000', '195849.520000', '195849.522000', '195849.525000', '195849.528000', '195849.530000', '195849.533000', '195849.536000', '195849.538000', '195849.541000', '195849.544000', '195849.546000', '195849.549000', '195849.552000', '195849.554000', '195849.557000', '195909.440000', '195909.444000', '195909.447000', '195909.450000', '195909.453000', '195909.456000', '195909.459000', '195909.461000', '195909.464000', '195909.467000', '195909.469000', '195909.472000', '195909.475000', '195909.477000', '195909.480000', '195909.483000', '195909.485000', '195909.492000', '195909.495000', '195909.498000', '195909.500000', '195909.503000', '195909.506000', '195909.508000', '195909.511000', '195909.514000', '195909.517000', '195909.519000', '195909.522000', '195909.525000', '195909.527000', '195909.530000', '195909.533000', '195909.535000', '195909.538000', '195909.541000', '195909.543000', '195909.546000', '195909.549000', '195909.551000', '195909.554000', '195909.557000', '195909.559000', '195929.441000', '195929.443000', '195929.446000', '195929.449000', '195929.452000', '195929.454000', '195929.457000', '195929.459000', '195929.462000', '195929.465000', '195929.467000', '195929.470000', '195929.473000', '195929.475000', '195929.478000', '195929.481000', '195929.483000', '195929.486000', '195929.489000', '195929.491000', '195929.496000', '195929.498000', '195929.501000', '195929.504000', '195929.507000', '195929.509000', '195929.512000', '195929.514000', '195929.517000', '195929.520000', '195929.522000', '195929.525000', '195929.528000', '195929.530000', '195929.533000', '195929.535000', '195929.538000', '195929.541000', '195929.543000', '195929.546000', '195929.549000', '195929.551000', '195929.554000', '195929.557000', '195949.441000', '195949.443000', '195949.446000', '195949.449000', '195949.451000', '195949.454000', '195949.457000', '195949.460000', '195949.462000', '195949.465000', '195949.468000', '195949.470000', '195949.473000', '195949.476000', '195949.478000', '195949.481000', '195949.484000', '195949.486000', '195949.489000', '195949.492000', '195949.494000', '195949.497000', '195949.500000', '195949.502000', '195949.505000', '195949.507000', '195949.510000', '195949.513000', '195949.515000', '195949.518000', '195949.521000', '195949.523000', '195949.526000', '195949.529000', '195949.532000', '195949.534000', '195949.537000', '195949.542000', '195949.544000', '195949.547000', '195949.550000', '195949.552000', '195949.555000', '200009.440000', '200009.443000', '200009.446000', '200009.449000', '200009.451000', '200009.454000', '200009.457000', '200009.459000', '200009.462000', '200009.465000', '200009.467000', '200009.470000', '200009.472000', '200009.475000', '200009.478000', '200009.480000', '200009.483000', '200009.486000', '200009.488000', '200009.491000', '200009.494000', '200009.511000', '200009.513000', '200009.516000', '200009.519000', '200009.521000', '200009.524000', '200009.527000', '200009.529000', '200009.532000', '200009.534000', '200009.537000', '200009.540000', '200009.542000', '200009.545000', '200009.548000', '200009.551000', '200009.553000', '200009.556000', '200009.558000', '200009.561000', '200009.564000', '200009.566000', '200009.569000', '200029.440000', '200029.443000', '200029.445000', '200029.448000', '200029.450000', '200029.453000', '200029.456000', '200029.459000', '200029.461000', '200029.464000', '200029.467000', '200029.469000', '200029.472000', '200029.475000', '200029.477000', '200029.480000', '200029.482000', '200029.485000', '200029.488000', '200029.490000', '200029.493000', '200029.496000', '200029.498000', '200029.501000', '200029.504000', '200029.506000', '200029.509000', '200029.512000', '200029.514000', '200029.517000', '200029.520000', '200029.522000', '200029.525000', '200029.528000', '200029.530000', '200029.533000', '200029.536000', '200029.538000', '200029.541000', '200029.544000', '200029.546000', '200029.549000', '200029.552000', '200047.466000', '200047.469000', '200047.472000', '200047.475000', '200047.477000', '200047.480000', '200047.483000', '200047.485000', '200047.488000', '200047.491000', '200047.493000', '200047.496000', '200047.499000', '200047.501000', '200047.504000', '200047.506000', '200047.509000', '200047.512000', '200047.514000', '200047.517000', '200047.520000', '200047.522000', '200047.525000', '200047.528000', '200047.530000', '200047.533000', '200047.536000', '200047.538000', '200047.541000', '200047.544000', '200047.546000', '200047.549000', '200047.552000', '200047.554000', '200047.557000', '200047.560000', '200047.562000', '200047.565000', '200047.568000', '200047.570000'], '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': [8888, 7626, 12147, 8631, 6879, 8126, 7197, 11499, 8761, 6731, 8068, 7731, 7576, 9484, 7203, 6633, 7399, 8290, 8357, 10203, 7514, 6868, 7638, 7534, 11199, 9304, 6767, 9777, 9612, 7639, 11848, 7139, 6738, 9708, 8587, 15709, 10968, 7423, 8324, 8459, 11218, 13100, 7446, 9121, 8786, 7970, 14165, 9120, 6941, 8066, 7146, 15060, 11329, 8048, 9917, 8550, 10205, 11460, 8605, 16143, 7429, 7062, 11651, 8432, 10419, 7923, 6996, 11270, 8395, 8036, 8525, 6868, 7282, 11363, 8076, 8103, 7911, 7196, 11592, 9547, 7906, 11145, 8077, 6875, 10309, 7719, 11902, 7526, 6734, 7851, 8508, 8256, 11971, 7919, 6469, 8965, 8962, 12756, 10616, 7606, 9561, 7673, 7756, 13629, 10032, 8899, 8159, 7437, 14065, 10811, 7942, 8801, 6875, 7438, 11885, 8966, 7324, 8271, 8194, 9571, 10125, 7291, 13427, 7734, 7977, 10722, 8507, 10924, 9607, 7542, 6922, 7531, 7243, 11129, 9070, 7183, 7463, 8952, 6802, 7097, 11199, 9549, 7822, 6404, 7564, 8882, 11009, 13937, 9757, 7573, 8317, 9010, 11718, 12759, 7609, 8349, 7791, 6756, 12026, 9390, 6778, 8360, 7206, 6831, 11324, 8964, 7572, 8332, 6826, 7411, 11492, 9426, 13020, 8689, 7777, 10622, 9909, 14502, 10029, 7855, 7933, 8497, 8966, 13773, 8097, 13554, 9050, 6979, 12088, 9506, 7250, 11064, 6825, 6490, 7930, 8397, 8489, 8632, 8134, 10883, 7780, 7488, 9424, 7993, 11596, 9931, 8218, 9575, 8167, 9159, 12741, 7663, 8396, 8481, 7466, 13440, 9444, 6983, 8237, 6932, 9078, 9028, 8670, 9087, 6946, 7639, 9387, 7141, 11589, 7121, 6708, 7987, 7239, 13280, 10172, 7005, 7965, 7898, 14645, 10726, 7566, 9002, 7149, 11489, 11315, 10175, 13132, 7460, 8413, 9226, 7944, 13201, 7711, 8876, 9299, 7632, 13634, 7607, 6497, 8966, 6890, 12967, 9306, 6493, 7712, 7167, 10634, 10438, 8122, 10090, 7139, 6468, 10389, 8675, 12630, 8230, 6978, 10077, 9684, 8743, 8978, 8210, 6620, 10272, 8463, 12568, 8447, 7288, 12021, 10393, 10764, 11914, 8682, 6513, 10157, 7816, 16250, 8234, 7369, 9815, 8162, 9799, 8817, 7192, 7311, 9002, 7326, 11586, 7209, 7368, 9090, 8704, 11344, 10176, 7326, 6480, 7787, 7268, 12868, 11222, 7608, 9107, 8293, 8662, 13216, 9617, 10077, 7935, 7158, 10567, 9175, 7447, 6557, 8922, 6922, 6770, 11023, 9571, 9907, 9838, 10397, 7558, 8090, 12363, 10715, 15320, 16233, 8912, 6880, 7980, 7809, 11307, 9659, 8130, 8345, 6843, 6479, 10784, 7947, 7691, 7374, 7268, 11497, 9666, 12199, 10089, 7997, 9021, 8770, 9659, 11666, 7929, 9135, 8371, 8374, 12680, 7898, 10836, 7520, 6638, 10504, 8658, 10212, 8512, 6619, 9864, 9080, 8751, 10072, 7580, 10106, 9732, 6858, 13923, 7485, 7009, 10467, 8108, 11744, 9428, 7013, 8458, 8500, 6764, 12415, 8989, 6723, 7690, 8983, 7315, 13109, 8641, 7097, 10502, 9209, 11725, 11094, 8340, 8653, 11468, 9358, 16514, 10490, 7371, 9752, 9792, 8955, 13095, 6900, 6708, 9941, 8091, 10292, 8034, 7493, 10228, 9763, 7291, 11461, 7195, 6435, 11300, 8829, 14901, 9047, 7684, 10153, 8836, 10156, 9292, 7799, 6512, 8286, 7380, 11522, 8061, 7259, 8020, 10186, 7742, 12548, 7558, 7706, 7965, 8285, 11973, 10195, 7141, 9704, 9024, 8460, 11497, 7134, 6532, 8174, 7696, 11954, 9465, 7087, 9885, 9327, 8031, 12571, 7816, 6707, 7940, 7539, 16052, 11055, 7760, 7716, 8181, 10902, 10183, 6970, 8602, 7867, 7332, 12176, 8742, 6568, 7381, 7908, 10124, 9550, 7678, 9114, 7987, 7536, 11326, 7799, 6475, 7431, 7374, 13145, 10880, 8375, 8650, 6568, 8224, 12075, 8089, 6703, 7711, 7794, 9506, 8753, 7498, 9913, 7529, 7470, 11723, 9077, 7613, 8427, 8458, 9516, 11239, 7497, 12618, 7510, 8163, 12782, 9767, 7161, 8714, 7974, 8822, 11478, 7900, 12027, 7729, 7046, 10581, 8454, 7229, 8529, 7557, 9465, 9107, 7678, 9682, 7691, 7731, 11436, 8347, 8579, 9230, 7755, 6504, 10590, 8086, 14172, 7957, 7839, 11292, 8520, 8058, 9571, 6688, 7083, 10916, 8731, 9587, 9962, 8138, 6668, 11183, 8843, 14403, 9054, 7922, 12205, 9289, 7970, 8732, 7999, 8556, 10962, 7539, 12622, 7479, 7192, 10717, 8240, 7305, 10549, 7222, 7101, 10223, 7849, 8256, 8962, 8090, 6356, 10588, 8503, 13239, 10197, 7492, 11004, 10186, 7842, 13908, 7559, 6775, 10758, 8331, 10425, 10500, 7938, 6802, 8925, 7609, 13447, 10531, 7211, 8664, 8592, 7660, 11894, 6831, 6958, 9862, 8064, 11105, 9620, 7059, 6869, 8026, 6796, 12087, 9702, 6926, 9263, 9241, 8134, 12814, 8750, 7725, 8048, 9424, 10065, 13118, 7174, 6551, 10250, 8446, 11126, 10449, 8242, 6590, 10604, 8111, 15692, 8762, 7637, 11130, 8339, 8443, 11540, 7455, 6618, 9950, 7990, 10889, 8463, 7754, 8610, 9011, 7178, 11067, 8105, 7521, 9207, 9253, 7711, 11560, 7610, 7453, 11582, 9879, 7276, 7316, 7384, 8112, 9106, 11467, 7482, 6622, 8067, 7909, 10379, 11710, 7542, 7340, 8885, 9417, 11503, 12257, 7982, 7585, 11099, 7887, 7335, 11243, 9526, 7677, 6488, 10750, 8795, 9909, 8828, 8121, 6379, 10549, 7779, 14529, 7996, 7368, 9737, 7747, 9603, 9105, 7639, 6853, 8017, 6860, 12547, 9216, 7346, 7636, 7734, 9328, 10604, 7874, 10567, 7594, 6645, 11066, 8509, 14914, 9584, 7793, 8294, 9221, 9215, 11372, 8353, 6777, 10176, 7218, 14052, 9698, 6700, 7814, 7920, 12714, 10409, 7854, 8420, 7756, 10095, 9882, 7992, 10175, 7027, 7810, 10598, 8749, 11021, 9340, 7546, 10803, 10330, 8157, 10222, 7708, 7983, 11927, 8270, 9376, 7752, 7652, 11133, 9999, 7986, 8324, 7184, 7578, 12131, 8771, 6682, 7860, 8185, 12966, 10975, 8479, 8813, 8528, 11121, 11106, 7715, 9382, 7847, 7354, 11573, 8763, 7708, 7422, 8534, 10224, 10769, 8060, 6695, 8564, 7222, 15049, 9551, 7208, 11407, 9061, 13169, 10866, 7482, 10692, 8654, 7554, 11626, 8069, 6441, 7554, 7357, 11647, 9695, 7337, 7402, 8009, 8160, 11075, 8032, 6783, 7541, 7776, 10210, 9746, 7939, 8497, 8937, 7068, 12932, 8634, 7888, 7619, 8307, 10436, 10593, 7527, 8165, 9091, 6940, 13239, 9080, 6810, 7562, 8973, 10626, 13081, 7946, 8042, 9318, 7076, 16592, 10910, 8008, 8833, 8839, 8139, 12287, 8182, 6447, 9731, 7346, 11402, 8400, 6819, 11119, 8729, 7070, 12017, 7604, 7533, 10806, 8720], 'WindowCenter': [4058.0, 4023.0, 4075.0, 4031.0, 3997.0, 4018.0, 4009.0, 4061.0, 4030.0, 4010.0, 4029.0, 4020.0, 4019.0, 4040.0, 4008.0, 3999.0, 4022.0, 4031.0, 4031.0, 4052.0, 4021.0, 4011.0, 4034.0, 4033.0, 4063.0, 4042.0, 4012.0, 4053.0, 4053.0, 4032.0, 4075.0, 4022.0, 4011.0, 4053.0, 4044.0, 4085.0, 4054.0, 4010.0, 4028.0, 4029.0, 4051.0, 4075.0, 4008.0, 4038.0, 4029.0, 4020.0, 4073.0, 4042.0, 4009.0, 4019.0, 4011.0, 4072.0, 4063.0, 4019.0, 4038.0, 4030.0, 4039.0, 4050.0, 4031.0, 4070.0, 4005.0, 4006.0, 4047.0, 4016.0, 4038.0, 4005.0, 4009.0, 4048.0, 4030.0, 4031.0, 4030.0, 4009.0, 4018.0, 4048.0, 4032.0, 4019.0, 4018.0, 4009.0, 4051.0, 4039.0, 4020.0, 4049.0, 4018.0, 3996.0, 4049.0, 4017.0, 4061.0, 4008.0, 3998.0, 4030.0, 4030.0, 4031.0, 4062.0, 4031.0, 3999.0, 4039.0, 4041.0, 4062.0, 4050.0, 4018.0, 4028.0, 4017.0, 4007.0, 4061.0, 4039.0, 4016.0, 4016.0, 4005.0, 4058.0, 4049.0, 4018.0, 4025.0, 3996.0, 4007.0, 4048.0, 4029.0, 4008.0, 4015.0, 4029.0, 4037.0, 4039.0, 4007.0, 4059.0, 4005.0, 4017.0, 4048.0, 4026.0, 4048.0, 4028.0, 4006.0, 4007.0, 4017.0, 4009.0, 4061.0, 4030.0, 4008.0, 4009.0, 4029.0, 3997.0, 4011.0, 4062.0, 4052.0, 4019.0, 3999.0, 4020.0, 4042.0, 4052.0, 4075.0, 4040.0, 4007.0, 4017.0, 4030.0, 4049.0, 4061.0, 4005.0, 4016.0, 4005.0, 3996.0, 4058.0, 4040.0, 3998.0, 4028.0, 4008.0, 4009.0, 4049.0, 4041.0, 4019.0, 4017.0, 3998.0, 4019.0, 4050.0, 4041.0, 4061.0, 4017.0, 4007.0, 4039.0, 4037.0, 4059.0, 4025.0, 4004.0, 4005.0, 4014.0, 4014.0, 4056.0, 4016.0, 4056.0, 4026.0, 3994.0, 4047.0, 4026.0, 4004.0, 4047.0, 3995.0, 3987.0, 4016.0, 4016.0, 4016.0, 4015.0, 4005.0, 4036.0, 3994.0, 3992.0, 4013.0, 4004.0, 4036.0, 4026.0, 4003.0, 4024.0, 4015.0, 4025.0, 4059.0, 4007.0, 4016.0, 4028.0, 4008.0, 4060.0, 4041.0, 4007.0, 4017.0, 3998.0, 4027.0, 4030.0, 4030.0, 4040.0, 4012.0, 4022.0, 4041.0, 4023.0, 4063.0, 4023.0, 4012.0, 4032.0, 4024.0, 4086.0, 4067.0, 4011.0, 4021.0, 4031.0, 4085.0, 4065.0, 4020.0, 4030.0, 4012.0, 4061.0, 4052.0, 4052.0, 4072.0, 4009.0, 4029.0, 4039.0, 4018.0, 4073.0, 4019.0, 4028.0, 4039.0, 4019.0, 4074.0, 4020.0, 3998.0, 4040.0, 4009.0, 4073.0, 4042.0, 3999.0, 4019.0, 4023.0, 4051.0, 4053.0, 4019.0, 4040.0, 4009.0, 3999.0, 4049.0, 4031.0, 4061.0, 4016.0, 4007.0, 4038.0, 4040.0, 4031.0, 4029.0, 4029.0, 4010.0, 4050.0, 4032.0, 4061.0, 4018.0, 4007.0, 4060.0, 4051.0, 4051.0, 4060.0, 4028.0, 3997.0, 4038.0, 4018.0, 4082.0, 4017.0, 4007.0, 4038.0, 4028.0, 4039.0, 4028.0, 4007.0, 4018.0, 4040.0, 4019.0, 4061.0, 4008.0, 4019.0, 4040.0, 4029.0, 4051.0, 4051.0, 4009.0, 3998.0, 4018.0, 4009.0, 4061.0, 4064.0, 4020.0, 4029.0, 4018.0, 4028.0, 4061.0, 4041.0, 4037.0, 4016.0, 4010.0, 4048.0, 4041.0, 4020.0, 4000.0, 4041.0, 4012.0, 4009.0, 4050.0, 4039.0, 4051.0, 4051.0, 4050.0, 4018.0, 4019.0, 4060.0, 4038.0, 4069.0, 4069.0, 4026.0, 3994.0, 4004.0, 4007.0, 4035.0, 4039.0, 4017.0, 4018.0, 3998.0, 3997.0, 4050.0, 4020.0, 4018.0, 4008.0, 4008.0, 4049.0, 4041.0, 4062.0, 4038.0, 4006.0, 4026.0, 4016.0, 4026.0, 4048.0, 4005.0, 4026.0, 4015.0, 4015.0, 4059.0, 4019.0, 4037.0, 4006.0, 3998.0, 4037.0, 4030.0, 4039.0, 4028.0, 3998.0, 4038.0, 4029.0, 4031.0, 4041.0, 4018.0, 4049.0, 4038.0, 4000.0, 4071.0, 4007.0, 4008.0, 4049.0, 4018.0, 4050.0, 4030.0, 4007.0, 4017.0, 4028.0, 3996.0, 4072.0, 4042.0, 3998.0, 4021.0, 4039.0, 4019.0, 4074.0, 4029.0, 4009.0, 4049.0, 4042.0, 4063.0, 4050.0, 4019.0, 4029.0, 4048.0, 4028.0, 4081.0, 4038.0, 4007.0, 4037.0, 4038.0, 4028.0, 4060.0, 3997.0, 3997.0, 4037.0, 4017.0, 4039.0, 4017.0, 4019.0, 4047.0, 4038.0, 4021.0, 4061.0, 4008.0, 3998.0, 4060.0, 4028.0, 4069.0, 4026.0, 4018.0, 4037.0, 4027.0, 4037.0, 4026.0, 4006.0, 3986.0, 4016.0, 4008.0, 4061.0, 4018.0, 4007.0, 4018.0, 4048.0, 4019.0, 4062.0, 4020.0, 4017.0, 4017.0, 4018.0, 4060.0, 4039.0, 3997.0, 4038.0, 4026.0, 4029.0, 4049.0, 3997.0, 3997.0, 4028.0, 4019.0, 4063.0, 4039.0, 4009.0, 4051.0, 4040.0, 4019.0, 4073.0, 4019.0, 3997.0, 4017.0, 4007.0, 4071.0, 4050.0, 4008.0, 4005.0, 4018.0, 4048.0, 4052.0, 3998.0, 4026.0, 4018.0, 4008.0, 4060.0, 4031.0, 3996.0, 4006.0, 4019.0, 4037.0, 4041.0, 4019.0, 4028.0, 4018.0, 4018.0, 4061.0, 4019.0, 3986.0, 4009.0, 4007.0, 4060.0, 4051.0, 4018.0, 4027.0, 3996.0, 4017.0, 4048.0, 4018.0, 3994.0, 4004.0, 4019.0, 4038.0, 4030.0, 4019.0, 4039.0, 4018.0, 4019.0, 4059.0, 4040.0, 4007.0, 4017.0, 4029.0, 4028.0, 4050.0, 4010.0, 4059.0, 4006.0, 4016.0, 4057.0, 4039.0, 3997.0, 4016.0, 4017.0, 4025.0, 4046.0, 4018.0, 4059.0, 4006.0, 4006.0, 4036.0, 4029.0, 4005.0, 4015.0, 4018.0, 4038.0, 4027.0, 4019.0, 4037.0, 4018.0, 4018.0, 4048.0, 4028.0, 4029.0, 4028.0, 4017.0, 3997.0, 4048.0, 4019.0, 4060.0, 4006.0, 4006.0, 4047.0, 4027.0, 4019.0, 4038.0, 3997.0, 4008.0, 4048.0, 4028.0, 4040.0, 4039.0, 4018.0, 3998.0, 4049.0, 4042.0, 4070.0, 4027.0, 4018.0, 4048.0, 4029.0, 4017.0, 4016.0, 4017.0, 4016.0, 4036.0, 4007.0, 4059.0, 4006.0, 4007.0, 4038.0, 4017.0, 4008.0, 4050.0, 4009.0, 4008.0, 4050.0, 4018.0, 4030.0, 4029.0, 4019.0, 3997.0, 4049.0, 4030.0, 4061.0, 4050.0, 4009.0, 4049.0, 4038.0, 4019.0, 4072.0, 4006.0, 3996.0, 4047.0, 4017.0, 4038.0, 4048.0, 4016.0, 3996.0, 4027.0, 4005.0, 4070.0, 4050.0, 4007.0, 4028.0, 4026.0, 4008.0, 4059.0, 3997.0, 3997.0, 4036.0, 4016.0, 4048.0, 4037.0, 4007.0, 3996.0, 4017.0, 3997.0, 4062.0, 4041.0, 4008.0, 4039.0, 4039.0, 4018.0, 4071.0, 4028.0, 4019.0, 4020.0, 4039.0, 4039.0, 4071.0, 3996.0, 3987.0, 4037.0, 4018.0, 4051.0, 4050.0, 4028.0, 3995.0, 4037.0, 4019.0, 4069.0, 4015.0, 4017.0, 4046.0, 4015.0, 4017.0, 4049.0, 4006.0, 3996.0, 4036.0, 4016.0, 4048.0, 4016.0, 4007.0, 4027.0, 4026.0, 4008.0, 4049.0, 4016.0, 4019.0, 4027.0, 4028.0, 4020.0, 4050.0, 4005.0, 4007.0, 4048.0, 4037.0, 4007.0, 4006.0, 4007.0, 4019.0, 4027.0, 4062.0, 4008.0, 3999.0, 4019.0, 4018.0, 4050.0, 4060.0, 4018.0, 4007.0, 4027.0, 4028.0, 4049.0, 4060.0, 4006.0, 4007.0, 4049.0, 4017.0, 4008.0, 4050.0, 4027.0, 4008.0, 3986.0, 4047.0, 4029.0, 4039.0, 4027.0, 4018.0, 3986.0, 4036.0, 4007.0, 4071.0, 4006.0, 4006.0, 4026.0, 4007.0, 4037.0, 4030.0, 4020.0, 3997.0, 4017.0, 4008.0, 4059.0, 4040.0, 4009.0, 4018.0, 4019.0, 4027.0, 4051.0, 4018.0, 4038.0, 4007.0, 4008.0, 4048.0, 4028.0, 4071.0, 4027.0, 4006.0, 4015.0, 4026.0, 4028.0, 4049.0, 4017.0, 3996.0, 4038.0, 4006.0, 4071.0, 4038.0, 3996.0, 4005.0, 4018.0, 4058.0, 4050.0, 4016.0, 4017.0, 4006.0, 4037.0, 4038.0, 4018.0, 4038.0, 3996.0, 4019.0, 4049.0, 4028.0, 4050.0, 4027.0, 4019.0, 4049.0, 4049.0, 4019.0, 4037.0, 4008.0, 4016.0, 4047.0, 4029.0, 4027.0, 4006.0, 4018.0, 4048.0, 4038.0, 4018.0, 4018.0, 4008.0, 4018.0, 4059.0, 4030.0, 3997.0, 4017.0, 4017.0, 4059.0, 4052.0, 4017.0, 4027.0, 4029.0, 4046.0, 4047.0, 4005.0, 4025.0, 4017.0, 4005.0, 4048.0, 4029.0, 4017.0, 4006.0, 4028.0, 4037.0, 4051.0, 4017.0, 3997.0, 4028.0, 4020.0, 4071.0, 4027.0, 4006.0, 4047.0, 4026.0, 4057.0, 4037.0, 4005.0, 4036.0, 4016.0, 4004.0, 4047.0, 4017.0, 3984.0, 4005.0, 4007.0, 4049.0, 4037.0, 4006.0, 4008.0, 4017.0, 4017.0, 4047.0, 4017.0, 3997.0, 4017.0, 4019.0, 4037.0, 4040.0, 4017.0, 4029.0, 4040.0, 4008.0, 4059.0, 4029.0, 4016.0, 4018.0, 4029.0, 4048.0, 4052.0, 4018.0, 4029.0, 4028.0, 4007.0, 4072.0, 4029.0, 3999.0, 4020.0, 4039.0, 4049.0, 4072.0, 4020.0, 4018.0, 4038.0, 4006.0, 4080.0, 4049.0, 4018.0, 4027.0, 4028.0, 4017.0, 4059.0, 4016.0, 3996.0, 4037.0, 4007.0, 4061.0, 4016.0, 4009.0, 4048.0, 4027.0, 4008.0, 4060.0, 4018.0, 4020.0, 4048.0, 4027.0], 'WindowWidth': [9057.0, 8999.0, 9071.0, 9004.0, 8951.0, 8979.0, 8972.0, 9043.0, 8999.0, 8972.0, 9000.0, 8988.0, 8986.0, 9014.0, 8967.0, 8956.0, 8994.0, 9005.0, 9003.0, 9036.0, 8990.0, 8978.0, 9012.0, 9010.0, 9049.0, 9019.0, 8979.0, 9038.0, 9035.0, 9008.0, 9072.0, 8994.0, 8977.0, 9036.0, 9025.0, 9086.0, 9039.0, 8973.0, 8995.0, 8999.0, 9028.0, 9069.0, 8969.0, 9008.0, 8999.0, 8987.0, 9066.0, 9017.0, 8969.0, 8985.0, 8976.0, 9063.0, 9051.0, 8982.0, 9005.0, 8998.0, 9009.0, 9027.0, 9001.0, 9056.0, 8959.0, 8964.0, 9018.0, 8975.0, 9006.0, 8957.0, 8971.0, 9021.0, 9002.0, 9003.0, 8998.0, 8974.0, 8983.0, 9023.0, 9007.0, 8983.0, 8978.0, 8972.0, 9030.0, 9011.0, 8986.0, 9024.0, 8979.0, 8950.0, 9024.0, 8980.0, 9045.0, 8966.0, 8953.0, 9002.0, 9000.0, 9002.0, 9049.0, 9003.0, 8959.0, 9012.0, 9017.0, 9048.0, 9029.0, 8981.0, 8992.0, 8979.0, 8963.0, 9047.0, 9012.0, 8973.0, 8974.0, 8958.0, 9036.0, 9025.0, 8978.0, 8984.0, 8949.0, 8964.0, 9023.0, 8997.0, 8965.0, 8971.0, 8998.0, 9007.0, 9010.0, 8966.0, 9037.0, 8958.0, 8977.0, 9019.0, 8990.0, 9022.0, 8992.0, 8962.0, 8967.0, 8979.0, 8971.0, 9045.0, 8999.0, 8969.0, 8969.0, 8995.0, 8955.0, 8978.0, 9048.0, 9035.0, 8985.0, 8958.0, 8986.0, 9020.0, 9031.0, 9071.0, 9014.0, 8964.0, 8978.0, 8999.0, 9023.0, 9044.0, 8959.0, 8972.0, 8959.0, 8947.0, 9034.0, 9013.0, 8955.0, 8993.0, 8966.0, 8972.0, 9027.0, 9017.0, 8983.0, 8977.0, 8956.0, 8985.0, 9028.0, 9018.0, 9043.0, 8975.0, 8964.0, 9007.0, 9004.0, 9040.0, 8985.0, 8953.0, 8956.0, 8970.0, 8969.0, 9031.0, 8974.0, 9030.0, 8987.0, 8944.0, 9017.0, 8989.0, 8957.0, 9016.0, 8945.0, 8936.0, 8973.0, 8972.0, 8972.0, 8969.0, 8956.0, 8999.0, 8938.0, 8931.0, 8962.0, 8953.0, 8998.0, 8986.0, 8951.0, 8981.0, 8972.0, 8985.0, 9037.0, 8963.0, 8972.0, 8993.0, 8966.0, 9041.0, 9018.0, 8964.0, 8977.0, 8952.0, 8992.0, 9000.0, 9001.0, 9013.0, 8977.0, 8992.0, 9018.0, 8997.0, 9052.0, 8995.0, 8981.0, 9006.0, 8997.0, 9088.0, 9062.0, 8976.0, 8988.0, 9002.0, 9084.0, 9056.0, 8985.0, 8996.0, 8979.0, 9045.0, 9036.0, 9033.0, 9060.0, 8970.0, 8997.0, 9010.0, 8981.0, 9063.0, 8984.0, 8995.0, 9012.0, 8984.0, 9068.0, 8989.0, 8956.0, 9013.0, 8971.0, 9066.0, 9020.0, 8957.0, 8983.0, 8998.0, 9030.0, 9036.0, 8986.0, 9013.0, 8968.0, 8959.0, 9024.0, 9004.0, 9042.0, 8974.0, 8965.0, 9006.0, 9015.0, 9004.0, 8997.0, 8998.0, 8974.0, 9027.0, 9008.0, 9044.0, 8979.0, 8964.0, 9040.0, 9031.0, 9030.0, 9039.0, 8992.0, 8952.0, 9006.0, 8980.0, 9076.0, 8978.0, 8964.0, 9007.0, 8996.0, 9011.0, 8993.0, 8964.0, 8983.0, 9013.0, 8985.0, 9045.0, 8969.0, 8983.0, 9014.0, 8999.0, 9031.0, 9030.0, 8971.0, 8955.0, 8983.0, 8972.0, 9049.0, 9052.0, 8985.0, 8995.0, 8980.0, 8993.0, 9045.0, 9016.0, 9005.0, 8973.0, 8972.0, 9023.0, 9016.0, 8988.0, 8962.0, 9014.0, 8978.0, 8973.0, 9027.0, 9012.0, 9031.0, 9031.0, 9027.0, 8980.0, 8981.0, 9038.0, 9010.0, 9051.0, 9054.0, 8987.0, 8941.0, 8955.0, 8963.0, 8999.0, 9010.0, 8976.0, 8976.0, 8955.0, 8954.0, 9027.0, 8987.0, 8980.0, 8965.0, 8969.0, 9024.0, 9017.0, 9045.0, 9006.0, 8958.0, 8985.0, 8973.0, 8986.0, 9020.0, 8956.0, 8986.0, 8972.0, 8971.0, 9037.0, 8982.0, 9003.0, 8961.0, 8952.0, 9003.0, 8998.0, 9010.0, 8990.0, 8955.0, 9007.0, 8996.0, 9003.0, 9015.0, 8979.0, 9023.0, 9007.0, 8958.0, 9058.0, 8964.0, 8966.0, 9024.0, 8980.0, 9026.0, 8997.0, 8963.0, 8978.0, 8994.0, 8950.0, 9060.0, 9017.0, 8956.0, 8990.0, 9011.0, 8986.0, 9066.0, 8996.0, 8971.0, 9024.0, 9020.0, 9048.0, 9025.0, 8982.0, 8994.0, 9021.0, 8994.0, 9075.0, 9005.0, 8964.0, 9004.0, 9005.0, 8994.0, 9041.0, 8950.0, 8952.0, 9004.0, 8978.0, 9011.0, 8977.0, 8983.0, 9019.0, 9007.0, 8990.0, 9043.0, 8966.0, 8956.0, 9041.0, 8996.0, 9053.0, 8987.0, 8981.0, 9004.0, 8990.0, 9003.0, 8987.0, 8960.0, 8936.0, 8974.0, 8968.0, 9045.0, 8980.0, 8965.0, 8982.0, 9021.0, 8984.0, 9047.0, 8984.0, 8978.0, 8978.0, 8980.0, 9041.0, 9010.0, 8951.0, 9006.0, 8990.0, 8995.0, 9026.0, 8949.0, 8951.0, 8994.0, 8985.0, 9049.0, 9009.0, 8973.0, 9030.0, 9014.0, 8986.0, 9064.0, 8983.0, 8950.0, 8977.0, 8964.0, 9060.0, 9028.0, 8963.0, 8957.0, 8978.0, 9020.0, 9031.0, 8952.0, 8987.0, 8979.0, 8966.0, 9041.0, 9002.0, 8949.0, 8961.0, 8983.0, 9005.0, 9017.0, 8983.0, 8994.0, 8981.0, 8980.0, 9044.0, 8983.0, 8934.0, 8970.0, 8966.0, 9041.0, 9030.0, 8979.0, 8990.0, 8950.0, 8975.0, 9021.0, 8979.0, 8942.0, 8956.0, 8983.0, 9008.0, 9001.0, 8985.0, 9010.0, 8980.0, 8984.0, 9037.0, 9013.0, 8963.0, 8974.0, 8996.0, 8992.0, 9028.0, 8972.0, 9036.0, 8961.0, 8976.0, 9032.0, 9010.0, 8949.0, 8973.0, 8976.0, 8985.0, 9015.0, 8980.0, 9037.0, 8958.0, 8962.0, 9001.0, 8995.0, 8959.0, 8971.0, 8981.0, 9006.0, 8993.0, 8983.0, 9005.0, 8981.0, 8982.0, 9022.0, 8996.0, 8997.0, 8993.0, 8978.0, 8954.0, 9020.0, 8983.0, 9042.0, 8961.0, 8961.0, 9017.0, 8993.0, 8984.0, 9006.0, 8950.0, 8970.0, 9021.0, 8995.0, 9013.0, 9009.0, 8979.0, 8955.0, 9023.0, 9018.0, 9056.0, 8989.0, 8981.0, 9022.0, 8998.0, 8978.0, 8973.0, 8976.0, 8974.0, 9001.0, 8964.0, 9036.0, 8958.0, 8965.0, 9005.0, 8977.0, 8968.0, 9026.0, 8970.0, 8970.0, 9026.0, 8983.0, 9000.0, 8996.0, 8982.0, 8954.0, 9023.0, 9000.0, 9045.0, 9027.0, 8971.0, 9025.0, 9007.0, 8984.0, 9061.0, 8961.0, 8950.0, 9016.0, 8977.0, 9006.0, 9020.0, 8975.0, 8948.0, 8990.0, 8960.0, 9055.0, 9025.0, 8964.0, 8992.0, 8988.0, 8967.0, 9037.0, 8950.0, 8950.0, 9001.0, 8975.0, 9021.0, 9003.0, 8963.0, 8949.0, 8979.0, 8953.0, 9046.0, 9014.0, 8967.0, 9011.0, 9010.0, 8980.0, 9058.0, 8994.0, 8983.0, 8985.0, 9008.0, 9009.0, 9057.0, 8949.0, 8938.0, 9004.0, 8980.0, 9031.0, 9024.0, 8992.0, 8948.0, 9003.0, 8982.0, 9054.0, 8971.0, 8976.0, 9014.0, 8972.0, 8978.0, 9021.0, 8960.0, 8949.0, 9002.0, 8974.0, 9021.0, 8973.0, 8963.0, 8991.0, 8989.0, 8968.0, 9025.0, 8974.0, 8981.0, 8990.0, 8992.0, 8985.0, 9025.0, 8959.0, 8964.0, 9020.0, 9003.0, 8963.0, 8961.0, 8963.0, 8984.0, 8991.0, 9047.0, 8967.0, 8957.0, 8982.0, 8981.0, 9025.0, 9042.0, 8981.0, 8964.0, 8989.0, 8991.0, 9024.0, 9040.0, 8959.0, 8962.0, 9019.0, 8976.0, 8968.0, 9027.0, 8989.0, 8965.0, 8936.0, 9017.0, 8995.0, 9009.0, 8990.0, 8979.0, 8935.0, 9000.0, 8964.0, 9055.0, 8959.0, 8960.0, 8986.0, 8963.0, 9005.0, 8996.0, 8986.0, 8951.0, 8978.0, 8969.0, 9038.0, 9015.0, 8969.0, 8980.0, 8983.0, 8992.0, 9029.0, 8981.0, 9006.0, 8962.0, 8969.0, 9020.0, 8994.0, 9058.0, 8990.0, 8959.0, 8973.0, 8988.0, 8994.0, 9023.0, 8976.0, 8949.0, 9007.0, 8963.0, 9060.0, 9008.0, 8946.0, 8959.0, 8979.0, 9035.0, 9027.0, 8974.0, 8975.0, 8961.0, 9003.0, 9009.0, 8980.0, 9006.0, 8948.0, 8982.0, 9023.0, 8994.0, 9028.0, 8989.0, 8983.0, 9024.0, 9023.0, 8983.0, 9005.0, 8965.0, 8974.0, 9019.0, 8996.0, 8990.0, 8959.0, 8982.0, 9020.0, 9007.0, 8980.0, 8978.0, 8969.0, 8979.0, 9039.0, 9001.0, 8950.0, 8975.0, 8977.0, 9038.0, 9035.0, 8976.0, 8990.0, 8993.0, 9014.0, 9020.0, 8959.0, 8986.0, 8977.0, 8960.0, 9023.0, 8998.0, 8976.0, 8964.0, 8993.0, 9006.0, 9028.0, 8978.0, 8953.0, 8995.0, 8986.0, 9061.0, 8992.0, 8961.0, 9016.0, 8988.0, 9031.0, 9003.0, 8958.0, 9000.0, 8972.0, 8954.0, 9019.0, 8979.0, 8928.0, 8958.0, 8966.0, 9024.0, 9005.0, 8960.0, 8968.0, 8978.0, 8978.0, 9019.0, 8977.0, 8950.0, 8978.0, 8983.0, 9007.0, 9013.0, 8979.0, 8996.0, 9012.0, 8967.0, 9040.0, 8998.0, 8976.0, 8981.0, 8997.0, 9020.0, 9034.0, 8981.0, 8996.0, 8995.0, 8966.0, 9060.0, 8998.0, 8957.0, 8987.0, 9010.0, 9025.0, 9063.0, 8987.0, 8980.0, 9006.0, 8964.0, 9071.0, 9026.0, 8978.0, 8991.0, 8996.0, 8977.0, 9038.0, 8976.0, 8948.0, 9003.0, 8967.0, 9042.0, 8976.0, 8973.0, 9023.0, 8992.0, 8969.0, 9040.0, 8978.0, 8986.0, 9023.0, 8993.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.00072907995618839</td></tr>
<tr><td colspan=3>aqi</td><td>0.02357692891566265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.630936509736856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233150220910089</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0090779909868415</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>5997.854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1320105743849886</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.853231106243154</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.475062796692978</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3314053080513295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6799127542877192</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4138703277398865</td></tr>
<tr><td colspan=3>gcor</td><td>0.00532564</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026608241721987724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03421429172158241</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9101493735110564</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>31.68</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4479</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.5065</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>297325.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>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.3721</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.1201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3215.8724</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.6184</td></tr>
<tr><td colspan=3>tsnr</td><td>40.8324854222592</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>