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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0128_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-01_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-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-faces_acq-mb8_run-01_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-0128/ses-02/func/sub-0128_ses-02_task-faces_acq-mb8_run-01_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>4f5040d2e621291fd42333271caea976</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:39:12.035000</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.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</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-01_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.085102</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7817, -7219, 422, -199, 78, 194, 109]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1497a5c3-78e3-499d-8c81-f2d666b9988d||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.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['173912.035000', '173912.495000', '173912.955000', '173913.415000', '173913.875000', '173914.335000', '173914.795000', '173915.255000', '173915.715000', '173916.175000', '173916.635000', '173917.095000', '173917.555000', '173918.015000', '173918.475000', '173918.935000', '173919.395000', '173919.855000', '173920.315000', '173920.775000', '173921.235000', '173921.695000', '173922.155000', '173922.615000', '173923.075000', '173923.535000', '173923.995000', '173924.455000', '173924.915000', '173925.375000', '173925.835000', '173926.295000', '173926.755000', '173927.215000', '173927.675000', '173928.135000', '173928.595000', '173929.055000', '173929.515000', '173929.975000', '173930.435000', '173930.895000', '173931.355000', '173931.815000', '173932.275000', '173932.735000', '173933.195000', '173933.655000', '173934.115000', '173934.575000', '173935.035000', '173935.495000', '173935.955000', '173936.415000', '173936.875000', '173937.335000', '173937.795000', '173938.255000', '173938.715000', '173939.175000', '173939.635000', '173940.095000', '173940.555000', '173941.015000', '173941.475000', '173941.935000', '173942.395000', '173942.855000', '173943.315000', '173943.775000', '173944.235000', '173944.695000', '173945.155000', '173945.615000', '173946.075000', '173946.535000', '173946.995000', '173947.455000', '173947.915000', '173948.375000', '173948.835000', '173949.295000', '173949.755000', '173950.215000', '173950.675000', '173951.135000', '173951.595000', '173952.055000', '173952.515000', '173952.975000', '173953.435000', '173953.895000', '173954.355000', '173954.815000', '173955.275000', '173955.735000', '173956.195000', '173956.655000', '173957.115000', '173957.575000', '173958.035000', '173958.495000', '173958.955000', '173959.415000', '173959.875000', '174000.335000', '174000.795000', '174001.255000', '174001.715000', '174002.175000', '174002.635000', '174003.095000', '174003.555000', '174004.015000', '174004.475000', '174004.935000', '174005.395000', '174005.855000', '174006.315000', '174006.775000', '174007.235000', '174007.695000', '174008.155000', '174008.615000', '174009.075000', '174009.535000', '174009.995000', '174010.455000', '174010.915000', '174011.375000', '174011.835000', '174012.295000', '174012.755000', '174013.215000', '174013.675000', '174014.135000', '174014.595000', '174015.055000', '174015.515000', '174015.975000', '174016.435000', '174016.895000', '174017.355000', '174017.815000', '174018.275000', '174018.735000', '174019.195000', '174019.655000', '174020.115000', '174020.575000', '174021.035000', '174021.495000', '174021.955000', '174022.415000', '174022.875000', '174023.335000', '174023.795000', '174024.255000', '174024.715000', '174025.175000', '174025.635000', '174026.095000', '174026.555000', '174027.015000', '174027.475000', '174027.935000', '174028.395000', '174028.855000', '174029.315000', '174029.775000', '174030.235000', '174030.695000', '174031.155000', '174031.615000', '174032.075000', '174032.535000', '174032.995000', '174033.455000', '174033.915000', '174034.375000', '174034.835000', '174035.295000', '174035.755000', '174036.215000', '174036.675000', '174037.135000', '174037.595000', '174038.055000', '174038.515000', '174038.975000', '174039.435000', '174039.895000', '174040.355000', '174040.815000', '174041.275000', '174041.735000', '174042.195000', '174042.655000', '174043.115000', '174043.575000', '174044.035000', '174044.495000', '174044.955000', '174045.415000', '174045.875000', '174046.335000', '174046.795000', '174047.255000', '174047.715000', '174048.175000', '174048.635000', '174049.095000', '174049.555000', '174050.015000', '174050.475000', '174050.935000', '174051.395000', '174051.855000', '174052.315000', '174052.775000', '174053.235000', '174053.695000', '174054.155000', '174054.615000', '174055.075000', '174055.535000', '174055.995000', '174056.455000', '174056.915000', '174057.375000', '174057.835000', '174058.295000', '174058.755000', '174059.215000', '174059.675000', '174100.135000', '174100.595000', '174101.055000', '174101.515000', '174101.975000', '174102.435000', '174102.895000', '174103.355000', '174103.815000', '174104.275000', '174104.735000', '174105.195000', '174105.655000', '174106.115000', '174106.575000', '174107.035000', '174107.495000', '174107.955000', '174108.415000', '174108.875000', '174109.335000', '174109.795000', '174110.255000', '174110.715000', '174111.175000', '174111.635000', '174112.095000', '174112.555000', '174113.015000', '174113.475000', '174113.935000', '174114.395000', '174114.855000', '174115.315000', '174115.775000', '174116.235000', '174116.695000', '174117.155000', '174117.615000', '174118.075000', '174118.535000', '174118.995000', '174119.455000', '174119.915000', '174120.375000', '174120.835000', '174121.295000', '174121.755000', '174122.215000', '174122.675000', '174123.135000', '174123.595000', '174124.055000', '174124.515000', '174124.975000', '174125.435000', '174125.895000', '174126.355000', '174126.815000', '174127.275000', '174127.735000', '174128.195000', '174128.655000', '174129.115000', '174129.575000', '174130.035000', '174130.495000', '174130.955000', '174131.415000', '174131.875000', '174132.335000', '174132.795000', '174133.255000', '174133.715000', '174134.175000', '174134.635000', '174135.095000', '174135.555000', '174136.015000', '174136.475000', '174136.935000', '174137.395000', '174137.855000', '174138.315000', '174138.775000', '174139.235000', '174139.695000', '174140.155000', '174140.615000', '174141.075000', '174141.535000', '174141.995000', '174142.455000', '174142.915000', '174143.375000', '174143.835000', '174144.295000', '174144.755000', '174145.215000', '174145.675000', '174146.135000', '174146.595000', '174147.055000', '174147.515000', '174147.975000', '174148.435000', '174148.895000', '174149.355000', '174149.815000', '174150.275000', '174150.735000', '174151.195000', '174151.655000', '174152.115000', '174152.575000', '174153.035000', '174153.495000', '174153.955000', '174154.415000', '174154.875000', '174155.335000', '174155.795000', '174156.255000', '174156.715000', '174157.175000', '174157.635000', '174158.095000', '174158.555000', '174159.015000', '174159.475000', '174159.935000', '174200.395000', '174200.855000', '174201.315000', '174201.775000', '174202.235000', '174202.695000', '174203.155000', '174203.615000', '174204.075000', '174204.535000', '174204.995000', '174205.455000', '174205.915000', '174206.375000', '174206.835000', '174207.295000', '174207.755000', '174208.215000', '174208.675000', '174209.135000', '174209.595000', '174210.055000', '174210.515000', '174210.975000', '174211.435000', '174211.895000', '174212.355000', '174212.815000', '174213.275000', '174213.735000', '174214.195000', '174214.655000', '174215.115000', '174215.575000', '174216.035000', '174216.495000', '174216.955000', '174217.415000', '174217.875000', '174218.335000', '174218.795000', '174219.255000', '174219.715000', '174220.175000', '174220.635000', '174221.095000', '174221.555000', '174222.015000', '174222.475000', '174222.935000', '174223.395000', '174223.855000', '174224.315000', '174224.775000', '174225.235000', '174225.695000', '174226.155000', '174226.615000', '174227.075000', '174227.535000', '174227.995000', '174228.455000', '174228.915000', '174229.375000', '174229.835000', '174230.295000', '174230.755000', '174231.215000', '174231.675000', '174232.135000', '174232.595000', '174233.055000', '174233.515000', '174233.975000', '174234.435000', '174234.895000', '174235.355000', '174235.815000', '174236.275000', '174236.735000', '174237.195000', '174237.655000', '174238.115000', '174238.575000', '174239.035000', '174239.495000', '174239.955000', '174240.415000', '174240.875000', '174241.335000', '174241.795000', '174242.255000', '174242.715000', '174243.175000', '174243.635000', '174244.095000', '174244.555000', '174245.015000', '174245.475000', '174245.935000', '174246.395000', '174246.855000', '174247.315000', '174247.775000', '174248.235000', '174248.695000', '174249.155000', '174249.615000', '174250.075000', '174250.535000', '174250.995000', '174251.455000', '174251.915000', '174252.375000', '174252.835000', '174253.295000', '174253.755000', '174254.215000', '174254.675000', '174255.135000', '174255.595000', '174256.055000', '174256.515000', '174256.975000', '174257.435000', '174257.895000', '174258.355000', '174258.815000', '174259.275000', '174259.735000', '174300.195000', '174300.655000', '174301.115000', '174301.575000', '174302.035000', '174302.495000', '174302.955000', '174303.415000', '174303.875000', '174304.335000', '174304.795000', '174305.255000', '174305.715000', '174306.175000', '174306.635000', '174307.095000', '174307.555000', '174308.015000', '174308.475000', '174308.935000', '174309.395000', '174309.855000', '174310.315000', '174310.775000', '174311.235000', '174311.695000', '174312.155000', '174312.615000', '174313.075000', '174313.535000', '174313.995000', '174314.455000', '174314.915000', '174315.375000', '174315.835000', '174316.295000', '174316.755000', '174317.215000', '174317.675000', '174318.135000', '174318.595000', '174319.055000', '174319.515000', '174319.975000', '174320.435000', '174320.895000', '174321.355000', '174321.815000', '174322.275000', '174322.735000', '174323.195000', '174323.655000', '174324.115000', '174324.575000', '174325.035000', '174325.495000', '174325.955000', '174326.415000', '174326.875000', '174327.335000', '174327.795000', '174328.255000', '174328.715000', '174329.175000', '174329.635000', '174330.095000', '174330.555000', '174331.015000', '174331.475000', '174331.935000', '174332.395000', '174332.855000', '174333.315000', '174333.775000', '174334.235000', '174334.695000', '174335.155000', '174335.615000', '174336.075000', '174336.535000', '174336.995000', '174337.455000', '174337.915000', '174338.375000', '174338.835000', '174339.295000', '174339.755000', '174340.215000', '174340.675000', '174341.135000', '174341.595000', '174342.055000', '174342.515000', '174342.975000', '174343.435000', '174343.895000', '174344.355000', '174344.815000', '174345.275000', '174345.735000', '174346.195000', '174346.655000', '174347.115000', '174347.575000', '174348.035000', '174348.495000', '174348.955000', '174349.415000', '174349.875000', '174350.335000', '174350.795000', '174351.255000', '174351.715000', '174352.175000', '174352.635000', '174353.095000', '174353.555000', '174354.015000', '174354.475000', '174354.935000', '174355.395000', '174355.855000', '174356.315000', '174356.775000', '174357.235000', '174357.695000', '174358.155000', '174358.615000', '174359.075000', '174359.535000', '174359.995000', '174400.455000', '174400.915000', '174401.375000', '174401.835000', '174402.295000', '174402.755000', '174403.215000', '174403.675000', '174404.135000', '174404.595000', '174405.055000', '174405.515000', '174405.975000', '174406.435000', '174406.895000', '174407.355000', '174407.815000', '174408.275000', '174408.735000', '174409.195000', '174409.655000', '174410.115000', '174410.575000', '174411.035000', '174411.495000', '174411.955000', '174412.415000', '174412.875000', '174413.335000', '174413.795000', '174414.255000', '174414.715000', '174415.175000', '174415.635000', '174416.095000', '174416.555000', '174417.015000', '174417.475000', '174417.935000', '174418.395000', '174418.855000', '174419.315000', '174419.775000', '174420.235000', '174420.695000', '174421.155000', '174421.615000', '174422.075000', '174422.535000', '174422.995000', '174423.455000', '174423.915000', '174424.375000', '174424.835000', '174425.295000', '174425.755000', '174426.215000', '174426.675000', '174427.135000', '174427.595000', '174428.055000', '174428.515000', '174428.975000', '174429.435000', '174429.895000', '174430.355000', '174430.815000', '174431.275000', '174431.735000', '174432.195000', '174432.655000', '174433.115000', '174433.575000', '174434.035000', '174434.495000', '174434.955000', '174435.415000', '174435.875000', '174436.335000', '174436.795000', '174437.255000', '174437.715000', '174438.175000', '174438.635000', '174439.095000', '174439.555000', '174440.015000', '174440.475000', '174440.935000', '174441.395000', '174441.855000', '174442.315000', '174442.775000', '174443.235000', '174443.695000', '174444.155000', '174444.615000', '174445.075000', '174445.535000', '174445.995000', '174446.455000', '174446.915000', '174447.375000', '174447.835000', '174448.295000', '174448.755000', '174449.215000', '174449.675000', '174450.135000', '174450.595000', '174451.055000', '174451.515000', '174451.975000', '174452.435000', '174452.895000', '174453.355000', '174453.815000', '174454.275000', '174454.735000', '174455.195000', '174455.655000', '174456.115000', '174456.575000', '174457.035000', '174457.495000', '174457.955000', '174458.415000', '174458.875000', '174459.335000', '174459.795000', '174500.255000', '174500.715000', '174501.175000', '174501.635000', '174502.095000', '174502.555000', '174503.015000', '174503.475000', '174503.935000', '174504.395000', '174504.855000', '174505.315000', '174505.775000', '174506.235000', '174506.695000', '174507.155000', '174507.615000', '174508.075000', '174508.535000', '174508.995000', '174509.455000', '174509.915000', '174510.375000', '174510.835000', '174511.295000', '174511.755000', '174512.215000', '174512.675000', '174513.135000', '174513.595000', '174514.055000', '174514.515000', '174514.975000', '174515.435000', '174515.895000', '174516.355000', '174516.815000', '174517.275000', '174517.735000', '174518.195000', '174518.655000', '174519.115000', '174519.575000', '174520.035000', '174520.495000', '174520.955000', '174521.415000', '174521.875000', '174522.335000', '174522.795000', '174523.255000', '174523.715000', '174524.175000', '174524.635000', '174525.095000', '174525.555000', '174526.015000', '174526.475000', '174526.935000', '174527.395000', '174527.855000', '174528.315000', '174528.775000', '174529.235000', '174529.695000', '174530.155000', '174530.615000', '174531.075000', '174531.535000', '174531.995000', '174532.455000', '174532.915000', '174533.375000', '174533.835000', '174534.295000', '174534.755000', '174535.215000', '174535.675000', '174536.135000', '174536.595000', '174537.055000', '174537.515000', '174537.975000', '174538.435000', '174538.895000', '174539.355000', '174539.815000', '174540.275000', '174540.735000', '174541.195000', '174541.655000', '174542.115000', '174542.575000', '174543.035000', '174543.495000', '174543.955000', '174544.415000', '174544.875000', '174545.335000', '174545.795000', '174546.255000', '174546.715000', '174547.175000', '174547.635000', '174548.095000', '174548.555000', '174549.015000', '174549.475000', '174549.935000', '174550.395000', '174550.855000', '174551.315000', '174551.775000', '174552.235000', '174552.695000', '174553.155000', '174553.615000', '174554.075000', '174554.535000', '174554.995000', '174555.455000', '174555.915000', '174556.375000', '174556.835000', '174557.295000', '174557.755000', '174558.215000', '174558.675000', '174559.135000', '174559.595000', '174600.055000', '174600.515000', '174600.975000', '174601.435000', '174601.895000', '174602.355000', '174602.815000', '174603.275000', '174603.735000', '174604.195000', '174604.655000', '174605.115000', '174605.575000', '174606.035000', '174606.495000', '174606.955000', '174607.415000', '174607.875000', '174608.335000', '174608.795000', '174609.255000', '174609.715000', '174610.175000', '174610.635000', '174611.095000', '174611.555000', '174612.015000'], 'ContentTime': ['173925.638000', '173925.641000', '173925.649000', '173925.652000', '173925.654000', '173925.657000', '173925.659000', '173925.662000', '173925.665000', '173925.667000', '173925.670000', '173925.672000', '173925.682000', '173925.685000', '173925.688000', '173925.690000', '173925.693000', '173925.695000', '173925.698000', '173925.700000', '173925.703000', '173925.705000', '173925.708000', '173925.710000', '173925.713000', '173925.716000', '173945.572000', '173945.576000', '173945.578000', '173945.581000', '173945.583000', '173945.586000', '173945.589000', '173945.591000', '173945.594000', '173945.596000', '173945.600000', '173945.603000', '173945.606000', '173945.608000', '173945.627000', '173945.637000', '173945.640000', '173945.642000', '173945.645000', '173945.648000', '173945.650000', '173945.653000', '173945.655000', '173945.658000', '173945.661000', '173945.663000', '173945.666000', '173945.669000', '173945.671000', '173945.674000', '173945.677000', '173945.679000', '173945.682000', '173945.684000', '173945.687000', '173945.690000', '173945.692000', '173945.695000', '173945.698000', '173945.700000', '173945.703000', '173945.705000', '173945.708000', '174005.572000', '174005.574000', '174005.578000', '174005.580000', '174005.583000', '174005.585000', '174005.589000', '174005.591000', '174005.594000', '174005.596000', '174005.600000', '174005.602000', '174005.605000', '174005.607000', '174005.610000', '174005.613000', '174005.615000', '174005.618000', '174005.620000', '174005.623000', '174005.625000', '174005.628000', '174005.630000', '174005.633000', '174005.635000', '174005.638000', '174005.640000', '174005.643000', '174005.646000', '174005.648000', '174005.651000', '174005.653000', '174005.656000', '174005.658000', '174005.661000', '174005.664000', '174005.666000', '174005.669000', '174005.671000', '174005.674000', '174005.676000', '174005.685000', '174005.687000', '174005.690000', '174025.571000', '174025.574000', '174025.577000', '174025.579000', '174025.582000', '174025.584000', '174025.587000', '174025.590000', '174025.592000', '174025.595000', '174025.597000', '174025.600000', '174025.603000', '174025.605000', '174025.608000', '174025.611000', '174025.613000', '174025.616000', '174025.618000', '174025.621000', '174025.624000', '174025.626000', '174025.629000', '174025.631000', '174025.634000', '174025.636000', '174025.639000', '174025.642000', '174025.644000', '174025.647000', '174025.650000', '174025.652000', '174025.655000', '174025.657000', '174025.660000', '174025.663000', '174025.665000', '174025.668000', '174025.670000', '174025.673000', '174025.676000', '174025.678000', '174025.681000', '174045.573000', '174045.576000', '174045.578000', '174045.581000', '174045.583000', '174045.586000', '174045.589000', '174045.591000', '174045.594000', '174045.597000', '174045.599000', '174045.602000', '174045.604000', '174045.607000', '174045.610000', '174045.612000', '174045.615000', '174045.618000', '174045.620000', '174045.623000', '174045.625000', '174045.628000', '174045.631000', '174045.633000', '174045.647000', '174045.650000', '174045.653000', '174045.655000', '174045.658000', '174045.661000', '174045.663000', '174045.666000', '174045.668000', '174045.671000', '174045.674000', '174045.676000', '174045.679000', '174045.682000', '174045.684000', '174045.687000', '174045.689000', '174045.692000', '174045.694000', '174045.697000', '174105.572000', '174105.575000', '174105.578000', '174105.580000', '174105.583000', '174105.586000', '174105.588000', '174105.591000', '174105.594000', '174105.596000', '174105.599000', '174105.602000', '174105.605000', '174105.608000', '174105.611000', '174105.614000', '174105.616000', '174105.619000', '174105.621000', '174105.624000', '174105.627000', '174105.629000', '174105.632000', '174105.634000', '174105.637000', '174105.640000', '174105.642000', '174105.645000', '174105.648000', '174105.653000', '174105.656000', '174105.658000', '174105.661000', '174105.665000', '174105.668000', '174105.670000', '174105.673000', '174105.675000', '174105.678000', '174105.680000', '174105.683000', '174105.686000', '174105.688000', '174125.572000', '174125.575000', '174125.578000', '174125.580000', '174125.583000', '174125.586000', '174125.588000', '174125.591000', '174125.593000', '174125.596000', '174125.599000', '174125.618000', '174125.620000', '174125.623000', '174125.626000', '174125.628000', '174125.631000', '174125.634000', '174125.636000', '174125.639000', '174125.641000', '174125.644000', '174125.646000', '174125.649000', '174125.652000', '174125.654000', '174125.657000', '174125.659000', '174125.662000', '174125.664000', '174125.667000', '174125.670000', '174125.672000', '174125.675000', '174125.678000', '174125.680000', '174125.683000', '174125.685000', '174125.688000', '174125.691000', '174125.693000', '174125.696000', '174125.698000', '174125.701000', '174145.573000', '174145.576000', '174145.578000', '174145.581000', '174145.583000', '174145.586000', '174145.588000', '174145.591000', '174145.594000', '174145.596000', '174145.599000', '174145.602000', '174145.604000', '174145.607000', '174145.609000', '174145.612000', '174145.615000', '174145.617000', '174145.620000', '174145.622000', '174145.625000', '174145.628000', '174145.630000', '174145.633000', '174145.636000', '174145.638000', '174145.641000', '174145.643000', '174145.646000', '174145.649000', '174145.651000', '174145.654000', '174145.656000', '174145.659000', '174145.661000', '174145.664000', '174145.667000', '174145.669000', '174145.672000', '174145.674000', '174145.677000', '174145.680000', '174145.682000', '174205.573000', '174205.575000', '174205.578000', '174205.590000', '174205.593000', '174205.595000', '174205.598000', '174205.601000', '174205.603000', '174205.606000', '174205.609000', '174205.611000', '174205.614000', '174205.617000', '174205.619000', '174205.622000', '174205.624000', '174205.627000', '174205.629000', '174205.632000', '174205.635000', '174205.637000', '174205.640000', '174205.642000', '174205.645000', '174205.648000', '174205.650000', '174205.662000', '174205.664000', '174205.667000', '174205.670000', '174205.672000', '174205.675000', '174205.677000', '174205.680000', '174205.683000', '174205.685000', '174205.688000', '174205.690000', '174205.693000', '174205.696000', '174205.698000', '174205.701000', '174205.703000', '174225.571000', '174225.574000', '174225.577000', '174225.580000', '174225.582000', '174225.585000', '174225.587000', '174225.590000', '174225.593000', '174225.595000', '174225.598000', '174225.600000', '174225.603000', '174225.606000', '174225.608000', '174225.611000', '174225.613000', '174225.616000', '174225.619000', '174225.621000', '174225.624000', '174225.626000', '174225.629000', '174225.632000', '174225.634000', '174225.637000', '174225.639000', '174225.642000', '174225.645000', '174225.647000', '174225.650000', '174225.652000', '174225.655000', '174225.657000', '174225.660000', '174225.663000', '174225.665000', '174225.668000', '174225.671000', '174225.673000', '174225.676000', '174225.679000', '174225.681000', '174245.572000', '174245.574000', '174245.577000', '174245.580000', '174245.582000', '174245.585000', '174245.588000', '174245.590000', '174245.593000', '174245.596000', '174245.598000', '174245.601000', '174245.603000', '174245.606000', '174245.609000', '174245.611000', '174245.614000', '174245.616000', '174245.619000', '174245.621000', '174245.624000', '174245.627000', '174245.629000', '174245.632000', '174245.634000', '174245.637000', '174245.640000', '174245.642000', '174245.645000', '174245.647000', '174245.650000', '174245.653000', '174245.655000', '174245.658000', '174245.660000', '174245.663000', '174245.666000', '174245.668000', '174245.671000', '174245.674000', '174245.676000', '174245.679000', '174245.681000', '174245.684000', '174305.573000', '174305.575000', '174305.578000', '174305.581000', '174305.583000', '174305.586000', '174305.598000', '174305.601000', '174305.603000', '174305.606000', '174305.609000', '174305.611000', '174305.614000', '174305.616000', '174305.619000', '174305.621000', '174305.624000', '174305.627000', '174305.629000', '174305.632000', '174305.634000', '174305.637000', '174305.640000', '174305.642000', '174305.645000', '174305.647000', '174305.650000', '174305.652000', '174305.655000', '174305.658000', '174305.660000', '174305.663000', '174305.665000', '174305.668000', '174305.671000', '174305.673000', '174305.676000', '174305.678000', '174305.681000', '174305.684000', '174305.687000', '174305.689000', '174305.692000', '174325.572000', '174325.575000', '174325.578000', '174325.580000', '174325.583000', '174325.585000', '174325.588000', '174325.591000', '174325.593000', '174325.596000', '174325.599000', '174325.601000', '174325.604000', '174325.606000', '174325.609000', '174325.612000', '174325.614000', '174325.617000', '174325.619000', '174325.622000', '174325.624000', '174325.627000', '174325.630000', '174325.632000', '174325.635000', '174325.638000', '174325.641000', '174325.644000', '174325.646000', '174325.649000', '174325.651000', '174325.654000', '174325.657000', '174325.659000', '174325.662000', '174325.664000', '174325.667000', '174325.670000', '174325.672000', '174325.675000', '174325.677000', '174325.680000', '174325.682000', '174325.685000', '174345.573000', '174345.575000', '174345.578000', '174345.580000', '174345.583000', '174345.586000', '174345.588000', '174345.591000', '174345.593000', '174345.596000', '174345.599000', '174345.601000', '174345.604000', '174345.606000', '174345.609000', '174345.611000', '174345.614000', '174345.617000', '174345.619000', '174345.622000', '174345.625000', '174345.627000', '174345.630000', '174345.633000', '174345.635000', '174345.638000', '174345.640000', '174345.643000', '174345.646000', '174345.648000', '174345.651000', '174345.653000', '174345.656000', '174345.659000', '174345.661000', '174345.664000', '174345.667000', '174345.669000', '174345.672000', '174345.674000', '174345.677000', '174345.679000', '174345.682000', '174405.573000', '174405.575000', '174405.578000', '174405.581000', '174405.583000', '174405.586000', '174405.588000', '174405.591000', '174405.594000', '174405.596000', '174405.599000', '174405.602000', '174405.604000', '174405.607000', '174405.610000', '174405.612000', '174405.615000', '174405.618000', '174405.620000', '174405.623000', '174405.626000', '174405.628000', '174405.631000', '174405.633000', '174405.636000', '174405.639000', '174405.641000', '174405.644000', '174405.646000', '174405.649000', '174405.651000', '174405.654000', '174405.657000', '174405.659000', '174405.662000', '174405.665000', '174405.667000', '174405.670000', '174405.672000', '174405.675000', '174405.678000', '174405.680000', '174405.683000', '174425.572000', '174425.575000', '174425.578000', '174425.581000', '174425.583000', '174425.586000', '174425.588000', '174425.591000', '174425.594000', '174425.596000', '174425.599000', '174425.601000', '174425.604000', '174425.607000', '174425.609000', '174425.612000', '174425.614000', '174425.617000', '174425.630000', '174425.633000', '174425.635000', '174425.638000', '174425.641000', '174425.643000', '174425.646000', '174425.648000', '174425.651000', '174425.654000', '174425.656000', '174425.664000', '174425.667000', '174425.669000', '174425.672000', '174425.675000', '174425.677000', '174425.680000', '174425.682000', '174425.685000', '174425.688000', '174425.691000', '174425.694000', '174425.697000', '174425.699000', '174425.702000', '174445.572000', '174445.574000', '174445.577000', '174445.580000', '174445.582000', '174445.585000', '174445.588000', '174445.590000', '174445.593000', '174445.596000', '174445.599000', '174445.601000', '174445.604000', '174445.607000', '174445.609000', '174445.612000', '174445.621000', '174445.623000', '174445.626000', '174445.629000', '174445.631000', '174445.634000', '174445.636000', '174445.639000', '174445.641000', '174445.644000', '174445.647000', '174445.649000', '174445.652000', '174445.655000', '174445.657000', '174445.660000', '174445.663000', '174445.665000', '174445.668000', '174445.670000', '174445.673000', '174445.676000', '174445.678000', '174445.681000', '174445.683000', '174445.686000', '174445.689000', '174445.691000', '174505.572000', '174505.574000', '174505.577000', '174505.580000', '174505.582000', '174505.585000', '174505.587000', '174505.590000', '174505.593000', '174505.595000', '174505.598000', '174505.601000', '174505.603000', '174505.606000', '174505.608000', '174505.611000', '174505.614000', '174505.616000', '174505.619000', '174505.623000', '174505.626000', '174505.628000', '174505.631000', '174505.634000', '174505.636000', '174505.639000', '174505.641000', '174505.644000', '174505.647000', '174505.649000', '174505.652000', '174505.654000', '174505.657000', '174505.659000', '174505.662000', '174505.665000', '174505.667000', '174505.670000', '174505.672000', '174505.675000', '174505.677000', '174505.680000', '174505.683000', '174525.573000', '174525.576000', '174525.578000', '174525.581000', '174525.584000', '174525.586000', '174525.604000', '174525.607000', '174525.609000', '174525.612000', '174525.615000', '174525.617000', '174525.620000', '174525.622000', '174525.625000', '174525.628000', '174525.631000', '174525.633000', '174525.636000', '174525.638000', '174525.641000', '174525.644000', '174525.646000', '174525.649000', '174525.651000', '174525.654000', '174525.656000', '174525.659000', '174525.662000', '174525.664000', '174525.667000', '174525.670000', '174525.672000', '174525.675000', '174525.677000', '174525.680000', '174525.683000', '174525.685000', '174525.688000', '174525.690000', '174525.693000', '174525.696000', '174525.698000', '174545.572000', '174545.575000', '174545.578000', '174545.581000', '174545.583000', '174545.586000', '174545.588000', '174545.591000', '174545.594000', '174545.596000', '174545.599000', '174545.601000', '174545.604000', '174545.606000', '174545.609000', '174545.612000', '174545.614000', '174545.617000', '174545.620000', '174545.622000', '174545.625000', '174545.627000', '174545.630000', '174545.633000', '174545.635000', '174545.638000', '174545.640000', '174545.643000', '174545.645000', '174545.659000', '174545.662000', '174545.664000', '174545.667000', '174545.669000', '174545.672000', '174545.675000', '174545.677000', '174545.680000', '174545.682000', '174545.685000', '174545.688000', '174545.690000', '174545.693000', '174545.695000', '174605.572000', '174605.575000', '174605.578000', '174605.581000', '174605.584000', '174605.587000', '174605.589000', '174605.592000', '174605.595000', '174605.597000', '174605.600000', '174605.602000', '174605.605000', '174605.608000', '174605.610000', '174605.613000', '174605.616000', '174605.618000', '174605.621000', '174605.623000', '174605.626000', '174605.628000', '174605.631000', '174605.634000', '174605.636000', '174605.639000', '174605.641000', '174605.644000', '174605.647000', '174605.649000', '174605.652000', '174605.655000', '174605.657000', '174605.660000', '174605.663000', '174605.665000', '174605.668000', '174605.670000', '174605.673000', '174605.675000', '174605.678000', '174605.681000', '174605.683000', '174605.686000', '174613.790000', '174613.793000', '174613.796000', '174613.799000', '174613.853000', '174613.856000', '174613.859000', '174613.862000', '174613.864000', '174613.867000', '174613.871000', '174613.874000', '174613.877000', '174613.879000', '174613.882000', '174613.887000', '174613.892000', '174613.896000'], 'InstanceCreationTime': ['173925.638000', '173925.641000', '173925.649000', '173925.652000', '173925.654000', '173925.657000', '173925.659000', '173925.662000', '173925.665000', '173925.667000', '173925.670000', '173925.672000', '173925.682000', '173925.685000', '173925.688000', '173925.690000', '173925.693000', '173925.695000', '173925.698000', '173925.700000', '173925.703000', '173925.705000', '173925.708000', '173925.710000', '173925.713000', '173925.716000', '173945.572000', '173945.576000', '173945.578000', '173945.581000', '173945.583000', '173945.586000', '173945.589000', '173945.591000', '173945.594000', '173945.596000', '173945.600000', '173945.603000', '173945.606000', '173945.608000', '173945.627000', '173945.637000', '173945.640000', '173945.642000', '173945.645000', '173945.648000', '173945.650000', '173945.653000', '173945.655000', '173945.658000', '173945.661000', '173945.663000', '173945.666000', '173945.669000', '173945.671000', '173945.674000', '173945.677000', '173945.679000', '173945.682000', '173945.684000', '173945.687000', '173945.690000', '173945.692000', '173945.695000', '173945.698000', '173945.700000', '173945.703000', '173945.705000', '173945.708000', '174005.572000', '174005.574000', '174005.578000', '174005.580000', '174005.583000', '174005.585000', '174005.589000', '174005.591000', '174005.594000', '174005.596000', '174005.600000', '174005.602000', '174005.605000', '174005.607000', '174005.610000', '174005.613000', '174005.615000', '174005.618000', '174005.620000', '174005.623000', '174005.625000', '174005.628000', '174005.630000', '174005.633000', '174005.635000', '174005.638000', '174005.640000', '174005.643000', '174005.646000', '174005.648000', '174005.651000', '174005.653000', '174005.656000', '174005.658000', '174005.661000', '174005.664000', '174005.666000', '174005.669000', '174005.671000', '174005.674000', '174005.676000', '174005.685000', '174005.687000', '174005.690000', '174025.571000', '174025.574000', '174025.577000', '174025.579000', '174025.582000', '174025.584000', '174025.587000', '174025.590000', '174025.592000', '174025.595000', '174025.597000', '174025.600000', '174025.603000', '174025.605000', '174025.608000', '174025.611000', '174025.613000', '174025.616000', '174025.618000', '174025.621000', '174025.624000', '174025.626000', '174025.629000', '174025.631000', '174025.634000', '174025.636000', '174025.639000', '174025.642000', '174025.644000', '174025.647000', '174025.650000', '174025.652000', '174025.655000', '174025.657000', '174025.660000', '174025.663000', '174025.665000', '174025.668000', '174025.670000', '174025.673000', '174025.676000', '174025.678000', '174025.681000', '174045.573000', '174045.576000', '174045.578000', '174045.581000', '174045.583000', '174045.586000', '174045.589000', '174045.591000', '174045.594000', '174045.597000', '174045.599000', '174045.602000', '174045.604000', '174045.607000', '174045.610000', '174045.612000', '174045.615000', '174045.618000', '174045.620000', '174045.623000', '174045.625000', '174045.628000', '174045.631000', '174045.633000', '174045.647000', '174045.650000', '174045.653000', '174045.655000', '174045.658000', '174045.661000', '174045.663000', '174045.666000', '174045.668000', '174045.671000', '174045.674000', '174045.676000', '174045.679000', '174045.682000', '174045.684000', '174045.687000', '174045.689000', '174045.692000', '174045.694000', '174045.697000', '174105.572000', '174105.575000', '174105.578000', '174105.580000', '174105.583000', '174105.586000', '174105.588000', '174105.591000', '174105.594000', '174105.596000', '174105.599000', '174105.602000', '174105.605000', '174105.608000', '174105.611000', '174105.614000', '174105.616000', '174105.619000', '174105.621000', '174105.624000', '174105.627000', '174105.629000', '174105.632000', '174105.634000', '174105.637000', '174105.640000', '174105.642000', '174105.645000', '174105.648000', '174105.653000', '174105.656000', '174105.658000', '174105.661000', '174105.665000', '174105.668000', '174105.670000', '174105.673000', '174105.675000', '174105.678000', '174105.680000', '174105.683000', '174105.686000', '174105.688000', '174125.572000', '174125.575000', '174125.578000', '174125.580000', '174125.583000', '174125.586000', '174125.588000', '174125.591000', '174125.593000', '174125.596000', '174125.599000', '174125.618000', '174125.620000', '174125.623000', '174125.626000', '174125.628000', '174125.631000', '174125.634000', '174125.636000', '174125.639000', '174125.641000', '174125.644000', '174125.646000', '174125.649000', '174125.652000', '174125.654000', '174125.657000', '174125.659000', '174125.662000', '174125.664000', '174125.667000', '174125.670000', '174125.672000', '174125.675000', '174125.678000', '174125.680000', '174125.683000', '174125.685000', '174125.688000', '174125.691000', '174125.693000', '174125.696000', '174125.698000', '174125.701000', '174145.573000', '174145.576000', '174145.578000', '174145.581000', '174145.583000', '174145.586000', '174145.588000', '174145.591000', '174145.594000', '174145.596000', '174145.599000', '174145.602000', '174145.604000', '174145.607000', '174145.609000', '174145.612000', '174145.615000', '174145.617000', '174145.620000', '174145.622000', '174145.625000', '174145.628000', '174145.630000', '174145.633000', '174145.636000', '174145.638000', '174145.641000', '174145.643000', '174145.646000', '174145.649000', '174145.651000', '174145.654000', '174145.656000', '174145.659000', '174145.661000', '174145.664000', '174145.667000', '174145.669000', '174145.672000', '174145.674000', '174145.677000', '174145.680000', '174145.682000', '174205.573000', '174205.575000', '174205.578000', '174205.590000', '174205.593000', '174205.595000', '174205.598000', '174205.601000', '174205.603000', '174205.606000', '174205.609000', '174205.611000', '174205.614000', '174205.617000', '174205.619000', '174205.622000', '174205.624000', '174205.627000', '174205.629000', '174205.632000', '174205.635000', '174205.637000', '174205.640000', '174205.642000', '174205.645000', '174205.648000', '174205.650000', '174205.662000', '174205.664000', '174205.667000', '174205.670000', '174205.672000', '174205.675000', '174205.677000', '174205.680000', '174205.683000', '174205.685000', '174205.688000', '174205.690000', '174205.693000', '174205.696000', '174205.698000', '174205.701000', '174205.703000', '174225.571000', '174225.574000', '174225.577000', '174225.580000', '174225.582000', '174225.585000', '174225.587000', '174225.590000', '174225.593000', '174225.595000', '174225.598000', '174225.600000', '174225.603000', '174225.606000', '174225.608000', '174225.611000', '174225.613000', '174225.616000', '174225.619000', '174225.621000', '174225.624000', '174225.626000', '174225.629000', '174225.632000', '174225.634000', '174225.637000', '174225.639000', '174225.642000', '174225.645000', '174225.647000', '174225.650000', '174225.652000', '174225.655000', '174225.657000', '174225.660000', '174225.663000', '174225.665000', '174225.668000', '174225.671000', '174225.673000', '174225.676000', '174225.679000', '174225.681000', '174245.572000', '174245.574000', '174245.577000', '174245.580000', '174245.582000', '174245.585000', '174245.588000', '174245.590000', '174245.593000', '174245.596000', '174245.598000', '174245.601000', '174245.603000', '174245.606000', '174245.609000', '174245.611000', '174245.614000', '174245.616000', '174245.619000', '174245.621000', '174245.624000', '174245.627000', '174245.629000', '174245.632000', '174245.634000', '174245.637000', '174245.640000', '174245.642000', '174245.645000', '174245.647000', '174245.650000', '174245.653000', '174245.655000', '174245.658000', '174245.660000', '174245.663000', '174245.666000', '174245.668000', '174245.671000', '174245.674000', '174245.676000', '174245.679000', '174245.681000', '174245.684000', '174305.573000', '174305.575000', '174305.578000', '174305.581000', '174305.583000', '174305.586000', '174305.598000', '174305.601000', '174305.603000', '174305.606000', '174305.609000', '174305.611000', '174305.614000', '174305.616000', '174305.619000', '174305.621000', '174305.624000', '174305.627000', '174305.629000', '174305.632000', '174305.634000', '174305.637000', '174305.640000', '174305.642000', '174305.645000', '174305.647000', '174305.650000', '174305.652000', '174305.655000', '174305.658000', '174305.660000', '174305.663000', '174305.665000', '174305.668000', '174305.671000', '174305.673000', '174305.676000', '174305.678000', '174305.681000', '174305.684000', '174305.687000', '174305.689000', '174305.692000', '174325.572000', '174325.575000', '174325.578000', '174325.580000', '174325.583000', '174325.585000', '174325.588000', '174325.591000', '174325.593000', '174325.596000', '174325.599000', '174325.601000', '174325.604000', '174325.606000', '174325.609000', '174325.612000', '174325.614000', '174325.617000', '174325.619000', '174325.622000', '174325.624000', '174325.627000', '174325.630000', '174325.632000', '174325.635000', '174325.638000', '174325.641000', '174325.644000', '174325.646000', '174325.649000', '174325.651000', '174325.654000', '174325.657000', '174325.659000', '174325.662000', '174325.664000', '174325.667000', '174325.670000', '174325.672000', '174325.675000', '174325.677000', '174325.680000', '174325.682000', '174325.685000', '174345.573000', '174345.575000', '174345.578000', '174345.580000', '174345.583000', '174345.586000', '174345.588000', '174345.591000', '174345.593000', '174345.596000', '174345.599000', '174345.601000', '174345.604000', '174345.606000', '174345.609000', '174345.611000', '174345.614000', '174345.617000', '174345.619000', '174345.622000', '174345.625000', '174345.627000', '174345.630000', '174345.633000', '174345.635000', '174345.638000', '174345.640000', '174345.643000', '174345.646000', '174345.648000', '174345.651000', '174345.653000', '174345.656000', '174345.659000', '174345.661000', '174345.664000', '174345.667000', '174345.669000', '174345.672000', '174345.674000', '174345.677000', '174345.679000', '174345.682000', '174405.573000', '174405.575000', '174405.578000', '174405.581000', '174405.583000', '174405.586000', '174405.588000', '174405.591000', '174405.594000', '174405.596000', '174405.599000', '174405.602000', '174405.604000', '174405.607000', '174405.610000', '174405.612000', '174405.615000', '174405.618000', '174405.620000', '174405.623000', '174405.626000', '174405.628000', '174405.631000', '174405.633000', '174405.636000', '174405.639000', '174405.641000', '174405.644000', '174405.646000', '174405.649000', '174405.651000', '174405.654000', '174405.657000', '174405.659000', '174405.662000', '174405.665000', '174405.667000', '174405.670000', '174405.672000', '174405.675000', '174405.678000', '174405.680000', '174405.683000', '174425.572000', '174425.575000', '174425.578000', '174425.581000', '174425.583000', '174425.586000', '174425.588000', '174425.591000', '174425.594000', '174425.596000', '174425.599000', '174425.601000', '174425.604000', '174425.607000', '174425.609000', '174425.612000', '174425.614000', '174425.617000', '174425.630000', '174425.633000', '174425.635000', '174425.638000', '174425.641000', '174425.643000', '174425.646000', '174425.648000', '174425.651000', '174425.654000', '174425.656000', '174425.664000', '174425.667000', '174425.669000', '174425.672000', '174425.675000', '174425.677000', '174425.680000', '174425.682000', '174425.685000', '174425.688000', '174425.691000', '174425.694000', '174425.697000', '174425.699000', '174425.702000', '174445.572000', '174445.574000', '174445.577000', '174445.580000', '174445.582000', '174445.585000', '174445.588000', '174445.590000', '174445.593000', '174445.596000', '174445.599000', '174445.601000', '174445.604000', '174445.607000', '174445.609000', '174445.612000', '174445.621000', '174445.623000', '174445.626000', '174445.629000', '174445.631000', '174445.634000', '174445.636000', '174445.639000', '174445.641000', '174445.644000', '174445.647000', '174445.649000', '174445.652000', '174445.655000', '174445.657000', '174445.660000', '174445.663000', '174445.665000', '174445.668000', '174445.670000', '174445.673000', '174445.676000', '174445.678000', '174445.681000', '174445.683000', '174445.686000', '174445.689000', '174445.691000', '174505.572000', '174505.574000', '174505.577000', '174505.580000', '174505.582000', '174505.585000', '174505.587000', '174505.590000', '174505.593000', '174505.595000', '174505.598000', '174505.601000', '174505.603000', '174505.606000', '174505.608000', '174505.611000', '174505.614000', '174505.616000', '174505.619000', '174505.623000', '174505.626000', '174505.628000', '174505.631000', '174505.634000', '174505.636000', '174505.639000', '174505.641000', '174505.644000', '174505.647000', '174505.649000', '174505.652000', '174505.654000', '174505.657000', '174505.659000', '174505.662000', '174505.665000', '174505.667000', '174505.670000', '174505.672000', '174505.675000', '174505.677000', '174505.680000', '174505.683000', '174525.573000', '174525.576000', '174525.578000', '174525.581000', '174525.584000', '174525.586000', '174525.604000', '174525.607000', '174525.609000', '174525.612000', '174525.615000', '174525.617000', '174525.620000', '174525.622000', '174525.625000', '174525.628000', '174525.631000', '174525.633000', '174525.636000', '174525.638000', '174525.641000', '174525.644000', '174525.646000', '174525.649000', '174525.651000', '174525.654000', '174525.656000', '174525.659000', '174525.662000', '174525.664000', '174525.667000', '174525.670000', '174525.672000', '174525.675000', '174525.677000', '174525.680000', '174525.683000', '174525.685000', '174525.688000', '174525.690000', '174525.693000', '174525.696000', '174525.698000', '174545.572000', '174545.575000', '174545.578000', '174545.581000', '174545.583000', '174545.586000', '174545.588000', '174545.591000', '174545.594000', '174545.596000', '174545.599000', '174545.601000', '174545.604000', '174545.606000', '174545.609000', '174545.612000', '174545.614000', '174545.617000', '174545.620000', '174545.622000', '174545.625000', '174545.627000', '174545.630000', '174545.633000', '174545.635000', '174545.638000', '174545.640000', '174545.643000', '174545.645000', '174545.659000', '174545.662000', '174545.664000', '174545.667000', '174545.669000', '174545.672000', '174545.675000', '174545.677000', '174545.680000', '174545.682000', '174545.685000', '174545.688000', '174545.690000', '174545.693000', '174545.695000', '174605.572000', '174605.575000', '174605.578000', '174605.581000', '174605.584000', '174605.587000', '174605.589000', '174605.592000', '174605.595000', '174605.597000', '174605.600000', '174605.602000', '174605.605000', '174605.608000', '174605.610000', '174605.613000', '174605.616000', '174605.618000', '174605.621000', '174605.623000', '174605.626000', '174605.628000', '174605.631000', '174605.634000', '174605.636000', '174605.639000', '174605.641000', '174605.644000', '174605.647000', '174605.649000', '174605.652000', '174605.655000', '174605.657000', '174605.660000', '174605.663000', '174605.665000', '174605.668000', '174605.670000', '174605.673000', '174605.675000', '174605.678000', '174605.681000', '174605.683000', '174605.686000', '174613.790000', '174613.793000', '174613.796000', '174613.799000', '174613.853000', '174613.856000', '174613.859000', '174613.862000', '174613.864000', '174613.867000', '174613.871000', '174613.874000', '174613.877000', '174613.879000', '174613.882000', '174613.887000', '174613.892000', '174613.896000'], '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': [10435, 13702, 8069, 10316, 7805, 7321, 8374, 7540, 8056, 8507, 7413, 8371, 7755, 10188, 8235, 9034, 7424, 8018, 7250, 8269, 13829, 7933, 9853, 7873, 7687, 7801, 7840, 7784, 7706, 7637, 7458, 7385, 8167, 7316, 8137, 7159, 8582, 7909, 8141, 10102, 8213, 10719, 8388, 7280, 8314, 7535, 8764, 7534, 8647, 7344, 8134, 7464, 8355, 8080, 9259, 7799, 7323, 8048, 7695, 9644, 8198, 9521, 12109, 8295, 7252, 8425, 7947, 8174, 8452, 8123, 7358, 8149, 7510, 8230, 7702, 8935, 7605, 8895, 7871, 8755, 7808, 9011, 7758, 9417, 8014, 8057, 7583, 8413, 7671, 7691, 7652, 7752, 7904, 8237, 7663, 8552, 7613, 8259, 7531, 8202, 7496, 8397, 7284, 8237, 7445, 7987, 9486, 8448, 12740, 8499, 7856, 8282, 7196, 8073, 7828, 8476, 11085, 8092, 7892, 7713, 7592, 7859, 8438, 7547, 8286, 9089, 8182, 11007, 8348, 8746, 7770, 8459, 7553, 8304, 7499, 8337, 7180, 8060, 10778, 7983, 8978, 7768, 7928, 7725, 7900, 7337, 8173, 10833, 8173, 8040, 7589, 8059, 7215, 8521, 9697, 8059, 7964, 7615, 8039, 7462, 8172, 10302, 8139, 7911, 7940, 7819, 7786, 8319, 10352, 8456, 10234, 7926, 7756, 7555, 8266, 8011, 8179, 10051, 8316, 8065, 7776, 8472, 7761, 8300, 7462, 8258, 7320, 8669, 9485, 8278, 7916, 7834, 8115, 7400, 8251, 8980, 8040, 8105, 8039, 7544, 7657, 8027, 7487, 8188, 7609, 8458, 9236, 7990, 8478, 7330, 8409, 12420, 8600, 8910, 8101, 8062, 7589, 8315, 11358, 8484, 7271, 8013, 7471, 8048, 7733, 8287, 9812, 8360, 10999, 8424, 8339, 7494, 8067, 14274, 8308, 11076, 8406, 7846, 7331, 8005, 8370, 7826, 7829, 7932, 7789, 7518, 7953, 7852, 7995, 8529, 7814, 7875, 7550, 8104, 7091, 7898, 10000, 8098, 8972, 7795, 8279, 7377, 8116, 12259, 7879, 8980, 7820, 8293, 7235, 7992, 10044, 7910, 8823, 7858, 8132, 7413, 7970, 10055, 7906, 9013, 7986, 7853, 7417, 8075, 7204, 8084, 11688, 8003, 9401, 7674, 8002, 7102, 7978, 10498, 7817, 7852, 7603, 8201, 7316, 8159, 7881, 8301, 7410, 7726, 7159, 7889, 8794, 7798, 8299, 7397, 8005, 7264, 7935, 10508, 7856, 8936, 8823, 8592, 7807, 8241, 9535, 8199, 15279, 8049, 8008, 7699, 8461, 7494, 8290, 8055, 8377, 9149, 8011, 8015, 8168, 8231, 7609, 7974, 8733, 8404, 7785, 8251, 8714, 8070, 8127, 8111, 8421, 7731, 8224, 7645, 8184, 10988, 8177, 8666, 7929, 8474, 7374, 8161, 12722, 8288, 8893, 8124, 7630, 7854, 7791, 7572, 8212, 7208, 7916, 11170, 8270, 9049, 7986, 7950, 7226, 8346, 11437, 8557, 8758, 7934, 7965, 7573, 8184, 7947, 8064, 7080, 8067, 7431, 8004, 7399, 8374, 10878, 8006, 8002, 7805, 8197, 7501, 8182, 11739, 8222, 9404, 7971, 7665, 8001, 8292, 7477, 8273, 8723, 8400, 10061, 7903, 8334, 7296, 8100, 7856, 7838, 8441, 7870, 8066, 7647, 7923, 7692, 7654, 7637, 7533, 7566, 8220, 7319, 8150, 8644, 8208, 11987, 7868, 8231, 10572, 8319, 10854, 8389, 13652, 8664, 9652, 13889, 7922, 12929, 8271, 7840, 7609, 8242, 7353, 8216, 11159, 8158, 8134, 7455, 7988, 7402, 8344, 8393, 7957, 7817, 7638, 8304, 7204, 8217, 8587, 8426, 8705, 7917, 8340, 7599, 8262, 7996, 8017, 7447, 8419, 7615, 8120, 9522, 8123, 8906, 8083, 7599, 7633, 8298, 7435, 8121, 14428, 8347, 10427, 7611, 7860, 7523, 8198, 9870, 7889, 8153, 7974, 7967, 7567, 7945, 7210, 8052, 9362, 7891, 8282, 7936, 7897, 7599, 8027, 7436, 8128, 7587, 8097, 8034, 8044, 8912, 7854, 8159, 7510, 7940, 7486, 7893, 7558, 7993, 9336, 7950, 7779, 7551, 7733, 7409, 7722, 7659, 7625, 8101, 7713, 8205, 7700, 7884, 7566, 8260, 7374, 7932, 7127, 7697, 13879, 7777, 10334, 8154, 7847, 7901, 7275, 7573, 7890, 7628, 9168, 7474, 8305, 7174, 8080, 9065, 7803, 8484, 7778, 8270, 7715, 7590, 7871, 7494, 7891, 8821, 8027, 8805, 7822, 8252, 8000, 9402, 8198, 8017, 7766, 8017, 7786, 7678, 7923, 7817, 7726, 8685, 8031, 10137, 7758, 10203, 7660, 9302, 7687, 7982, 7357, 7768, 7460, 7761, 7638, 8043, 7617, 8394, 7575, 7507, 7853, 7557, 7726, 9800, 7710, 9587, 7689, 8618, 8082, 7714, 8651, 8077, 8046, 8067, 7985, 8124, 8272, 8051, 7806, 8483, 8073, 8206, 8096, 7490, 8240, 9325, 8087, 14522, 9482, 11121, 7782, 10112, 7656, 8485, 7641, 8092, 7816, 7779, 7758, 7881, 7393, 7818, 10795, 7750, 8086, 7725, 7849, 7635, 7688, 7705, 7803, 7518, 7768, 7609, 7536, 7810, 8299, 8261, 7917, 10298, 7725, 9341, 7887, 8094, 7700, 7659, 8023, 7977, 7524, 7769, 8810, 7601, 8525, 7566, 8031, 7619, 7757, 7553, 7892, 11431, 7762, 9073, 7796, 7764, 7685, 7535, 7423, 7718, 7981, 7941, 8062, 7724, 11890, 7967, 9904, 7833, 7513, 7894, 7646, 12875, 8038, 10202, 8907, 7810, 8603, 7770, 9344, 7895, 8790, 7576, 7860, 8093, 8034, 13884, 7706, 7930, 7853, 7834, 7604, 7727, 7222, 7703, 7053, 7628, 7720, 8260, 7626, 7866, 9190, 7916, 10669, 7668, 7854, 7752, 8255, 7501, 7925, 13155, 8307, 9143, 8389, 7658, 8073, 7643, 6984, 7522, 8454, 7904, 8478, 7487, 7671, 8112, 7658, 7370, 7747, 8695, 8087, 8258, 7989, 7834, 8040, 8429, 7745, 7874, 8388, 7748, 8349, 7843, 8359, 7768, 11147, 7980, 11346, 8793, 7655, 7688, 7591, 7868, 7923, 14135, 7792, 10504, 7963, 8639, 7930, 7468, 7370, 7715, 12580, 7752, 9022, 7634, 7756, 8189, 7524, 8046, 7762, 7734, 7686, 8092, 7723, 8148, 7802, 8680, 7712, 11173, 8608, 9559, 8086, 8336, 7861, 7397, 8332, 7532, 8162, 14087, 9771, 9493, 10268, 7786, 7375, 7755, 7227, 8287, 9445, 8381, 10221, 8162, 7791, 8273, 7547, 8082, 7287, 7695, 7521, 8756, 8036, 14090, 11072, 12511, 7990, 9534, 7983, 7451, 7421, 7595, 7558, 8056, 11178, 7966, 7873, 9566, 7889, 11514, 7917, 12059, 7729, 10909, 8061, 9334, 8262, 7573, 7726, 7963, 7878, 7791, 7678, 8005, 7770, 8468, 7455, 8204, 7263, 8175, 8933, 8190, 8246, 8643, 8639, 9475, 8434, 9394, 8605, 9062, 8507, 9985, 8636, 10969, 8176, 9348, 8347, 9562, 8389, 9427, 8149, 8773, 7971, 7480, 8374, 7738, 8609, 8113, 8482, 7782, 8170, 7942, 8495, 7751, 8459, 8121], 'WindowCenter': [4438.0, 4442.0, 4367.0, 4384.0, 4352.0, 4351.0, 4373.0, 4364.0, 4374.0, 4385.0, 4366.0, 4386.0, 4365.0, 4395.0, 4362.0, 4374.0, 4352.0, 4362.0, 4340.0, 4360.0, 4410.0, 4350.0, 4369.0, 4350.0, 4350.0, 4363.0, 4361.0, 4361.0, 4351.0, 4362.0, 4351.0, 4350.0, 4361.0, 4351.0, 4362.0, 4340.0, 4370.0, 4350.0, 4351.0, 4379.0, 4359.0, 4378.0, 4349.0, 4337.0, 4349.0, 4348.0, 4360.0, 4348.0, 4358.0, 4337.0, 4348.0, 4336.0, 4346.0, 4348.0, 4357.0, 4349.0, 4339.0, 4360.0, 4349.0, 4369.0, 4348.0, 4368.0, 4376.0, 4346.0, 4325.0, 4345.0, 4335.0, 4346.0, 4344.0, 4347.0, 4337.0, 4348.0, 4338.0, 4360.0, 4349.0, 4370.0, 4349.0, 4369.0, 4359.0, 4359.0, 4349.0, 4369.0, 4349.0, 4369.0, 4359.0, 4349.0, 4350.0, 4359.0, 4348.0, 4348.0, 4348.0, 4349.0, 4360.0, 4361.0, 4349.0, 4370.0, 4349.0, 4358.0, 4347.0, 4359.0, 4349.0, 4360.0, 4337.0, 4359.0, 4349.0, 4361.0, 4369.0, 4359.0, 4388.0, 4358.0, 4347.0, 4358.0, 4338.0, 4360.0, 4348.0, 4360.0, 4378.0, 4349.0, 4347.0, 4349.0, 4348.0, 4360.0, 4359.0, 4350.0, 4359.0, 4358.0, 4358.0, 4377.0, 4348.0, 4357.0, 4345.0, 4347.0, 4336.0, 4347.0, 4337.0, 4347.0, 4326.0, 4349.0, 4378.0, 4347.0, 4356.0, 4348.0, 4347.0, 4349.0, 4359.0, 4337.0, 4359.0, 4378.0, 4358.0, 4347.0, 4337.0, 4349.0, 4337.0, 4359.0, 4368.0, 4348.0, 4347.0, 4348.0, 4347.0, 4336.0, 4358.0, 4368.0, 4348.0, 4347.0, 4359.0, 4348.0, 4349.0, 4361.0, 4378.0, 4358.0, 4367.0, 4347.0, 4335.0, 4346.0, 4357.0, 4346.0, 4346.0, 4365.0, 4347.0, 4346.0, 4337.0, 4347.0, 4336.0, 4347.0, 4336.0, 4358.0, 4337.0, 4357.0, 4368.0, 4348.0, 4346.0, 4337.0, 4347.0, 4336.0, 4358.0, 4357.0, 4348.0, 4359.0, 4349.0, 4348.0, 4348.0, 4358.0, 4349.0, 4361.0, 4349.0, 4360.0, 4369.0, 4359.0, 4360.0, 4338.0, 4359.0, 4388.0, 4358.0, 4358.0, 4349.0, 4359.0, 4347.0, 4359.0, 4377.0, 4358.0, 4337.0, 4348.0, 4351.0, 4361.0, 4361.0, 4372.0, 4381.0, 4360.0, 4389.0, 4359.0, 4358.0, 4338.0, 4348.0, 4408.0, 4358.0, 4378.0, 4346.0, 4346.0, 4324.0, 4346.0, 4345.0, 4347.0, 4336.0, 4347.0, 4336.0, 4337.0, 4349.0, 4347.0, 4348.0, 4356.0, 4347.0, 4347.0, 4348.0, 4361.0, 4338.0, 4359.0, 4378.0, 4349.0, 4368.0, 4349.0, 4359.0, 4337.0, 4349.0, 4387.0, 4347.0, 4356.0, 4347.0, 4347.0, 4336.0, 4348.0, 4367.0, 4348.0, 4357.0, 4347.0, 4347.0, 4335.0, 4349.0, 4367.0, 4359.0, 4358.0, 4348.0, 4347.0, 4348.0, 4359.0, 4348.0, 4360.0, 4389.0, 4360.0, 4367.0, 4337.0, 4347.0, 4326.0, 4348.0, 4377.0, 4348.0, 4346.0, 4347.0, 4357.0, 4336.0, 4347.0, 4347.0, 4359.0, 4337.0, 4349.0, 4349.0, 4361.0, 4369.0, 4361.0, 4371.0, 4349.0, 4361.0, 4351.0, 4360.0, 4379.0, 4360.0, 4370.0, 4369.0, 4358.0, 4349.0, 4358.0, 4367.0, 4358.0, 4408.0, 4347.0, 4345.0, 4336.0, 4357.0, 4336.0, 4358.0, 4346.0, 4357.0, 4356.0, 4347.0, 4346.0, 4358.0, 4357.0, 4348.0, 4359.0, 4357.0, 4358.0, 4347.0, 4359.0, 4358.0, 4359.0, 4358.0, 4348.0, 4358.0, 4346.0, 4358.0, 4347.0, 4359.0, 4377.0, 4347.0, 4356.0, 4347.0, 4346.0, 4335.0, 4347.0, 4386.0, 4346.0, 4356.0, 4348.0, 4335.0, 4347.0, 4346.0, 4348.0, 4359.0, 4337.0, 4359.0, 4378.0, 4358.0, 4357.0, 4348.0, 4348.0, 4336.0, 4358.0, 4377.0, 4358.0, 4357.0, 4348.0, 4346.0, 4348.0, 4358.0, 4347.0, 4348.0, 4336.0, 4348.0, 4338.0, 4360.0, 4349.0, 4371.0, 4390.0, 4349.0, 4348.0, 4348.0, 4359.0, 4336.0, 4359.0, 4389.0, 4358.0, 4357.0, 4348.0, 4347.0, 4348.0, 4357.0, 4349.0, 4359.0, 4357.0, 4358.0, 4367.0, 4347.0, 4347.0, 4337.0, 4348.0, 4346.0, 4348.0, 4347.0, 4348.0, 4346.0, 4349.0, 4359.0, 4349.0, 4349.0, 4361.0, 4360.0, 4360.0, 4372.0, 4351.0, 4362.0, 4371.0, 4372.0, 4401.0, 4360.0, 4360.0, 4379.0, 4360.0, 4389.0, 4360.0, 4409.0, 4359.0, 4369.0, 4398.0, 4347.0, 4386.0, 4347.0, 4346.0, 4336.0, 4358.0, 4338.0, 4358.0, 4377.0, 4347.0, 4346.0, 4336.0, 4347.0, 4336.0, 4347.0, 4346.0, 4348.0, 4347.0, 4337.0, 4347.0, 4336.0, 4358.0, 4347.0, 4358.0, 4357.0, 4348.0, 4347.0, 4348.0, 4357.0, 4346.0, 4346.0, 4336.0, 4357.0, 4348.0, 4360.0, 4368.0, 4359.0, 4368.0, 4349.0, 4348.0, 4349.0, 4359.0, 4347.0, 4360.0, 4410.0, 4348.0, 4377.0, 4336.0, 4346.0, 4335.0, 4347.0, 4366.0, 4347.0, 4345.0, 4347.0, 4346.0, 4337.0, 4346.0, 4325.0, 4347.0, 4356.0, 4347.0, 4347.0, 4348.0, 4347.0, 4348.0, 4348.0, 4338.0, 4349.0, 4336.0, 4348.0, 4346.0, 4348.0, 4357.0, 4347.0, 4346.0, 4337.0, 4347.0, 4337.0, 4359.0, 4347.0, 4348.0, 4357.0, 4348.0, 4337.0, 4349.0, 4349.0, 4350.0, 4361.0, 4348.0, 4349.0, 4347.0, 4350.0, 4359.0, 4349.0, 4359.0, 4349.0, 4359.0, 4349.0, 4360.0, 4340.0, 4350.0, 4409.0, 4350.0, 4378.0, 4349.0, 4348.0, 4349.0, 4338.0, 4350.0, 4348.0, 4350.0, 4369.0, 4338.0, 4348.0, 4326.0, 4348.0, 4356.0, 4336.0, 4345.0, 4348.0, 4346.0, 4336.0, 4336.0, 4347.0, 4337.0, 4359.0, 4358.0, 4359.0, 4356.0, 4349.0, 4358.0, 4350.0, 4368.0, 4348.0, 4348.0, 4337.0, 4347.0, 4337.0, 4347.0, 4349.0, 4349.0, 4362.0, 4370.0, 4362.0, 4380.0, 4351.0, 4380.0, 4349.0, 4369.0, 4350.0, 4349.0, 4337.0, 4337.0, 4336.0, 4336.0, 4347.0, 4348.0, 4349.0, 4348.0, 4348.0, 4337.0, 4348.0, 4348.0, 4349.0, 4379.0, 4350.0, 4368.0, 4337.0, 4357.0, 4346.0, 4347.0, 4346.0, 4348.0, 4347.0, 4348.0, 4348.0, 4346.0, 4357.0, 4348.0, 4350.0, 4369.0, 4362.0, 4361.0, 4362.0, 4351.0, 4360.0, 4369.0, 4350.0, 4399.0, 4368.0, 4377.0, 4348.0, 4368.0, 4347.0, 4357.0, 4337.0, 4347.0, 4337.0, 4347.0, 4347.0, 4347.0, 4337.0, 4349.0, 4377.0, 4338.0, 4336.0, 4348.0, 4347.0, 4347.0, 4348.0, 4348.0, 4337.0, 4337.0, 4347.0, 4348.0, 4349.0, 4349.0, 4361.0, 4349.0, 4349.0, 4366.0, 4338.0, 4357.0, 4348.0, 4348.0, 4337.0, 4337.0, 4347.0, 4349.0, 4348.0, 4351.0, 4369.0, 4349.0, 4358.0, 4349.0, 4348.0, 4350.0, 4348.0, 4349.0, 4360.0, 4388.0, 4349.0, 4358.0, 4349.0, 4349.0, 4348.0, 4360.0, 4349.0, 4361.0, 4360.0, 4361.0, 4362.0, 4364.0, 4402.0, 4361.0, 4380.0, 4349.0, 4339.0, 4360.0, 4361.0, 4399.0, 4361.0, 4379.0, 4357.0, 4349.0, 4347.0, 4338.0, 4357.0, 4348.0, 4356.0, 4348.0, 4347.0, 4347.0, 4347.0, 4385.0, 4335.0, 4345.0, 4347.0, 4336.0, 4347.0, 4347.0, 4335.0, 4337.0, 4326.0, 4349.0, 4347.0, 4359.0, 4348.0, 4360.0, 4370.0, 4349.0, 4379.0, 4338.0, 4346.0, 4336.0, 4346.0, 4336.0, 4348.0, 4387.0, 4347.0, 4357.0, 4346.0, 4336.0, 4335.0, 4336.0, 4325.0, 4347.0, 4346.0, 4348.0, 4346.0, 4326.0, 4337.0, 4336.0, 4337.0, 4334.0, 4338.0, 4346.0, 4348.0, 4347.0, 4348.0, 4348.0, 4360.0, 4361.0, 4351.0, 4359.0, 4360.0, 4350.0, 4359.0, 4360.0, 4361.0, 4362.0, 4390.0, 4361.0, 4379.0, 4359.0, 4348.0, 4349.0, 4350.0, 4349.0, 4361.0, 4410.0, 4351.0, 4378.0, 4348.0, 4347.0, 4347.0, 4338.0, 4337.0, 4351.0, 4388.0, 4348.0, 4357.0, 4348.0, 4337.0, 4347.0, 4348.0, 4349.0, 4349.0, 4348.0, 4348.0, 4349.0, 4361.0, 4374.0, 4362.0, 4359.0, 4351.0, 4390.0, 4371.0, 4382.0, 4362.0, 4359.0, 4350.0, 4349.0, 4361.0, 4350.0, 4362.0, 4411.0, 4381.0, 4358.0, 4367.0, 4338.0, 4337.0, 4349.0, 4337.0, 4349.0, 4356.0, 4358.0, 4369.0, 4348.0, 4337.0, 4349.0, 4338.0, 4349.0, 4338.0, 4349.0, 4352.0, 4359.0, 4361.0, 4411.0, 4379.0, 4378.0, 4336.0, 4345.0, 4337.0, 4325.0, 4326.0, 4338.0, 4348.0, 4361.0, 4380.0, 4349.0, 4349.0, 4358.0, 4349.0, 4377.0, 4348.0, 4377.0, 4336.0, 4365.0, 4334.0, 4344.0, 4333.0, 4324.0, 4322.0, 4323.0, 4322.0, 4323.0, 4323.0, 4334.0, 4322.0, 4335.0, 4324.0, 4335.0, 4324.0, 4336.0, 4356.0, 4348.0, 4359.0, 4359.0, 4371.0, 4370.0, 4360.0, 4371.0, 4372.0, 4360.0, 4361.0, 4370.0, 4372.0, 4380.0, 4361.0, 4369.0, 4361.0, 4369.0, 4361.0, 4370.0, 4361.0, 4360.0, 4350.0, 4339.0, 4360.0, 4348.0, 4360.0, 4350.0, 4359.0, 4349.0, 4349.0, 4349.0, 4360.0, 4351.0, 4361.0, 4362.0], 'WindowWidth': [9775.0, 9766.0, 9651.0, 9668.0, 9621.0, 9619.0, 9651.0, 9641.0, 9656.0, 9673.0, 9651.0, 9676.0, 9645.0, 9685.0, 9635.0, 9652.0, 9620.0, 9633.0, 9600.0, 9628.0, 9695.0, 9613.0, 9636.0, 9614.0, 9615.0, 9638.0, 9630.0, 9632.0, 9616.0, 9635.0, 9617.0, 9616.0, 9629.0, 9617.0, 9635.0, 9601.0, 9643.0, 9612.0, 9615.0, 9651.0, 9626.0, 9648.0, 9609.0, 9591.0, 9609.0, 9606.0, 9629.0, 9607.0, 9622.0, 9589.0, 9605.0, 9587.0, 9601.0, 9607.0, 9619.0, 9613.0, 9600.0, 9627.0, 9610.0, 9641.0, 9609.0, 9635.0, 9640.0, 9601.0, 9570.0, 9600.0, 9585.0, 9603.0, 9596.0, 9603.0, 9590.0, 9610.0, 9594.0, 9629.0, 9613.0, 9643.0, 9612.0, 9640.0, 9626.0, 9625.0, 9612.0, 9639.0, 9612.0, 9639.0, 9625.0, 9612.0, 9616.0, 9625.0, 9609.0, 9608.0, 9611.0, 9614.0, 9630.0, 9631.0, 9614.0, 9642.0, 9611.0, 9624.0, 9606.0, 9626.0, 9613.0, 9627.0, 9594.0, 9625.0, 9612.0, 9631.0, 9639.0, 9626.0, 9662.0, 9621.0, 9606.0, 9623.0, 9594.0, 9629.0, 9611.0, 9628.0, 9651.0, 9610.0, 9606.0, 9611.0, 9608.0, 9628.0, 9627.0, 9617.0, 9625.0, 9622.0, 9622.0, 9645.0, 9608.0, 9618.0, 9601.0, 9605.0, 9586.0, 9604.0, 9592.0, 9606.0, 9576.0, 9612.0, 9651.0, 9607.0, 9617.0, 9608.0, 9607.0, 9613.0, 9625.0, 9592.0, 9626.0, 9650.0, 9623.0, 9604.0, 9591.0, 9611.0, 9593.0, 9627.0, 9636.0, 9608.0, 9605.0, 9609.0, 9608.0, 9590.0, 9623.0, 9635.0, 9608.0, 9608.0, 9625.0, 9610.0, 9613.0, 9632.0, 9649.0, 9622.0, 9631.0, 9604.0, 9588.0, 9602.0, 9621.0, 9602.0, 9604.0, 9626.0, 9605.0, 9602.0, 9592.0, 9605.0, 9588.0, 9605.0, 9588.0, 9623.0, 9591.0, 9619.0, 9637.0, 9609.0, 9603.0, 9592.0, 9606.0, 9590.0, 9623.0, 9620.0, 9610.0, 9626.0, 9611.0, 9608.0, 9611.0, 9623.0, 9611.0, 9632.0, 9613.0, 9628.0, 9640.0, 9626.0, 9628.0, 9595.0, 9625.0, 9662.0, 9623.0, 9622.0, 9611.0, 9626.0, 9607.0, 9626.0, 9646.0, 9622.0, 9592.0, 9610.0, 9620.0, 9633.0, 9636.0, 9652.0, 9661.0, 9631.0, 9667.0, 9627.0, 9623.0, 9594.0, 9610.0, 9692.0, 9624.0, 9649.0, 9602.0, 9602.0, 9570.0, 9601.0, 9601.0, 9605.0, 9588.0, 9605.0, 9590.0, 9592.0, 9614.0, 9608.0, 9610.0, 9618.0, 9607.0, 9607.0, 9610.0, 9631.0, 9596.0, 9627.0, 9651.0, 9612.0, 9636.0, 9612.0, 9625.0, 9593.0, 9611.0, 9661.0, 9606.0, 9616.0, 9607.0, 9606.0, 9590.0, 9611.0, 9633.0, 9608.0, 9620.0, 9607.0, 9607.0, 9589.0, 9611.0, 9634.0, 9627.0, 9622.0, 9608.0, 9605.0, 9609.0, 9627.0, 9612.0, 9630.0, 9669.0, 9629.0, 9634.0, 9593.0, 9606.0, 9577.0, 9609.0, 9648.0, 9608.0, 9605.0, 9606.0, 9620.0, 9588.0, 9607.0, 9605.0, 9627.0, 9595.0, 9613.0, 9615.0, 9634.0, 9641.0, 9633.0, 9646.0, 9614.0, 9631.0, 9618.0, 9631.0, 9654.0, 9629.0, 9643.0, 9640.0, 9623.0, 9613.0, 9625.0, 9632.0, 9623.0, 9692.0, 9606.0, 9600.0, 9590.0, 9618.0, 9592.0, 9624.0, 9603.0, 9621.0, 9617.0, 9607.0, 9604.0, 9623.0, 9622.0, 9609.0, 9625.0, 9621.0, 9623.0, 9607.0, 9626.0, 9624.0, 9626.0, 9625.0, 9611.0, 9622.0, 9604.0, 9623.0, 9605.0, 9624.0, 9648.0, 9606.0, 9617.0, 9605.0, 9604.0, 9587.0, 9604.0, 9657.0, 9601.0, 9616.0, 9609.0, 9587.0, 9605.0, 9604.0, 9609.0, 9625.0, 9595.0, 9627.0, 9650.0, 9623.0, 9621.0, 9608.0, 9609.0, 9590.0, 9622.0, 9646.0, 9621.0, 9620.0, 9609.0, 9605.0, 9610.0, 9624.0, 9605.0, 9608.0, 9590.0, 9607.0, 9597.0, 9630.0, 9613.0, 9647.0, 9672.0, 9612.0, 9607.0, 9608.0, 9624.0, 9590.0, 9627.0, 9667.0, 9624.0, 9618.0, 9608.0, 9605.0, 9608.0, 9622.0, 9613.0, 9626.0, 9620.0, 9622.0, 9632.0, 9605.0, 9605.0, 9594.0, 9609.0, 9602.0, 9610.0, 9606.0, 9611.0, 9606.0, 9613.0, 9625.0, 9614.0, 9614.0, 9633.0, 9631.0, 9632.0, 9649.0, 9620.0, 9635.0, 9646.0, 9651.0, 9689.0, 9628.0, 9628.0, 9652.0, 9629.0, 9666.0, 9630.0, 9695.0, 9624.0, 9638.0, 9676.0, 9605.0, 9656.0, 9603.0, 9600.0, 9589.0, 9621.0, 9595.0, 9622.0, 9645.0, 9606.0, 9602.0, 9587.0, 9605.0, 9588.0, 9606.0, 9603.0, 9607.0, 9606.0, 9592.0, 9606.0, 9589.0, 9621.0, 9605.0, 9621.0, 9619.0, 9607.0, 9607.0, 9611.0, 9621.0, 9602.0, 9603.0, 9587.0, 9619.0, 9608.0, 9629.0, 9637.0, 9627.0, 9637.0, 9611.0, 9608.0, 9612.0, 9627.0, 9608.0, 9628.0, 9697.0, 9609.0, 9646.0, 9589.0, 9602.0, 9584.0, 9604.0, 9628.0, 9604.0, 9601.0, 9604.0, 9601.0, 9591.0, 9603.0, 9572.0, 9604.0, 9615.0, 9605.0, 9603.0, 9609.0, 9606.0, 9610.0, 9608.0, 9594.0, 9609.0, 9589.0, 9606.0, 9602.0, 9608.0, 9617.0, 9606.0, 9602.0, 9590.0, 9603.0, 9592.0, 9625.0, 9606.0, 9608.0, 9619.0, 9610.0, 9592.0, 9611.0, 9612.0, 9615.0, 9634.0, 9609.0, 9613.0, 9608.0, 9614.0, 9625.0, 9614.0, 9625.0, 9612.0, 9626.0, 9612.0, 9629.0, 9602.0, 9616.0, 9695.0, 9615.0, 9650.0, 9613.0, 9607.0, 9611.0, 9596.0, 9615.0, 9610.0, 9614.0, 9638.0, 9594.0, 9606.0, 9575.0, 9608.0, 9616.0, 9587.0, 9598.0, 9606.0, 9600.0, 9591.0, 9589.0, 9608.0, 9592.0, 9624.0, 9623.0, 9625.0, 9618.0, 9613.0, 9622.0, 9613.0, 9636.0, 9608.0, 9608.0, 9591.0, 9604.0, 9589.0, 9606.0, 9612.0, 9614.0, 9637.0, 9645.0, 9635.0, 9656.0, 9619.0, 9654.0, 9612.0, 9639.0, 9616.0, 9611.0, 9590.0, 9590.0, 9588.0, 9589.0, 9607.0, 9609.0, 9614.0, 9608.0, 9607.0, 9592.0, 9609.0, 9609.0, 9614.0, 9654.0, 9615.0, 9634.0, 9591.0, 9616.0, 9601.0, 9605.0, 9601.0, 9609.0, 9604.0, 9607.0, 9608.0, 9605.0, 9620.0, 9610.0, 9616.0, 9641.0, 9635.0, 9631.0, 9637.0, 9618.0, 9631.0, 9639.0, 9613.0, 9678.0, 9635.0, 9645.0, 9608.0, 9634.0, 9607.0, 9620.0, 9593.0, 9605.0, 9591.0, 9605.0, 9605.0, 9608.0, 9591.0, 9611.0, 9644.0, 9593.0, 9588.0, 9607.0, 9604.0, 9606.0, 9609.0, 9610.0, 9592.0, 9592.0, 9605.0, 9610.0, 9611.0, 9613.0, 9632.0, 9611.0, 9612.0, 9630.0, 9594.0, 9619.0, 9608.0, 9607.0, 9592.0, 9591.0, 9604.0, 9611.0, 9608.0, 9617.0, 9640.0, 9611.0, 9621.0, 9611.0, 9608.0, 9613.0, 9610.0, 9612.0, 9628.0, 9663.0, 9610.0, 9620.0, 9612.0, 9612.0, 9612.0, 9629.0, 9613.0, 9633.0, 9627.0, 9633.0, 9635.0, 9644.0, 9692.0, 9634.0, 9655.0, 9612.0, 9599.0, 9627.0, 9633.0, 9681.0, 9631.0, 9652.0, 9618.0, 9611.0, 9603.0, 9594.0, 9616.0, 9607.0, 9617.0, 9607.0, 9605.0, 9603.0, 9605.0, 9652.0, 9585.0, 9599.0, 9605.0, 9590.0, 9604.0, 9606.0, 9587.0, 9592.0, 9577.0, 9610.0, 9606.0, 9623.0, 9609.0, 9628.0, 9640.0, 9612.0, 9653.0, 9594.0, 9601.0, 9587.0, 9600.0, 9586.0, 9607.0, 9659.0, 9603.0, 9618.0, 9602.0, 9586.0, 9582.0, 9588.0, 9572.0, 9605.0, 9603.0, 9608.0, 9604.0, 9575.0, 9589.0, 9586.0, 9592.0, 9583.0, 9594.0, 9601.0, 9607.0, 9604.0, 9610.0, 9609.0, 9630.0, 9631.0, 9619.0, 9627.0, 9626.0, 9613.0, 9625.0, 9628.0, 9630.0, 9636.0, 9670.0, 9630.0, 9651.0, 9623.0, 9606.0, 9610.0, 9616.0, 9611.0, 9630.0, 9697.0, 9618.0, 9649.0, 9606.0, 9604.0, 9603.0, 9594.0, 9591.0, 9618.0, 9662.0, 9606.0, 9616.0, 9606.0, 9590.0, 9605.0, 9607.0, 9612.0, 9610.0, 9607.0, 9609.0, 9611.0, 9632.0, 9658.0, 9638.0, 9627.0, 9619.0, 9669.0, 9645.0, 9663.0, 9635.0, 9624.0, 9613.0, 9612.0, 9631.0, 9615.0, 9633.0, 9702.0, 9658.0, 9620.0, 9627.0, 9590.0, 9588.0, 9610.0, 9591.0, 9610.0, 9617.0, 9623.0, 9636.0, 9607.0, 9589.0, 9608.0, 9592.0, 9608.0, 9594.0, 9610.0, 9618.0, 9623.0, 9631.0, 9697.0, 9650.0, 9643.0, 9584.0, 9593.0, 9587.0, 9568.0, 9571.0, 9594.0, 9608.0, 9628.0, 9652.0, 9610.0, 9609.0, 9617.0, 9608.0, 9643.0, 9606.0, 9642.0, 9586.0, 9623.0, 9579.0, 9589.0, 9576.0, 9565.0, 9557.0, 9562.0, 9558.0, 9563.0, 9561.0, 9580.0, 9559.0, 9583.0, 9565.0, 9582.0, 9564.0, 9585.0, 9614.0, 9606.0, 9625.0, 9625.0, 9645.0, 9641.0, 9629.0, 9642.0, 9647.0, 9627.0, 9630.0, 9640.0, 9644.0, 9654.0, 9630.0, 9637.0, 9629.0, 9637.0, 9629.0, 9639.0, 9631.0, 9626.0, 9613.0, 9595.0, 9625.0, 9607.0, 9626.0, 9613.0, 9622.0, 9611.0, 9608.0, 9611.0, 9628.0, 9617.0, 9631.0, 9634.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.0008655372807017544</td></tr>
<tr><td colspan=3>aqi</td><td>0.014051623695175437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.16413947660815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2272813071459934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0091862798792541</td></tr>
<tr><td colspan=3>efc</td><td>0.4489</td></tr>
<tr><td colspan=3>fber</td><td>7769.7495</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07694518975424294</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21929824561403508</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3916980553795</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3022654905642588</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6121509377214687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2606777378527725</td></tr>
<tr><td colspan=3>gcor</td><td>0.00861033</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017385048791766167</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018425926566123962</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.848758218500013</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>25.3604</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7662</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1576</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310425.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.5937</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3977</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.6368</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3653.7946</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.2517</td></tr>
<tr><td colspan=3>tsnr</td><td>49.922099872492254</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>