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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0086_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-02_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-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-02_task-faces_acq-mb8_run-02_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-0086/ses-02/func/sub-0086_ses-02_task-faces_acq-mb8_run-02_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>2baf41d5c62939303798dc5a8d5c0d40</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>17:24:24.565000</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</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-02_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.103956</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>010e8f13-ede6-44b9-a338-bc25c07a0d1c||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['172424.565000', '172425.025000', '172425.485000', '172425.945000', '172426.405000', '172426.865000', '172427.325000', '172427.785000', '172428.245000', '172428.705000', '172429.165000', '172429.625000', '172430.085000', '172430.545000', '172431.005000', '172431.465000', '172431.925000', '172432.385000', '172432.845000', '172433.305000', '172433.765000', '172434.225000', '172434.685000', '172435.145000', '172435.605000', '172436.065000', '172436.525000', '172436.985000', '172437.445000', '172437.905000', '172438.365000', '172438.825000', '172439.285000', '172439.745000', '172440.205000', '172440.665000', '172441.125000', '172441.585000', '172442.045000', '172442.505000', '172442.965000', '172443.425000', '172443.885000', '172444.345000', '172444.805000', '172445.265000', '172445.725000', '172446.185000', '172446.645000', '172447.105000', '172447.565000', '172448.025000', '172448.485000', '172448.945000', '172449.405000', '172449.865000', '172450.325000', '172450.785000', '172451.245000', '172451.705000', '172452.165000', '172452.625000', '172453.085000', '172453.545000', '172454.005000', '172454.465000', '172454.925000', '172455.385000', '172455.845000', '172456.305000', '172456.765000', '172457.225000', '172457.685000', '172458.145000', '172458.605000', '172459.065000', '172459.525000', '172459.985000', '172500.445000', '172500.905000', '172501.365000', '172501.825000', '172502.285000', '172502.745000', '172503.205000', '172503.665000', '172504.125000', '172504.585000', '172505.045000', '172505.505000', '172505.965000', '172506.425000', '172506.885000', '172507.345000', '172507.805000', '172508.265000', '172508.725000', '172509.185000', '172509.645000', '172510.105000', '172510.565000', '172511.025000', '172511.485000', '172511.945000', '172512.405000', '172512.865000', '172513.325000', '172513.785000', '172514.245000', '172514.705000', '172515.165000', '172515.625000', '172516.085000', '172516.545000', '172517.005000', '172517.465000', '172517.925000', '172518.385000', '172518.845000', '172519.305000', '172519.765000', '172520.225000', '172520.685000', '172521.145000', '172521.605000', '172522.065000', '172522.525000', '172522.985000', '172523.445000', '172523.905000', '172524.365000', '172524.825000', '172525.285000', '172525.745000', '172526.205000', '172526.665000', '172527.125000', '172527.585000', '172528.045000', '172528.505000', '172528.965000', '172529.425000', '172529.885000', '172530.345000', '172530.805000', '172531.265000', '172531.725000', '172532.185000', '172532.645000', '172533.105000', '172533.565000', '172534.025000', '172534.485000', '172534.945000', '172535.405000', '172535.865000', '172536.325000', '172536.785000', '172537.245000', '172537.705000', '172538.165000', '172538.625000', '172539.085000', '172539.545000', '172540.005000', '172540.465000', '172540.925000', '172541.385000', '172541.845000', '172542.305000', '172542.765000', '172543.225000', '172543.685000', '172544.145000', '172544.605000', '172545.065000', '172545.525000', '172545.985000', '172546.445000', '172546.905000', '172547.365000', '172547.825000', '172548.285000', '172548.745000', '172549.205000', '172549.665000', '172550.125000', '172550.585000', '172551.045000', '172551.505000', '172551.965000', '172552.425000', '172552.885000', '172553.345000', '172553.805000', '172554.265000', '172554.725000', '172555.185000', '172555.645000', '172556.105000', '172556.565000', '172557.025000', '172557.485000', '172557.945000', '172558.405000', '172558.865000', '172559.325000', '172559.785000', '172600.245000', '172600.705000', '172601.165000', '172601.625000', '172602.085000', '172602.545000', '172603.005000', '172603.465000', '172603.925000', '172604.385000', '172604.845000', '172605.305000', '172605.765000', '172606.225000', '172606.685000', '172607.145000', '172607.605000', '172608.065000', '172608.525000', '172608.985000', '172609.445000', '172609.905000', '172610.365000', '172610.825000', '172611.285000', '172611.745000', '172612.205000', '172612.665000', '172613.125000', '172613.585000', '172614.045000', '172614.505000', '172614.965000', '172615.425000', '172615.885000', '172616.345000', '172616.805000', '172617.265000', '172617.725000', '172618.185000', '172618.645000', '172619.105000', '172619.565000', '172620.025000', '172620.485000', '172620.945000', '172621.405000', '172621.865000', '172622.325000', '172622.785000', '172623.245000', '172623.705000', '172624.165000', '172624.625000', '172625.085000', '172625.545000', '172626.005000', '172626.465000', '172626.925000', '172627.385000', '172627.845000', '172628.305000', '172628.765000', '172629.225000', '172629.685000', '172630.145000', '172630.605000', '172631.065000', '172631.525000', '172631.985000', '172632.445000', '172632.905000', '172633.365000', '172633.825000', '172634.285000', '172634.745000', '172635.205000', '172635.665000', '172636.125000', '172636.585000', '172637.045000', '172637.505000', '172637.965000', '172638.425000', '172638.885000', '172639.345000', '172639.805000', '172640.265000', '172640.725000', '172641.185000', '172641.645000', '172642.105000', '172642.565000', '172643.025000', '172643.485000', '172643.945000', '172644.405000', '172644.865000', '172645.325000', '172645.785000', '172646.245000', '172646.705000', '172647.165000', '172647.625000', '172648.085000', '172648.545000', '172649.005000', '172649.465000', '172649.925000', '172650.385000', '172650.845000', '172651.305000', '172651.765000', '172652.225000', '172652.685000', '172653.145000', '172653.605000', '172654.065000', '172654.525000', '172654.985000', '172655.445000', '172655.905000', '172656.365000', '172656.825000', '172657.285000', '172657.745000', '172658.205000', '172658.665000', '172659.125000', '172659.585000', '172700.045000', '172700.505000', '172700.965000', '172701.425000', '172701.885000', '172702.345000', '172702.805000', '172703.265000', '172703.725000', '172704.185000', '172704.645000', '172705.105000', '172705.565000', '172706.025000', '172706.485000', '172706.945000', '172707.405000', '172707.865000', '172708.325000', '172708.785000', '172709.245000', '172709.705000', '172710.165000', '172710.625000', '172711.085000', '172711.545000', '172712.005000', '172712.465000', '172712.925000', '172713.385000', '172713.845000', '172714.305000', '172714.765000', '172715.225000', '172715.685000', '172716.145000', '172716.605000', '172717.065000', '172717.525000', '172717.985000', '172718.445000', '172718.905000', '172719.365000', '172719.825000', '172720.285000', '172720.745000', '172721.205000', '172721.665000', '172722.125000', '172722.585000', '172723.045000', '172723.505000', '172723.965000', '172724.425000', '172724.885000', '172725.345000', '172725.805000', '172726.265000', '172726.725000', '172727.185000', '172727.645000', '172728.105000', '172728.565000', '172729.025000', '172729.485000', '172729.945000', '172730.405000', '172730.865000', '172731.325000', '172731.785000', '172732.245000', '172732.705000', '172733.165000', '172733.625000', '172734.085000', '172734.545000', '172735.005000', '172735.465000', '172735.925000', '172736.385000', '172736.845000', '172737.305000', '172737.765000', '172738.225000', '172738.685000', '172739.145000', '172739.605000', '172740.065000', '172740.525000', '172740.985000', '172741.445000', '172741.905000', '172742.365000', '172742.825000', '172743.285000', '172743.745000', '172744.205000', '172744.665000', '172745.125000', '172745.585000', '172746.045000', '172746.505000', '172746.965000', '172747.425000', '172747.885000', '172748.345000', '172748.805000', '172749.265000', '172749.725000', '172750.185000', '172750.645000', '172751.105000', '172751.565000', '172752.025000', '172752.485000', '172752.945000', '172753.405000', '172753.865000', '172754.325000', '172754.785000', '172755.245000', '172755.705000', '172756.165000', '172756.625000', '172757.085000', '172757.545000', '172758.005000', '172758.465000', '172758.925000', '172759.385000', '172759.845000', '172800.305000', '172800.765000', '172801.225000', '172801.685000', '172802.145000', '172802.605000', '172803.065000', '172803.525000', '172803.985000', '172804.445000', '172804.905000', '172805.365000', '172805.825000', '172806.285000', '172806.745000', '172807.205000', '172807.665000', '172808.125000', '172808.585000', '172809.045000', '172809.505000', '172809.965000', '172810.425000', '172810.885000', '172811.345000', '172811.805000', '172812.265000', '172812.725000', '172813.185000', '172813.645000', '172814.105000', '172814.565000', '172815.025000', '172815.485000', '172815.945000', '172816.405000', '172816.865000', '172817.325000', '172817.785000', '172818.245000', '172818.705000', '172819.165000', '172819.625000', '172820.085000', '172820.545000', '172821.005000', '172821.465000', '172821.925000', '172822.385000', '172822.845000', '172823.305000', '172823.765000', '172824.225000', '172824.685000', '172825.145000', '172825.605000', '172826.065000', '172826.525000', '172826.985000', '172827.445000', '172827.905000', '172828.365000', '172828.825000', '172829.285000', '172829.745000', '172830.205000', '172830.665000', '172831.125000', '172831.585000', '172832.045000', '172832.505000', '172832.965000', '172833.425000', '172833.885000', '172834.345000', '172834.805000', '172835.265000', '172835.725000', '172836.185000', '172836.645000', '172837.105000', '172837.565000', '172838.025000', '172838.485000', '172838.945000', '172839.405000', '172839.865000', '172840.325000', '172840.785000', '172841.245000', '172841.705000', '172842.165000', '172842.625000', '172843.085000', '172843.545000', '172844.005000', '172844.465000', '172844.925000', '172845.385000', '172845.845000', '172846.305000', '172846.765000', '172847.225000', '172847.685000', '172848.145000', '172848.605000', '172849.065000', '172849.525000', '172849.985000', '172850.445000', '172850.905000', '172851.365000', '172851.825000', '172852.285000', '172852.745000', '172853.205000', '172853.665000', '172854.125000', '172854.585000', '172855.045000', '172855.505000', '172855.965000', '172856.425000', '172856.885000', '172857.345000', '172857.805000', '172858.265000', '172858.725000', '172859.185000', '172859.645000', '172900.105000', '172900.565000', '172901.025000', '172901.485000', '172901.945000', '172902.405000', '172902.865000', '172903.325000', '172903.785000', '172904.245000', '172904.705000', '172905.165000', '172905.625000', '172906.085000', '172906.545000', '172907.005000', '172907.465000', '172907.925000', '172908.385000', '172908.845000', '172909.305000', '172909.765000', '172910.225000', '172910.685000', '172911.145000', '172911.605000', '172912.065000', '172912.525000', '172912.985000', '172913.445000', '172913.905000', '172914.365000', '172914.825000', '172915.285000', '172915.745000', '172916.205000', '172916.665000', '172917.125000', '172917.585000', '172918.045000', '172918.505000', '172918.965000', '172919.425000', '172919.885000', '172920.345000', '172920.805000', '172921.265000', '172921.725000', '172922.185000', '172922.645000', '172923.105000', '172923.565000', '172924.025000', '172924.485000', '172924.945000', '172925.405000', '172925.865000', '172926.325000', '172926.785000', '172927.245000', '172927.705000', '172928.165000', '172928.625000', '172929.085000', '172929.545000', '172930.005000', '172930.465000', '172930.925000', '172931.385000', '172931.845000', '172932.305000', '172932.765000', '172933.225000', '172933.685000', '172934.145000', '172934.605000', '172935.065000', '172935.525000', '172935.985000', '172936.445000', '172936.905000', '172937.365000', '172937.825000', '172938.285000', '172938.745000', '172939.205000', '172939.665000', '172940.125000', '172940.585000', '172941.045000', '172941.505000', '172941.965000', '172942.425000', '172942.885000', '172943.345000', '172943.805000', '172944.265000', '172944.725000', '172945.185000', '172945.645000', '172946.105000', '172946.565000', '172947.025000', '172947.485000', '172947.945000', '172948.405000', '172948.865000', '172949.325000', '172949.785000', '172950.245000', '172950.705000', '172951.165000', '172951.625000', '172952.085000', '172952.545000', '172953.005000', '172953.465000', '172953.925000', '172954.385000', '172954.845000', '172955.305000', '172955.765000', '172956.225000', '172956.685000', '172957.145000', '172957.605000', '172958.065000', '172958.525000', '172958.985000', '172959.445000', '172959.905000', '173000.365000', '173000.825000', '173001.285000', '173001.745000', '173002.205000', '173002.665000', '173003.125000', '173003.585000', '173004.045000', '173004.505000', '173004.965000', '173005.425000', '173005.885000', '173006.345000', '173006.805000', '173007.265000', '173007.725000', '173008.185000', '173008.645000', '173009.105000', '173009.565000', '173010.025000', '173010.485000', '173010.945000', '173011.405000', '173011.865000', '173012.325000', '173012.785000', '173013.245000', '173013.705000', '173014.165000', '173014.625000', '173015.085000', '173015.545000', '173016.005000', '173016.465000', '173016.925000', '173017.385000', '173017.845000', '173018.305000', '173018.765000', '173019.225000', '173019.685000', '173020.145000', '173020.605000', '173021.065000', '173021.525000', '173021.985000', '173022.445000', '173022.905000', '173023.365000', '173023.825000', '173024.285000', '173024.745000', '173025.205000', '173025.665000', '173026.125000', '173026.585000', '173027.045000', '173027.505000', '173027.965000', '173028.425000', '173028.885000', '173029.345000', '173029.805000', '173030.265000', '173030.725000', '173031.185000', '173031.645000', '173032.105000', '173032.565000', '173033.025000', '173033.485000', '173033.945000', '173034.405000', '173034.865000', '173035.325000', '173035.785000', '173036.245000', '173036.705000', '173037.165000', '173037.625000', '173038.085000', '173038.545000', '173039.005000', '173039.465000', '173039.925000', '173040.385000', '173040.845000', '173041.305000', '173041.765000', '173042.225000', '173042.685000', '173043.145000', '173043.605000', '173044.065000', '173044.525000', '173044.985000', '173045.445000', '173045.905000', '173046.365000', '173046.825000', '173047.285000', '173047.745000', '173048.205000', '173048.665000', '173049.125000', '173049.585000', '173050.045000', '173050.505000', '173050.965000', '173051.425000', '173051.885000', '173052.345000', '173052.805000', '173053.265000', '173053.725000', '173054.185000', '173054.645000', '173055.105000', '173055.565000', '173056.025000', '173056.485000', '173056.945000', '173057.405000', '173057.865000', '173058.325000', '173058.785000', '173059.245000', '173059.705000', '173100.165000', '173100.625000', '173101.085000', '173101.545000', '173102.005000', '173102.465000', '173102.925000', '173103.385000', '173103.845000', '173104.305000', '173104.765000', '173105.225000', '173105.685000', '173106.145000', '173106.605000', '173107.065000', '173107.525000', '173107.985000', '173108.445000', '173108.905000', '173109.365000', '173109.825000', '173110.285000', '173110.745000', '173111.205000', '173111.665000', '173112.125000', '173112.585000', '173113.045000', '173113.505000', '173113.965000', '173114.425000', '173114.885000', '173115.345000', '173115.805000', '173116.265000', '173116.725000', '173117.185000', '173117.645000', '173118.105000', '173118.565000', '173119.025000', '173119.485000', '173119.945000', '173120.405000', '173120.865000', '173121.325000', '173121.785000', '173122.245000', '173122.705000', '173123.165000', '173123.625000', '173124.085000', '173124.545000'], 'ContentTime': ['172444.785000', '172444.788000', '172444.793000', '172444.796000', '172444.799000', '172444.801000', '172444.804000', '172444.806000', '172444.809000', '172444.811000', '172444.814000', '172444.817000', '172444.819000', '172444.822000', '172444.824000', '172444.827000', '172444.830000', '172444.835000', '172444.837000', '172444.840000', '172444.842000', '172444.845000', '172444.848000', '172444.850000', '172444.853000', '172444.855000', '172444.858000', '172444.861000', '172444.863000', '172444.866000', '172444.868000', '172444.871000', '172444.873000', '172444.876000', '172444.879000', '172444.881000', '172444.884000', '172444.886000', '172444.889000', '172444.891000', '172444.894000', '172504.743000', '172504.746000', '172504.748000', '172504.751000', '172504.753000', '172504.756000', '172504.758000', '172504.761000', '172504.764000', '172504.766000', '172504.769000', '172504.771000', '172504.774000', '172504.776000', '172504.779000', '172504.782000', '172504.785000', '172504.788000', '172504.791000', '172504.793000', '172504.796000', '172504.798000', '172504.801000', '172504.804000', '172504.806000', '172504.809000', '172504.811000', '172504.814000', '172504.816000', '172504.819000', '172504.822000', '172504.824000', '172504.827000', '172504.829000', '172504.832000', '172504.834000', '172504.837000', '172504.839000', '172504.842000', '172504.845000', '172504.847000', '172504.850000', '172504.852000', '172524.742000', '172524.745000', '172524.748000', '172524.750000', '172524.753000', '172524.756000', '172524.758000', '172524.761000', '172524.763000', '172524.766000', '172524.769000', '172524.771000', '172524.774000', '172524.776000', '172524.779000', '172524.782000', '172524.784000', '172524.787000', '172524.789000', '172524.792000', '172524.794000', '172524.797000', '172524.800000', '172524.804000', '172524.807000', '172524.809000', '172524.812000', '172524.814000', '172524.817000', '172524.820000', '172524.822000', '172524.825000', '172524.827000', '172524.830000', '172524.832000', '172524.835000', '172524.838000', '172524.840000', '172524.843000', '172524.845000', '172524.848000', '172524.850000', '172524.853000', '172524.856000', '172544.742000', '172544.745000', '172544.748000', '172544.751000', '172544.753000', '172544.756000', '172544.758000', '172544.761000', '172544.764000', '172544.766000', '172544.769000', '172544.771000', '172544.774000', '172544.777000', '172544.779000', '172544.782000', '172544.784000', '172544.787000', '172544.789000', '172544.792000', '172544.795000', '172544.797000', '172544.800000', '172544.803000', '172544.805000', '172544.808000', '172544.810000', '172544.813000', '172544.815000', '172544.818000', '172544.821000', '172544.823000', '172544.826000', '172544.828000', '172544.831000', '172544.833000', '172544.836000', '172544.839000', '172544.841000', '172544.844000', '172544.846000', '172544.874000', '172544.876000', '172604.742000', '172604.745000', '172604.748000', '172604.750000', '172604.753000', '172604.756000', '172604.758000', '172604.761000', '172604.763000', '172604.766000', '172604.769000', '172604.771000', '172604.774000', '172604.777000', '172604.779000', '172604.782000', '172604.784000', '172604.787000', '172604.789000', '172604.792000', '172604.795000', '172604.797000', '172604.800000', '172604.803000', '172604.805000', '172604.808000', '172604.810000', '172604.813000', '172604.816000', '172604.818000', '172604.821000', '172604.824000', '172604.826000', '172604.829000', '172604.831000', '172604.834000', '172604.836000', '172604.839000', '172604.842000', '172604.844000', '172604.847000', '172604.849000', '172604.852000', '172604.855000', '172624.742000', '172624.745000', '172624.748000', '172624.750000', '172624.753000', '172624.756000', '172624.758000', '172624.761000', '172624.763000', '172624.766000', '172624.769000', '172624.771000', '172624.774000', '172624.776000', '172624.779000', '172624.781000', '172624.784000', '172624.787000', '172624.789000', '172624.792000', '172624.794000', '172624.797000', '172624.819000', '172624.822000', '172624.824000', '172624.827000', '172624.830000', '172624.832000', '172624.835000', '172624.838000', '172624.840000', '172624.843000', '172624.845000', '172624.848000', '172624.851000', '172624.853000', '172624.856000', '172624.858000', '172624.861000', '172624.864000', '172624.866000', '172624.869000', '172624.871000', '172644.743000', '172644.746000', '172644.749000', '172644.752000', '172644.754000', '172644.757000', '172644.760000', '172644.762000', '172644.765000', '172644.767000', '172644.770000', '172644.772000', '172644.775000', '172644.778000', '172644.780000', '172644.783000', '172644.785000', '172644.788000', '172644.790000', '172644.793000', '172644.795000', '172644.798000', '172644.871000', '172644.873000', '172644.876000', '172644.879000', '172644.881000', '172644.884000', '172644.886000', '172644.889000', '172644.891000', '172644.894000', '172644.897000', '172644.899000', '172644.902000', '172644.904000', '172644.907000', '172644.909000', '172644.912000', '172644.915000', '172644.917000', '172644.920000', '172644.922000', '172644.925000', '172704.743000', '172704.746000', '172704.749000', '172704.752000', '172704.754000', '172704.757000', '172704.759000', '172704.762000', '172704.765000', '172704.767000', '172704.770000', '172704.772000', '172704.775000', '172704.778000', '172704.780000', '172704.783000', '172704.785000', '172704.788000', '172704.791000', '172704.793000', '172704.796000', '172704.799000', '172704.827000', '172704.830000', '172704.832000', '172704.835000', '172704.837000', '172704.840000', '172704.843000', '172704.845000', '172704.848000', '172704.850000', '172704.853000', '172704.856000', '172704.858000', '172704.861000', '172704.864000', '172704.866000', '172704.869000', '172704.872000', '172704.874000', '172704.877000', '172704.880000', '172724.743000', '172724.745000', '172724.748000', '172724.751000', '172724.753000', '172724.756000', '172724.758000', '172724.761000', '172724.764000', '172724.766000', '172724.769000', '172724.772000', '172724.774000', '172724.777000', '172724.779000', '172724.782000', '172724.784000', '172724.787000', '172724.789000', '172724.792000', '172724.795000', '172724.797000', '172724.857000', '172724.872000', '172724.875000', '172724.878000', '172724.880000', '172724.883000', '172724.885000', '172724.888000', '172724.890000', '172724.893000', '172724.896000', '172724.898000', '172724.901000', '172724.903000', '172724.906000', '172724.909000', '172724.911000', '172724.914000', '172724.917000', '172724.919000', '172724.922000', '172724.924000', '172744.743000', '172744.746000', '172744.748000', '172744.751000', '172744.753000', '172744.756000', '172744.759000', '172744.761000', '172744.764000', '172744.767000', '172744.769000', '172744.772000', '172744.774000', '172744.777000', '172744.779000', '172744.782000', '172744.785000', '172744.787000', '172744.790000', '172744.792000', '172744.795000', '172744.797000', '172744.828000', '172744.830000', '172744.833000', '172744.835000', '172744.838000', '172744.840000', '172744.843000', '172744.846000', '172744.848000', '172744.851000', '172744.854000', '172744.856000', '172744.859000', '172744.862000', '172744.864000', '172744.867000', '172744.870000', '172744.872000', '172744.875000', '172744.877000', '172744.880000', '172804.743000', '172804.746000', '172804.748000', '172804.751000', '172804.753000', '172804.756000', '172804.758000', '172804.761000', '172804.764000', '172804.766000', '172804.769000', '172804.771000', '172804.774000', '172804.777000', '172804.779000', '172804.782000', '172804.784000', '172804.787000', '172804.790000', '172804.792000', '172804.795000', '172804.797000', '172804.862000', '172804.865000', '172804.867000', '172804.870000', '172804.872000', '172804.875000', '172804.878000', '172804.880000', '172804.883000', '172804.885000', '172804.888000', '172804.890000', '172804.893000', '172804.896000', '172804.898000', '172804.901000', '172804.903000', '172804.906000', '172804.908000', '172804.911000', '172804.914000', '172804.916000', '172824.743000', '172824.746000', '172824.748000', '172824.751000', '172824.753000', '172824.756000', '172824.759000', '172824.761000', '172824.764000', '172824.766000', '172824.769000', '172824.771000', '172824.774000', '172824.777000', '172824.779000', '172824.782000', '172824.784000', '172824.787000', '172824.790000', '172824.792000', '172824.795000', '172824.798000', '172824.843000', '172824.846000', '172824.848000', '172824.851000', '172824.854000', '172824.856000', '172824.859000', '172824.861000', '172824.864000', '172824.867000', '172824.869000', '172824.872000', '172824.874000', '172824.877000', '172824.880000', '172824.882000', '172824.885000', '172824.887000', '172824.890000', '172824.893000', '172824.895000', '172844.742000', '172844.745000', '172844.748000', '172844.751000', '172844.753000', '172844.756000', '172844.759000', '172844.761000', '172844.764000', '172844.766000', '172844.769000', '172844.771000', '172844.774000', '172844.777000', '172844.779000', '172844.782000', '172844.784000', '172844.787000', '172844.790000', '172844.792000', '172844.795000', '172844.798000', '172844.856000', '172844.859000', '172844.862000', '172844.864000', '172844.867000', '172844.869000', '172844.872000', '172844.874000', '172844.877000', '172844.880000', '172844.882000', '172844.885000', '172844.887000', '172844.890000', '172844.893000', '172844.895000', '172844.898000', '172844.900000', '172844.903000', '172844.906000', '172844.908000', '172904.743000', '172904.746000', '172904.749000', '172904.752000', '172904.754000', '172904.779000', '172904.781000', '172904.784000', '172904.786000', '172904.789000', '172904.792000', '172904.794000', '172904.797000', '172904.841000', '172904.844000', '172904.847000', '172904.849000', '172904.852000', '172904.854000', '172904.857000', '172904.860000', '172904.862000', '172904.865000', '172904.867000', '172904.870000', '172904.872000', '172904.875000', '172904.878000', '172904.880000', '172904.883000', '172904.885000', '172904.888000', '172904.890000', '172904.893000', '172904.896000', '172904.898000', '172904.901000', '172904.903000', '172904.906000', '172904.909000', '172904.911000', '172904.914000', '172904.917000', '172904.919000', '172924.745000', '172924.748000', '172924.751000', '172924.753000', '172924.756000', '172924.759000', '172924.761000', '172924.764000', '172924.766000', '172924.769000', '172924.771000', '172924.774000', '172924.777000', '172924.779000', '172924.782000', '172924.785000', '172924.787000', '172924.790000', '172924.793000', '172924.795000', '172924.798000', '172924.832000', '172924.835000', '172924.837000', '172924.840000', '172924.843000', '172924.845000', '172924.848000', '172924.850000', '172924.853000', '172924.855000', '172924.858000', '172924.861000', '172924.863000', '172924.866000', '172924.869000', '172924.871000', '172924.874000', '172924.876000', '172924.879000', '172924.882000', '172924.884000', '172924.887000', '172924.889000', '172944.743000', '172944.746000', '172944.748000', '172944.751000', '172944.754000', '172944.756000', '172944.759000', '172944.761000', '172944.764000', '172944.767000', '172944.769000', '172944.772000', '172944.774000', '172944.777000', '172944.779000', '172944.782000', '172944.785000', '172944.787000', '172944.790000', '172944.793000', '172944.795000', '172944.798000', '172944.881000', '172944.883000', '172944.886000', '172944.889000', '172944.891000', '172944.894000', '172944.904000', '172944.907000', '172944.910000', '172944.912000', '172944.915000', '172944.917000', '172944.920000', '172944.923000', '172944.925000', '172944.928000', '172944.930000', '172944.933000', '172944.935000', '172944.938000', '172944.941000', '173004.743000', '173004.746000', '173004.748000', '173004.751000', '173004.754000', '173004.756000', '173004.759000', '173004.762000', '173004.764000', '173004.767000', '173004.769000', '173004.772000', '173004.775000', '173004.777000', '173004.780000', '173004.782000', '173004.785000', '173004.788000', '173004.790000', '173004.793000', '173004.795000', '173004.798000', '173004.801000', '173004.803000', '173004.806000', '173004.808000', '173004.811000', '173004.814000', '173004.816000', '173004.819000', '173004.821000', '173004.824000', '173004.827000', '173004.829000', '173004.832000', '173004.834000', '173004.837000', '173004.839000', '173004.842000', '173004.845000', '173004.847000', '173004.852000', '173004.854000', '173024.743000', '173024.746000', '173024.748000', '173024.751000', '173024.753000', '173024.756000', '173024.759000', '173024.761000', '173024.764000', '173024.766000', '173024.769000', '173024.772000', '173024.774000', '173024.777000', '173024.779000', '173024.802000', '173024.852000', '173024.854000', '173024.857000', '173024.859000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.872000', '173024.875000', '173024.877000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.890000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173024.909000', '173024.911000', '173024.914000', '173024.916000', '173024.919000', '173024.922000', '173044.743000', '173044.745000', '173044.748000', '173044.751000', '173044.753000', '173044.756000', '173044.759000', '173044.761000', '173044.764000', '173044.766000', '173044.769000', '173044.772000', '173044.774000', '173044.777000', '173044.781000', '173044.784000', '173044.787000', '173044.790000', '173044.792000', '173044.795000', '173044.797000', '173044.857000', '173044.860000', '173044.863000', '173044.865000', '173044.868000', '173044.870000', '173044.873000', '173044.876000', '173044.878000', '173044.881000', '173044.883000', '173044.886000', '173044.888000', '173044.891000', '173044.894000', '173044.896000', '173044.899000', '173044.901000', '173044.904000', '173044.907000', '173044.909000', '173044.912000', '173104.743000', '173104.745000', '173104.748000', '173104.752000', '173104.754000', '173104.757000', '173104.760000', '173104.762000', '173104.765000', '173104.767000', '173104.770000', '173104.772000', '173104.775000', '173104.778000', '173104.780000', '173104.783000', '173104.786000', '173104.788000', '173104.791000', '173104.793000', '173104.796000', '173104.799000', '173104.839000', '173104.841000', '173104.844000', '173104.847000', '173104.849000', '173104.852000', '173104.854000', '173104.857000', '173104.860000', '173104.862000', '173104.865000', '173104.867000', '173104.870000', '173104.872000', '173104.875000', '173104.878000', '173104.880000', '173104.883000', '173104.885000', '173104.888000', '173104.890000', '173104.893000', '173124.744000', '173124.747000', '173124.749000', '173124.752000', '173124.754000', '173124.757000', '173124.759000', '173124.762000', '173124.765000', '173124.768000', '173124.771000', '173124.774000', '173124.777000', '173124.779000', '173124.782000', '173124.784000', '173124.787000', '173124.789000', '173124.792000', '173124.795000', '173124.797000', '173124.855000', '173124.858000', '173124.861000', '173124.863000', '173124.866000', '173124.869000', '173124.871000', '173124.874000', '173124.877000', '173124.879000', '173124.882000', '173124.884000', '173124.887000', '173124.889000', '173124.892000', '173124.895000', '173124.897000', '173124.900000', '173124.903000', '173124.905000', '173124.908000', '173124.911000', '173126.149000', '173126.152000', '173126.154000', '173126.157000'], 'InstanceCreationTime': ['172444.785000', '172444.788000', '172444.793000', '172444.796000', '172444.799000', '172444.801000', '172444.804000', '172444.806000', '172444.809000', '172444.811000', '172444.814000', '172444.817000', '172444.819000', '172444.822000', '172444.824000', '172444.827000', '172444.830000', '172444.835000', '172444.837000', '172444.840000', '172444.842000', '172444.845000', '172444.848000', '172444.850000', '172444.853000', '172444.855000', '172444.858000', '172444.861000', '172444.863000', '172444.866000', '172444.868000', '172444.871000', '172444.873000', '172444.876000', '172444.879000', '172444.881000', '172444.884000', '172444.886000', '172444.889000', '172444.891000', '172444.894000', '172504.743000', '172504.746000', '172504.748000', '172504.751000', '172504.753000', '172504.756000', '172504.758000', '172504.761000', '172504.764000', '172504.766000', '172504.769000', '172504.771000', '172504.774000', '172504.776000', '172504.779000', '172504.782000', '172504.785000', '172504.788000', '172504.791000', '172504.793000', '172504.796000', '172504.798000', '172504.801000', '172504.804000', '172504.806000', '172504.809000', '172504.811000', '172504.814000', '172504.816000', '172504.819000', '172504.822000', '172504.824000', '172504.827000', '172504.829000', '172504.832000', '172504.834000', '172504.837000', '172504.839000', '172504.842000', '172504.845000', '172504.847000', '172504.850000', '172504.852000', '172524.742000', '172524.745000', '172524.748000', '172524.750000', '172524.753000', '172524.756000', '172524.758000', '172524.761000', '172524.763000', '172524.766000', '172524.769000', '172524.771000', '172524.774000', '172524.776000', '172524.779000', '172524.782000', '172524.784000', '172524.787000', '172524.789000', '172524.792000', '172524.794000', '172524.797000', '172524.800000', '172524.804000', '172524.807000', '172524.809000', '172524.812000', '172524.814000', '172524.817000', '172524.820000', '172524.822000', '172524.825000', '172524.827000', '172524.830000', '172524.832000', '172524.835000', '172524.838000', '172524.840000', '172524.843000', '172524.845000', '172524.848000', '172524.850000', '172524.853000', '172524.856000', '172544.742000', '172544.745000', '172544.748000', '172544.751000', '172544.753000', '172544.756000', '172544.758000', '172544.761000', '172544.764000', '172544.766000', '172544.769000', '172544.771000', '172544.774000', '172544.777000', '172544.779000', '172544.782000', '172544.784000', '172544.787000', '172544.789000', '172544.792000', '172544.795000', '172544.797000', '172544.800000', '172544.803000', '172544.805000', '172544.808000', '172544.810000', '172544.813000', '172544.815000', '172544.818000', '172544.821000', '172544.823000', '172544.826000', '172544.828000', '172544.831000', '172544.833000', '172544.836000', '172544.839000', '172544.841000', '172544.844000', '172544.846000', '172544.874000', '172544.876000', '172604.742000', '172604.745000', '172604.748000', '172604.750000', '172604.753000', '172604.756000', '172604.758000', '172604.761000', '172604.763000', '172604.766000', '172604.769000', '172604.771000', '172604.774000', '172604.777000', '172604.779000', '172604.782000', '172604.784000', '172604.787000', '172604.789000', '172604.792000', '172604.795000', '172604.797000', '172604.800000', '172604.803000', '172604.805000', '172604.808000', '172604.810000', '172604.813000', '172604.816000', '172604.818000', '172604.821000', '172604.824000', '172604.826000', '172604.829000', '172604.831000', '172604.834000', '172604.836000', '172604.839000', '172604.842000', '172604.844000', '172604.847000', '172604.849000', '172604.852000', '172604.855000', '172624.742000', '172624.745000', '172624.748000', '172624.750000', '172624.753000', '172624.756000', '172624.758000', '172624.761000', '172624.763000', '172624.766000', '172624.769000', '172624.771000', '172624.774000', '172624.776000', '172624.779000', '172624.781000', '172624.784000', '172624.787000', '172624.789000', '172624.792000', '172624.794000', '172624.797000', '172624.819000', '172624.822000', '172624.824000', '172624.827000', '172624.830000', '172624.832000', '172624.835000', '172624.838000', '172624.840000', '172624.843000', '172624.845000', '172624.848000', '172624.851000', '172624.853000', '172624.856000', '172624.858000', '172624.861000', '172624.864000', '172624.866000', '172624.869000', '172624.871000', '172644.743000', '172644.746000', '172644.749000', '172644.752000', '172644.754000', '172644.757000', '172644.760000', '172644.762000', '172644.765000', '172644.767000', '172644.770000', '172644.772000', '172644.775000', '172644.778000', '172644.780000', '172644.783000', '172644.785000', '172644.788000', '172644.790000', '172644.793000', '172644.795000', '172644.798000', '172644.871000', '172644.873000', '172644.876000', '172644.879000', '172644.881000', '172644.884000', '172644.886000', '172644.889000', '172644.891000', '172644.894000', '172644.897000', '172644.899000', '172644.902000', '172644.904000', '172644.907000', '172644.909000', '172644.912000', '172644.915000', '172644.917000', '172644.920000', '172644.922000', '172644.925000', '172704.743000', '172704.746000', '172704.749000', '172704.752000', '172704.754000', '172704.757000', '172704.759000', '172704.762000', '172704.765000', '172704.767000', '172704.770000', '172704.772000', '172704.775000', '172704.778000', '172704.780000', '172704.783000', '172704.785000', '172704.788000', '172704.791000', '172704.793000', '172704.796000', '172704.799000', '172704.827000', '172704.830000', '172704.832000', '172704.835000', '172704.837000', '172704.840000', '172704.843000', '172704.845000', '172704.848000', '172704.850000', '172704.853000', '172704.856000', '172704.858000', '172704.861000', '172704.864000', '172704.866000', '172704.869000', '172704.872000', '172704.874000', '172704.877000', '172704.880000', '172724.743000', '172724.745000', '172724.748000', '172724.751000', '172724.753000', '172724.756000', '172724.758000', '172724.761000', '172724.764000', '172724.766000', '172724.769000', '172724.772000', '172724.774000', '172724.777000', '172724.779000', '172724.782000', '172724.784000', '172724.787000', '172724.789000', '172724.792000', '172724.795000', '172724.797000', '172724.857000', '172724.872000', '172724.875000', '172724.878000', '172724.880000', '172724.883000', '172724.885000', '172724.888000', '172724.890000', '172724.893000', '172724.896000', '172724.898000', '172724.901000', '172724.903000', '172724.906000', '172724.909000', '172724.911000', '172724.914000', '172724.917000', '172724.919000', '172724.922000', '172724.924000', '172744.743000', '172744.746000', '172744.748000', '172744.751000', '172744.753000', '172744.756000', '172744.759000', '172744.761000', '172744.764000', '172744.767000', '172744.769000', '172744.772000', '172744.774000', '172744.777000', '172744.779000', '172744.782000', '172744.785000', '172744.787000', '172744.790000', '172744.792000', '172744.795000', '172744.797000', '172744.828000', '172744.830000', '172744.833000', '172744.835000', '172744.838000', '172744.840000', '172744.843000', '172744.846000', '172744.848000', '172744.851000', '172744.854000', '172744.856000', '172744.859000', '172744.862000', '172744.864000', '172744.867000', '172744.870000', '172744.872000', '172744.875000', '172744.877000', '172744.880000', '172804.743000', '172804.746000', '172804.748000', '172804.751000', '172804.753000', '172804.756000', '172804.758000', '172804.761000', '172804.764000', '172804.766000', '172804.769000', '172804.771000', '172804.774000', '172804.777000', '172804.779000', '172804.782000', '172804.784000', '172804.787000', '172804.790000', '172804.792000', '172804.795000', '172804.797000', '172804.862000', '172804.865000', '172804.867000', '172804.870000', '172804.872000', '172804.875000', '172804.878000', '172804.880000', '172804.883000', '172804.885000', '172804.888000', '172804.890000', '172804.893000', '172804.896000', '172804.898000', '172804.901000', '172804.903000', '172804.906000', '172804.908000', '172804.911000', '172804.914000', '172804.916000', '172824.743000', '172824.746000', '172824.748000', '172824.751000', '172824.753000', '172824.756000', '172824.759000', '172824.761000', '172824.764000', '172824.766000', '172824.769000', '172824.771000', '172824.774000', '172824.777000', '172824.779000', '172824.782000', '172824.784000', '172824.787000', '172824.790000', '172824.792000', '172824.795000', '172824.798000', '172824.843000', '172824.846000', '172824.848000', '172824.851000', '172824.854000', '172824.856000', '172824.859000', '172824.861000', '172824.864000', '172824.867000', '172824.869000', '172824.872000', '172824.874000', '172824.877000', '172824.880000', '172824.882000', '172824.885000', '172824.887000', '172824.890000', '172824.893000', '172824.895000', '172844.742000', '172844.745000', '172844.748000', '172844.751000', '172844.753000', '172844.756000', '172844.759000', '172844.761000', '172844.764000', '172844.766000', '172844.769000', '172844.771000', '172844.774000', '172844.777000', '172844.779000', '172844.782000', '172844.784000', '172844.787000', '172844.790000', '172844.792000', '172844.795000', '172844.798000', '172844.856000', '172844.859000', '172844.862000', '172844.864000', '172844.867000', '172844.869000', '172844.872000', '172844.874000', '172844.877000', '172844.880000', '172844.882000', '172844.885000', '172844.887000', '172844.890000', '172844.893000', '172844.895000', '172844.898000', '172844.900000', '172844.903000', '172844.906000', '172844.908000', '172904.743000', '172904.746000', '172904.749000', '172904.752000', '172904.754000', '172904.779000', '172904.781000', '172904.784000', '172904.786000', '172904.789000', '172904.792000', '172904.794000', '172904.797000', '172904.841000', '172904.844000', '172904.847000', '172904.849000', '172904.852000', '172904.854000', '172904.857000', '172904.860000', '172904.862000', '172904.865000', '172904.867000', '172904.870000', '172904.872000', '172904.875000', '172904.878000', '172904.880000', '172904.883000', '172904.885000', '172904.888000', '172904.890000', '172904.893000', '172904.896000', '172904.898000', '172904.901000', '172904.903000', '172904.906000', '172904.909000', '172904.911000', '172904.914000', '172904.917000', '172904.919000', '172924.745000', '172924.748000', '172924.751000', '172924.753000', '172924.756000', '172924.759000', '172924.761000', '172924.764000', '172924.766000', '172924.769000', '172924.771000', '172924.774000', '172924.777000', '172924.779000', '172924.782000', '172924.785000', '172924.787000', '172924.790000', '172924.793000', '172924.795000', '172924.798000', '172924.832000', '172924.835000', '172924.837000', '172924.840000', '172924.843000', '172924.845000', '172924.848000', '172924.850000', '172924.853000', '172924.855000', '172924.858000', '172924.861000', '172924.863000', '172924.866000', '172924.869000', '172924.871000', '172924.874000', '172924.876000', '172924.879000', '172924.882000', '172924.884000', '172924.887000', '172924.889000', '172944.743000', '172944.746000', '172944.748000', '172944.751000', '172944.754000', '172944.756000', '172944.759000', '172944.761000', '172944.764000', '172944.767000', '172944.769000', '172944.772000', '172944.774000', '172944.777000', '172944.779000', '172944.782000', '172944.785000', '172944.787000', '172944.790000', '172944.793000', '172944.795000', '172944.798000', '172944.881000', '172944.883000', '172944.886000', '172944.889000', '172944.891000', '172944.894000', '172944.904000', '172944.907000', '172944.910000', '172944.912000', '172944.915000', '172944.917000', '172944.920000', '172944.923000', '172944.925000', '172944.928000', '172944.930000', '172944.933000', '172944.935000', '172944.938000', '172944.941000', '173004.743000', '173004.746000', '173004.748000', '173004.751000', '173004.754000', '173004.756000', '173004.759000', '173004.762000', '173004.764000', '173004.767000', '173004.769000', '173004.772000', '173004.775000', '173004.777000', '173004.780000', '173004.782000', '173004.785000', '173004.788000', '173004.790000', '173004.793000', '173004.795000', '173004.798000', '173004.801000', '173004.803000', '173004.806000', '173004.808000', '173004.811000', '173004.814000', '173004.816000', '173004.819000', '173004.821000', '173004.824000', '173004.827000', '173004.829000', '173004.832000', '173004.834000', '173004.837000', '173004.839000', '173004.842000', '173004.845000', '173004.847000', '173004.852000', '173004.854000', '173024.743000', '173024.746000', '173024.748000', '173024.751000', '173024.753000', '173024.756000', '173024.759000', '173024.761000', '173024.764000', '173024.766000', '173024.769000', '173024.772000', '173024.774000', '173024.777000', '173024.779000', '173024.802000', '173024.852000', '173024.854000', '173024.857000', '173024.859000', '173024.862000', '173024.865000', '173024.867000', '173024.870000', '173024.872000', '173024.875000', '173024.877000', '173024.880000', '173024.883000', '173024.885000', '173024.888000', '173024.890000', '173024.893000', '173024.896000', '173024.898000', '173024.901000', '173024.903000', '173024.906000', '173024.909000', '173024.911000', '173024.914000', '173024.916000', '173024.919000', '173024.922000', '173044.743000', '173044.745000', '173044.748000', '173044.751000', '173044.753000', '173044.756000', '173044.759000', '173044.761000', '173044.764000', '173044.766000', '173044.769000', '173044.772000', '173044.774000', '173044.777000', '173044.781000', '173044.784000', '173044.787000', '173044.790000', '173044.792000', '173044.795000', '173044.797000', '173044.857000', '173044.860000', '173044.863000', '173044.865000', '173044.868000', '173044.870000', '173044.873000', '173044.876000', '173044.878000', '173044.881000', '173044.883000', '173044.886000', '173044.888000', '173044.891000', '173044.894000', '173044.896000', '173044.899000', '173044.901000', '173044.904000', '173044.907000', '173044.909000', '173044.912000', '173104.743000', '173104.745000', '173104.748000', '173104.752000', '173104.754000', '173104.757000', '173104.760000', '173104.762000', '173104.765000', '173104.767000', '173104.770000', '173104.772000', '173104.775000', '173104.778000', '173104.780000', '173104.783000', '173104.786000', '173104.788000', '173104.791000', '173104.793000', '173104.796000', '173104.799000', '173104.839000', '173104.841000', '173104.844000', '173104.847000', '173104.849000', '173104.852000', '173104.854000', '173104.857000', '173104.860000', '173104.862000', '173104.865000', '173104.867000', '173104.870000', '173104.872000', '173104.875000', '173104.878000', '173104.880000', '173104.883000', '173104.885000', '173104.888000', '173104.890000', '173104.893000', '173124.744000', '173124.747000', '173124.749000', '173124.752000', '173124.754000', '173124.757000', '173124.759000', '173124.762000', '173124.765000', '173124.768000', '173124.771000', '173124.774000', '173124.777000', '173124.779000', '173124.782000', '173124.784000', '173124.787000', '173124.789000', '173124.792000', '173124.795000', '173124.797000', '173124.855000', '173124.858000', '173124.861000', '173124.863000', '173124.866000', '173124.869000', '173124.871000', '173124.874000', '173124.877000', '173124.879000', '173124.882000', '173124.884000', '173124.887000', '173124.889000', '173124.892000', '173124.895000', '173124.897000', '173124.900000', '173124.903000', '173124.905000', '173124.908000', '173124.911000', '173126.149000', '173126.152000', '173126.154000', '173126.157000'], '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': [10940, 13259, 9080, 11718, 8442, 10578, 15952, 9049, 11316, 8450, 11171, 8152, 11130, 9860, 8881, 11598, 8740, 11257, 8641, 9801, 11600, 8887, 11599, 8775, 12284, 8474, 10337, 11065, 9225, 11181, 8345, 11614, 8273, 10863, 10101, 9149, 10270, 9204, 10392, 9090, 11103, 8707, 10829, 8390, 9257, 11725, 8570, 11512, 8553, 11041, 8135, 10344, 11383, 9199, 11375, 9208, 11020, 8746, 11109, 8319, 9552, 12122, 9369, 13091, 9051, 10559, 8464, 10015, 10332, 8953, 10440, 8960, 10118, 9767, 9337, 9687, 8812, 10978, 8450, 10757, 8551, 9231, 10518, 8526, 10772, 8732, 10993, 9545, 9288, 10862, 9215, 11112, 8462, 9844, 10820, 9284, 10801, 8836, 11363, 9166, 10384, 11336, 9323, 10720, 9168, 11361, 8582, 10401, 11339, 9371, 10868, 9048, 10796, 8690, 9512, 11998, 8292, 10580, 8491, 9488, 8094, 8948, 11501, 8713, 11811, 8608, 9880, 8144, 9214, 13657, 8536, 12570, 8332, 9370, 8775, 8895, 11529, 8382, 9387, 8335, 8587, 9515, 11110, 8687, 11560, 8374, 11799, 8669, 9976, 8967, 9320, 15016, 10897, 15727, 11117, 13193, 11611, 9564, 13773, 9111, 13372, 14733, 12604, 13051, 8887, 9007, 8688, 9290, 9135, 8910, 9755, 8644, 8967, 10040, 9157, 10203, 8947, 10003, 8925, 8975, 9813, 8841, 9656, 8510, 9212, 7689, 8944, 10521, 9096, 10758, 8496, 9644, 8192, 8836, 11000, 8916, 10765, 8717, 10423, 8351, 9038, 11266, 8693, 10368, 8632, 9368, 12129, 9187, 10098, 8508, 9176, 10351, 8956, 9228, 8488, 9687, 9611, 9010, 10516, 8746, 9873, 11133, 9046, 9888, 8539, 9867, 8740, 9430, 10770, 8688, 10680, 8442, 10017, 9016, 9148, 10665, 8766, 10437, 8557, 10483, 9610, 8890, 11266, 8613, 10484, 8417, 10310, 7748, 9042, 11046, 8950, 10944, 8068, 9553, 11558, 9190, 10585, 9040, 10870, 8476, 9425, 11262, 9007, 10436, 9113, 10270, 8395, 9224, 11704, 9090, 10264, 8590, 10011, 8545, 9947, 8276, 8853, 10589, 8640, 10180, 8346, 10272, 9747, 9187, 11306, 8964, 9646, 8252, 9067, 9795, 9126, 10180, 8478, 9974, 8067, 10309, 9234, 9170, 11094, 9040, 11313, 10491, 9167, 12955, 8680, 10348, 8711, 9129, 9900, 8731, 10057, 8322, 9434, 10862, 9155, 10096, 8353, 9669, 8350, 10655, 7848, 9129, 11555, 8690, 11352, 8146, 10348, 15633, 9123, 11171, 8962, 11398, 8405, 9633, 11525, 8979, 10767, 8719, 10210, 9325, 9091, 10615, 8852, 11278, 8361, 9469, 9018, 8621, 11681, 9678, 10218, 7752, 9098, 7407, 9994, 7062, 8693, 7171, 8284, 7477, 9309, 10979, 7724, 7301, 7840, 10409, 7758, 9163, 7509, 12084, 7763, 8768, 7299, 7716, 10077, 7621, 8692, 7440, 7889, 8092, 7666, 9109, 7497, 7828, 9370, 7657, 7569, 7576, 8591, 7795, 7624, 9483, 7474, 9263, 7708, 9400, 7814, 7929, 9320, 7606, 8747, 7598, 8873, 7726, 7677, 8810, 7919, 9983, 7854, 8793, 7580, 7960, 8117, 7980, 10734, 8090, 11220, 7599, 9346, 7686, 7988, 10519, 7966, 9469, 7556, 8016, 10416, 7608, 9687, 7367, 7931, 9012, 7974, 8885, 7637, 7793, 8726, 7874, 9659, 7785, 8854, 7525, 8646, 8915, 8080, 8518, 7849, 8666, 8194, 8380, 8042, 8627, 7295, 8434, 8351, 8111, 11546, 8393, 8958, 8295, 8606, 8426, 8166, 8573, 8429, 8390, 9150, 8746, 8739, 8559, 8442, 8165, 8606, 8368, 8461, 8292, 8487, 8540, 8779, 8127, 9067, 8711, 8600, 7933, 8451, 9722, 8487, 8830, 8586, 9395, 10403, 8643, 11123, 8327, 9221, 8153, 8486, 10448, 8950, 9970, 8484, 9173, 8384, 8922, 10627, 8404, 10656, 8586, 8800, 10774, 8846, 9429, 8870, 8937, 8288, 8944, 8734, 8862, 8976, 8529, 8879, 8824, 8811, 8863, 9060, 8779, 8384, 8624, 9215, 9095, 8723, 8450, 9549, 8953, 9096, 8788, 8948, 12423, 9111, 9319, 8631, 8826, 7655, 8879, 8721, 8396, 9167, 8359, 8971, 9616, 8931, 9287, 8382, 9423, 8098, 8967, 9856, 8697, 8676, 8189, 9581, 7920, 9267, 7565, 8805, 9421, 8525, 9133, 8224, 9109, 12113, 9090, 11973, 8580, 10015, 12389, 9045, 11977, 9083, 9008, 13481, 9151, 11008, 9231, 8924, 10707, 8874, 9443, 8687, 9016, 9049, 8982, 9080, 8204, 8898, 8558, 8943, 9385, 8944, 8968, 8875, 8839, 9134, 8907, 9449, 8095, 9744, 8728, 9071, 8554, 8983, 9199, 8653, 9355, 8382, 8825, 8863, 8462, 8876, 8874, 8823, 8590, 8854, 8658, 8647, 9347, 8507, 8889, 10204, 8969, 9300, 8267, 8795, 8591, 8849, 7495, 8997, 8155, 9208, 9553, 8903, 9033, 8444, 8931, 9425, 9007, 8757, 8909, 8858, 9205, 8892, 8841, 8545, 8750, 8548, 9198, 9091, 9042, 9010, 8506, 8876, 7813, 9031, 9084, 8889, 9000, 8788, 9134, 9388, 8677, 8961, 8488, 8826, 9372, 9007, 8757, 9077, 9001, 8223, 8960, 9526, 8698, 9005, 9092, 8986, 8615, 8857, 8806, 8567, 9000, 8866, 9229, 8703, 8970, 8957, 7474, 8831, 8596, 8408, 9431, 8456, 8648, 8534, 8871, 9876, 9028, 9158, 8539, 8035, 11381, 8121, 9312, 7875, 9256, 7941, 8022, 12782, 8245, 10033, 7918, 9424, 7771, 8027, 9274, 7990, 9390, 7890, 8092, 8748, 8419, 8736, 7982, 8390, 8066, 8145, 7645, 8391, 8352, 8096, 8249, 8143, 8329, 9516, 8273, 8636, 8165, 8331, 9092, 8220, 8297, 8104, 8466, 8330, 8687, 7540, 8084, 9435, 7842, 8618, 8568, 8515, 10490, 8292, 9510, 8332, 9086, 8211, 8848, 10002, 8730, 10168, 8712, 10777, 8684, 10951, 9343, 9700, 12780, 8493, 10621, 8402, 11331, 8416, 8895, 11098, 8544, 10115, 8278, 10197, 9262, 8752, 10626, 8468, 10415, 8177, 8752, 9893, 8422, 8794, 8342, 9874, 8028, 8798, 11654, 8776, 11789, 8532, 11107, 8221, 9530, 11150, 8957, 9535, 8615, 9894, 8231, 9836, 12706, 8890, 12102, 8469, 10065, 8262, 9569, 12434, 8817, 10883, 8621, 9178, 7966, 8871, 9990, 8520, 9584, 8184, 9005, 9406, 8554, 11006, 8519, 9940, 8538, 10101, 7818, 12020, 8745, 8395, 8594, 11085, 8582, 11091, 8305, 9942, 10868, 8682, 11643, 8854, 12283, 8742, 8831, 11234, 8370, 9501, 8777, 8671, 8935, 8505, 9417, 8627, 8621, 9638, 8710, 9732, 7927, 8296, 9522, 8248, 8645, 7770, 8546, 8676, 8363, 9510, 8225, 9790, 7899, 9289, 8000, 8308, 10326, 8505, 10228, 7749, 8796, 7800, 8153, 11184, 8011, 10453, 7969, 9027, 8620, 8431, 10072, 8402, 9692, 8354, 9322, 7819, 8201, 8250, 8174, 9273, 8061], 'WindowCenter': [4565.0, 4564.0, 4499.0, 4525.0, 4461.0, 4489.0, 4525.0, 4456.0, 4484.0, 4443.0, 4483.0, 4443.0, 4483.0, 4463.0, 4453.0, 4482.0, 4455.0, 4483.0, 4452.0, 4476.0, 4482.0, 4466.0, 4497.0, 4455.0, 4509.0, 4455.0, 4475.0, 4485.0, 4465.0, 4486.0, 4458.0, 4514.0, 4459.0, 4487.0, 4474.0, 4479.0, 4475.0, 4463.0, 4472.0, 4466.0, 4485.0, 4454.0, 4473.0, 4439.0, 4450.0, 4480.0, 4454.0, 4482.0, 4453.0, 4471.0, 4441.0, 4472.0, 4482.0, 4464.0, 4481.0, 4452.0, 4472.0, 4440.0, 4471.0, 4440.0, 4461.0, 4492.0, 4451.0, 4480.0, 4439.0, 4459.0, 4428.0, 4460.0, 4460.0, 4451.0, 4459.0, 4439.0, 4473.0, 4474.0, 4451.0, 4450.0, 4450.0, 4469.0, 4442.0, 4474.0, 4443.0, 4463.0, 4472.0, 4442.0, 4484.0, 4455.0, 4474.0, 4452.0, 4452.0, 4471.0, 4450.0, 4483.0, 4442.0, 4461.0, 4460.0, 4451.0, 4471.0, 4452.0, 4481.0, 4452.0, 4472.0, 4471.0, 4451.0, 4485.0, 4478.0, 4485.0, 4454.0, 4474.0, 4473.0, 4463.0, 4485.0, 4453.0, 4485.0, 4442.0, 4479.0, 4497.0, 4445.0, 4462.0, 4443.0, 4462.0, 4432.0, 4452.0, 4484.0, 4445.0, 4472.0, 4440.0, 4450.0, 4432.0, 4454.0, 4493.0, 4442.0, 4482.0, 4431.0, 4439.0, 4430.0, 4454.0, 4484.0, 4457.0, 4466.0, 4456.0, 4455.0, 4476.0, 4484.0, 4454.0, 4498.0, 4443.0, 4484.0, 4444.0, 4475.0, 4455.0, 4466.0, 4515.0, 4473.0, 4504.0, 4459.0, 4480.0, 4454.0, 4425.0, 4465.0, 4415.0, 4466.0, 4474.0, 4455.0, 4452.0, 4413.0, 4438.0, 4425.0, 4437.0, 4424.0, 4424.0, 4421.0, 4412.0, 4412.0, 4420.0, 4424.0, 4446.0, 4424.0, 4434.0, 4411.0, 4422.0, 4432.0, 4426.0, 4435.0, 4425.0, 4438.0, 4417.0, 4438.0, 4458.0, 4438.0, 4460.0, 4438.0, 4478.0, 4454.0, 4455.0, 4470.0, 4451.0, 4470.0, 4441.0, 4459.0, 4427.0, 4440.0, 4470.0, 4442.0, 4460.0, 4439.0, 4451.0, 4480.0, 4451.0, 4459.0, 4428.0, 4449.0, 4458.0, 4440.0, 4450.0, 4441.0, 4461.0, 4460.0, 4452.0, 4471.0, 4440.0, 4463.0, 4471.0, 4452.0, 4460.0, 4441.0, 4463.0, 4453.0, 4464.0, 4473.0, 4443.0, 4462.0, 4442.0, 4463.0, 4452.0, 4453.0, 4462.0, 4441.0, 4471.0, 4442.0, 4472.0, 4450.0, 4451.0, 4472.0, 4441.0, 4471.0, 4441.0, 4474.0, 4431.0, 4452.0, 4472.0, 4453.0, 4472.0, 4433.0, 4453.0, 4482.0, 4452.0, 4474.0, 4454.0, 4472.0, 4442.0, 4453.0, 4473.0, 4452.0, 4472.0, 4453.0, 4463.0, 4441.0, 4451.0, 4484.0, 4454.0, 4462.0, 4442.0, 4462.0, 4441.0, 4476.0, 4443.0, 4453.0, 4472.0, 4442.0, 4463.0, 4444.0, 4473.0, 4453.0, 4453.0, 4486.0, 4453.0, 4461.0, 4443.0, 4452.0, 4461.0, 4463.0, 4473.0, 4455.0, 4475.0, 4445.0, 4476.0, 4465.0, 4465.0, 4484.0, 4456.0, 4487.0, 4474.0, 4453.0, 4492.0, 4440.0, 4462.0, 4443.0, 4463.0, 4462.0, 4454.0, 4462.0, 4454.0, 4464.0, 4483.0, 4465.0, 4474.0, 4443.0, 4476.0, 4454.0, 4474.0, 4443.0, 4465.0, 4484.0, 4455.0, 4486.0, 4444.0, 4474.0, 4513.0, 4453.0, 4472.0, 4453.0, 4482.0, 4429.0, 4452.0, 4481.0, 4452.0, 4471.0, 4441.0, 4462.0, 4440.0, 4441.0, 4461.0, 4451.0, 4471.0, 4440.0, 4464.0, 4468.0, 4460.0, 4496.0, 4464.0, 4484.0, 4442.0, 4462.0, 4446.0, 4488.0, 4447.0, 4464.0, 4433.0, 4463.0, 4457.0, 4491.0, 4508.0, 4455.0, 4444.0, 4453.0, 4482.0, 4443.0, 4464.0, 4445.0, 4505.0, 4443.0, 4453.0, 4431.0, 4431.0, 4459.0, 4430.0, 4452.0, 4432.0, 4443.0, 4441.0, 4431.0, 4452.0, 4431.0, 4431.0, 4461.0, 4430.0, 4428.0, 4429.0, 4449.0, 4430.0, 4432.0, 4462.0, 4447.0, 4475.0, 4444.0, 4465.0, 4442.0, 4444.0, 4474.0, 4443.0, 4452.0, 4442.0, 4463.0, 4455.0, 4457.0, 4464.0, 4454.0, 4473.0, 4456.0, 4467.0, 4459.0, 4458.0, 4456.0, 4455.0, 4483.0, 4455.0, 4497.0, 4445.0, 4463.0, 4431.0, 4442.0, 4471.0, 4442.0, 4472.0, 4431.0, 4439.0, 4467.0, 4429.0, 4460.0, 4431.0, 4441.0, 4449.0, 4429.0, 4449.0, 4429.0, 4430.0, 4450.0, 4441.0, 4456.0, 4431.0, 4462.0, 4459.0, 4468.0, 4464.0, 4445.0, 4440.0, 4442.0, 4455.0, 4444.0, 4442.0, 4431.0, 4451.0, 4421.0, 4442.0, 4445.0, 4442.0, 4471.0, 4431.0, 4440.0, 4431.0, 4442.0, 4431.0, 4431.0, 4441.0, 4430.0, 4441.0, 4450.0, 4442.0, 4439.0, 4441.0, 4431.0, 4429.0, 4439.0, 4431.0, 4430.0, 4430.0, 4439.0, 4440.0, 4442.0, 4442.0, 4451.0, 4453.0, 4454.0, 4444.0, 4457.0, 4477.0, 4469.0, 4467.0, 4457.0, 4477.0, 4487.0, 4457.0, 4486.0, 4444.0, 4455.0, 4434.0, 4453.0, 4503.0, 4469.0, 4465.0, 4454.0, 4463.0, 4443.0, 4453.0, 4472.0, 4444.0, 4463.0, 4441.0, 4452.0, 4471.0, 4452.0, 4450.0, 4440.0, 4441.0, 4429.0, 4440.0, 4439.0, 4442.0, 4440.0, 4440.0, 4450.0, 4452.0, 4466.0, 4467.0, 4465.0, 4454.0, 4444.0, 4454.0, 4465.0, 4466.0, 4455.0, 4444.0, 4463.0, 4453.0, 4453.0, 4454.0, 4452.0, 4493.0, 4452.0, 4449.0, 4440.0, 4450.0, 4431.0, 4452.0, 4441.0, 4440.0, 4463.0, 4453.0, 4479.0, 4479.0, 4466.0, 4466.0, 4472.0, 4479.0, 4458.0, 4479.0, 4502.0, 4481.0, 4469.0, 4468.0, 4489.0, 4470.0, 4492.0, 4461.0, 4483.0, 4481.0, 4469.0, 4492.0, 4472.0, 4481.0, 4508.0, 4468.0, 4490.0, 4468.0, 4478.0, 4495.0, 4454.0, 4482.0, 4451.0, 4454.0, 4491.0, 4453.0, 4471.0, 4451.0, 4452.0, 4473.0, 4454.0, 4462.0, 4442.0, 4441.0, 4439.0, 4451.0, 4454.0, 4442.0, 4451.0, 4441.0, 4452.0, 4452.0, 4454.0, 4452.0, 4451.0, 4451.0, 4450.0, 4452.0, 4462.0, 4433.0, 4465.0, 4441.0, 4452.0, 4441.0, 4453.0, 4451.0, 4440.0, 4440.0, 4429.0, 4440.0, 4439.0, 4442.0, 4441.0, 4440.0, 4439.0, 4440.0, 4452.0, 4439.0, 4441.0, 4450.0, 4439.0, 4440.0, 4460.0, 4439.0, 4450.0, 4429.0, 4439.0, 4438.0, 4452.0, 4431.0, 4441.0, 4430.0, 4451.0, 4450.0, 4452.0, 4453.0, 4443.0, 4453.0, 4452.0, 4452.0, 4441.0, 4454.0, 4453.0, 4452.0, 4452.0, 4451.0, 4453.0, 4454.0, 4452.0, 4452.0, 4441.0, 4452.0, 4452.0, 4452.0, 4454.0, 4431.0, 4452.0, 4451.0, 4448.0, 4453.0, 4453.0, 4452.0, 4451.0, 4441.0, 4452.0, 4455.0, 4455.0, 4452.0, 4452.0, 4442.0, 4441.0, 4453.0, 4441.0, 4451.0, 4451.0, 4439.0, 4451.0, 4451.0, 4452.0, 4441.0, 4450.0, 4452.0, 4441.0, 4453.0, 4440.0, 4451.0, 4440.0, 4451.0, 4453.0, 4432.0, 4453.0, 4442.0, 4443.0, 4463.0, 4455.0, 4456.0, 4454.0, 4466.0, 4474.0, 4467.0, 4493.0, 4480.0, 4459.0, 4498.0, 4455.0, 4464.0, 4446.0, 4463.0, 4443.0, 4454.0, 4503.0, 4442.0, 4462.0, 4443.0, 4462.0, 4431.0, 4441.0, 4449.0, 4430.0, 4453.0, 4432.0, 4443.0, 4457.0, 4455.0, 4453.0, 4444.0, 4442.0, 4430.0, 4429.0, 4419.0, 4441.0, 4442.0, 4442.0, 4442.0, 4431.0, 4442.0, 4462.0, 4454.0, 4453.0, 4444.0, 4442.0, 4451.0, 4442.0, 4442.0, 4444.0, 4443.0, 4453.0, 4454.0, 4443.0, 4455.0, 4476.0, 4456.0, 4455.0, 4454.0, 4455.0, 4484.0, 4458.0, 4479.0, 4458.0, 4478.0, 4457.0, 4479.0, 4476.0, 4455.0, 4474.0, 4453.0, 4483.0, 4453.0, 4495.0, 4463.0, 4475.0, 4506.0, 4454.0, 4473.0, 4443.0, 4482.0, 4443.0, 4452.0, 4481.0, 4441.0, 4473.0, 4442.0, 4475.0, 4463.0, 4451.0, 4471.0, 4438.0, 4472.0, 4440.0, 4441.0, 4460.0, 4442.0, 4464.0, 4455.0, 4474.0, 4444.0, 4466.0, 4496.0, 4468.0, 4507.0, 4465.0, 4496.0, 4455.0, 4478.0, 4496.0, 4465.0, 4474.0, 4454.0, 4475.0, 4453.0, 4476.0, 4494.0, 4453.0, 4482.0, 4442.0, 4462.0, 4442.0, 4463.0, 4491.0, 4451.0, 4470.0, 4439.0, 4452.0, 4441.0, 4451.0, 4460.0, 4440.0, 4459.0, 4442.0, 4453.0, 4452.0, 4468.0, 4473.0, 4442.0, 4460.0, 4456.0, 4478.0, 4438.0, 4496.0, 4431.0, 4434.0, 4445.0, 4473.0, 4442.0, 4470.0, 4430.0, 4454.0, 4461.0, 4442.0, 4474.0, 4443.0, 4473.0, 4429.0, 4441.0, 4461.0, 4420.0, 4436.0, 4417.0, 4418.0, 4415.0, 4416.0, 4427.0, 4428.0, 4431.0, 4450.0, 4428.0, 4436.0, 4433.0, 4419.0, 4437.0, 4418.0, 4428.0, 4408.0, 4428.0, 4427.0, 4429.0, 4448.0, 4430.0, 4451.0, 4419.0, 4440.0, 4419.0, 4446.0, 4475.0, 4455.0, 4463.0, 4420.0, 4430.0, 4418.0, 4420.0, 4470.0, 4431.0, 4462.0, 4419.0, 4439.0, 4430.0, 4429.0, 4449.0, 4419.0, 4438.0, 4427.0, 4439.0, 4417.0, 4429.0, 4430.0, 4430.0, 4452.0, 4433.0], 'WindowWidth': [10048.0, 10024.0, 9921.0, 9946.0, 9852.0, 9883.0, 9927.0, 9831.0, 9866.0, 9810.0, 9863.0, 9810.0, 9863.0, 9836.0, 9821.0, 9858.0, 9831.0, 9863.0, 9821.0, 9859.0, 9861.0, 9847.0, 9887.0, 9829.0, 9907.0, 9828.0, 9855.0, 9867.0, 9844.0, 9870.0, 9836.0, 9921.0, 9836.0, 9869.0, 9852.0, 9867.0, 9852.0, 9836.0, 9846.0, 9843.0, 9869.0, 9825.0, 9845.0, 9796.0, 9812.0, 9854.0, 9823.0, 9860.0, 9820.0, 9844.0, 9803.0, 9846.0, 9859.0, 9839.0, 9857.0, 9817.0, 9844.0, 9797.0, 9841.0, 9798.0, 9830.0, 9874.0, 9816.0, 9851.0, 9795.0, 9822.0, 9780.0, 9824.0, 9824.0, 9816.0, 9822.0, 9796.0, 9850.0, 9853.0, 9816.0, 9812.0, 9813.0, 9836.0, 9805.0, 9850.0, 9806.0, 9835.0, 9844.0, 9804.0, 9865.0, 9828.0, 9849.0, 9817.0, 9816.0, 9841.0, 9812.0, 9862.0, 9806.0, 9829.0, 9825.0, 9814.0, 9841.0, 9818.0, 9857.0, 9818.0, 9845.0, 9843.0, 9816.0, 9869.0, 9864.0, 9866.0, 9823.0, 9850.0, 9847.0, 9835.0, 9869.0, 9824.0, 9867.0, 9804.0, 9867.0, 9886.0, 9812.0, 9830.0, 9806.0, 9831.0, 9791.0, 9816.0, 9864.0, 9811.0, 9843.0, 9797.0, 9810.0, 9787.0, 9822.0, 9871.0, 9802.0, 9856.0, 9789.0, 9796.0, 9783.0, 9821.0, 9866.0, 9835.0, 9845.0, 9830.0, 9829.0, 9862.0, 9866.0, 9826.0, 9889.0, 9806.0, 9864.0, 9809.0, 9852.0, 9828.0, 9843.0, 9908.0, 9848.0, 9891.0, 9821.0, 9848.0, 9806.0, 9768.0, 9822.0, 9753.0, 9823.0, 9832.0, 9806.0, 9799.0, 9749.0, 9793.0, 9771.0, 9787.0, 9767.0, 9766.0, 9757.0, 9744.0, 9745.0, 9755.0, 9765.0, 9797.0, 9765.0, 9777.0, 9744.0, 9759.0, 9774.0, 9771.0, 9785.0, 9771.0, 9791.0, 9761.0, 9791.0, 9819.0, 9792.0, 9824.0, 9794.0, 9868.0, 9827.0, 9827.0, 9838.0, 9814.0, 9838.0, 9801.0, 9822.0, 9779.0, 9798.0, 9837.0, 9801.0, 9826.0, 9795.0, 9814.0, 9850.0, 9812.0, 9823.0, 9778.0, 9808.0, 9820.0, 9798.0, 9814.0, 9802.0, 9829.0, 9825.0, 9817.0, 9841.0, 9800.0, 9834.0, 9844.0, 9819.0, 9825.0, 9801.0, 9833.0, 9821.0, 9837.0, 9846.0, 9807.0, 9831.0, 9803.0, 9836.0, 9819.0, 9821.0, 9829.0, 9803.0, 9843.0, 9805.0, 9845.0, 9814.0, 9814.0, 9846.0, 9803.0, 9842.0, 9801.0, 9850.0, 9789.0, 9818.0, 9846.0, 9821.0, 9844.0, 9792.0, 9818.0, 9858.0, 9818.0, 9850.0, 9822.0, 9844.0, 9802.0, 9819.0, 9846.0, 9819.0, 9845.0, 9818.0, 9833.0, 9802.0, 9815.0, 9864.0, 9823.0, 9830.0, 9803.0, 9830.0, 9801.0, 9855.0, 9809.0, 9821.0, 9844.0, 9804.0, 9834.0, 9809.0, 9847.0, 9820.0, 9819.0, 9871.0, 9820.0, 9828.0, 9807.0, 9819.0, 9830.0, 9833.0, 9848.0, 9826.0, 9854.0, 9815.0, 9857.0, 9841.0, 9840.0, 9864.0, 9828.0, 9875.0, 9849.0, 9819.0, 9872.0, 9800.0, 9831.0, 9806.0, 9834.0, 9832.0, 9823.0, 9834.0, 9824.0, 9839.0, 9862.0, 9839.0, 9850.0, 9809.0, 9856.0, 9826.0, 9852.0, 9810.0, 9839.0, 9863.0, 9827.0, 9870.0, 9810.0, 9849.0, 9903.0, 9821.0, 9847.0, 9820.0, 9858.0, 9783.0, 9815.0, 9857.0, 9817.0, 9842.0, 9800.0, 9831.0, 9798.0, 9799.0, 9826.0, 9817.0, 9842.0, 9800.0, 9839.0, 9850.0, 9840.0, 9886.0, 9841.0, 9870.0, 9811.0, 9839.0, 9823.0, 9883.0, 9831.0, 9848.0, 9804.0, 9846.0, 9844.0, 9898.0, 9914.0, 9834.0, 9819.0, 9828.0, 9866.0, 9815.0, 9846.0, 9822.0, 9903.0, 9815.0, 9826.0, 9794.0, 9795.0, 9829.0, 9791.0, 9825.0, 9799.0, 9814.0, 9809.0, 9796.0, 9824.0, 9794.0, 9795.0, 9836.0, 9790.0, 9786.0, 9788.0, 9816.0, 9793.0, 9797.0, 9836.0, 9827.0, 9858.0, 9816.0, 9846.0, 9811.0, 9817.0, 9859.0, 9812.0, 9824.0, 9812.0, 9842.0, 9835.0, 9839.0, 9845.0, 9832.0, 9856.0, 9838.0, 9852.0, 9846.0, 9842.0, 9835.0, 9833.0, 9869.0, 9832.0, 9891.0, 9819.0, 9841.0, 9794.0, 9808.0, 9847.0, 9810.0, 9852.0, 9794.0, 9803.0, 9838.0, 9788.0, 9831.0, 9796.0, 9805.0, 9813.0, 9788.0, 9814.0, 9787.0, 9794.0, 9819.0, 9806.0, 9823.0, 9793.0, 9836.0, 9845.0, 9851.0, 9841.0, 9814.0, 9801.0, 9807.0, 9828.0, 9811.0, 9806.0, 9788.0, 9815.0, 9774.0, 9806.0, 9813.0, 9806.0, 9840.0, 9786.0, 9798.0, 9786.0, 9804.0, 9787.0, 9786.0, 9801.0, 9785.0, 9800.0, 9813.0, 9803.0, 9797.0, 9799.0, 9786.0, 9783.0, 9797.0, 9787.0, 9787.0, 9785.0, 9796.0, 9799.0, 9807.0, 9807.0, 9817.0, 9822.0, 9823.0, 9811.0, 9834.0, 9864.0, 9854.0, 9848.0, 9833.0, 9859.0, 9871.0, 9833.0, 9870.0, 9811.0, 9825.0, 9796.0, 9823.0, 9909.0, 9855.0, 9840.0, 9826.0, 9835.0, 9809.0, 9822.0, 9845.0, 9809.0, 9834.0, 9801.0, 9817.0, 9841.0, 9815.0, 9813.0, 9799.0, 9800.0, 9782.0, 9798.0, 9796.0, 9802.0, 9799.0, 9798.0, 9814.0, 9820.0, 9845.0, 9849.0, 9842.0, 9825.0, 9810.0, 9825.0, 9843.0, 9845.0, 9828.0, 9811.0, 9836.0, 9821.0, 9822.0, 9824.0, 9820.0, 9873.0, 9817.0, 9811.0, 9798.0, 9814.0, 9788.0, 9818.0, 9802.0, 9802.0, 9834.0, 9822.0, 9867.0, 9867.0, 9843.0, 9842.0, 9861.0, 9867.0, 9836.0, 9868.0, 9903.0, 9872.0, 9855.0, 9852.0, 9881.0, 9860.0, 9893.0, 9848.0, 9879.0, 9872.0, 9856.0, 9890.0, 9862.0, 9872.0, 9904.0, 9848.0, 9875.0, 9848.0, 9864.0, 9881.0, 9824.0, 9858.0, 9814.0, 9824.0, 9874.0, 9820.0, 9842.0, 9815.0, 9816.0, 9847.0, 9823.0, 9832.0, 9804.0, 9801.0, 9797.0, 9815.0, 9826.0, 9808.0, 9816.0, 9801.0, 9817.0, 9818.0, 9825.0, 9820.0, 9816.0, 9816.0, 9812.0, 9817.0, 9833.0, 9796.0, 9842.0, 9802.0, 9817.0, 9803.0, 9821.0, 9818.0, 9798.0, 9797.0, 9781.0, 9796.0, 9797.0, 9804.0, 9800.0, 9797.0, 9797.0, 9798.0, 9818.0, 9797.0, 9802.0, 9813.0, 9795.0, 9799.0, 9826.0, 9798.0, 9811.0, 9782.0, 9796.0, 9792.0, 9819.0, 9792.0, 9802.0, 9787.0, 9816.0, 9813.0, 9820.0, 9823.0, 9808.0, 9822.0, 9818.0, 9819.0, 9805.0, 9825.0, 9820.0, 9817.0, 9818.0, 9816.0, 9820.0, 9823.0, 9819.0, 9820.0, 9803.0, 9818.0, 9819.0, 9820.0, 9823.0, 9789.0, 9818.0, 9816.0, 9810.0, 9821.0, 9821.0, 9818.0, 9815.0, 9802.0, 9816.0, 9828.0, 9828.0, 9819.0, 9819.0, 9804.0, 9801.0, 9820.0, 9802.0, 9815.0, 9814.0, 9797.0, 9814.0, 9815.0, 9817.0, 9800.0, 9812.0, 9817.0, 9802.0, 9819.0, 9799.0, 9814.0, 9800.0, 9816.0, 9823.0, 9793.0, 9820.0, 9805.0, 9808.0, 9835.0, 9828.0, 9832.0, 9826.0, 9843.0, 9852.0, 9849.0, 9895.0, 9874.0, 9842.0, 9893.0, 9831.0, 9840.0, 9818.0, 9839.0, 9808.0, 9828.0, 9892.0, 9805.0, 9834.0, 9808.0, 9835.0, 9789.0, 9803.0, 9813.0, 9789.0, 9822.0, 9793.0, 9810.0, 9836.0, 9828.0, 9823.0, 9811.0, 9805.0, 9787.0, 9786.0, 9772.0, 9803.0, 9807.0, 9807.0, 9806.0, 9791.0, 9807.0, 9834.0, 9826.0, 9824.0, 9812.0, 9809.0, 9816.0, 9805.0, 9808.0, 9813.0, 9810.0, 9823.0, 9825.0, 9811.0, 9830.0, 9861.0, 9831.0, 9830.0, 9826.0, 9828.0, 9868.0, 9839.0, 9869.0, 9836.0, 9867.0, 9838.0, 9868.0, 9862.0, 9829.0, 9854.0, 9823.0, 9864.0, 9826.0, 9886.0, 9840.0, 9856.0, 9901.0, 9828.0, 9849.0, 9811.0, 9863.0, 9809.0, 9819.0, 9858.0, 9804.0, 9849.0, 9806.0, 9854.0, 9837.0, 9818.0, 9844.0, 9798.0, 9846.0, 9800.0, 9802.0, 9829.0, 9808.0, 9841.0, 9831.0, 9855.0, 9816.0, 9848.0, 9886.0, 9854.0, 9903.0, 9845.0, 9887.0, 9830.0, 9864.0, 9889.0, 9845.0, 9855.0, 9828.0, 9855.0, 9825.0, 9859.0, 9881.0, 9825.0, 9860.0, 9805.0, 9832.0, 9807.0, 9837.0, 9872.0, 9816.0, 9841.0, 9798.0, 9818.0, 9805.0, 9818.0, 9827.0, 9801.0, 9825.0, 9807.0, 9822.0, 9821.0, 9852.0, 9848.0, 9803.0, 9825.0, 9833.0, 9861.0, 9808.0, 9881.0, 9784.0, 9791.0, 9810.0, 9841.0, 9799.0, 9835.0, 9780.0, 9817.0, 9825.0, 9799.0, 9844.0, 9803.0, 9843.0, 9779.0, 9798.0, 9824.0, 9767.0, 9784.0, 9759.0, 9759.0, 9754.0, 9756.0, 9772.0, 9775.0, 9785.0, 9812.0, 9776.0, 9783.0, 9793.0, 9765.0, 9786.0, 9761.0, 9775.0, 9749.0, 9775.0, 9774.0, 9780.0, 9805.0, 9784.0, 9812.0, 9767.0, 9795.0, 9766.0, 9817.0, 9857.0, 9828.0, 9835.0, 9770.0, 9785.0, 9766.0, 9767.0, 9838.0, 9787.0, 9826.0, 9768.0, 9794.0, 9782.0, 9781.0, 9806.0, 9765.0, 9790.0, 9777.0, 9793.0, 9763.0, 9781.0, 9783.0, 9785.0, 9815.0, 9790.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.010938046103183316</td></tr>
<tr><td colspan=3>aqi</td><td>0.0655281792535675</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.03308905306597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2078312956923078</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1097969113076918</td></tr>
<tr><td colspan=3>efc</td><td>0.5041</td></tr>
<tr><td colspan=3>fber</td><td>4643.2119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10978199460907875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.574094401756311</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6154128171370616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.473257850123847</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8517213865551185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5212592147322193</td></tr>
<tr><td colspan=3>gcor</td><td>0.00668611</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014354359358549118</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03910377249121666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.182832407054843</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.5351</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9871</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.2918</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291167.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.1636</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6962</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.058</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3619.4689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.7118</td></tr>
<tr><td colspan=3>tsnr</td><td>24.637953848810866</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>