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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0126_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-02/func/sub-0126_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b62dedafabade9496bbaffe7f8a99951</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:49:13.130000</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131584</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7816, -7193, 32, -110, -149, -8, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c79ba72f-df8f-4e0b-b554-3c8a91f73891||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['194913.130000', '194913.590000', '194914.050000', '194914.510000', '194914.970000', '194915.430000', '194915.890000', '194916.350000', '194916.810000', '194917.270000', '194917.730000', '194918.190000', '194918.650000', '194919.110000', '194919.570000', '194920.030000', '194920.490000', '194920.950000', '194921.410000', '194921.870000', '194922.330000', '194922.790000', '194923.250000', '194923.710000', '194924.170000', '194924.630000', '194925.090000', '194925.550000', '194926.010000', '194926.470000', '194926.930000', '194927.390000', '194927.850000', '194928.310000', '194928.770000', '194929.230000', '194929.690000', '194930.150000', '194930.610000', '194931.070000', '194931.530000', '194931.990000', '194932.450000', '194932.910000', '194933.370000', '194933.830000', '194934.290000', '194934.750000', '194935.210000', '194935.670000', '194936.130000', '194936.590000', '194937.050000', '194937.510000', '194937.970000', '194938.430000', '194938.890000', '194939.350000', '194939.810000', '194940.270000', '194940.730000', '194941.190000', '194941.650000', '194942.110000', '194942.570000', '194943.030000', '194943.490000', '194943.950000', '194944.410000', '194944.870000', '194945.330000', '194945.790000', '194946.250000', '194946.710000', '194947.170000', '194947.630000', '194948.090000', '194948.550000', '194949.010000', '194949.470000', '194949.930000', '194950.390000', '194950.850000', '194951.310000', '194951.770000', '194952.230000', '194952.690000', '194953.150000', '194953.610000', '194954.070000', '194954.530000', '194954.990000', '194955.450000', '194955.910000', '194956.370000', '194956.830000', '194957.290000', '194957.750000', '194958.210000', '194958.670000', '194959.130000', '194959.590000', '195000.050000', '195000.510000', '195000.970000', '195001.430000', '195001.890000', '195002.350000', '195002.810000', '195003.270000', '195003.730000', '195004.190000', '195004.650000', '195005.110000', '195005.570000', '195006.030000', '195006.490000', '195006.950000', '195007.410000', '195007.870000', '195008.330000', '195008.790000', '195009.250000', '195009.710000', '195010.170000', '195010.630000', '195011.090000', '195011.550000', '195012.010000', '195012.470000', '195012.930000', '195013.390000', '195013.850000', '195014.310000', '195014.770000', '195015.230000', '195015.690000', '195016.150000', '195016.610000', '195017.070000', '195017.530000', '195017.990000', '195018.450000', '195018.910000', '195019.370000', '195019.830000', '195020.290000', '195020.750000', '195021.210000', '195021.670000', '195022.130000', '195022.590000', '195023.050000', '195023.510000', '195023.970000', '195024.430000', '195024.890000', '195025.350000', '195025.810000', '195026.270000', '195026.730000', '195027.190000', '195027.650000', '195028.110000', '195028.570000', '195029.030000', '195029.490000', '195029.950000', '195030.410000', '195030.870000', '195031.330000', '195031.790000', '195032.250000', '195032.710000', '195033.170000', '195033.630000', '195034.090000', '195034.550000', '195035.010000', '195035.470000', '195035.930000', '195036.390000', '195036.850000', '195037.310000', '195037.770000', '195038.230000', '195038.690000', '195039.150000', '195039.610000', '195040.070000', '195040.530000', '195040.990000', '195041.450000', '195041.910000', '195042.370000', '195042.830000', '195043.290000', '195043.750000', '195044.210000', '195044.670000', '195045.130000', '195045.590000', '195046.050000', '195046.510000', '195046.970000', '195047.430000', '195047.890000', '195048.350000', '195048.810000', '195049.270000', '195049.730000', '195050.190000', '195050.650000', '195051.110000', '195051.570000', '195052.030000', '195052.490000', '195052.950000', '195053.410000', '195053.870000', '195054.330000', '195054.790000', '195055.250000', '195055.710000', '195056.170000', '195056.630000', '195057.090000', '195057.550000', '195058.010000', '195058.470000', '195058.930000', '195059.390000', '195059.850000', '195100.310000', '195100.770000', '195101.230000', '195101.690000', '195102.150000', '195102.610000', '195103.070000', '195103.530000', '195103.990000', '195104.450000', '195104.910000', '195105.370000', '195105.830000', '195106.290000', '195106.750000', '195107.210000', '195107.670000', '195108.130000', '195108.590000', '195109.050000', '195109.510000', '195109.970000', '195110.430000', '195110.890000', '195111.350000', '195111.810000', '195112.270000', '195112.730000', '195113.190000', '195113.650000', '195114.110000', '195114.570000', '195115.030000', '195115.490000', '195115.950000', '195116.410000', '195116.870000', '195117.330000', '195117.790000', '195118.250000', '195118.710000', '195119.170000', '195119.630000', '195120.090000', '195120.550000', '195121.010000', '195121.470000', '195121.930000', '195122.390000', '195122.850000', '195123.310000', '195123.770000', '195124.230000', '195124.690000', '195125.150000', '195125.610000', '195126.070000', '195126.530000', '195126.990000', '195127.450000', '195127.910000', '195128.370000', '195128.830000', '195129.290000', '195129.750000', '195130.210000', '195130.670000', '195131.130000', '195131.590000', '195132.050000', '195132.510000', '195132.970000', '195133.430000', '195133.890000', '195134.350000', '195134.810000', '195135.270000', '195135.730000', '195136.190000', '195136.650000', '195137.110000', '195137.570000', '195138.030000', '195138.490000', '195138.950000', '195139.410000', '195139.870000', '195140.330000', '195140.790000', '195141.250000', '195141.710000', '195142.170000', '195142.630000', '195143.090000', '195143.550000', '195144.010000', '195144.470000', '195144.930000', '195145.390000', '195145.850000', '195146.310000', '195146.770000', '195147.230000', '195147.690000', '195148.150000', '195148.610000', '195149.070000', '195149.530000', '195149.990000', '195150.450000', '195150.910000', '195151.370000', '195151.830000', '195152.290000', '195152.750000', '195153.210000', '195153.670000', '195154.130000', '195154.590000', '195155.050000', '195155.510000', '195155.970000', '195156.430000', '195156.890000', '195157.350000', '195157.810000', '195158.270000', '195158.730000', '195159.190000', '195159.650000', '195200.110000', '195200.570000', '195201.030000', '195201.490000', '195201.950000', '195202.410000', '195202.870000', '195203.330000', '195203.790000', '195204.250000', '195204.710000', '195205.170000', '195205.630000', '195206.090000', '195206.550000', '195207.010000', '195207.470000', '195207.930000', '195208.390000', '195208.850000', '195209.310000', '195209.770000', '195210.230000', '195210.690000', '195211.150000', '195211.610000', '195212.070000', '195212.530000', '195212.990000', '195213.450000', '195213.910000', '195214.370000', '195214.830000', '195215.290000', '195215.750000', '195216.210000', '195216.670000', '195217.130000', '195217.590000', '195218.050000', '195218.510000', '195218.970000', '195219.430000', '195219.890000', '195220.350000', '195220.810000', '195221.270000', '195221.730000', '195222.190000', '195222.650000', '195223.110000', '195223.570000', '195224.030000', '195224.490000', '195224.950000', '195225.410000', '195225.870000', '195226.330000', '195226.790000', '195227.250000', '195227.710000', '195228.170000', '195228.630000', '195229.090000', '195229.550000', '195230.010000', '195230.470000', '195230.930000', '195231.390000', '195231.850000', '195232.310000', '195232.770000', '195233.230000', '195233.690000', '195234.150000', '195234.610000', '195235.070000', '195235.530000', '195235.990000', '195236.450000', '195236.910000', '195237.370000', '195237.830000', '195238.290000', '195238.750000', '195239.210000', '195239.670000', '195240.130000', '195240.590000', '195241.050000', '195241.510000', '195241.970000', '195242.430000', '195242.890000', '195243.350000', '195243.810000', '195244.270000', '195244.730000', '195245.190000', '195245.650000', '195246.110000', '195246.570000', '195247.030000', '195247.490000', '195247.950000', '195248.410000', '195248.870000', '195249.330000', '195249.790000', '195250.250000', '195250.710000', '195251.170000', '195251.630000', '195252.090000', '195252.550000', '195253.010000', '195253.470000', '195253.930000', '195254.390000', '195254.850000', '195255.310000', '195255.770000', '195256.230000', '195256.690000', '195257.150000', '195257.610000', '195258.070000', '195258.530000', '195258.990000', '195259.450000', '195259.910000', '195300.370000', '195300.830000', '195301.290000', '195301.750000', '195302.210000', '195302.670000', '195303.130000', '195303.590000', '195304.050000', '195304.510000', '195304.970000', '195305.430000', '195305.890000', '195306.350000', '195306.810000', '195307.270000', '195307.730000', '195308.190000', '195308.650000', '195309.110000', '195309.570000', '195310.030000', '195310.490000', '195310.950000', '195311.410000', '195311.870000', '195312.330000', '195312.790000', '195313.250000', '195313.710000', '195314.170000', '195314.630000', '195315.090000', '195315.550000', '195316.010000', '195316.470000', '195316.930000', '195317.390000', '195317.850000', '195318.310000', '195318.770000', '195319.230000', '195319.690000', '195320.150000', '195320.610000', '195321.070000', '195321.530000', '195321.990000', '195322.450000', '195322.910000', '195323.370000', '195323.830000', '195324.290000', '195324.750000', '195325.210000', '195325.670000', '195326.130000', '195326.590000', '195327.050000', '195327.510000', '195327.970000', '195328.430000', '195328.890000', '195329.350000', '195329.810000', '195330.270000', '195330.730000', '195331.190000', '195331.650000', '195332.110000', '195332.570000', '195333.030000', '195333.490000', '195333.950000', '195334.410000', '195334.870000', '195335.330000', '195335.790000', '195336.250000', '195336.710000', '195337.170000', '195337.630000', '195338.090000', '195338.550000', '195339.010000', '195339.470000', '195339.930000', '195340.390000', '195340.850000', '195341.310000', '195341.770000', '195342.230000', '195342.690000', '195343.150000', '195343.610000', '195344.070000', '195344.530000', '195344.990000', '195345.450000', '195345.910000', '195346.370000', '195346.830000', '195347.290000', '195347.750000', '195348.210000', '195348.670000', '195349.130000', '195349.590000', '195350.050000', '195350.510000', '195350.970000', '195351.430000', '195351.890000', '195352.350000', '195352.810000', '195353.270000', '195353.730000', '195354.190000', '195354.650000', '195355.110000', '195355.570000', '195356.030000', '195356.490000', '195356.950000', '195357.410000', '195357.870000', '195358.330000', '195358.790000', '195359.250000', '195359.710000', '195400.170000', '195400.630000', '195401.090000', '195401.550000', '195402.010000', '195402.470000', '195402.930000', '195403.390000', '195403.850000', '195404.310000', '195404.770000', '195405.230000', '195405.690000', '195406.150000', '195406.610000', '195407.070000', '195407.530000', '195407.990000', '195408.450000', '195408.910000', '195409.370000', '195409.830000', '195410.290000', '195410.750000', '195411.210000', '195411.670000', '195412.130000', '195412.590000', '195413.050000', '195413.510000', '195413.970000', '195414.430000', '195414.890000', '195415.350000', '195415.810000', '195416.270000', '195416.730000', '195417.190000', '195417.650000', '195418.110000', '195418.570000', '195419.030000', '195419.490000', '195419.950000', '195420.410000', '195420.870000', '195421.330000', '195421.790000', '195422.250000', '195422.710000', '195423.170000', '195423.630000', '195424.090000', '195424.550000', '195425.010000', '195425.470000', '195425.930000', '195426.390000', '195426.850000', '195427.310000', '195427.770000', '195428.230000', '195428.690000', '195429.150000', '195429.610000', '195430.070000', '195430.530000', '195430.990000', '195431.450000', '195431.910000', '195432.370000', '195432.830000', '195433.290000', '195433.750000', '195434.210000', '195434.670000', '195435.130000', '195435.590000', '195436.050000', '195436.510000', '195436.970000', '195437.430000', '195437.890000', '195438.350000', '195438.810000', '195439.270000', '195439.730000', '195440.190000', '195440.650000', '195441.110000', '195441.570000', '195442.030000', '195442.490000', '195442.950000', '195443.410000', '195443.870000', '195444.330000', '195444.790000', '195445.250000', '195445.710000', '195446.170000', '195446.630000', '195447.090000', '195447.550000', '195448.010000', '195448.470000', '195448.930000', '195449.390000', '195449.850000', '195450.310000', '195450.770000', '195451.230000', '195451.690000', '195452.150000', '195452.610000', '195453.070000', '195453.530000', '195453.990000', '195454.450000', '195454.910000', '195455.370000', '195455.830000', '195456.290000', '195456.750000', '195457.210000', '195457.670000', '195458.130000', '195458.590000', '195459.050000', '195459.510000', '195459.970000', '195500.430000', '195500.890000', '195501.350000', '195501.810000', '195502.270000', '195502.730000', '195503.190000', '195503.650000', '195504.110000', '195504.570000', '195505.030000', '195505.490000', '195505.950000', '195506.410000', '195506.870000', '195507.330000', '195507.790000', '195508.250000', '195508.710000', '195509.170000', '195509.630000', '195510.090000', '195510.550000', '195511.010000', '195511.470000', '195511.930000', '195512.390000', '195512.850000', '195513.310000', '195513.770000', '195514.230000', '195514.690000', '195515.150000', '195515.610000', '195516.070000', '195516.530000', '195516.990000', '195517.450000', '195517.910000', '195518.370000', '195518.830000', '195519.290000', '195519.750000', '195520.210000', '195520.670000', '195521.130000', '195521.590000', '195522.050000', '195522.510000', '195522.970000', '195523.430000', '195523.890000', '195524.350000', '195524.810000', '195525.270000', '195525.730000', '195526.190000', '195526.650000', '195527.110000', '195527.570000', '195528.030000', '195528.490000', '195528.950000', '195529.410000', '195529.870000', '195530.330000', '195530.790000', '195531.250000', '195531.710000', '195532.170000', '195532.630000', '195533.090000', '195533.550000', '195534.010000', '195534.470000', '195534.930000', '195535.390000', '195535.850000', '195536.310000', '195536.770000', '195537.230000', '195537.690000', '195538.150000', '195538.610000', '195539.070000', '195539.530000', '195539.990000', '195540.450000', '195540.910000', '195541.370000', '195541.830000', '195542.290000', '195542.750000', '195543.210000', '195543.670000', '195544.130000', '195544.590000', '195545.050000', '195545.510000', '195545.970000', '195546.430000', '195546.890000', '195547.350000', '195547.810000', '195548.270000', '195548.730000', '195549.190000', '195549.650000', '195550.110000', '195550.570000', '195551.030000', '195551.490000', '195551.950000', '195552.410000', '195552.870000', '195553.330000', '195553.790000', '195554.250000', '195554.710000', '195555.170000', '195555.630000', '195556.090000', '195556.550000', '195557.010000', '195557.470000', '195557.930000', '195558.390000', '195558.850000', '195559.310000', '195559.770000', '195600.230000', '195600.690000', '195601.150000', '195601.610000', '195602.070000', '195602.530000', '195602.990000', '195603.450000', '195603.910000', '195604.370000', '195604.830000', '195605.290000', '195605.750000', '195606.210000', '195606.670000', '195607.130000', '195607.590000', '195608.050000', '195608.510000', '195608.970000', '195609.430000', '195609.890000', '195610.350000', '195610.810000', '195611.270000', '195611.730000', '195612.190000', '195612.650000', '195613.110000'], 'ContentTime': ['194939.770000', '194939.773000', '194939.776000', '194939.778000', '194939.781000', '194939.783000', '194939.786000', '194939.789000', '194939.791000', '194939.794000', '194939.796000', '194939.799000', '194939.802000', '194939.804000', '194939.807000', '194939.828000', '194939.830000', '194939.833000', '194939.835000', '194939.838000', '194939.840000', '194939.843000', '194939.845000', '194939.848000', '194939.850000', '194939.853000', '194939.855000', '194939.858000', '194939.861000', '194939.863000', '194939.866000', '194939.868000', '194939.871000', '194939.874000', '194939.876000', '194939.879000', '194939.881000', '194939.884000', '194939.886000', '194939.889000', '194939.891000', '194939.894000', '194939.896000', '194939.899000', '194939.902000', '194939.904000', '194939.907000', '194939.909000', '194939.912000', '194939.914000', '194939.917000', '194939.920000', '194939.922000', '194939.925000', '194939.927000', '194959.733000', '194959.739000', '194959.742000', '194959.744000', '194959.747000', '194959.750000', '194959.752000', '194959.755000', '194959.757000', '194959.760000', '194959.762000', '194959.765000', '194959.768000', '194959.770000', '194959.773000', '194959.775000', '194959.778000', '194959.781000', '194959.783000', '194959.786000', '194959.789000', '194959.792000', '194959.795000', '194959.798000', '194959.800000', '194959.803000', '194959.805000', '194959.808000', '194959.811000', '194959.813000', '194959.816000', '194959.818000', '194959.821000', '194959.823000', '194959.826000', '194959.828000', '194959.831000', '194959.834000', '194959.836000', '194959.839000', '194959.841000', '194959.844000', '194959.846000', '195019.733000', '195019.736000', '195019.738000', '195019.741000', '195019.743000', '195019.746000', '195019.748000', '195019.751000', '195019.753000', '195019.756000', '195019.759000', '195019.761000', '195019.764000', '195019.766000', '195019.769000', '195019.771000', '195019.774000', '195019.777000', '195019.779000', '195019.782000', '195019.784000', '195019.787000', '195019.789000', '195019.792000', '195019.795000', '195019.797000', '195019.800000', '195019.802000', '195019.805000', '195019.808000', '195019.810000', '195019.813000', '195019.815000', '195019.818000', '195019.820000', '195019.823000', '195019.826000', '195019.828000', '195019.831000', '195019.833000', '195019.836000', '195019.838000', '195019.841000', '195019.844000', '195039.732000', '195039.735000', '195039.738000', '195039.740000', '195039.743000', '195039.746000', '195039.748000', '195039.751000', '195039.753000', '195039.756000', '195039.758000', '195039.761000', '195039.764000', '195039.766000', '195039.769000', '195039.772000', '195039.774000', '195039.777000', '195039.779000', '195039.782000', '195039.784000', '195039.787000', '195039.789000', '195039.792000', '195039.795000', '195039.797000', '195039.800000', '195039.803000', '195039.805000', '195039.808000', '195039.811000', '195039.814000', '195039.817000', '195039.821000', '195039.823000', '195039.826000', '195039.829000', '195039.831000', '195039.834000', '195039.836000', '195039.839000', '195039.841000', '195039.844000', '195059.732000', '195059.735000', '195059.738000', '195059.740000', '195059.743000', '195059.745000', '195059.748000', '195059.750000', '195059.753000', '195059.756000', '195059.758000', '195059.761000', '195059.763000', '195059.766000', '195059.768000', '195059.771000', '195059.774000', '195059.776000', '195059.779000', '195059.781000', '195059.784000', '195059.786000', '195059.789000', '195059.791000', '195059.794000', '195059.797000', '195059.799000', '195059.802000', '195059.805000', '195059.807000', '195059.810000', '195059.823000', '195059.825000', '195059.828000', '195059.830000', '195059.833000', '195059.836000', '195059.838000', '195059.841000', '195059.844000', '195059.846000', '195059.849000', '195059.851000', '195059.854000', '195119.732000', '195119.735000', '195119.738000', '195119.740000', '195119.743000', '195119.746000', '195119.748000', '195119.751000', '195119.753000', '195119.756000', '195119.758000', '195119.761000', '195119.764000', '195119.766000', '195119.769000', '195119.771000', '195119.774000', '195119.777000', '195119.779000', '195119.782000', '195119.784000', '195119.787000', '195119.789000', '195119.792000', '195119.795000', '195119.797000', '195119.800000', '195119.803000', '195119.805000', '195119.808000', '195119.811000', '195119.813000', '195119.816000', '195119.818000', '195119.821000', '195119.823000', '195119.826000', '195119.829000', '195119.831000', '195119.834000', '195119.836000', '195119.846000', '195119.848000', '195139.733000', '195139.736000', '195139.739000', '195139.741000', '195139.744000', '195139.747000', '195139.749000', '195139.752000', '195139.754000', '195139.757000', '195139.759000', '195139.762000', '195139.765000', '195139.767000', '195139.770000', '195139.772000', '195139.775000', '195139.777000', '195139.780000', '195139.782000', '195139.785000', '195139.788000', '195139.790000', '195139.793000', '195139.795000', '195139.798000', '195139.801000', '195139.803000', '195139.806000', '195139.808000', '195139.811000', '195139.814000', '195139.816000', '195139.819000', '195139.821000', '195139.824000', '195139.826000', '195139.829000', '195139.831000', '195139.834000', '195139.837000', '195139.839000', '195139.842000', '195139.845000', '195159.733000', '195159.735000', '195159.738000', '195159.741000', '195159.743000', '195159.746000', '195159.748000', '195159.751000', '195159.753000', '195159.756000', '195159.759000', '195159.761000', '195159.764000', '195159.767000', '195159.769000', '195159.772000', '195159.774000', '195159.777000', '195159.779000', '195159.782000', '195159.789000', '195159.791000', '195159.794000', '195159.796000', '195159.799000', '195159.802000', '195159.804000', '195159.807000', '195159.810000', '195159.812000', '195159.815000', '195159.817000', '195159.820000', '195159.822000', '195159.825000', '195159.828000', '195159.830000', '195159.833000', '195159.835000', '195159.838000', '195159.841000', '195159.843000', '195159.846000', '195219.732000', '195219.735000', '195219.738000', '195219.740000', '195219.743000', '195219.746000', '195219.748000', '195219.751000', '195219.753000', '195219.756000', '195219.758000', '195219.761000', '195219.763000', '195219.766000', '195219.769000', '195219.771000', '195219.774000', '195219.776000', '195219.779000', '195219.781000', '195219.784000', '195219.786000', '195219.789000', '195219.792000', '195219.794000', '195219.797000', '195219.799000', '195219.802000', '195219.805000', '195219.807000', '195219.810000', '195219.812000', '195219.815000', '195219.817000', '195219.820000', '195219.823000', '195219.825000', '195219.835000', '195219.838000', '195219.841000', '195219.843000', '195219.846000', '195219.848000', '195219.851000', '195239.733000', '195239.736000', '195239.738000', '195239.741000', '195239.743000', '195239.746000', '195239.748000', '195239.751000', '195239.754000', '195239.756000', '195239.759000', '195239.761000', '195239.764000', '195239.767000', '195239.769000', '195239.772000', '195239.783000', '195239.785000', '195239.788000', '195239.790000', '195239.793000', '195239.796000', '195239.798000', '195239.801000', '195239.803000', '195239.806000', '195239.809000', '195239.811000', '195239.814000', '195239.816000', '195239.819000', '195239.822000', '195239.825000', '195239.827000', '195239.830000', '195239.832000', '195239.835000', '195239.838000', '195239.840000', '195239.863000', '195239.866000', '195239.868000', '195239.871000', '195259.733000', '195259.736000', '195259.738000', '195259.741000', '195259.743000', '195259.746000', '195259.749000', '195259.751000', '195259.754000', '195259.757000', '195259.759000', '195259.762000', '195259.764000', '195259.767000', '195259.770000', '195259.772000', '195259.775000', '195259.777000', '195259.780000', '195259.782000', '195259.785000', '195259.788000', '195259.790000', '195259.793000', '195259.795000', '195259.798000', '195259.800000', '195259.803000', '195259.806000', '195259.808000', '195259.811000', '195259.813000', '195259.816000', '195259.819000', '195259.821000', '195259.824000', '195259.826000', '195259.829000', '195259.832000', '195259.834000', '195259.837000', '195259.839000', '195259.842000', '195259.845000', '195319.732000', '195319.735000', '195319.738000', '195319.740000', '195319.743000', '195319.746000', '195319.748000', '195319.751000', '195319.754000', '195319.756000', '195319.759000', '195319.761000', '195319.764000', '195319.767000', '195319.769000', '195319.772000', '195319.774000', '195319.777000', '195319.779000', '195319.782000', '195319.785000', '195319.787000', '195319.790000', '195319.792000', '195319.795000', '195319.798000', '195319.800000', '195319.803000', '195319.806000', '195319.808000', '195319.811000', '195319.819000', '195319.821000', '195319.824000', '195319.826000', '195319.829000', '195319.832000', '195319.834000', '195319.837000', '195319.839000', '195319.842000', '195319.845000', '195319.847000', '195339.733000', '195339.735000', '195339.738000', '195339.741000', '195339.743000', '195339.746000', '195339.748000', '195339.751000', '195339.754000', '195339.756000', '195339.759000', '195339.761000', '195339.764000', '195339.766000', '195339.769000', '195339.772000', '195339.774000', '195339.777000', '195339.779000', '195339.782000', '195339.784000', '195339.787000', '195339.790000', '195339.792000', '195339.795000', '195339.797000', '195339.800000', '195339.803000', '195339.805000', '195339.808000', '195339.810000', '195339.813000', '195339.816000', '195339.818000', '195339.821000', '195339.823000', '195339.826000', '195339.828000', '195339.831000', '195339.834000', '195339.836000', '195339.839000', '195339.841000', '195339.844000', '195359.733000', '195359.736000', '195359.739000', '195359.742000', '195359.744000', '195359.747000', '195359.749000', '195359.752000', '195359.755000', '195359.757000', '195359.760000', '195359.762000', '195359.765000', '195359.768000', '195359.770000', '195359.773000', '195359.775000', '195359.778000', '195359.793000', '195359.796000', '195359.799000', '195359.801000', '195359.804000', '195359.807000', '195359.809000', '195359.812000', '195359.814000', '195359.817000', '195359.820000', '195359.822000', '195359.825000', '195359.827000', '195359.830000', '195359.833000', '195359.835000', '195359.838000', '195359.841000', '195359.843000', '195359.846000', '195359.848000', '195359.851000', '195359.853000', '195359.856000', '195419.732000', '195419.736000', '195419.739000', '195419.742000', '195419.745000', '195419.747000', '195419.750000', '195419.752000', '195419.755000', '195419.757000', '195419.760000', '195419.763000', '195419.765000', '195419.768000', '195419.770000', '195419.773000', '195419.776000', '195419.778000', '195419.781000', '195419.783000', '195419.786000', '195419.789000', '195419.792000', '195419.794000', '195419.797000', '195419.800000', '195419.803000', '195419.805000', '195419.808000', '195419.810000', '195419.813000', '195419.816000', '195419.818000', '195419.821000', '195419.824000', '195419.826000', '195419.829000', '195419.832000', '195419.834000', '195419.837000', '195419.840000', '195419.842000', '195419.845000', '195419.847000', '195439.733000', '195439.735000', '195439.738000', '195439.741000', '195439.743000', '195439.746000', '195439.749000', '195439.751000', '195439.754000', '195439.756000', '195439.759000', '195439.761000', '195439.764000', '195439.767000', '195439.769000', '195439.772000', '195439.775000', '195439.777000', '195439.780000', '195439.782000', '195439.785000', '195439.787000', '195439.790000', '195439.793000', '195439.795000', '195439.798000', '195439.800000', '195439.803000', '195439.806000', '195439.808000', '195439.811000', '195439.814000', '195439.816000', '195439.819000', '195439.821000', '195439.824000', '195439.826000', '195439.829000', '195439.832000', '195439.834000', '195439.837000', '195439.839000', '195439.842000', '195459.733000', '195459.735000', '195459.738000', '195459.741000', '195459.743000', '195459.746000', '195459.748000', '195459.751000', '195459.754000', '195459.756000', '195459.759000', '195459.763000', '195459.766000', '195459.768000', '195459.771000', '195459.774000', '195459.776000', '195459.779000', '195459.781000', '195459.784000', '195459.786000', '195459.789000', '195459.792000', '195459.794000', '195459.797000', '195459.799000', '195459.802000', '195459.804000', '195459.807000', '195459.810000', '195459.812000', '195459.815000', '195459.818000', '195459.820000', '195459.823000', '195459.825000', '195459.828000', '195459.830000', '195459.833000', '195459.835000', '195459.838000', '195459.841000', '195459.843000', '195459.846000', '195519.733000', '195519.735000', '195519.738000', '195519.740000', '195519.743000', '195519.746000', '195519.748000', '195519.751000', '195519.753000', '195519.756000', '195519.758000', '195519.761000', '195519.764000', '195519.766000', '195519.769000', '195519.772000', '195519.774000', '195519.777000', '195519.779000', '195519.782000', '195519.784000', '195519.787000', '195519.790000', '195519.792000', '195519.795000', '195519.797000', '195519.800000', '195519.803000', '195519.805000', '195519.819000', '195519.822000', '195519.824000', '195519.827000', '195519.830000', '195519.832000', '195519.835000', '195519.837000', '195519.840000', '195519.843000', '195519.845000', '195519.848000', '195519.850000', '195519.853000', '195539.733000', '195539.736000', '195539.739000', '195539.741000', '195539.744000', '195539.746000', '195539.749000', '195539.752000', '195539.754000', '195539.757000', '195539.759000', '195539.762000', '195539.764000', '195539.767000', '195539.770000', '195539.772000', '195539.776000', '195539.779000', '195539.781000', '195539.784000', '195539.786000', '195539.789000', '195539.791000', '195539.794000', '195539.797000', '195539.799000', '195539.802000', '195539.805000', '195539.807000', '195539.810000', '195539.812000', '195539.815000', '195539.817000', '195539.820000', '195539.823000', '195539.825000', '195539.828000', '195539.830000', '195539.833000', '195539.836000', '195539.838000', '195539.841000', '195539.843000', '195559.732000', '195559.735000', '195559.738000', '195559.741000', '195559.743000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.756000', '195559.759000', '195559.761000', '195559.764000', '195559.767000', '195559.769000', '195559.772000', '195559.775000', '195559.777000', '195559.780000', '195559.782000', '195559.785000', '195559.788000', '195559.790000', '195559.793000', '195559.795000', '195559.798000', '195559.800000', '195559.803000', '195559.806000', '195559.808000', '195559.811000', '195559.813000', '195559.816000', '195559.818000', '195559.821000', '195559.824000', '195559.826000', '195559.829000', '195559.831000', '195559.834000', '195559.836000', '195559.839000', '195559.842000', '195559.844000', '195614.678000', '195614.680000', '195614.683000', '195614.686000', '195614.688000', '195614.691000', '195614.693000', '195614.696000', '195614.699000', '195614.701000', '195614.704000', '195614.707000', '195614.709000', '195614.712000', '195614.714000', '195614.717000', '195614.720000', '195614.722000', '195614.725000', '195614.727000', '195614.730000', '195614.733000', '195614.735000', '195614.738000', '195614.740000', '195614.743000', '195614.745000', '195614.748000', '195614.751000', '195614.753000', '195614.756000', '195614.759000', '195614.761000'], 'InstanceCreationTime': ['194939.770000', '194939.773000', '194939.776000', '194939.778000', '194939.781000', '194939.783000', '194939.786000', '194939.789000', '194939.791000', '194939.794000', '194939.796000', '194939.799000', '194939.802000', '194939.804000', '194939.807000', '194939.828000', '194939.830000', '194939.833000', '194939.835000', '194939.838000', '194939.840000', '194939.843000', '194939.845000', '194939.848000', '194939.850000', '194939.853000', '194939.855000', '194939.858000', '194939.861000', '194939.863000', '194939.866000', '194939.868000', '194939.871000', '194939.874000', '194939.876000', '194939.879000', '194939.881000', '194939.884000', '194939.886000', '194939.889000', '194939.891000', '194939.894000', '194939.896000', '194939.899000', '194939.902000', '194939.904000', '194939.907000', '194939.909000', '194939.912000', '194939.914000', '194939.917000', '194939.920000', '194939.922000', '194939.925000', '194939.927000', '194959.733000', '194959.739000', '194959.742000', '194959.744000', '194959.747000', '194959.750000', '194959.752000', '194959.755000', '194959.757000', '194959.760000', '194959.762000', '194959.765000', '194959.768000', '194959.770000', '194959.773000', '194959.775000', '194959.778000', '194959.781000', '194959.783000', '194959.786000', '194959.789000', '194959.792000', '194959.795000', '194959.798000', '194959.800000', '194959.803000', '194959.805000', '194959.808000', '194959.811000', '194959.813000', '194959.816000', '194959.818000', '194959.821000', '194959.823000', '194959.826000', '194959.828000', '194959.831000', '194959.834000', '194959.836000', '194959.839000', '194959.841000', '194959.844000', '194959.846000', '195019.733000', '195019.736000', '195019.738000', '195019.741000', '195019.743000', '195019.746000', '195019.748000', '195019.751000', '195019.753000', '195019.756000', '195019.759000', '195019.761000', '195019.764000', '195019.766000', '195019.769000', '195019.771000', '195019.774000', '195019.777000', '195019.779000', '195019.782000', '195019.784000', '195019.787000', '195019.789000', '195019.792000', '195019.795000', '195019.797000', '195019.800000', '195019.802000', '195019.805000', '195019.808000', '195019.810000', '195019.813000', '195019.815000', '195019.818000', '195019.820000', '195019.823000', '195019.826000', '195019.828000', '195019.831000', '195019.833000', '195019.836000', '195019.838000', '195019.841000', '195019.844000', '195039.732000', '195039.735000', '195039.738000', '195039.740000', '195039.743000', '195039.746000', '195039.748000', '195039.751000', '195039.753000', '195039.756000', '195039.758000', '195039.761000', '195039.764000', '195039.766000', '195039.769000', '195039.772000', '195039.774000', '195039.777000', '195039.779000', '195039.782000', '195039.784000', '195039.787000', '195039.789000', '195039.792000', '195039.795000', '195039.797000', '195039.800000', '195039.803000', '195039.805000', '195039.808000', '195039.811000', '195039.814000', '195039.817000', '195039.821000', '195039.823000', '195039.826000', '195039.829000', '195039.831000', '195039.834000', '195039.836000', '195039.839000', '195039.841000', '195039.844000', '195059.732000', '195059.735000', '195059.738000', '195059.740000', '195059.743000', '195059.745000', '195059.748000', '195059.750000', '195059.753000', '195059.756000', '195059.758000', '195059.761000', '195059.763000', '195059.766000', '195059.768000', '195059.771000', '195059.774000', '195059.776000', '195059.779000', '195059.781000', '195059.784000', '195059.786000', '195059.789000', '195059.791000', '195059.794000', '195059.797000', '195059.799000', '195059.802000', '195059.805000', '195059.807000', '195059.810000', '195059.823000', '195059.825000', '195059.828000', '195059.830000', '195059.833000', '195059.836000', '195059.838000', '195059.841000', '195059.844000', '195059.846000', '195059.849000', '195059.851000', '195059.854000', '195119.732000', '195119.735000', '195119.738000', '195119.740000', '195119.743000', '195119.746000', '195119.748000', '195119.751000', '195119.753000', '195119.756000', '195119.758000', '195119.761000', '195119.764000', '195119.766000', '195119.769000', '195119.771000', '195119.774000', '195119.777000', '195119.779000', '195119.782000', '195119.784000', '195119.787000', '195119.789000', '195119.792000', '195119.795000', '195119.797000', '195119.800000', '195119.803000', '195119.805000', '195119.808000', '195119.811000', '195119.813000', '195119.816000', '195119.818000', '195119.821000', '195119.823000', '195119.826000', '195119.829000', '195119.831000', '195119.834000', '195119.836000', '195119.846000', '195119.848000', '195139.733000', '195139.736000', '195139.739000', '195139.741000', '195139.744000', '195139.747000', '195139.749000', '195139.752000', '195139.754000', '195139.757000', '195139.759000', '195139.762000', '195139.765000', '195139.767000', '195139.770000', '195139.772000', '195139.775000', '195139.777000', '195139.780000', '195139.782000', '195139.785000', '195139.788000', '195139.790000', '195139.793000', '195139.795000', '195139.798000', '195139.801000', '195139.803000', '195139.806000', '195139.808000', '195139.811000', '195139.814000', '195139.816000', '195139.819000', '195139.821000', '195139.824000', '195139.826000', '195139.829000', '195139.831000', '195139.834000', '195139.837000', '195139.839000', '195139.842000', '195139.845000', '195159.733000', '195159.735000', '195159.738000', '195159.741000', '195159.743000', '195159.746000', '195159.748000', '195159.751000', '195159.753000', '195159.756000', '195159.759000', '195159.761000', '195159.764000', '195159.767000', '195159.769000', '195159.772000', '195159.774000', '195159.777000', '195159.779000', '195159.782000', '195159.789000', '195159.791000', '195159.794000', '195159.796000', '195159.799000', '195159.802000', '195159.804000', '195159.807000', '195159.810000', '195159.812000', '195159.815000', '195159.817000', '195159.820000', '195159.822000', '195159.825000', '195159.828000', '195159.830000', '195159.833000', '195159.835000', '195159.838000', '195159.841000', '195159.843000', '195159.846000', '195219.732000', '195219.735000', '195219.738000', '195219.740000', '195219.743000', '195219.746000', '195219.748000', '195219.751000', '195219.753000', '195219.756000', '195219.758000', '195219.761000', '195219.763000', '195219.766000', '195219.769000', '195219.771000', '195219.774000', '195219.776000', '195219.779000', '195219.781000', '195219.784000', '195219.786000', '195219.789000', '195219.792000', '195219.794000', '195219.797000', '195219.799000', '195219.802000', '195219.805000', '195219.807000', '195219.810000', '195219.812000', '195219.815000', '195219.817000', '195219.820000', '195219.823000', '195219.825000', '195219.835000', '195219.838000', '195219.841000', '195219.843000', '195219.846000', '195219.848000', '195219.851000', '195239.733000', '195239.736000', '195239.738000', '195239.741000', '195239.743000', '195239.746000', '195239.748000', '195239.751000', '195239.754000', '195239.756000', '195239.759000', '195239.761000', '195239.764000', '195239.767000', '195239.769000', '195239.772000', '195239.783000', '195239.785000', '195239.788000', '195239.790000', '195239.793000', '195239.796000', '195239.798000', '195239.801000', '195239.803000', '195239.806000', '195239.809000', '195239.811000', '195239.814000', '195239.816000', '195239.819000', '195239.822000', '195239.825000', '195239.827000', '195239.830000', '195239.832000', '195239.835000', '195239.838000', '195239.840000', '195239.863000', '195239.866000', '195239.868000', '195239.871000', '195259.733000', '195259.736000', '195259.738000', '195259.741000', '195259.743000', '195259.746000', '195259.749000', '195259.751000', '195259.754000', '195259.757000', '195259.759000', '195259.762000', '195259.764000', '195259.767000', '195259.770000', '195259.772000', '195259.775000', '195259.777000', '195259.780000', '195259.782000', '195259.785000', '195259.788000', '195259.790000', '195259.793000', '195259.795000', '195259.798000', '195259.800000', '195259.803000', '195259.806000', '195259.808000', '195259.811000', '195259.813000', '195259.816000', '195259.819000', '195259.821000', '195259.824000', '195259.826000', '195259.829000', '195259.832000', '195259.834000', '195259.837000', '195259.839000', '195259.842000', '195259.845000', '195319.732000', '195319.735000', '195319.738000', '195319.740000', '195319.743000', '195319.746000', '195319.748000', '195319.751000', '195319.754000', '195319.756000', '195319.759000', '195319.761000', '195319.764000', '195319.767000', '195319.769000', '195319.772000', '195319.774000', '195319.777000', '195319.779000', '195319.782000', '195319.785000', '195319.787000', '195319.790000', '195319.792000', '195319.795000', '195319.798000', '195319.800000', '195319.803000', '195319.806000', '195319.808000', '195319.811000', '195319.819000', '195319.821000', '195319.824000', '195319.826000', '195319.829000', '195319.832000', '195319.834000', '195319.837000', '195319.839000', '195319.842000', '195319.845000', '195319.847000', '195339.733000', '195339.735000', '195339.738000', '195339.741000', '195339.743000', '195339.746000', '195339.748000', '195339.751000', '195339.754000', '195339.756000', '195339.759000', '195339.761000', '195339.764000', '195339.766000', '195339.769000', '195339.772000', '195339.774000', '195339.777000', '195339.779000', '195339.782000', '195339.784000', '195339.787000', '195339.790000', '195339.792000', '195339.795000', '195339.797000', '195339.800000', '195339.803000', '195339.805000', '195339.808000', '195339.810000', '195339.813000', '195339.816000', '195339.818000', '195339.821000', '195339.823000', '195339.826000', '195339.828000', '195339.831000', '195339.834000', '195339.836000', '195339.839000', '195339.841000', '195339.844000', '195359.733000', '195359.736000', '195359.739000', '195359.742000', '195359.744000', '195359.747000', '195359.749000', '195359.752000', '195359.755000', '195359.757000', '195359.760000', '195359.762000', '195359.765000', '195359.768000', '195359.770000', '195359.773000', '195359.775000', '195359.778000', '195359.793000', '195359.796000', '195359.799000', '195359.801000', '195359.804000', '195359.807000', '195359.809000', '195359.812000', '195359.814000', '195359.817000', '195359.820000', '195359.822000', '195359.825000', '195359.827000', '195359.830000', '195359.833000', '195359.835000', '195359.838000', '195359.841000', '195359.843000', '195359.846000', '195359.848000', '195359.851000', '195359.853000', '195359.856000', '195419.732000', '195419.736000', '195419.739000', '195419.742000', '195419.745000', '195419.747000', '195419.750000', '195419.752000', '195419.755000', '195419.757000', '195419.760000', '195419.763000', '195419.765000', '195419.768000', '195419.770000', '195419.773000', '195419.776000', '195419.778000', '195419.781000', '195419.783000', '195419.786000', '195419.789000', '195419.792000', '195419.794000', '195419.797000', '195419.800000', '195419.803000', '195419.805000', '195419.808000', '195419.810000', '195419.813000', '195419.816000', '195419.818000', '195419.821000', '195419.824000', '195419.826000', '195419.829000', '195419.832000', '195419.834000', '195419.837000', '195419.840000', '195419.842000', '195419.845000', '195419.847000', '195439.733000', '195439.735000', '195439.738000', '195439.741000', '195439.743000', '195439.746000', '195439.749000', '195439.751000', '195439.754000', '195439.756000', '195439.759000', '195439.761000', '195439.764000', '195439.767000', '195439.769000', '195439.772000', '195439.775000', '195439.777000', '195439.780000', '195439.782000', '195439.785000', '195439.787000', '195439.790000', '195439.793000', '195439.795000', '195439.798000', '195439.800000', '195439.803000', '195439.806000', '195439.808000', '195439.811000', '195439.814000', '195439.816000', '195439.819000', '195439.821000', '195439.824000', '195439.826000', '195439.829000', '195439.832000', '195439.834000', '195439.837000', '195439.839000', '195439.842000', '195459.733000', '195459.735000', '195459.738000', '195459.741000', '195459.743000', '195459.746000', '195459.748000', '195459.751000', '195459.754000', '195459.756000', '195459.759000', '195459.763000', '195459.766000', '195459.768000', '195459.771000', '195459.774000', '195459.776000', '195459.779000', '195459.781000', '195459.784000', '195459.786000', '195459.789000', '195459.792000', '195459.794000', '195459.797000', '195459.799000', '195459.802000', '195459.804000', '195459.807000', '195459.810000', '195459.812000', '195459.815000', '195459.818000', '195459.820000', '195459.823000', '195459.825000', '195459.828000', '195459.830000', '195459.833000', '195459.835000', '195459.838000', '195459.841000', '195459.843000', '195459.846000', '195519.733000', '195519.735000', '195519.738000', '195519.740000', '195519.743000', '195519.746000', '195519.748000', '195519.751000', '195519.753000', '195519.756000', '195519.758000', '195519.761000', '195519.764000', '195519.766000', '195519.769000', '195519.772000', '195519.774000', '195519.777000', '195519.779000', '195519.782000', '195519.784000', '195519.787000', '195519.790000', '195519.792000', '195519.795000', '195519.797000', '195519.800000', '195519.803000', '195519.805000', '195519.819000', '195519.822000', '195519.824000', '195519.827000', '195519.830000', '195519.832000', '195519.835000', '195519.837000', '195519.840000', '195519.843000', '195519.845000', '195519.848000', '195519.850000', '195519.853000', '195539.733000', '195539.736000', '195539.739000', '195539.741000', '195539.744000', '195539.746000', '195539.749000', '195539.752000', '195539.754000', '195539.757000', '195539.759000', '195539.762000', '195539.764000', '195539.767000', '195539.770000', '195539.772000', '195539.776000', '195539.779000', '195539.781000', '195539.784000', '195539.786000', '195539.789000', '195539.791000', '195539.794000', '195539.797000', '195539.799000', '195539.802000', '195539.805000', '195539.807000', '195539.810000', '195539.812000', '195539.815000', '195539.817000', '195539.820000', '195539.823000', '195539.825000', '195539.828000', '195539.830000', '195539.833000', '195539.836000', '195539.838000', '195539.841000', '195539.843000', '195559.732000', '195559.735000', '195559.738000', '195559.741000', '195559.743000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.756000', '195559.759000', '195559.761000', '195559.764000', '195559.767000', '195559.769000', '195559.772000', '195559.775000', '195559.777000', '195559.780000', '195559.782000', '195559.785000', '195559.788000', '195559.790000', '195559.793000', '195559.795000', '195559.798000', '195559.800000', '195559.803000', '195559.806000', '195559.808000', '195559.811000', '195559.813000', '195559.816000', '195559.818000', '195559.821000', '195559.824000', '195559.826000', '195559.829000', '195559.831000', '195559.834000', '195559.836000', '195559.839000', '195559.842000', '195559.844000', '195614.678000', '195614.680000', '195614.683000', '195614.686000', '195614.688000', '195614.691000', '195614.693000', '195614.696000', '195614.699000', '195614.701000', '195614.704000', '195614.707000', '195614.709000', '195614.712000', '195614.714000', '195614.717000', '195614.720000', '195614.722000', '195614.725000', '195614.727000', '195614.730000', '195614.733000', '195614.735000', '195614.738000', '195614.740000', '195614.743000', '195614.745000', '195614.748000', '195614.751000', '195614.753000', '195614.756000', '195614.759000', '195614.761000'], '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': [8677, 13652, 7812, 8180, 11633, 8975, 15402, 10030, 7873, 11230, 8211, 14091, 11101, 8091, 13111, 7446, 8361, 7744, 9274, 7984, 9050, 7445, 8414, 9286, 6697, 9876, 15371, 10655, 8345, 12415, 7805, 9350, 14647, 9607, 8217, 10782, 7023, 8187, 13123, 9017, 7877, 10892, 7067, 8480, 11130, 7712, 8084, 15254, 7547, 7732, 9592, 8664, 13917, 11843, 8067, 12605, 9261, 10677, 12026, 10249, 13383, 9338, 8624, 12214, 8921, 15446, 11777, 8367, 10279, 7193, 7743, 11239, 8066, 7203, 7936, 8556, 13196, 7759, 9310, 12473, 8689, 7744, 7843, 8118, 14190, 10152, 11011, 13368, 9108, 9666, 9455, 9022, 16715, 10308, 7523, 9908, 7141, 8431, 13372, 8467, 8123, 9434, 8409, 15002, 9970, 8474, 13784, 8563, 8214, 9127, 8871, 13386, 8492, 12969, 7599, 7562, 7641, 8140, 9506, 7316, 7868, 8061, 7602, 9063, 8626, 7956, 7714, 7966, 13796, 8760, 13792, 8279, 11500, 8371, 12233, 7145, 7605, 7117, 7224, 7712, 8294, 8311, 10590, 11520, 8484, 15731, 11148, 16129, 9956, 9264, 8780, 8421, 17040, 10009, 8883, 9092, 8502, 12166, 12512, 8785, 15367, 9221, 8633, 15156, 10313, 8582, 12993, 7497, 9287, 11409, 8413, 9940, 10708, 9172, 7088, 7367, 8718, 8778, 9675, 8311, 10926, 7349, 9267, 8271, 8184, 8386, 7913, 7907, 7441, 7865, 8004, 11251, 7360, 8517, 11059, 8753, 8996, 9456, 11448, 9518, 13079, 12699, 8843, 10923, 8118, 9181, 17463, 11573, 9099, 11011, 8489, 8353, 9159, 7520, 8550, 8530, 8630, 8110, 7782, 8367, 14402, 9594, 8719, 10936, 7543, 8860, 10092, 8380, 13315, 11111, 7769, 11621, 9527, 7772, 8289, 9334, 10901, 8770, 11969, 7843, 7367, 7710, 8360, 7822, 7858, 7918, 7521, 7367, 8289, 7679, 12053, 8164, 9151, 7586, 7256, 7696, 8121, 10966, 8582, 7469, 12429, 8539, 11595, 11160, 10908, 12934, 7906, 8498, 7790, 8823, 14833, 11949, 11077, 13948, 8563, 7756, 11064, 8549, 13186, 12064, 8789, 10672, 8930, 9328, 16976, 11814, 8680, 10800, 9206, 7884, 8852, 8851, 7682, 9243, 7470, 7732, 8372, 7876, 8069, 8639, 8279, 10836, 8230, 7723, 10091, 9009, 9656, 10320, 8757, 11227, 8281, 7455, 8554, 8303, 10606, 9064, 8471, 8910, 7687, 7746, 8341, 6917, 8025, 8211, 7094, 8497, 6984, 9433, 10264, 15536, 10136, 10147, 9175, 8462, 13169, 10088, 11772, 10162, 7776, 14625, 9288, 13043, 13975, 8329, 8830, 7898, 9111, 13062, 9783, 8116, 12089, 8925, 13125, 8503, 10200, 15561, 9781, 8976, 8265, 8508, 11333, 9045, 8201, 9713, 8472, 8759, 8430, 7488, 8594, 8647, 7839, 8846, 7884, 7867, 8099, 7092, 8952, 7963, 10780, 8781, 7907, 8851, 11991, 11467, 8749, 9888, 7847, 7283, 8452, 7412, 9741, 8305, 8155, 11445, 8369, 15701, 11888, 17563, 11504, 9109, 8200, 7793, 11726, 9068, 14459, 12697, 8307, 12962, 9318, 8267, 9863, 10072, 18020, 10768, 8181, 7777, 8092, 7835, 7764, 7849, 8235, 7838, 7753, 7597, 8673, 7353, 7696, 14191, 9465, 7445, 11419, 8060, 10116, 9562, 9341, 17112, 10393, 9077, 10223, 8625, 8860, 9114, 8641, 8333, 8252, 7824, 6976, 8827, 8249, 10311, 8567, 7911, 8524, 8000, 9743, 8919, 9173, 10916, 8576, 10173, 8740, 11234, 8983, 8712, 10574, 8227, 7669, 8748, 7750, 8634, 8474, 7578, 9786, 8185, 13798, 9657, 13767, 14611, 11770, 15968, 9441, 14350, 8829, 8656, 8793, 8093, 8866, 8894, 7804, 8930, 11728, 10553, 8313, 11900, 8165, 6508, 8463, 7865, 9484, 8870, 8076, 13345, 9266, 15730, 10623, 15665, 11712, 8393, 11205, 8000, 13934, 9059, 13054, 11302, 9353, 11917, 8442, 7176, 9099, 8108, 13482, 9059, 7820, 8573, 8511, 12454, 8776, 9063, 14129, 8126, 7573, 8371, 7954, 13303, 9620, 7504, 10088, 7899, 9475, 13729, 10337, 10626, 10531, 8614, 8583, 8536, 8917, 17168, 9706, 7519, 8238, 8253, 9969, 8855, 9438, 11196, 8303, 7772, 8759, 8955, 9330, 8456, 6977, 8039, 7808, 7416, 8740, 7726, 10355, 8146, 6985, 8662, 9167, 15264, 11033, 10689, 10358, 8242, 14173, 8335, 8211, 14030, 8609, 8135, 7715, 7923, 14875, 10600, 7986, 10248, 8301, 13807, 8728, 8576, 8124, 7693, 11141, 7877, 7564, 7551, 7825, 7850, 7984, 7685, 10328, 8048, 7763, 7916, 7751, 11675, 7744, 10054, 7811, 7860, 11592, 7929, 15717, 11791, 11710, 10440, 7917, 13433, 8182, 10615, 13726, 10258, 10647, 8017, 7847, 12569, 9060, 13030, 9870, 8049, 11439, 8654, 9949, 9332, 7804, 9597, 7760, 8985, 8424, 7507, 8328, 7844, 8249, 7761, 10278, 8342, 8618, 8446, 7614, 8003, 7768, 7339, 7930, 7766, 7427, 8192, 8629, 11977, 9343, 13558, 10296, 9290, 11190, 9623, 16175, 11614, 14850, 9117, 9376, 9445, 10312, 8823, 7540, 11351, 7811, 9383, 7922, 8803, 8026, 8180, 8306, 7062, 8912, 7838, 9988, 7957, 7091, 8649, 7566, 10340, 7768, 6984, 8180, 7033, 8493, 7947, 12026, 7557, 9247, 7888, 6933, 9897, 10240, 17983, 13408, 11312, 10944, 9613, 18588, 12076, 9133, 14037, 8548, 17465, 11039, 14605, 11197, 7990, 13357, 8204, 7915, 10722, 8494, 8199, 8225, 8867, 11437, 8678, 9201, 9360, 8046, 8171, 8481, 8011, 8366, 8691, 9632, 9029, 7772, 9959, 8300, 7938, 9220, 8302, 12341, 8238, 7780, 9040, 8037, 7478, 8861, 7992, 10177, 8532, 10497, 10999, 9694, 11567, 8235, 7444, 11217, 8884, 8460, 10906, 8753, 11459, 12587, 12029, 16269, 10296, 9961, 10674, 11275, 18558, 11673, 8872, 9414, 8616, 12031, 9011, 8715, 14562, 9003, 8771, 8452, 8309, 7531, 8971, 8152, 7576, 8768, 7747, 10562, 9152, 8159, 12943, 8721, 8910, 9714, 9257, 8552, 11035, 8478, 9242, 8408, 8339, 12036, 8916, 9424, 9034, 8119, 7421, 8902, 8059, 9447, 8924, 9136, 8149, 6943, 8778, 7886, 7678, 8323, 7925, 9208, 8483, 13449, 8564, 14140, 10300, 12397, 11985, 8526, 12913, 8440, 13303, 9360, 10530, 14788, 9120, 7948, 8969, 7973, 11339, 9167, 10498, 9975, 8064, 9149, 8314, 12966, 8663, 9286, 8709, 7465, 7845, 7702, 7102, 9199, 8579, 8742, 9042, 8627, 13295, 9004, 10763, 16379, 12296, 9690, 11271, 8958, 9778, 11527, 10088, 11722, 9331, 8457, 9452, 9223, 9179, 9303, 8584, 8626, 9201, 7349, 9169, 8443, 9147, 8653, 7584, 8686, 7889, 6646, 8521, 7658, 9626, 8369, 13371, 10116, 10302, 9229, 9597, 9163, 10665, 9153, 7582, 9324, 8142, 8641, 8545], 'WindowCenter': [3942.0, 3981.0, 3904.0, 3911.0, 3943.0, 3909.0, 3963.0, 3922.0, 3902.0, 3944.0, 3903.0, 3950.0, 3919.0, 3889.0, 3944.0, 3881.0, 3901.0, 3880.0, 3925.0, 3916.0, 3912.0, 3889.0, 3898.0, 3923.0, 3868.0, 3920.0, 3966.0, 3931.0, 3900.0, 3941.0, 3890.0, 3921.0, 3952.0, 3908.0, 3898.0, 3929.0, 3866.0, 3899.0, 3941.0, 3908.0, 3903.0, 3931.0, 3880.0, 3898.0, 3929.0, 3887.0, 3888.0, 3962.0, 3887.0, 3888.0, 3919.0, 3909.0, 3953.0, 3943.0, 3899.0, 3941.0, 3911.0, 3932.0, 3940.0, 3932.0, 3952.0, 3911.0, 3910.0, 3941.0, 3909.0, 3952.0, 3930.0, 3898.0, 3918.0, 3864.0, 3889.0, 3929.0, 3887.0, 3878.0, 3888.0, 3898.0, 3949.0, 3887.0, 3910.0, 3941.0, 3909.0, 3891.0, 3898.0, 3912.0, 3964.0, 3932.0, 3945.0, 3970.0, 3899.0, 3907.0, 3909.0, 3909.0, 3964.0, 3919.0, 3886.0, 3919.0, 3877.0, 3898.0, 3951.0, 3897.0, 3886.0, 3907.0, 3895.0, 3950.0, 3905.0, 3887.0, 3939.0, 3896.0, 3885.0, 3894.0, 3892.0, 3926.0, 3883.0, 3927.0, 3874.0, 3873.0, 3873.0, 3898.0, 3918.0, 3876.0, 3887.0, 3899.0, 3886.0, 3907.0, 3909.0, 3899.0, 3889.0, 3899.0, 3952.0, 3910.0, 3952.0, 3911.0, 3928.0, 3897.0, 3927.0, 3876.0, 3886.0, 3874.0, 3889.0, 3899.0, 3910.0, 3925.0, 3971.0, 3974.0, 3924.0, 3964.0, 3944.0, 3979.0, 3932.0, 3923.0, 3928.0, 3905.0, 3965.0, 3910.0, 3896.0, 3883.0, 3883.0, 3911.0, 3913.0, 3883.0, 3936.0, 3892.0, 3884.0, 3937.0, 3903.0, 3881.0, 3923.0, 3861.0, 3880.0, 3912.0, 3870.0, 3893.0, 3903.0, 3891.0, 3851.0, 3862.0, 3885.0, 3881.0, 3892.0, 3882.0, 3914.0, 3861.0, 3894.0, 3881.0, 3884.0, 3882.0, 3884.0, 3887.0, 3875.0, 3886.0, 3885.0, 3941.0, 3891.0, 3913.0, 3930.0, 3911.0, 3919.0, 3921.0, 3943.0, 3921.0, 3942.0, 3940.0, 3910.0, 3943.0, 3897.0, 3906.0, 3963.0, 3929.0, 3895.0, 3918.0, 3910.0, 3897.0, 3905.0, 3884.0, 3898.0, 3895.0, 3884.0, 3873.0, 3874.0, 3895.0, 3951.0, 3909.0, 3898.0, 3919.0, 3875.0, 3897.0, 3917.0, 3885.0, 3937.0, 3927.0, 3874.0, 3928.0, 3905.0, 3875.0, 3886.0, 3903.0, 3915.0, 3882.0, 3925.0, 3873.0, 3873.0, 3884.0, 3896.0, 3885.0, 3897.0, 3898.0, 3889.0, 3889.0, 3912.0, 3900.0, 3939.0, 3910.0, 3920.0, 3888.0, 3886.0, 3899.0, 3898.0, 3941.0, 3911.0, 3889.0, 3941.0, 3911.0, 3942.0, 3929.0, 3929.0, 3952.0, 3897.0, 3897.0, 3887.0, 3909.0, 3952.0, 3952.0, 3931.0, 3950.0, 3908.0, 3885.0, 3930.0, 3909.0, 3953.0, 3939.0, 3897.0, 3916.0, 3894.0, 3905.0, 3965.0, 3928.0, 3894.0, 3916.0, 3894.0, 3883.0, 3894.0, 3896.0, 3872.0, 3904.0, 3873.0, 3900.0, 3910.0, 3896.0, 3885.0, 3892.0, 3885.0, 3916.0, 3883.0, 3887.0, 3915.0, 3907.0, 3905.0, 3914.0, 3894.0, 3915.0, 3884.0, 3872.0, 3893.0, 3896.0, 3912.0, 3896.0, 3894.0, 3894.0, 3884.0, 3882.0, 3893.0, 3874.0, 3898.0, 3909.0, 3888.0, 3910.0, 3876.0, 3919.0, 3919.0, 3963.0, 3919.0, 3918.0, 3905.0, 3897.0, 3937.0, 3929.0, 3938.0, 3919.0, 3900.0, 3945.0, 3908.0, 3941.0, 3951.0, 3898.0, 3908.0, 3886.0, 3907.0, 3937.0, 3906.0, 3884.0, 3925.0, 3895.0, 3924.0, 3894.0, 3914.0, 3948.0, 3915.0, 3893.0, 3882.0, 3880.0, 3912.0, 3891.0, 3880.0, 3903.0, 3881.0, 3891.0, 3882.0, 3874.0, 3895.0, 3895.0, 3885.0, 3906.0, 3883.0, 3886.0, 3896.0, 3876.0, 3909.0, 3899.0, 3940.0, 3909.0, 3898.0, 3920.0, 3927.0, 3926.0, 3896.0, 3919.0, 3896.0, 3886.0, 3908.0, 3900.0, 3920.0, 3912.0, 3910.0, 3942.0, 3910.0, 3964.0, 3927.0, 3960.0, 3939.0, 3907.0, 3895.0, 3886.0, 3929.0, 3896.0, 3949.0, 3940.0, 3894.0, 3936.0, 3904.0, 3893.0, 3902.0, 3904.0, 3934.0, 3904.0, 3869.0, 3856.0, 3842.0, 3819.0, 3828.0, 3842.0, 3869.0, 3872.0, 3862.0, 3873.0, 3896.0, 3864.0, 3871.0, 3936.0, 3906.0, 3875.0, 3927.0, 3872.0, 3902.0, 3890.0, 3891.0, 3947.0, 3903.0, 3892.0, 3901.0, 3883.0, 3894.0, 3882.0, 3881.0, 3882.0, 3882.0, 3873.0, 3862.0, 3893.0, 3882.0, 3904.0, 3895.0, 3885.0, 3897.0, 3886.0, 3905.0, 3906.0, 3893.0, 3927.0, 3896.0, 3918.0, 3898.0, 3927.0, 3896.0, 3896.0, 3915.0, 3897.0, 3886.0, 3908.0, 3885.0, 3895.0, 3910.0, 3898.0, 3931.0, 3911.0, 3962.0, 3932.0, 3952.0, 3952.0, 3942.0, 3960.0, 3917.0, 3948.0, 3893.0, 3893.0, 3895.0, 3886.0, 3906.0, 3908.0, 3885.0, 3908.0, 3939.0, 3914.0, 3881.0, 3925.0, 3895.0, 3853.0, 3895.0, 3895.0, 3930.0, 3911.0, 3900.0, 3952.0, 3907.0, 3947.0, 3916.0, 3948.0, 3926.0, 3884.0, 3925.0, 3883.0, 3946.0, 3906.0, 3935.0, 3914.0, 3892.0, 3924.0, 3881.0, 3861.0, 3892.0, 3883.0, 3936.0, 3906.0, 3885.0, 3894.0, 3907.0, 3935.0, 3907.0, 3909.0, 3939.0, 3883.0, 3884.0, 3883.0, 3882.0, 3949.0, 3917.0, 3877.0, 3917.0, 3884.0, 3918.0, 3938.0, 3914.0, 3917.0, 3917.0, 3894.0, 3894.0, 3895.0, 3894.0, 3961.0, 3905.0, 3874.0, 3884.0, 3894.0, 3905.0, 3894.0, 3905.0, 3926.0, 3895.0, 3885.0, 3893.0, 3894.0, 3904.0, 3895.0, 3873.0, 3896.0, 3897.0, 3885.0, 3909.0, 3900.0, 3931.0, 3898.0, 3876.0, 3907.0, 3906.0, 3950.0, 3933.0, 3918.0, 3920.0, 3898.0, 3951.0, 3886.0, 3899.0, 3951.0, 3897.0, 3901.0, 3902.0, 3897.0, 3951.0, 3933.0, 3888.0, 3918.0, 3887.0, 3937.0, 3898.0, 3897.0, 3883.0, 3874.0, 3926.0, 3884.0, 3885.0, 3887.0, 3901.0, 3899.0, 3899.0, 3899.0, 3929.0, 3899.0, 3888.0, 3899.0, 3888.0, 3929.0, 3889.0, 3930.0, 3888.0, 3898.0, 3942.0, 3913.0, 3962.0, 3939.0, 3940.0, 3930.0, 3899.0, 3949.0, 3895.0, 3917.0, 3951.0, 3918.0, 3916.0, 3885.0, 3883.0, 3924.0, 3895.0, 3939.0, 3904.0, 3886.0, 3924.0, 3897.0, 3904.0, 3906.0, 3871.0, 3904.0, 3872.0, 3894.0, 3895.0, 3873.0, 3896.0, 3884.0, 3894.0, 3889.0, 3916.0, 3896.0, 3895.0, 3897.0, 3884.0, 3897.0, 3899.0, 3887.0, 3911.0, 3902.0, 3890.0, 3909.0, 3911.0, 3942.0, 3922.0, 3965.0, 3933.0, 3909.0, 3930.0, 3918.0, 3960.0, 3930.0, 3952.0, 3906.0, 3907.0, 3905.0, 3917.0, 3893.0, 3872.0, 3927.0, 3872.0, 3894.0, 3886.0, 3906.0, 3897.0, 3895.0, 3897.0, 3876.0, 3908.0, 3888.0, 3918.0, 3899.0, 3879.0, 3910.0, 3900.0, 3944.0, 3903.0, 3891.0, 3910.0, 3891.0, 3911.0, 3897.0, 3954.0, 3901.0, 3922.0, 3909.0, 3890.0, 3932.0, 3942.0, 3990.0, 3955.0, 3930.0, 3930.0, 3920.0, 3975.0, 3940.0, 3908.0, 3938.0, 3895.0, 3958.0, 3915.0, 3949.0, 3916.0, 3885.0, 3937.0, 3894.0, 3870.0, 3903.0, 3882.0, 3881.0, 3881.0, 3895.0, 3926.0, 3893.0, 3891.0, 3891.0, 3869.0, 3882.0, 3891.0, 3883.0, 3893.0, 3895.0, 3904.0, 3906.0, 3884.0, 3905.0, 3895.0, 3897.0, 3905.0, 3894.0, 3937.0, 3895.0, 3886.0, 3905.0, 3895.0, 3888.0, 3919.0, 3898.0, 3930.0, 3909.0, 3930.0, 3930.0, 3922.0, 3942.0, 3910.0, 3887.0, 3940.0, 3908.0, 3898.0, 3929.0, 3907.0, 3927.0, 3940.0, 3941.0, 3962.0, 3917.0, 3905.0, 3916.0, 3915.0, 3961.0, 3914.0, 3893.0, 3892.0, 3893.0, 3922.0, 3880.0, 3882.0, 3934.0, 3894.0, 3892.0, 3895.0, 3883.0, 3870.0, 3892.0, 3885.0, 3884.0, 3894.0, 3884.0, 3913.0, 3893.0, 3885.0, 3938.0, 3893.0, 3893.0, 3904.0, 3904.0, 3893.0, 3916.0, 3883.0, 3906.0, 3895.0, 3893.0, 3924.0, 3894.0, 3905.0, 3896.0, 3884.0, 3874.0, 3905.0, 3885.0, 3917.0, 3905.0, 3904.0, 3885.0, 3875.0, 3907.0, 3899.0, 3898.0, 3907.0, 3900.0, 3922.0, 3910.0, 3953.0, 3910.0, 3951.0, 3919.0, 3940.0, 3942.0, 3897.0, 3939.0, 3895.0, 3938.0, 3906.0, 3928.0, 3951.0, 3904.0, 3886.0, 3893.0, 3884.0, 3914.0, 3905.0, 3913.0, 3904.0, 3884.0, 3906.0, 3896.0, 3925.0, 3882.0, 3908.0, 3897.0, 3888.0, 3898.0, 3899.0, 3888.0, 3907.0, 3897.0, 3906.0, 3906.0, 3896.0, 3936.0, 3895.0, 3926.0, 3959.0, 3926.0, 3905.0, 3927.0, 3894.0, 3905.0, 3915.0, 3904.0, 3925.0, 3892.0, 3882.0, 3902.0, 3891.0, 3892.0, 3893.0, 3894.0, 3895.0, 3904.0, 3875.0, 3905.0, 3894.0, 3905.0, 3895.0, 3885.0, 3907.0, 3897.0, 3877.0, 3909.0, 3901.0, 3931.0, 3922.0, 3964.0, 3933.0, 3929.0, 3920.0, 3918.0, 3919.0, 3928.0, 3907.0, 3887.0, 3919.0, 3897.0, 3908.0, 3908.0], 'WindowWidth': [8827.0, 8872.0, 8757.0, 8762.0, 8806.0, 8755.0, 8835.0, 8777.0, 8748.0, 8805.0, 8747.0, 8807.0, 8760.0, 8721.0, 8802.0, 8717.0, 8742.0, 8712.0, 8782.0, 8773.0, 8762.0, 8728.0, 8736.0, 8779.0, 8700.0, 8767.0, 8841.0, 8783.0, 8740.0, 8797.0, 8728.0, 8772.0, 8816.0, 8749.0, 8736.0, 8778.0, 8690.0, 8738.0, 8798.0, 8749.0, 8749.0, 8786.0, 8714.0, 8736.0, 8779.0, 8722.0, 8723.0, 8828.0, 8721.0, 8725.0, 8765.0, 8754.0, 8815.0, 8803.0, 8739.0, 8797.0, 8756.0, 8785.0, 8798.0, 8787.0, 8815.0, 8756.0, 8755.0, 8798.0, 8753.0, 8817.0, 8781.0, 8734.0, 8759.0, 8686.0, 8725.0, 8777.0, 8720.0, 8710.0, 8722.0, 8735.0, 8807.0, 8723.0, 8752.0, 8799.0, 8753.0, 8730.0, 8737.0, 8765.0, 8836.0, 8788.0, 8811.0, 8854.0, 8736.0, 8744.0, 8750.0, 8752.0, 8842.0, 8764.0, 8717.0, 8765.0, 8710.0, 8735.0, 8815.0, 8734.0, 8719.0, 8744.0, 8728.0, 8814.0, 8742.0, 8720.0, 8796.0, 8731.0, 8714.0, 8723.0, 8719.0, 8772.0, 8709.0, 8771.0, 8698.0, 8698.0, 8698.0, 8737.0, 8764.0, 8706.0, 8719.0, 8740.0, 8721.0, 8749.0, 8755.0, 8742.0, 8727.0, 8739.0, 8818.0, 8756.0, 8816.0, 8761.0, 8778.0, 8734.0, 8775.0, 8708.0, 8718.0, 8703.0, 8729.0, 8741.0, 8757.0, 8788.0, 8862.0, 8866.0, 8783.0, 8840.0, 8809.0, 8869.0, 8790.0, 8778.0, 8796.0, 8754.0, 8845.0, 8753.0, 8727.0, 8705.0, 8705.0, 8743.0, 8748.0, 8706.0, 8787.0, 8716.0, 8708.0, 8792.0, 8736.0, 8702.0, 8762.0, 8675.0, 8697.0, 8746.0, 8686.0, 8718.0, 8733.0, 8714.0, 8661.0, 8677.0, 8712.0, 8701.0, 8718.0, 8705.0, 8748.0, 8677.0, 8721.0, 8703.0, 8708.0, 8706.0, 8710.0, 8717.0, 8700.0, 8717.0, 8716.0, 8798.0, 8732.0, 8764.0, 8781.0, 8757.0, 8769.0, 8771.0, 8802.0, 8771.0, 8802.0, 8798.0, 8755.0, 8805.0, 8735.0, 8746.0, 8840.0, 8779.0, 8726.0, 8762.0, 8756.0, 8734.0, 8742.0, 8712.0, 8734.0, 8726.0, 8707.0, 8691.0, 8696.0, 8726.0, 8811.0, 8751.0, 8735.0, 8763.0, 8701.0, 8730.0, 8758.0, 8715.0, 8789.0, 8774.0, 8698.0, 8773.0, 8740.0, 8697.0, 8714.0, 8737.0, 8752.0, 8705.0, 8765.0, 8695.0, 8694.0, 8712.0, 8733.0, 8716.0, 8737.0, 8736.0, 8725.0, 8728.0, 8760.0, 8743.0, 8794.0, 8757.0, 8769.0, 8724.0, 8720.0, 8741.0, 8739.0, 8799.0, 8758.0, 8729.0, 8800.0, 8759.0, 8805.0, 8781.0, 8779.0, 8818.0, 8737.0, 8735.0, 8719.0, 8752.0, 8820.0, 8819.0, 8784.0, 8817.0, 8752.0, 8717.0, 8783.0, 8754.0, 8818.0, 8795.0, 8733.0, 8760.0, 8728.0, 8742.0, 8848.0, 8776.0, 8725.0, 8756.0, 8723.0, 8708.0, 8722.0, 8729.0, 8694.0, 8738.0, 8698.0, 8744.0, 8757.0, 8735.0, 8715.0, 8721.0, 8713.0, 8758.0, 8710.0, 8719.0, 8754.0, 8745.0, 8742.0, 8751.0, 8726.0, 8756.0, 8711.0, 8695.0, 8725.0, 8731.0, 8750.0, 8730.0, 8728.0, 8726.0, 8714.0, 8708.0, 8724.0, 8701.0, 8740.0, 8755.0, 8727.0, 8757.0, 8710.0, 8769.0, 8767.0, 8837.0, 8767.0, 8765.0, 8744.0, 8735.0, 8790.0, 8780.0, 8791.0, 8767.0, 8742.0, 8799.0, 8750.0, 8798.0, 8818.0, 8736.0, 8751.0, 8717.0, 8748.0, 8789.0, 8743.0, 8711.0, 8769.0, 8726.0, 8769.0, 8729.0, 8754.0, 8810.0, 8756.0, 8721.0, 8704.0, 8701.0, 8747.0, 8717.0, 8699.0, 8738.0, 8705.0, 8718.0, 8708.0, 8700.0, 8729.0, 8731.0, 8714.0, 8744.0, 8711.0, 8718.0, 8735.0, 8709.0, 8753.0, 8742.0, 8797.0, 8756.0, 8738.0, 8771.0, 8776.0, 8771.0, 8730.0, 8768.0, 8734.0, 8721.0, 8753.0, 8747.0, 8770.0, 8765.0, 8759.0, 8803.0, 8756.0, 8841.0, 8776.0, 8831.0, 8794.0, 8748.0, 8730.0, 8720.0, 8780.0, 8731.0, 8809.0, 8799.0, 8728.0, 8789.0, 8740.0, 8725.0, 8734.0, 8738.0, 8784.0, 8737.0, 8683.0, 8661.0, 8633.0, 8592.0, 8605.0, 8629.0, 8681.0, 8689.0, 8676.0, 8692.0, 8728.0, 8685.0, 8689.0, 8787.0, 8743.0, 8700.0, 8774.0, 8694.0, 8731.0, 8713.0, 8714.0, 8807.0, 8734.0, 8717.0, 8730.0, 8707.0, 8722.0, 8705.0, 8703.0, 8705.0, 8706.0, 8696.0, 8681.0, 8724.0, 8705.0, 8738.0, 8727.0, 8716.0, 8733.0, 8718.0, 8744.0, 8745.0, 8723.0, 8776.0, 8733.0, 8764.0, 8737.0, 8775.0, 8730.0, 8733.0, 8756.0, 8737.0, 8721.0, 8752.0, 8715.0, 8732.0, 8756.0, 8740.0, 8788.0, 8762.0, 8833.0, 8790.0, 8816.0, 8816.0, 8800.0, 8829.0, 8761.0, 8806.0, 8723.0, 8724.0, 8730.0, 8720.0, 8747.0, 8751.0, 8718.0, 8752.0, 8792.0, 8754.0, 8707.0, 8770.0, 8728.0, 8673.0, 8730.0, 8732.0, 8789.0, 8761.0, 8746.0, 8819.0, 8747.0, 8805.0, 8756.0, 8804.0, 8773.0, 8713.0, 8770.0, 8711.0, 8802.0, 8747.0, 8781.0, 8753.0, 8719.0, 8766.0, 8705.0, 8678.0, 8721.0, 8712.0, 8790.0, 8747.0, 8716.0, 8730.0, 8748.0, 8785.0, 8750.0, 8751.0, 8794.0, 8708.0, 8713.0, 8710.0, 8707.0, 8809.0, 8761.0, 8709.0, 8761.0, 8713.0, 8764.0, 8792.0, 8756.0, 8761.0, 8761.0, 8728.0, 8728.0, 8729.0, 8726.0, 8833.0, 8742.0, 8698.0, 8711.0, 8728.0, 8741.0, 8726.0, 8741.0, 8772.0, 8729.0, 8716.0, 8727.0, 8725.0, 8742.0, 8729.0, 8700.0, 8734.0, 8739.0, 8719.0, 8755.0, 8746.0, 8787.0, 8740.0, 8708.0, 8750.0, 8746.0, 8814.0, 8789.0, 8764.0, 8771.0, 8740.0, 8815.0, 8718.0, 8739.0, 8815.0, 8734.0, 8748.0, 8751.0, 8735.0, 8817.0, 8791.0, 8723.0, 8762.0, 8718.0, 8789.0, 8736.0, 8732.0, 8710.0, 8698.0, 8772.0, 8714.0, 8716.0, 8721.0, 8747.0, 8744.0, 8740.0, 8743.0, 8782.0, 8741.0, 8725.0, 8741.0, 8724.0, 8782.0, 8730.0, 8785.0, 8725.0, 8738.0, 8803.0, 8769.0, 8838.0, 8796.0, 8798.0, 8783.0, 8740.0, 8811.0, 8732.0, 8761.0, 8816.0, 8764.0, 8759.0, 8716.0, 8709.0, 8769.0, 8728.0, 8795.0, 8742.0, 8721.0, 8769.0, 8734.0, 8740.0, 8745.0, 8693.0, 8738.0, 8694.0, 8728.0, 8730.0, 8697.0, 8730.0, 8714.0, 8728.0, 8730.0, 8760.0, 8733.0, 8730.0, 8733.0, 8714.0, 8736.0, 8743.0, 8723.0, 8764.0, 8751.0, 8735.0, 8757.0, 8760.0, 8803.0, 8777.0, 8841.0, 8791.0, 8754.0, 8784.0, 8765.0, 8830.0, 8784.0, 8818.0, 8747.0, 8745.0, 8742.0, 8758.0, 8724.0, 8694.0, 8774.0, 8694.0, 8725.0, 8717.0, 8746.0, 8735.0, 8728.0, 8735.0, 8709.0, 8750.0, 8726.0, 8766.0, 8743.0, 8715.0, 8756.0, 8744.0, 8809.0, 8754.0, 8736.0, 8757.0, 8735.0, 8759.0, 8738.0, 8823.0, 8751.0, 8777.0, 8758.0, 8734.0, 8790.0, 8804.0, 8893.0, 8827.0, 8784.0, 8785.0, 8770.0, 8861.0, 8800.0, 8750.0, 8794.0, 8730.0, 8825.0, 8755.0, 8811.0, 8760.0, 8714.0, 8789.0, 8727.0, 8689.0, 8734.0, 8705.0, 8707.0, 8705.0, 8730.0, 8774.0, 8724.0, 8717.0, 8716.0, 8687.0, 8706.0, 8719.0, 8712.0, 8726.0, 8729.0, 8739.0, 8747.0, 8715.0, 8742.0, 8729.0, 8735.0, 8743.0, 8727.0, 8790.0, 8730.0, 8721.0, 8745.0, 8733.0, 8728.0, 8769.0, 8742.0, 8785.0, 8757.0, 8784.0, 8784.0, 8777.0, 8803.0, 8757.0, 8724.0, 8798.0, 8754.0, 8739.0, 8780.0, 8749.0, 8777.0, 8800.0, 8800.0, 8836.0, 8763.0, 8744.0, 8759.0, 8756.0, 8837.0, 8754.0, 8723.0, 8722.0, 8721.0, 8762.0, 8701.0, 8706.0, 8785.0, 8724.0, 8721.0, 8732.0, 8711.0, 8687.0, 8720.0, 8716.0, 8713.0, 8723.0, 8716.0, 8752.0, 8723.0, 8716.0, 8793.0, 8724.0, 8723.0, 8738.0, 8738.0, 8723.0, 8758.0, 8711.0, 8744.0, 8729.0, 8724.0, 8768.0, 8724.0, 8741.0, 8730.0, 8716.0, 8701.0, 8743.0, 8715.0, 8761.0, 8741.0, 8739.0, 8718.0, 8706.0, 8750.0, 8743.0, 8739.0, 8751.0, 8743.0, 8780.0, 8757.0, 8821.0, 8757.0, 8814.0, 8765.0, 8797.0, 8803.0, 8736.0, 8795.0, 8731.0, 8791.0, 8744.0, 8779.0, 8816.0, 8741.0, 8718.0, 8724.0, 8712.0, 8754.0, 8742.0, 8749.0, 8740.0, 8712.0, 8746.0, 8735.0, 8768.0, 8704.0, 8748.0, 8732.0, 8724.0, 8738.0, 8743.0, 8729.0, 8750.0, 8735.0, 8749.0, 8747.0, 8733.0, 8788.0, 8728.0, 8770.0, 8829.0, 8774.0, 8742.0, 8774.0, 8726.0, 8742.0, 8754.0, 8738.0, 8768.0, 8719.0, 8709.0, 8735.0, 8717.0, 8719.0, 8723.0, 8725.0, 8728.0, 8740.0, 8704.0, 8742.0, 8730.0, 8744.0, 8730.0, 8718.0, 8750.0, 8738.0, 8715.0, 8757.0, 8751.0, 8791.0, 8781.0, 8839.0, 8792.0, 8780.0, 8769.0, 8765.0, 8767.0, 8777.0, 8746.0, 8722.0, 8770.0, 8738.0, 8754.0, 8754.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.0037749507119386634</td></tr>
<tr><td colspan=3>aqi</td><td>0.049532828806133626</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.99176607643642</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1987288109320169</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030759573278508</td></tr>
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
<tr><td colspan=3>fber</td><td>4006.5938</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.174580731731063</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>291</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.872946330777655</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646185197771415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.614506574028942</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9123268396556266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.411722179629676</td></tr>
<tr><td colspan=3>gcor</td><td>0.00814817</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001924482872709632</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024923156946897507</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8054485885002123</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>21.1989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3097</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6191</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5789</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0106</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.0018</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3083.8788</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.442</td></tr>
<tr><td colspan=3>tsnr</td><td>27.344556156080216</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>