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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-02/func/sub-0093_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4306179410b7b3dc3861947349c7486b</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>15:20:41.970000</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.995118, 0.0249944, 0.0954771, -0.040142, 0.986269, 0.160194]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105722</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7786, -7236, 606, -78, -320, 65, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53378168-91d6-415b-bf39-00a656274e81||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.669828176498413, -0.10769816488027573, 0.24343769252300262, 115.50228881835938], [-0.06705807894468307, 2.646087408065796, 0.44076117873191833, -100.68376159667969], [0.2561579942703247, -0.4297896921634674, 2.6526341438293457, -50.71902084350586], [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': ['152041.970000', '152042.430000', '152042.890000', '152043.350000', '152043.810000', '152044.270000', '152044.730000', '152045.190000', '152045.650000', '152046.110000', '152046.570000', '152047.030000', '152047.490000', '152047.950000', '152048.410000', '152048.870000', '152049.330000', '152049.790000', '152050.250000', '152050.710000', '152051.170000', '152051.630000', '152052.090000', '152052.550000', '152053.010000', '152053.470000', '152053.930000', '152054.390000', '152054.850000', '152055.310000', '152055.770000', '152056.230000', '152056.690000', '152057.150000', '152057.610000', '152058.070000', '152058.530000', '152058.990000', '152059.450000', '152059.910000', '152100.370000', '152100.830000', '152101.290000', '152101.750000', '152102.210000', '152102.670000', '152103.130000', '152103.590000', '152104.050000', '152104.510000', '152104.970000', '152105.430000', '152105.890000', '152106.350000', '152106.810000', '152107.270000', '152107.730000', '152108.190000', '152108.650000', '152109.110000', '152109.570000', '152110.030000', '152110.490000', '152110.950000', '152111.410000', '152111.870000', '152112.330000', '152112.790000', '152113.250000', '152113.710000', '152114.170000', '152114.630000', '152115.090000', '152115.550000', '152116.010000', '152116.470000', '152116.930000', '152117.390000', '152117.850000', '152118.310000', '152118.770000', '152119.230000', '152119.690000', '152120.150000', '152120.610000', '152121.070000', '152121.530000', '152121.990000', '152122.450000', '152122.910000', '152123.370000', '152123.830000', '152124.290000', '152124.750000', '152125.210000', '152125.670000', '152126.130000', '152126.590000', '152127.050000', '152127.510000', '152127.970000', '152128.430000', '152128.890000', '152129.350000', '152129.810000', '152130.270000', '152130.730000', '152131.190000', '152131.650000', '152132.110000', '152132.570000', '152133.030000', '152133.490000', '152133.950000', '152134.410000', '152134.870000', '152135.330000', '152135.790000', '152136.250000', '152136.710000', '152137.170000', '152137.630000', '152138.090000', '152138.550000', '152139.010000', '152139.470000', '152139.930000', '152140.390000', '152140.850000', '152141.310000', '152141.770000', '152142.230000', '152142.690000', '152143.150000', '152143.610000', '152144.070000', '152144.530000', '152144.990000', '152145.450000', '152145.910000', '152146.370000', '152146.830000', '152147.290000', '152147.750000', '152148.210000', '152148.670000', '152149.130000', '152149.590000', '152150.050000', '152150.510000', '152150.970000', '152151.430000', '152151.890000', '152152.350000', '152152.810000', '152153.270000', '152153.730000', '152154.190000', '152154.650000', '152155.110000', '152155.570000', '152156.030000', '152156.490000', '152156.950000', '152157.410000', '152157.870000', '152158.330000', '152158.790000', '152159.250000', '152159.710000', '152200.170000', '152200.630000', '152201.090000', '152201.550000', '152202.010000', '152202.470000', '152202.930000', '152203.390000', '152203.850000', '152204.310000', '152204.770000', '152205.230000', '152205.690000', '152206.150000', '152206.610000', '152207.070000', '152207.530000', '152207.990000', '152208.450000', '152208.910000', '152209.370000', '152209.830000', '152210.290000', '152210.750000', '152211.210000', '152211.670000', '152212.130000', '152212.590000', '152213.050000', '152213.510000', '152213.970000', '152214.430000', '152214.890000', '152215.350000', '152215.810000', '152216.270000', '152216.730000', '152217.190000', '152217.650000', '152218.110000', '152218.570000', '152219.030000', '152219.490000', '152219.950000', '152220.410000', '152220.870000', '152221.330000', '152221.790000', '152222.250000', '152222.710000', '152223.170000', '152223.630000', '152224.090000', '152224.550000', '152225.010000', '152225.470000', '152225.930000', '152226.390000', '152226.850000', '152227.310000', '152227.770000', '152228.230000', '152228.690000', '152229.150000', '152229.610000', '152230.070000', '152230.530000', '152230.990000', '152231.450000', '152231.910000', '152232.370000', '152232.830000', '152233.290000', '152233.750000', '152234.210000', '152234.670000', '152235.130000', '152235.590000', '152236.050000', '152236.510000', '152236.970000', '152237.430000', '152237.890000', '152238.350000', '152238.810000', '152239.270000', '152239.730000', '152240.190000', '152240.650000', '152241.110000', '152241.570000', '152242.030000', '152242.490000', '152242.950000', '152243.410000', '152243.870000', '152244.330000', '152244.790000', '152245.250000', '152245.710000', '152246.170000', '152246.630000', '152247.090000', '152247.550000', '152248.010000', '152248.470000', '152248.930000', '152249.390000', '152249.850000', '152250.310000', '152250.770000', '152251.230000', '152251.690000', '152252.150000', '152252.610000', '152253.070000', '152253.530000', '152253.990000', '152254.450000', '152254.910000', '152255.370000', '152255.830000', '152256.290000', '152256.750000', '152257.210000', '152257.670000', '152258.130000', '152258.590000', '152259.050000', '152259.510000', '152259.970000', '152300.430000', '152300.890000', '152301.350000', '152301.810000', '152302.270000', '152302.730000', '152303.190000', '152303.650000', '152304.110000', '152304.570000', '152305.030000', '152305.490000', '152305.950000', '152306.410000', '152306.870000', '152307.330000', '152307.790000', '152308.250000', '152308.710000', '152309.170000', '152309.630000', '152310.090000', '152310.550000', '152311.010000', '152311.470000', '152311.930000', '152312.390000', '152312.850000', '152313.310000', '152313.770000', '152314.230000', '152314.690000', '152315.150000', '152315.610000', '152316.070000', '152316.530000', '152316.990000', '152317.450000', '152317.910000', '152318.370000', '152318.830000', '152319.290000', '152319.750000', '152320.210000', '152320.670000', '152321.130000', '152321.590000', '152322.050000', '152322.510000', '152322.970000', '152323.430000', '152323.890000', '152324.350000', '152324.810000', '152325.270000', '152325.730000', '152326.190000', '152326.650000', '152327.110000', '152327.570000', '152328.030000', '152328.490000', '152328.950000', '152329.410000', '152329.870000', '152330.330000', '152330.790000', '152331.250000', '152331.710000', '152332.170000', '152332.630000', '152333.090000', '152333.550000', '152334.010000', '152334.470000', '152334.930000', '152335.390000', '152335.850000', '152336.310000', '152336.770000', '152337.230000', '152337.690000', '152338.150000', '152338.610000', '152339.070000', '152339.530000', '152339.990000', '152340.450000', '152340.910000', '152341.370000', '152341.830000', '152342.290000', '152342.750000', '152343.210000', '152343.670000', '152344.130000', '152344.590000', '152345.050000', '152345.510000', '152345.970000', '152346.430000', '152346.890000', '152347.350000', '152347.810000', '152348.270000', '152348.730000', '152349.190000', '152349.650000', '152350.110000', '152350.570000', '152351.030000', '152351.490000', '152351.950000', '152352.410000', '152352.870000', '152353.330000', '152353.790000', '152354.250000', '152354.710000', '152355.170000', '152355.630000', '152356.090000', '152356.550000', '152357.010000', '152357.470000', '152357.930000', '152358.390000', '152358.850000', '152359.310000', '152359.770000', '152400.230000', '152400.690000', '152401.150000', '152401.610000', '152402.070000', '152402.530000', '152402.990000', '152403.450000', '152403.910000', '152404.370000', '152404.830000', '152405.290000', '152405.750000', '152406.210000', '152406.670000', '152407.130000', '152407.590000', '152408.050000', '152408.510000', '152408.970000', '152409.430000', '152409.890000', '152410.350000', '152410.810000', '152411.270000', '152411.730000', '152412.190000', '152412.650000', '152413.110000', '152413.570000', '152414.030000', '152414.490000', '152414.950000', '152415.410000', '152415.870000', '152416.330000', '152416.790000', '152417.250000', '152417.710000', '152418.170000', '152418.630000', '152419.090000', '152419.550000', '152420.010000', '152420.470000', '152420.930000', '152421.390000', '152421.850000', '152422.310000', '152422.770000', '152423.230000', '152423.690000', '152424.150000', '152424.610000', '152425.070000', '152425.530000', '152425.990000', '152426.450000', '152426.910000', '152427.370000', '152427.830000', '152428.290000', '152428.750000', '152429.210000', '152429.670000', '152430.130000', '152430.590000', '152431.050000', '152431.510000', '152431.970000', '152432.430000', '152432.890000', '152433.350000', '152433.810000', '152434.270000', '152434.730000', '152435.190000', '152435.650000', '152436.110000', '152436.570000', '152437.030000', '152437.490000', '152437.950000', '152438.410000', '152438.870000', '152439.330000', '152439.790000', '152440.250000', '152440.710000', '152441.170000', '152441.630000', '152442.090000', '152442.550000', '152443.010000', '152443.470000', '152443.930000', '152444.390000', '152444.850000', '152445.310000', '152445.770000', '152446.230000', '152446.690000', '152447.150000', '152447.610000', '152448.070000', '152448.530000', '152448.990000', '152449.450000', '152449.910000', '152450.370000', '152450.830000', '152451.290000', '152451.750000', '152452.210000', '152452.670000', '152453.130000', '152453.590000', '152454.050000', '152454.510000', '152454.970000', '152455.430000', '152455.890000', '152456.350000', '152456.810000', '152457.270000', '152457.730000', '152458.190000', '152458.650000', '152459.110000', '152459.570000', '152500.030000', '152500.490000', '152500.950000', '152501.410000', '152501.870000', '152502.330000', '152502.790000', '152503.250000', '152503.710000', '152504.170000', '152504.630000', '152505.090000', '152505.550000', '152506.010000', '152506.470000', '152506.930000', '152507.390000', '152507.850000', '152508.310000', '152508.770000', '152509.230000', '152509.690000', '152510.150000', '152510.610000', '152511.070000', '152511.530000', '152511.990000', '152512.450000', '152512.910000', '152513.370000', '152513.830000', '152514.290000', '152514.750000', '152515.210000', '152515.670000', '152516.130000', '152516.590000', '152517.050000', '152517.510000', '152517.970000', '152518.430000', '152518.890000', '152519.350000', '152519.810000', '152520.270000', '152520.730000', '152521.190000', '152521.650000', '152522.110000', '152522.570000', '152523.030000', '152523.490000', '152523.950000', '152524.410000', '152524.870000', '152525.330000', '152525.790000', '152526.250000', '152526.710000', '152527.170000', '152527.630000', '152528.090000', '152528.550000', '152529.010000', '152529.470000', '152529.930000', '152530.390000', '152530.850000', '152531.310000', '152531.770000', '152532.230000', '152532.690000', '152533.150000', '152533.610000', '152534.070000', '152534.530000', '152534.990000', '152535.450000', '152535.910000', '152536.370000', '152536.830000', '152537.290000', '152537.750000', '152538.210000', '152538.670000', '152539.130000', '152539.590000', '152540.050000', '152540.510000', '152540.970000', '152541.430000', '152541.890000', '152542.350000', '152542.810000', '152543.270000', '152543.730000', '152544.190000', '152544.650000', '152545.110000', '152545.570000', '152546.030000', '152546.490000', '152546.950000', '152547.410000', '152547.870000', '152548.330000', '152548.790000', '152549.250000', '152549.710000', '152550.170000', '152550.630000', '152551.090000', '152551.550000', '152552.010000', '152552.470000', '152552.930000', '152553.390000', '152553.850000', '152554.310000', '152554.770000', '152555.230000', '152555.690000', '152556.150000', '152556.610000', '152557.070000', '152557.530000', '152557.990000', '152558.450000', '152558.910000', '152559.370000', '152559.830000', '152600.290000', '152600.750000', '152601.210000', '152601.670000', '152602.130000', '152602.590000', '152603.050000', '152603.510000', '152603.970000', '152604.430000', '152604.890000', '152605.350000', '152605.810000', '152606.270000', '152606.730000', '152607.190000', '152607.650000', '152608.110000', '152608.570000', '152609.030000', '152609.490000', '152609.950000', '152610.410000', '152610.870000', '152611.330000', '152611.790000', '152612.250000', '152612.710000', '152613.170000', '152613.630000', '152614.090000', '152614.550000', '152615.010000', '152615.470000', '152615.930000', '152616.390000', '152616.850000', '152617.310000', '152617.770000', '152618.230000', '152618.690000', '152619.150000', '152619.610000', '152620.070000', '152620.530000', '152620.990000', '152621.450000', '152621.910000', '152622.370000', '152622.830000', '152623.290000', '152623.750000', '152624.210000', '152624.670000', '152625.130000', '152625.590000', '152626.050000', '152626.510000', '152626.970000', '152627.430000', '152627.890000', '152628.350000', '152628.810000', '152629.270000', '152629.730000', '152630.190000', '152630.650000', '152631.110000', '152631.570000', '152632.030000', '152632.490000', '152632.950000', '152633.410000', '152633.870000', '152634.330000', '152634.790000', '152635.250000', '152635.710000', '152636.170000', '152636.630000', '152637.090000', '152637.550000', '152638.010000', '152638.470000', '152638.930000', '152639.390000', '152639.850000', '152640.310000', '152640.770000', '152641.230000', '152641.690000', '152642.150000', '152642.610000', '152643.070000', '152643.530000', '152643.990000', '152644.450000', '152644.910000', '152645.370000', '152645.830000', '152646.290000', '152646.750000', '152647.210000', '152647.670000', '152648.130000', '152648.590000', '152649.050000', '152649.510000', '152649.970000', '152650.430000', '152650.890000', '152651.350000', '152651.810000', '152652.270000', '152652.730000', '152653.190000', '152653.650000', '152654.110000', '152654.570000', '152655.030000', '152655.490000', '152655.950000', '152656.410000', '152656.870000', '152657.330000', '152657.790000', '152658.250000', '152658.710000', '152659.170000', '152659.630000', '152700.090000', '152700.550000', '152701.010000', '152701.470000', '152701.930000', '152702.390000', '152702.850000', '152703.310000', '152703.770000', '152704.230000', '152704.690000', '152705.150000', '152705.610000', '152706.070000', '152706.530000', '152706.990000', '152707.450000', '152707.910000', '152708.370000', '152708.830000', '152709.290000', '152709.750000', '152710.210000', '152710.670000', '152711.130000', '152711.590000', '152712.050000', '152712.510000', '152712.970000', '152713.430000', '152713.890000', '152714.350000', '152714.810000', '152715.270000', '152715.730000', '152716.190000', '152716.650000', '152717.110000', '152717.570000', '152718.030000', '152718.490000', '152718.950000', '152719.410000', '152719.870000', '152720.330000', '152720.790000', '152721.250000', '152721.710000', '152722.170000', '152722.630000', '152723.090000', '152723.550000', '152724.010000', '152724.470000', '152724.930000', '152725.390000', '152725.850000', '152726.310000', '152726.770000', '152727.230000', '152727.690000', '152728.150000', '152728.610000', '152729.070000', '152729.530000', '152729.990000', '152730.450000', '152730.910000', '152731.370000', '152731.830000', '152732.290000', '152732.750000', '152733.210000', '152733.670000', '152734.130000', '152734.590000', '152735.050000', '152735.510000', '152735.970000', '152736.430000', '152736.890000', '152737.350000', '152737.810000', '152738.270000', '152738.730000', '152739.190000', '152739.650000', '152740.110000', '152740.570000', '152741.030000', '152741.490000', '152741.950000'], 'ContentTime': ['152110.704000', '152110.707000', '152110.710000', '152110.712000', '152110.715000', '152110.717000', '152110.720000', '152110.722000', '152110.725000', '152110.727000', '152110.730000', '152110.739000', '152110.742000', '152110.744000', '152110.747000', '152110.750000', '152110.752000', '152110.755000', '152110.757000', '152110.760000', '152110.762000', '152110.765000', '152110.767000', '152110.770000', '152110.772000', '152110.775000', '152110.777000', '152110.780000', '152110.782000', '152110.785000', '152110.788000', '152110.790000', '152110.793000', '152110.795000', '152110.798000', '152110.800000', '152110.803000', '152110.805000', '152110.808000', '152110.811000', '152110.813000', '152110.816000', '152110.818000', '152110.821000', '152110.823000', '152110.826000', '152110.828000', '152110.831000', '152110.834000', '152110.836000', '152110.839000', '152110.841000', '152110.844000', '152110.846000', '152110.849000', '152110.851000', '152110.854000', '152110.857000', '152110.859000', '152110.862000', '152110.864000', '152130.671000', '152130.709000', '152130.712000', '152130.714000', '152130.717000', '152130.720000', '152130.722000', '152130.725000', '152130.727000', '152130.730000', '152130.732000', '152130.735000', '152130.737000', '152130.740000', '152130.742000', '152130.745000', '152130.747000', '152130.750000', '152130.753000', '152130.755000', '152130.758000', '152130.760000', '152130.763000', '152130.766000', '152130.768000', '152130.771000', '152130.773000', '152130.776000', '152130.778000', '152130.781000', '152130.783000', '152130.786000', '152130.788000', '152130.791000', '152130.794000', '152130.796000', '152130.799000', '152130.829000', '152130.832000', '152130.834000', '152130.837000', '152130.873000', '152130.876000', '152150.673000', '152150.681000', '152150.684000', '152150.686000', '152150.689000', '152150.692000', '152150.694000', '152150.697000', '152150.699000', '152150.702000', '152150.704000', '152150.707000', '152150.709000', '152150.712000', '152150.714000', '152150.717000', '152150.719000', '152150.722000', '152150.725000', '152150.727000', '152150.730000', '152150.732000', '152150.735000', '152150.738000', '152150.740000', '152150.743000', '152150.745000', '152150.748000', '152150.750000', '152150.753000', '152150.755000', '152150.758000', '152150.761000', '152150.763000', '152150.766000', '152150.768000', '152150.771000', '152150.773000', '152150.776000', '152150.778000', '152150.781000', '152150.783000', '152150.786000', '152150.788000', '152210.672000', '152210.675000', '152210.678000', '152210.680000', '152210.683000', '152210.685000', '152210.688000', '152210.691000', '152210.693000', '152210.696000', '152210.698000', '152210.701000', '152210.704000', '152210.706000', '152210.709000', '152210.711000', '152210.714000', '152210.716000', '152210.719000', '152210.721000', '152210.724000', '152210.727000', '152210.729000', '152210.732000', '152210.734000', '152210.737000', '152210.740000', '152210.742000', '152210.745000', '152210.747000', '152210.750000', '152210.752000', '152210.755000', '152210.757000', '152210.760000', '152210.763000', '152210.765000', '152210.768000', '152210.770000', '152210.773000', '152210.775000', '152210.778000', '152210.781000', '152230.672000', '152230.675000', '152230.678000', '152230.680000', '152230.683000', '152230.685000', '152230.688000', '152230.691000', '152230.693000', '152230.696000', '152230.698000', '152230.701000', '152230.703000', '152230.706000', '152230.708000', '152230.711000', '152230.713000', '152230.716000', '152230.719000', '152230.721000', '152230.724000', '152230.726000', '152230.729000', '152230.731000', '152230.734000', '152230.736000', '152230.739000', '152230.742000', '152230.744000', '152230.747000', '152230.749000', '152230.752000', '152230.754000', '152230.757000', '152230.759000', '152230.762000', '152230.764000', '152230.767000', '152230.770000', '152230.772000', '152230.775000', '152230.777000', '152230.780000', '152230.782000', '152250.672000', '152250.675000', '152250.678000', '152250.680000', '152250.683000', '152250.686000', '152250.688000', '152250.691000', '152250.693000', '152250.696000', '152250.698000', '152250.701000', '152250.704000', '152250.706000', '152250.709000', '152250.711000', '152250.714000', '152250.717000', '152250.719000', '152250.722000', '152250.724000', '152250.739000', '152250.741000', '152250.744000', '152250.747000', '152250.749000', '152250.752000', '152250.754000', '152250.757000', '152250.759000', '152250.762000', '152250.764000', '152250.767000', '152250.770000', '152250.772000', '152250.775000', '152250.777000', '152250.780000', '152250.783000', '152250.785000', '152250.788000', '152250.790000', '152250.793000', '152310.673000', '152310.675000', '152310.678000', '152310.681000', '152310.683000', '152310.686000', '152310.688000', '152310.691000', '152310.694000', '152310.696000', '152310.699000', '152310.701000', '152310.704000', '152310.706000', '152310.709000', '152310.711000', '152310.714000', '152310.716000', '152310.719000', '152310.722000', '152310.724000', '152310.727000', '152310.730000', '152310.732000', '152310.735000', '152310.737000', '152310.740000', '152310.742000', '152310.745000', '152310.748000', '152310.750000', '152310.753000', '152310.755000', '152310.770000', '152310.772000', '152310.775000', '152310.777000', '152310.780000', '152310.783000', '152310.785000', '152310.788000', '152310.790000', '152310.793000', '152310.795000', '152330.672000', '152330.675000', '152330.678000', '152330.681000', '152330.683000', '152330.686000', '152330.688000', '152330.691000', '152330.693000', '152330.696000', '152330.699000', '152330.701000', '152330.704000', '152330.706000', '152330.709000', '152330.711000', '152330.714000', '152330.717000', '152330.719000', '152330.722000', '152330.724000', '152330.727000', '152330.729000', '152330.732000', '152330.735000', '152330.737000', '152330.740000', '152330.742000', '152330.745000', '152330.748000', '152330.750000', '152330.753000', '152330.756000', '152330.758000', '152330.761000', '152330.763000', '152330.766000', '152330.768000', '152330.771000', '152330.774000', '152330.776000', '152330.779000', '152330.781000', '152350.671000', '152350.674000', '152350.677000', '152350.679000', '152350.682000', '152350.684000', '152350.687000', '152350.690000', '152350.692000', '152350.695000', '152350.697000', '152350.700000', '152350.702000', '152350.705000', '152350.707000', '152350.710000', '152350.713000', '152350.715000', '152350.718000', '152350.720000', '152350.723000', '152350.726000', '152350.728000', '152350.731000', '152350.733000', '152350.736000', '152350.739000', '152350.741000', '152350.744000', '152350.746000', '152350.749000', '152350.751000', '152350.754000', '152350.757000', '152350.759000', '152350.762000', '152350.764000', '152350.767000', '152350.770000', '152350.772000', '152350.775000', '152350.777000', '152350.780000', '152350.782000', '152410.673000', '152410.675000', '152410.678000', '152410.681000', '152410.683000', '152410.686000', '152410.688000', '152410.691000', '152410.693000', '152410.696000', '152410.698000', '152410.701000', '152410.704000', '152410.706000', '152410.709000', '152410.711000', '152410.714000', '152410.717000', '152410.719000', '152410.722000', '152410.724000', '152410.727000', '152410.730000', '152410.732000', '152410.735000', '152410.737000', '152410.740000', '152410.743000', '152410.745000', '152410.748000', '152410.750000', '152410.753000', '152410.756000', '152410.758000', '152410.761000', '152410.763000', '152410.766000', '152410.768000', '152410.771000', '152410.774000', '152410.776000', '152410.779000', '152410.781000', '152430.672000', '152430.675000', '152430.678000', '152430.681000', '152430.683000', '152430.686000', '152430.688000', '152430.691000', '152430.693000', '152430.696000', '152430.698000', '152430.701000', '152430.704000', '152430.706000', '152430.710000', '152430.713000', '152430.716000', '152430.718000', '152430.721000', '152430.724000', '152430.726000', '152430.729000', '152430.731000', '152430.734000', '152430.736000', '152430.739000', '152430.742000', '152430.744000', '152430.747000', '152430.749000', '152430.752000', '152430.754000', '152430.757000', '152430.760000', '152430.762000', '152430.765000', '152430.767000', '152430.770000', '152430.773000', '152430.775000', '152430.778000', '152430.780000', '152430.783000', '152430.785000', '152450.673000', '152450.675000', '152450.678000', '152450.681000', '152450.683000', '152450.686000', '152450.688000', '152450.691000', '152450.693000', '152450.696000', '152450.699000', '152450.701000', '152450.704000', '152450.706000', '152450.716000', '152450.719000', '152450.721000', '152450.724000', '152450.727000', '152450.729000', '152450.732000', '152450.734000', '152450.737000', '152450.739000', '152450.742000', '152450.745000', '152450.747000', '152450.750000', '152450.753000', '152450.755000', '152450.758000', '152450.760000', '152450.763000', '152450.765000', '152450.768000', '152450.770000', '152450.773000', '152450.776000', '152450.778000', '152450.781000', '152450.783000', '152450.786000', '152450.788000', '152510.673000', '152510.676000', '152510.678000', '152510.681000', '152510.684000', '152510.686000', '152510.689000', '152510.692000', '152510.694000', '152510.697000', '152510.699000', '152510.702000', '152510.704000', '152510.707000', '152510.710000', '152510.712000', '152510.715000', '152510.717000', '152510.720000', '152510.722000', '152510.725000', '152510.728000', '152510.730000', '152510.733000', '152510.735000', '152510.738000', '152510.740000', '152510.743000', '152510.746000', '152510.748000', '152510.751000', '152510.753000', '152510.756000', '152510.758000', '152510.761000', '152510.764000', '152510.766000', '152510.769000', '152510.771000', '152510.774000', '152510.776000', '152510.779000', '152510.781000', '152530.672000', '152530.675000', '152530.678000', '152530.680000', '152530.683000', '152530.686000', '152530.688000', '152530.691000', '152530.693000', '152530.696000', '152530.698000', '152530.701000', '152530.703000', '152530.706000', '152530.709000', '152530.711000', '152530.714000', '152530.716000', '152530.719000', '152530.722000', '152530.724000', '152530.727000', '152530.729000', '152530.732000', '152530.734000', '152530.737000', '152530.740000', '152530.742000', '152530.745000', '152530.747000', '152530.750000', '152530.753000', '152530.756000', '152530.758000', '152530.761000', '152530.763000', '152530.766000', '152530.769000', '152530.771000', '152530.774000', '152530.776000', '152530.779000', '152530.782000', '152530.784000', '152550.673000', '152550.675000', '152550.678000', '152550.681000', '152550.683000', '152550.686000', '152550.688000', '152550.691000', '152550.694000', '152550.698000', '152550.700000', '152550.703000', '152550.706000', '152550.708000', '152550.711000', '152550.714000', '152550.716000', '152550.719000', '152550.721000', '152550.724000', '152550.726000', '152550.729000', '152550.732000', '152550.734000', '152550.737000', '152550.739000', '152550.742000', '152550.745000', '152550.748000', '152550.751000', '152550.754000', '152550.756000', '152550.759000', '152550.761000', '152550.764000', '152550.767000', '152550.769000', '152550.772000', '152550.774000', '152550.777000', '152550.780000', '152550.782000', '152550.785000', '152610.672000', '152610.674000', '152610.677000', '152610.679000', '152610.682000', '152610.685000', '152610.687000', '152610.690000', '152610.692000', '152610.695000', '152610.697000', '152610.700000', '152610.703000', '152610.705000', '152610.708000', '152610.711000', '152610.713000', '152610.716000', '152610.718000', '152610.721000', '152610.724000', '152610.726000', '152610.729000', '152610.731000', '152610.734000', '152610.737000', '152610.739000', '152610.742000', '152610.744000', '152610.747000', '152610.750000', '152610.752000', '152610.755000', '152610.757000', '152610.760000', '152610.762000', '152610.765000', '152610.778000', '152610.780000', '152610.783000', '152610.799000', '152610.878000', '152610.880000', '152610.883000', '152630.673000', '152630.676000', '152630.678000', '152630.681000', '152630.683000', '152630.686000', '152630.688000', '152630.691000', '152630.694000', '152630.696000', '152630.699000', '152630.701000', '152630.704000', '152630.707000', '152630.709000', '152630.712000', '152630.715000', '152630.719000', '152630.722000', '152630.724000', '152630.727000', '152630.730000', '152630.732000', '152630.735000', '152630.738000', '152630.740000', '152630.743000', '152630.745000', '152630.748000', '152630.751000', '152630.753000', '152630.756000', '152630.758000', '152630.761000', '152630.763000', '152630.766000', '152630.769000', '152630.771000', '152630.774000', '152630.776000', '152630.779000', '152630.781000', '152630.784000', '152650.673000', '152650.675000', '152650.678000', '152650.681000', '152650.683000', '152650.686000', '152650.688000', '152650.691000', '152650.694000', '152650.696000', '152650.699000', '152650.701000', '152650.704000', '152650.706000', '152650.709000', '152650.711000', '152650.714000', '152650.717000', '152650.719000', '152650.722000', '152650.725000', '152650.727000', '152650.730000', '152650.732000', '152650.735000', '152650.738000', '152650.740000', '152650.743000', '152650.745000', '152650.748000', '152650.751000', '152650.753000', '152650.756000', '152650.758000', '152650.761000', '152650.763000', '152650.766000', '152650.768000', '152650.771000', '152650.774000', '152650.776000', '152650.779000', '152650.781000', '152650.784000', '152710.673000', '152710.675000', '152710.678000', '152710.681000', '152710.683000', '152710.686000', '152710.688000', '152710.691000', '152710.693000', '152710.696000', '152710.699000', '152710.701000', '152710.704000', '152710.706000', '152710.709000', '152710.711000', '152710.714000', '152710.716000', '152710.719000', '152710.722000', '152710.724000', '152710.727000', '152710.729000', '152710.732000', '152710.735000', '152710.737000', '152710.740000', '152710.743000', '152710.745000', '152710.748000', '152710.750000', '152710.753000', '152710.756000', '152710.758000', '152710.761000', '152710.763000', '152710.766000', '152710.769000', '152710.771000', '152710.774000', '152710.776000', '152710.779000', '152710.781000', '152730.673000', '152730.675000', '152730.678000', '152730.681000', '152730.683000', '152730.686000', '152730.688000', '152730.691000', '152730.694000', '152730.696000', '152730.699000', '152730.714000', '152730.716000', '152730.719000', '152730.722000', '152730.724000', '152730.727000', '152730.729000', '152730.732000', '152730.734000', '152730.737000', '152730.740000', '152730.742000', '152730.745000', '152730.747000', '152730.750000', '152730.753000', '152730.755000', '152730.758000', '152730.760000', '152730.763000', '152730.765000', '152730.768000', '152730.771000', '152730.773000', '152730.776000', '152730.778000', '152730.781000', '152730.784000', '152730.786000', '152730.789000', '152730.791000', '152730.794000', '152730.796000', '152742.938000', '152742.941000', '152742.944000', '152742.947000', '152742.949000', '152742.952000', '152742.970000', '152742.973000', '152742.975000', '152742.978000', '152742.981000', '152742.983000', '152742.986000', '152742.989000', '152742.992000', '152742.995000', '152743.000000', '152743.003000', '152743.016000', '152743.023000', '152743.026000', '152743.029000', '152743.033000', '152743.042000', '152743.054000', '152743.057000', '152743.060000'], 'InstanceCreationTime': ['152110.704000', '152110.707000', '152110.710000', '152110.712000', '152110.715000', '152110.717000', '152110.720000', '152110.722000', '152110.725000', '152110.727000', '152110.730000', '152110.739000', '152110.742000', '152110.744000', '152110.747000', '152110.750000', '152110.752000', '152110.755000', '152110.757000', '152110.760000', '152110.762000', '152110.765000', '152110.767000', '152110.770000', '152110.772000', '152110.775000', '152110.777000', '152110.780000', '152110.782000', '152110.785000', '152110.788000', '152110.790000', '152110.793000', '152110.795000', '152110.798000', '152110.800000', '152110.803000', '152110.805000', '152110.808000', '152110.811000', '152110.813000', '152110.816000', '152110.818000', '152110.821000', '152110.823000', '152110.826000', '152110.828000', '152110.831000', '152110.834000', '152110.836000', '152110.839000', '152110.841000', '152110.844000', '152110.846000', '152110.849000', '152110.851000', '152110.854000', '152110.857000', '152110.859000', '152110.862000', '152110.864000', '152130.671000', '152130.709000', '152130.712000', '152130.714000', '152130.717000', '152130.720000', '152130.722000', '152130.725000', '152130.727000', '152130.730000', '152130.732000', '152130.735000', '152130.737000', '152130.740000', '152130.742000', '152130.745000', '152130.747000', '152130.750000', '152130.753000', '152130.755000', '152130.758000', '152130.760000', '152130.763000', '152130.766000', '152130.768000', '152130.771000', '152130.773000', '152130.776000', '152130.778000', '152130.781000', '152130.783000', '152130.786000', '152130.788000', '152130.791000', '152130.794000', '152130.796000', '152130.799000', '152130.829000', '152130.832000', '152130.834000', '152130.837000', '152130.873000', '152130.876000', '152150.673000', '152150.681000', '152150.684000', '152150.686000', '152150.689000', '152150.692000', '152150.694000', '152150.697000', '152150.699000', '152150.702000', '152150.704000', '152150.707000', '152150.709000', '152150.712000', '152150.714000', '152150.717000', '152150.719000', '152150.722000', '152150.725000', '152150.727000', '152150.730000', '152150.732000', '152150.735000', '152150.738000', '152150.740000', '152150.743000', '152150.745000', '152150.748000', '152150.750000', '152150.753000', '152150.755000', '152150.758000', '152150.761000', '152150.763000', '152150.766000', '152150.768000', '152150.771000', '152150.773000', '152150.776000', '152150.778000', '152150.781000', '152150.783000', '152150.786000', '152150.788000', '152210.672000', '152210.675000', '152210.678000', '152210.680000', '152210.683000', '152210.685000', '152210.688000', '152210.691000', '152210.693000', '152210.696000', '152210.698000', '152210.701000', '152210.704000', '152210.706000', '152210.709000', '152210.711000', '152210.714000', '152210.716000', '152210.719000', '152210.721000', '152210.724000', '152210.727000', '152210.729000', '152210.732000', '152210.734000', '152210.737000', '152210.740000', '152210.742000', '152210.745000', '152210.747000', '152210.750000', '152210.752000', '152210.755000', '152210.757000', '152210.760000', '152210.763000', '152210.765000', '152210.768000', '152210.770000', '152210.773000', '152210.775000', '152210.778000', '152210.781000', '152230.672000', '152230.675000', '152230.678000', '152230.680000', '152230.683000', '152230.685000', '152230.688000', '152230.691000', '152230.693000', '152230.696000', '152230.698000', '152230.701000', '152230.703000', '152230.706000', '152230.708000', '152230.711000', '152230.713000', '152230.716000', '152230.719000', '152230.721000', '152230.724000', '152230.726000', '152230.729000', '152230.731000', '152230.734000', '152230.736000', '152230.739000', '152230.742000', '152230.744000', '152230.747000', '152230.749000', '152230.752000', '152230.754000', '152230.757000', '152230.759000', '152230.762000', '152230.764000', '152230.767000', '152230.770000', '152230.772000', '152230.775000', '152230.777000', '152230.780000', '152230.782000', '152250.672000', '152250.675000', '152250.678000', '152250.680000', '152250.683000', '152250.686000', '152250.688000', '152250.691000', '152250.693000', '152250.696000', '152250.698000', '152250.701000', '152250.704000', '152250.706000', '152250.709000', '152250.711000', '152250.714000', '152250.717000', '152250.719000', '152250.722000', '152250.724000', '152250.739000', '152250.741000', '152250.744000', '152250.747000', '152250.749000', '152250.752000', '152250.754000', '152250.757000', '152250.759000', '152250.762000', '152250.764000', '152250.767000', '152250.770000', '152250.772000', '152250.775000', '152250.777000', '152250.780000', '152250.783000', '152250.785000', '152250.788000', '152250.790000', '152250.793000', '152310.673000', '152310.675000', '152310.678000', '152310.681000', '152310.683000', '152310.686000', '152310.688000', '152310.691000', '152310.694000', '152310.696000', '152310.699000', '152310.701000', '152310.704000', '152310.706000', '152310.709000', '152310.711000', '152310.714000', '152310.716000', '152310.719000', '152310.722000', '152310.724000', '152310.727000', '152310.730000', '152310.732000', '152310.735000', '152310.737000', '152310.740000', '152310.742000', '152310.745000', '152310.748000', '152310.750000', '152310.753000', '152310.755000', '152310.770000', '152310.772000', '152310.775000', '152310.777000', '152310.780000', '152310.783000', '152310.785000', '152310.788000', '152310.790000', '152310.793000', '152310.795000', '152330.672000', '152330.675000', '152330.678000', '152330.681000', '152330.683000', '152330.686000', '152330.688000', '152330.691000', '152330.693000', '152330.696000', '152330.699000', '152330.701000', '152330.704000', '152330.706000', '152330.709000', '152330.711000', '152330.714000', '152330.717000', '152330.719000', '152330.722000', '152330.724000', '152330.727000', '152330.729000', '152330.732000', '152330.735000', '152330.737000', '152330.740000', '152330.742000', '152330.745000', '152330.748000', '152330.750000', '152330.753000', '152330.756000', '152330.758000', '152330.761000', '152330.763000', '152330.766000', '152330.768000', '152330.771000', '152330.774000', '152330.776000', '152330.779000', '152330.781000', '152350.671000', '152350.674000', '152350.677000', '152350.679000', '152350.682000', '152350.684000', '152350.687000', '152350.690000', '152350.692000', '152350.695000', '152350.697000', '152350.700000', '152350.702000', '152350.705000', '152350.707000', '152350.710000', '152350.713000', '152350.715000', '152350.718000', '152350.720000', '152350.723000', '152350.726000', '152350.728000', '152350.731000', '152350.733000', '152350.736000', '152350.739000', '152350.741000', '152350.744000', '152350.746000', '152350.749000', '152350.751000', '152350.754000', '152350.757000', '152350.759000', '152350.762000', '152350.764000', '152350.767000', '152350.770000', '152350.772000', '152350.775000', '152350.777000', '152350.780000', '152350.782000', '152410.673000', '152410.675000', '152410.678000', '152410.681000', '152410.683000', '152410.686000', '152410.688000', '152410.691000', '152410.693000', '152410.696000', '152410.698000', '152410.701000', '152410.704000', '152410.706000', '152410.709000', '152410.711000', '152410.714000', '152410.717000', '152410.719000', '152410.722000', '152410.724000', '152410.727000', '152410.730000', '152410.732000', '152410.735000', '152410.737000', '152410.740000', '152410.743000', '152410.745000', '152410.748000', '152410.750000', '152410.753000', '152410.756000', '152410.758000', '152410.761000', '152410.763000', '152410.766000', '152410.768000', '152410.771000', '152410.774000', '152410.776000', '152410.779000', '152410.781000', '152430.672000', '152430.675000', '152430.678000', '152430.681000', '152430.683000', '152430.686000', '152430.688000', '152430.691000', '152430.693000', '152430.696000', '152430.698000', '152430.701000', '152430.704000', '152430.706000', '152430.710000', '152430.713000', '152430.716000', '152430.718000', '152430.721000', '152430.724000', '152430.726000', '152430.729000', '152430.731000', '152430.734000', '152430.736000', '152430.739000', '152430.742000', '152430.744000', '152430.747000', '152430.749000', '152430.752000', '152430.754000', '152430.757000', '152430.760000', '152430.762000', '152430.765000', '152430.767000', '152430.770000', '152430.773000', '152430.775000', '152430.778000', '152430.780000', '152430.783000', '152430.785000', '152450.673000', '152450.675000', '152450.678000', '152450.681000', '152450.683000', '152450.686000', '152450.688000', '152450.691000', '152450.693000', '152450.696000', '152450.699000', '152450.701000', '152450.704000', '152450.706000', '152450.716000', '152450.719000', '152450.721000', '152450.724000', '152450.727000', '152450.729000', '152450.732000', '152450.734000', '152450.737000', '152450.739000', '152450.742000', '152450.745000', '152450.747000', '152450.750000', '152450.753000', '152450.755000', '152450.758000', '152450.760000', '152450.763000', '152450.765000', '152450.768000', '152450.770000', '152450.773000', '152450.776000', '152450.778000', '152450.781000', '152450.783000', '152450.786000', '152450.788000', '152510.673000', '152510.676000', '152510.678000', '152510.681000', '152510.684000', '152510.686000', '152510.689000', '152510.692000', '152510.694000', '152510.697000', '152510.699000', '152510.702000', '152510.704000', '152510.707000', '152510.710000', '152510.712000', '152510.715000', '152510.717000', '152510.720000', '152510.722000', '152510.725000', '152510.728000', '152510.730000', '152510.733000', '152510.735000', '152510.738000', '152510.740000', '152510.743000', '152510.746000', '152510.748000', '152510.751000', '152510.753000', '152510.756000', '152510.758000', '152510.761000', '152510.764000', '152510.766000', '152510.769000', '152510.771000', '152510.774000', '152510.776000', '152510.779000', '152510.781000', '152530.672000', '152530.675000', '152530.678000', '152530.680000', '152530.683000', '152530.686000', '152530.688000', '152530.691000', '152530.693000', '152530.696000', '152530.698000', '152530.701000', '152530.703000', '152530.706000', '152530.709000', '152530.711000', '152530.714000', '152530.716000', '152530.719000', '152530.722000', '152530.724000', '152530.727000', '152530.729000', '152530.732000', '152530.734000', '152530.737000', '152530.740000', '152530.742000', '152530.745000', '152530.747000', '152530.750000', '152530.753000', '152530.756000', '152530.758000', '152530.761000', '152530.763000', '152530.766000', '152530.769000', '152530.771000', '152530.774000', '152530.776000', '152530.779000', '152530.782000', '152530.784000', '152550.673000', '152550.675000', '152550.678000', '152550.681000', '152550.683000', '152550.686000', '152550.688000', '152550.691000', '152550.694000', '152550.698000', '152550.700000', '152550.703000', '152550.706000', '152550.708000', '152550.711000', '152550.714000', '152550.716000', '152550.719000', '152550.721000', '152550.724000', '152550.726000', '152550.729000', '152550.732000', '152550.734000', '152550.737000', '152550.739000', '152550.742000', '152550.745000', '152550.748000', '152550.751000', '152550.754000', '152550.756000', '152550.759000', '152550.761000', '152550.764000', '152550.767000', '152550.769000', '152550.772000', '152550.774000', '152550.777000', '152550.780000', '152550.782000', '152550.785000', '152610.672000', '152610.674000', '152610.677000', '152610.679000', '152610.682000', '152610.685000', '152610.687000', '152610.690000', '152610.692000', '152610.695000', '152610.697000', '152610.700000', '152610.703000', '152610.705000', '152610.708000', '152610.711000', '152610.713000', '152610.716000', '152610.718000', '152610.721000', '152610.724000', '152610.726000', '152610.729000', '152610.731000', '152610.734000', '152610.737000', '152610.739000', '152610.742000', '152610.744000', '152610.747000', '152610.750000', '152610.752000', '152610.755000', '152610.757000', '152610.760000', '152610.762000', '152610.765000', '152610.778000', '152610.780000', '152610.783000', '152610.799000', '152610.878000', '152610.880000', '152610.883000', '152630.673000', '152630.676000', '152630.678000', '152630.681000', '152630.683000', '152630.686000', '152630.688000', '152630.691000', '152630.694000', '152630.696000', '152630.699000', '152630.701000', '152630.704000', '152630.707000', '152630.709000', '152630.712000', '152630.715000', '152630.719000', '152630.722000', '152630.724000', '152630.727000', '152630.730000', '152630.732000', '152630.735000', '152630.738000', '152630.740000', '152630.743000', '152630.745000', '152630.748000', '152630.751000', '152630.753000', '152630.756000', '152630.758000', '152630.761000', '152630.763000', '152630.766000', '152630.769000', '152630.771000', '152630.774000', '152630.776000', '152630.779000', '152630.781000', '152630.784000', '152650.673000', '152650.675000', '152650.678000', '152650.681000', '152650.683000', '152650.686000', '152650.688000', '152650.691000', '152650.694000', '152650.696000', '152650.699000', '152650.701000', '152650.704000', '152650.706000', '152650.709000', '152650.711000', '152650.714000', '152650.717000', '152650.719000', '152650.722000', '152650.725000', '152650.727000', '152650.730000', '152650.732000', '152650.735000', '152650.738000', '152650.740000', '152650.743000', '152650.745000', '152650.748000', '152650.751000', '152650.753000', '152650.756000', '152650.758000', '152650.761000', '152650.763000', '152650.766000', '152650.768000', '152650.771000', '152650.774000', '152650.776000', '152650.779000', '152650.781000', '152650.784000', '152710.673000', '152710.675000', '152710.678000', '152710.681000', '152710.683000', '152710.686000', '152710.688000', '152710.691000', '152710.693000', '152710.696000', '152710.699000', '152710.701000', '152710.704000', '152710.706000', '152710.709000', '152710.711000', '152710.714000', '152710.716000', '152710.719000', '152710.722000', '152710.724000', '152710.727000', '152710.729000', '152710.732000', '152710.735000', '152710.737000', '152710.740000', '152710.743000', '152710.745000', '152710.748000', '152710.750000', '152710.753000', '152710.756000', '152710.758000', '152710.761000', '152710.763000', '152710.766000', '152710.769000', '152710.771000', '152710.774000', '152710.776000', '152710.779000', '152710.781000', '152730.673000', '152730.675000', '152730.678000', '152730.681000', '152730.683000', '152730.686000', '152730.688000', '152730.691000', '152730.694000', '152730.696000', '152730.699000', '152730.714000', '152730.716000', '152730.719000', '152730.722000', '152730.724000', '152730.727000', '152730.729000', '152730.732000', '152730.734000', '152730.737000', '152730.740000', '152730.742000', '152730.745000', '152730.747000', '152730.750000', '152730.753000', '152730.755000', '152730.758000', '152730.760000', '152730.763000', '152730.765000', '152730.768000', '152730.771000', '152730.773000', '152730.776000', '152730.778000', '152730.781000', '152730.784000', '152730.786000', '152730.789000', '152730.791000', '152730.794000', '152730.796000', '152742.938000', '152742.941000', '152742.944000', '152742.947000', '152742.949000', '152742.952000', '152742.970000', '152742.973000', '152742.975000', '152742.978000', '152742.981000', '152742.983000', '152742.986000', '152742.989000', '152742.992000', '152742.995000', '152743.000000', '152743.003000', '152743.016000', '152743.023000', '152743.026000', '152743.029000', '152743.033000', '152743.042000', '152743.054000', '152743.057000', '152743.060000'], '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': [11384, 9907, 7795, 11694, 7806, 14325, 8676, 13803, 9936, 7278, 8704, 7259, 10970, 7261, 12217, 7543, 9380, 8351, 7161, 10153, 7031, 11103, 6996, 11484, 7258, 9982, 8127, 7906, 8559, 6991, 9899, 7209, 13002, 7367, 8867, 7500, 6960, 8778, 7137, 11256, 7039, 12986, 8504, 11425, 9169, 7075, 9311, 7163, 11092, 7298, 12894, 7661, 11871, 9479, 8141, 9495, 7139, 11692, 7234, 13457, 7913, 11576, 9806, 7925, 9921, 7231, 10724, 7534, 12742, 7506, 9978, 9783, 7418, 10252, 7066, 11751, 7245, 11806, 9393, 8850, 9268, 6975, 11067, 7226, 12889, 7855, 11780, 9331, 7453, 8638, 7088, 10984, 7400, 11335, 8494, 7032, 9197, 7198, 12496, 7362, 14210, 8739, 11142, 11817, 8869, 10974, 7265, 11735, 7324, 11973, 7611, 9253, 8350, 7302, 12498, 7361, 11158, 7516, 7778, 8198, 7192, 11129, 7276, 14998, 8893, 10353, 8477, 7246, 8937, 7094, 11973, 7315, 12503, 8342, 10313, 9843, 7249, 10683, 7332, 12179, 7758, 10797, 8861, 9087, 10648, 8162, 13752, 7586, 12953, 7773, 11973, 8193, 10413, 9680, 7725, 12095, 7851, 11959, 7465, 11577, 7484, 9385, 10041, 7416, 13211, 7440, 11884, 7666, 8794, 7874, 7018, 10099, 7254, 14355, 8170, 11250, 8047, 7335, 8469, 7132, 11725, 7283, 15013, 8376, 10461, 8342, 7692, 8924, 7245, 13332, 7965, 13136, 7967, 7335, 8564, 7290, 11122, 7493, 12685, 9040, 9852, 8885, 7368, 10170, 7474, 12783, 7721, 11940, 9240, 8513, 10798, 7423, 10860, 7328, 11396, 7466, 8619, 10418, 7421, 14125, 7523, 12249, 7976, 9181, 7890, 7358, 10769, 7475, 14365, 8171, 13324, 8084, 10001, 8187, 7617, 10284, 7401, 12354, 7501, 12191, 7748, 10643, 8194, 8134, 10885, 7404, 12167, 7492, 11783, 7919, 9250, 10171, 7348, 11052, 7371, 12015, 7372, 10105, 9584, 7386, 11011, 7465, 12720, 7578, 10642, 9591, 8700, 11689, 7542, 11885, 7484, 13619, 8800, 11951, 10076, 7860, 8616, 7691, 10692, 7581, 10531, 8046, 8453, 11145, 8032, 11121, 7440, 12365, 7458, 14218, 9341, 12680, 9015, 8795, 7976, 7524, 10039, 7118, 9902, 7098, 13244, 7650, 11848, 7494, 7414, 8161, 7176, 9847, 7343, 12994, 8135, 11377, 7858, 7287, 8297, 7262, 10847, 7443, 13731, 8379, 8131, 8787, 7422, 9005, 7421, 10989, 7288, 13661, 8009, 13003, 7934, 8531, 7663, 7016, 10950, 8290, 12403, 7301, 12042, 7354, 12735, 7836, 11969, 9436, 7969, 8874, 7412, 10336, 7320, 13364, 8311, 14080, 7963, 8501, 7813, 7155, 10087, 7274, 12625, 7427, 10250, 7553, 11035, 9289, 7447, 10611, 7986, 13296, 7675, 12940, 7730, 10102, 8065, 8267, 11209, 7619, 10950, 7279, 11102, 7383, 12570, 7472, 11012, 9567, 7962, 9681, 7385, 8837, 7287, 11448, 7229, 13253, 8714, 11896, 8395, 7246, 8292, 7148, 9129, 7455, 13498, 7875, 13138, 7818, 8137, 8046, 7246, 8938, 7367, 13287, 7463, 12438, 8016, 8563, 8577, 7225, 11859, 7846, 13323, 7448, 11892, 7582, 12388, 8391, 11329, 9220, 7521, 9811, 7358, 10804, 7394, 13871, 7518, 12740, 7710, 9575, 7953, 7431, 10634, 7500, 12197, 7371, 12417, 7570, 12657, 9141, 10043, 9831, 7534, 9926, 7586, 12591, 7472, 11932, 9136, 7290, 7926, 6896, 8926, 8013, 7315, 12412, 7081, 10856, 8528, 7406, 14357, 10420, 11746, 12573, 7986, 11789, 7793, 13180, 7804, 14824, 10626, 10770, 9467, 7557, 9188, 7245, 10885, 7316, 13117, 7911, 12077, 8596, 7151, 8379, 7239, 10004, 7401, 13050, 9321, 9991, 9364, 7434, 10757, 7122, 11830, 7990, 8602, 10071, 7298, 11554, 7344, 11975, 8194, 8391, 9794, 7231, 10433, 8513, 7306, 10797, 7192, 13724, 7893, 13228, 9741, 10008, 12264, 9074, 12175, 7444, 12611, 7381, 13897, 8149, 12527, 8245, 10056, 10030, 7399, 8866, 7473, 10890, 7405, 13100, 7803, 13918, 9588, 11167, 10159, 7473, 9013, 7303, 11624, 7216, 12958, 8083, 10390, 8354, 7320, 8738, 7228, 12261, 7784, 12762, 9152, 7775, 8448, 7363, 10527, 7401, 12224, 7476, 7886, 8762, 7435, 13527, 7380, 10830, 8657, 7074, 10552, 7684, 10598, 7089, 14185, 9340, 13646, 9887, 7561, 9460, 7153, 10214, 7255, 11557, 7280, 11623, 7410, 13100, 8736, 10929, 9448, 7157, 8957, 7309, 11859, 7446, 13110, 8071, 11628, 9496, 7925, 10026, 7062, 10606, 7102, 10593, 7845, 7230, 12004, 7327, 7588, 8118, 6882, 11189, 7336, 13986, 8713, 13952, 8310, 11503, 9333, 8607, 10635, 7153, 11116, 7666, 14601, 8420, 7032, 8618, 7263, 11527, 7308, 13504, 7573, 14254, 8327, 13558, 8676, 12486, 9545, 10994, 9692, 7140, 9375, 7058, 9688, 7033, 10213, 7241, 12170, 7606, 12700, 7618, 11213, 7633, 11902, 7726, 10947, 8248, 8741, 10578, 7259, 10297, 7144, 9974, 7608, 7990, 8168, 6991, 9573, 6906, 11088, 7333, 11986, 8028, 12021, 9529, 8371, 9164, 7409, 10799, 7527, 12897, 7843, 10380, 9377, 8721, 12934, 7348, 11509, 7744, 11778, 8262, 10600, 8309, 7383, 11201, 7223, 12003, 7383, 10652, 7607, 11266, 7900, 9416, 8095, 7030, 9222, 7128, 12054, 8680, 11008, 11363, 8346, 14591, 9305, 8415, 8780, 7078, 10224, 7252, 11165, 7330, 11412, 8007, 13847, 8755, 13129, 8646, 9571, 8015, 7746, 10442, 7588, 11266, 7334, 11375, 7349, 13408, 7730, 7659, 9644, 6971, 14069, 8319, 13020, 8123, 9850, 8113, 6877, 8913, 7213, 11028, 7887, 13098, 8803, 10681, 10260, 7569, 10695, 7461, 12194, 8008, 13641, 8669, 13767, 8963, 11877, 8341, 8132, 8441, 7193, 9253, 7265, 11105, 7622, 11492, 7763, 9515, 7981, 6835, 7879, 7260, 10433, 8216, 10414, 8997, 7440, 9762, 7453, 12572, 8039, 13058, 8759, 8695, 10311, 7606, 10700, 7681, 11818, 7881, 10070, 9752, 8116, 14028, 8483, 13886, 8007, 10640, 8138, 10432, 8078, 6996, 10376, 7508, 13433, 7834, 12340, 7146, 9690, 8381, 6914, 9999, 7491, 9864, 7836, 7217, 11513, 8152, 11874, 10513, 10526, 14440, 9389, 13924, 8230, 12615, 8159, 13448, 8135, 10295, 8713, 7760, 8853, 6973, 9242, 7438, 9970, 7710, 12626, 9172, 9366, 8102, 6771, 8479, 6871, 10222, 7446, 11293, 7688, 11673, 8125, 8027, 9049, 7435, 13490, 9181, 7183, 8827, 7260, 11222, 7734, 11216, 8213, 12236, 8884, 13056, 9480, 11194, 9849, 7783, 9857, 7792, 10269, 7739, 11281, 7503, 11853, 8008, 12362, 7885, 12174, 8162, 11574, 8218, 12462, 8939, 9730, 8341, 7346, 9327, 7710, 12522, 8441, 12902, 8633, 8512], 'WindowCenter': [4179.0, 4155.0, 4111.0, 4149.0, 4096.0, 4157.0, 4105.0, 4155.0, 4125.0, 4081.0, 4102.0, 4070.0, 4121.0, 4071.0, 4131.0, 4082.0, 4101.0, 4106.0, 4086.0, 4124.0, 4083.0, 4133.0, 4072.0, 4131.0, 4082.0, 4112.0, 4092.0, 4092.0, 4103.0, 4072.0, 4138.0, 4096.0, 4144.0, 4083.0, 4102.0, 4083.0, 4072.0, 4092.0, 4071.0, 4135.0, 4084.0, 4144.0, 4117.0, 4146.0, 4116.0, 4084.0, 4115.0, 4072.0, 4134.0, 4083.0, 4144.0, 4071.0, 4134.0, 4125.0, 4093.0, 4125.0, 4084.0, 4145.0, 4084.0, 4144.0, 4080.0, 4132.0, 4114.0, 4092.0, 4113.0, 4083.0, 4133.0, 4093.0, 4144.0, 4083.0, 4112.0, 4124.0, 4083.0, 4124.0, 4084.0, 4145.0, 4094.0, 4145.0, 4116.0, 4115.0, 4115.0, 4085.0, 4135.0, 4084.0, 4144.0, 4095.0, 4133.0, 4116.0, 4084.0, 4104.0, 4071.0, 4134.0, 4095.0, 4135.0, 4116.0, 4085.0, 4125.0, 4097.0, 4158.0, 4096.0, 4156.0, 4116.0, 4134.0, 4147.0, 4115.0, 4135.0, 4084.0, 4133.0, 4077.0, 4133.0, 4083.0, 4102.0, 4104.0, 4084.0, 4145.0, 4097.0, 4149.0, 4097.0, 4106.0, 4116.0, 4084.0, 4135.0, 4096.0, 4168.0, 4117.0, 4137.0, 4116.0, 4095.0, 4115.0, 4083.0, 4134.0, 4083.0, 4144.0, 4105.0, 4125.0, 4126.0, 4096.0, 4136.0, 4096.0, 4134.0, 4095.0, 4134.0, 4115.0, 4114.0, 4125.0, 4103.0, 4156.0, 4095.0, 4132.0, 4094.0, 4133.0, 4103.0, 4121.0, 4112.0, 4081.0, 4134.0, 4092.0, 4132.0, 4083.0, 4133.0, 4082.0, 4111.0, 4113.0, 4083.0, 4144.0, 4084.0, 4145.0, 4095.0, 4104.0, 4104.0, 4072.0, 4112.0, 4082.0, 4154.0, 4105.0, 4121.0, 4094.0, 4082.0, 4103.0, 4072.0, 4133.0, 4083.0, 4153.0, 4104.0, 4123.0, 4103.0, 4081.0, 4102.0, 4082.0, 4143.0, 4093.0, 4143.0, 4094.0, 4083.0, 4104.0, 4083.0, 4132.0, 4084.0, 4144.0, 4117.0, 4126.0, 4116.0, 4095.0, 4126.0, 4084.0, 4144.0, 4094.0, 4133.0, 4115.0, 4105.0, 4136.0, 4095.0, 4135.0, 4083.0, 4132.0, 4084.0, 4103.0, 4125.0, 4085.0, 4156.0, 4095.0, 4145.0, 4104.0, 4115.0, 4094.0, 4081.0, 4124.0, 4083.0, 4155.0, 4104.0, 4143.0, 4094.0, 4123.0, 4093.0, 4082.0, 4123.0, 4083.0, 4144.0, 4083.0, 4133.0, 4093.0, 4123.0, 4103.0, 4092.0, 4135.0, 4084.0, 4144.0, 4084.0, 4134.0, 4093.0, 4112.0, 4124.0, 4083.0, 4135.0, 4084.0, 4144.0, 4083.0, 4124.0, 4126.0, 4095.0, 4137.0, 4096.0, 4150.0, 4095.0, 4135.0, 4127.0, 4117.0, 4148.0, 4096.0, 4146.0, 4096.0, 4158.0, 4106.0, 4146.0, 4126.0, 4108.0, 4116.0, 4095.0, 4135.0, 4095.0, 4122.0, 4094.0, 4094.0, 4136.0, 4095.0, 4136.0, 4085.0, 4145.0, 4083.0, 4144.0, 4114.0, 4132.0, 4103.0, 4091.0, 4081.0, 4080.0, 4111.0, 4060.0, 4110.0, 4059.0, 4131.0, 4081.0, 4131.0, 4082.0, 4081.0, 4091.0, 4071.0, 4110.0, 4072.0, 4143.0, 4094.0, 4134.0, 4094.0, 4083.0, 4103.0, 4095.0, 4134.0, 4095.0, 4157.0, 4106.0, 4105.0, 4117.0, 4099.0, 4128.0, 4095.0, 4136.0, 4085.0, 4156.0, 4096.0, 4144.0, 4106.0, 4104.0, 4094.0, 4073.0, 4136.0, 4091.0, 4146.0, 4084.0, 4135.0, 4084.0, 4143.0, 4083.0, 4133.0, 4114.0, 4092.0, 4114.0, 4083.0, 4122.0, 4081.0, 4141.0, 4092.0, 4143.0, 4092.0, 4102.0, 4082.0, 4071.0, 4123.0, 4083.0, 4144.0, 4084.0, 4123.0, 4083.0, 4122.0, 4102.0, 4071.0, 4124.0, 4093.0, 4144.0, 4088.0, 4144.0, 4083.0, 4111.0, 4080.0, 4079.0, 4121.0, 4081.0, 4122.0, 4081.0, 4121.0, 4071.0, 4131.0, 4081.0, 4120.0, 4111.0, 4074.0, 4111.0, 4070.0, 4100.0, 4069.0, 4125.0, 4081.0, 4141.0, 4103.0, 4132.0, 4092.0, 4081.0, 4092.0, 4070.0, 4099.0, 4070.0, 4129.0, 4092.0, 4142.0, 4092.0, 4092.0, 4091.0, 4081.0, 4102.0, 4070.0, 4143.0, 4083.0, 4144.0, 4094.0, 4103.0, 4104.0, 4083.0, 4135.0, 4093.0, 4145.0, 4083.0, 4133.0, 4082.0, 4132.0, 4104.0, 4133.0, 4114.0, 4093.0, 4123.0, 4081.0, 4122.0, 4082.0, 4143.0, 4082.0, 4143.0, 4082.0, 4112.0, 4093.0, 4083.0, 4135.0, 4084.0, 4145.0, 4084.0, 4145.0, 4094.0, 4144.0, 4115.0, 4125.0, 4125.0, 4094.0, 4124.0, 4094.0, 4144.0, 4084.0, 4146.0, 4128.0, 4110.0, 4118.0, 4099.0, 4129.0, 4108.0, 4109.0, 4157.0, 4088.0, 4138.0, 4118.0, 4099.0, 4182.0, 4150.0, 4150.0, 4160.0, 4096.0, 4136.0, 4084.0, 4131.0, 4083.0, 4144.0, 4124.0, 4122.0, 4103.0, 4081.0, 4101.0, 4069.0, 4109.0, 4057.0, 4117.0, 4079.0, 4120.0, 4090.0, 4059.0, 4080.0, 4071.0, 4111.0, 4071.0, 4130.0, 4103.0, 4112.0, 4103.0, 4083.0, 4123.0, 4072.0, 4132.0, 4093.0, 4103.0, 4114.0, 4083.0, 4135.0, 4084.0, 4136.0, 4119.0, 4106.0, 4141.0, 4112.0, 4150.0, 4131.0, 4098.0, 4138.0, 4087.0, 4159.0, 4111.0, 4160.0, 4131.0, 4127.0, 4147.0, 4106.0, 4136.0, 4084.0, 4134.0, 4073.0, 4143.0, 4082.0, 4121.0, 4092.0, 4099.0, 4112.0, 4071.0, 4102.0, 4071.0, 4122.0, 4072.0, 4132.0, 4095.0, 4157.0, 4115.0, 4136.0, 4127.0, 4073.0, 4103.0, 4071.0, 4121.0, 4071.0, 4131.0, 4082.0, 4110.0, 4091.0, 4071.0, 4091.0, 4083.0, 4134.0, 4095.0, 4133.0, 4114.0, 4083.0, 4093.0, 4083.0, 4125.0, 4084.0, 4146.0, 4098.0, 4107.0, 4117.0, 4097.0, 4158.0, 4098.0, 4148.0, 4118.0, 4086.0, 4137.0, 4096.0, 4126.0, 4075.0, 4157.0, 4117.0, 4157.0, 4125.0, 4095.0, 4115.0, 4073.0, 4113.0, 4072.0, 4122.0, 4072.0, 4122.0, 4072.0, 4133.0, 4104.0, 4124.0, 4114.0, 4073.0, 4103.0, 4072.0, 4122.0, 4072.0, 4133.0, 4083.0, 4122.0, 4114.0, 4093.0, 4114.0, 4074.0, 4124.0, 4073.0, 4124.0, 4107.0, 4085.0, 4147.0, 4086.0, 4085.0, 4107.0, 4098.0, 4138.0, 4087.0, 4158.0, 4117.0, 4157.0, 4106.0, 4135.0, 4116.0, 4104.0, 4125.0, 4074.0, 4138.0, 4084.0, 4144.0, 4092.0, 4072.0, 4104.0, 4085.0, 4136.0, 4085.0, 4144.0, 4085.0, 4182.0, 4118.0, 4145.0, 4104.0, 4132.0, 4103.0, 4100.0, 4103.0, 4059.0, 4100.0, 4059.0, 4100.0, 4058.0, 4109.0, 4068.0, 4120.0, 4068.0, 4119.0, 4068.0, 4120.0, 4080.0, 4121.0, 4080.0, 4120.0, 4093.0, 4102.0, 4123.0, 4083.0, 4112.0, 4073.0, 4112.0, 4081.0, 4093.0, 4107.0, 4085.0, 4102.0, 4074.0, 4135.0, 4084.0, 4135.0, 4094.0, 4121.0, 4115.0, 4105.0, 4116.0, 4095.0, 4136.0, 4095.0, 4146.0, 4082.0, 4125.0, 4103.0, 4106.0, 4145.0, 4082.0, 4138.0, 4096.0, 4135.0, 4106.0, 4124.0, 4093.0, 4072.0, 4123.0, 4083.0, 4135.0, 4083.0, 4125.0, 4093.0, 4122.0, 4093.0, 4102.0, 4093.0, 4072.0, 4115.0, 4085.0, 4147.0, 4131.0, 4150.0, 4162.0, 4133.0, 4182.0, 4143.0, 4119.0, 4105.0, 4075.0, 4141.0, 4098.0, 4137.0, 4096.0, 4136.0, 4095.0, 4155.0, 4106.0, 4145.0, 4104.0, 4113.0, 4092.0, 4080.0, 4111.0, 4080.0, 4121.0, 4069.0, 4122.0, 4083.0, 4142.0, 4083.0, 4070.0, 4101.0, 4060.0, 4145.0, 4095.0, 4146.0, 4094.0, 4113.0, 4097.0, 4064.0, 4103.0, 4072.0, 4111.0, 4078.0, 4120.0, 4090.0, 4110.0, 4111.0, 4081.0, 4111.0, 4070.0, 4121.0, 4079.0, 4129.0, 4077.0, 4117.0, 4088.0, 4107.0, 4077.0, 4066.0, 4077.0, 4056.0, 4087.0, 4055.0, 4107.0, 4078.0, 4118.0, 4080.0, 4100.0, 4078.0, 4059.0, 4090.0, 4082.0, 4121.0, 4104.0, 4125.0, 4116.0, 4081.0, 4126.0, 4095.0, 4135.0, 4107.0, 4145.0, 4106.0, 4106.0, 4126.0, 4083.0, 4137.0, 4096.0, 4145.0, 4095.0, 4113.0, 4103.0, 4094.0, 4159.0, 4105.0, 4159.0, 4095.0, 4124.0, 4107.0, 4137.0, 4083.0, 4071.0, 4113.0, 4082.0, 4144.0, 4083.0, 4147.0, 4085.0, 4115.0, 4104.0, 4075.0, 4127.0, 4083.0, 4114.0, 4093.0, 4084.0, 4135.0, 4106.0, 4137.0, 4113.0, 4126.0, 4159.0, 4117.0, 4143.0, 4080.0, 4132.0, 4079.0, 4118.0, 4079.0, 4098.0, 4091.0, 4079.0, 4102.0, 4072.0, 4101.0, 4071.0, 4100.0, 4068.0, 4108.0, 4102.0, 4100.0, 4093.0, 4060.0, 4091.0, 4060.0, 4098.0, 4070.0, 4120.0, 4080.0, 4121.0, 4081.0, 4093.0, 4105.0, 4085.0, 4145.0, 4116.0, 4086.0, 4119.0, 4098.0, 4137.0, 4110.0, 4148.0, 4107.0, 4132.0, 4088.0, 4115.0, 4102.0, 4121.0, 4112.0, 4069.0, 4111.0, 4080.0, 4109.0, 4079.0, 4121.0, 4069.0, 4120.0, 4079.0, 4121.0, 4078.0, 4119.0, 4078.0, 4120.0, 4089.0, 4130.0, 4099.0, 4099.0, 4091.0, 4083.0, 4113.0, 4066.0, 4145.0, 4091.0, 4132.0, 4105.0, 4118.0], 'WindowWidth': [9262.0, 9220.0, 9152.0, 9199.0, 9122.0, 9205.0, 9132.0, 9199.0, 9157.0, 9094.0, 9121.0, 9077.0, 9144.0, 9077.0, 9156.0, 9093.0, 9119.0, 9134.0, 9109.0, 9156.0, 9100.0, 9165.0, 9083.0, 9158.0, 9094.0, 9133.0, 9108.0, 9107.0, 9122.0, 9083.0, 9180.0, 9121.0, 9182.0, 9099.0, 9123.0, 9098.0, 9083.0, 9102.0, 9074.0, 9169.0, 9102.0, 9175.0, 9150.0, 9189.0, 9149.0, 9103.0, 9143.0, 9081.0, 9166.0, 9098.0, 9180.0, 9074.0, 9166.0, 9158.0, 9114.0, 9158.0, 9102.0, 9184.0, 9102.0, 9181.0, 9084.0, 9160.0, 9140.0, 9108.0, 9138.0, 9098.0, 9164.0, 9113.0, 9181.0, 9099.0, 9137.0, 9155.0, 9099.0, 9155.0, 9101.0, 9184.0, 9117.0, 9183.0, 9148.0, 9144.0, 9146.0, 9105.0, 9172.0, 9104.0, 9182.0, 9118.0, 9167.0, 9147.0, 9102.0, 9130.0, 9076.0, 9167.0, 9118.0, 9172.0, 9149.0, 9108.0, 9160.0, 9128.0, 9207.0, 9124.0, 9203.0, 9149.0, 9171.0, 9191.0, 9146.0, 9173.0, 9104.0, 9166.0, 9086.0, 9165.0, 9095.0, 9120.0, 9130.0, 9104.0, 9186.0, 9128.0, 9199.0, 9127.0, 9136.0, 9150.0, 9105.0, 9173.0, 9122.0, 9222.0, 9154.0, 9177.0, 9149.0, 9121.0, 9144.0, 9100.0, 9170.0, 9099.0, 9180.0, 9131.0, 9158.0, 9162.0, 9122.0, 9176.0, 9123.0, 9162.0, 9119.0, 9169.0, 9145.0, 9141.0, 9157.0, 9127.0, 9202.0, 9118.0, 9159.0, 9115.0, 9167.0, 9126.0, 9146.0, 9135.0, 9094.0, 9168.0, 9110.0, 9165.0, 9100.0, 9167.0, 9098.0, 9134.0, 9138.0, 9099.0, 9183.0, 9103.0, 9184.0, 9118.0, 9131.0, 9131.0, 9085.0, 9128.0, 9098.0, 9196.0, 9130.0, 9141.0, 9117.0, 9098.0, 9128.0, 9084.0, 9165.0, 9100.0, 9194.0, 9130.0, 9153.0, 9126.0, 9094.0, 9124.0, 9095.0, 9179.0, 9113.0, 9180.0, 9115.0, 9101.0, 9129.0, 9101.0, 9164.0, 9103.0, 9183.0, 9151.0, 9162.0, 9149.0, 9119.0, 9160.0, 9103.0, 9179.0, 9114.0, 9166.0, 9146.0, 9131.0, 9174.0, 9120.0, 9173.0, 9093.0, 9166.0, 9103.0, 9126.0, 9157.0, 9105.0, 9203.0, 9120.0, 9185.0, 9130.0, 9145.0, 9116.0, 9095.0, 9154.0, 9099.0, 9198.0, 9128.0, 9180.0, 9116.0, 9154.0, 9112.0, 9096.0, 9152.0, 9098.0, 9180.0, 9098.0, 9166.0, 9112.0, 9151.0, 9126.0, 9111.0, 9171.0, 9103.0, 9185.0, 9104.0, 9168.0, 9114.0, 9136.0, 9155.0, 9100.0, 9169.0, 9102.0, 9182.0, 9100.0, 9155.0, 9160.0, 9121.0, 9178.0, 9124.0, 9190.0, 9120.0, 9173.0, 9166.0, 9153.0, 9195.0, 9124.0, 9188.0, 9123.0, 9208.0, 9128.0, 9188.0, 9162.0, 9141.0, 9148.0, 9118.0, 9170.0, 9117.0, 9151.0, 9116.0, 9114.0, 9175.0, 9118.0, 9174.0, 9105.0, 9183.0, 9099.0, 9180.0, 9142.0, 9162.0, 9124.0, 9103.0, 9091.0, 9089.0, 9132.0, 9062.0, 9126.0, 9059.0, 9157.0, 9090.0, 9159.0, 9095.0, 9092.0, 9106.0, 9078.0, 9130.0, 9080.0, 9177.0, 9114.0, 9167.0, 9115.0, 9098.0, 9126.0, 9121.0, 9169.0, 9120.0, 9205.0, 9136.0, 9135.0, 9151.0, 9132.0, 9168.0, 9119.0, 9172.0, 9103.0, 9201.0, 9121.0, 9183.0, 9133.0, 9128.0, 9116.0, 9086.0, 9173.0, 9101.0, 9186.0, 9103.0, 9170.0, 9100.0, 9177.0, 9099.0, 9165.0, 9143.0, 9110.0, 9142.0, 9100.0, 9149.0, 9093.0, 9171.0, 9110.0, 9178.0, 9109.0, 9122.0, 9096.0, 9081.0, 9151.0, 9099.0, 9182.0, 9101.0, 9152.0, 9096.0, 9145.0, 9121.0, 9078.0, 9153.0, 9111.0, 9183.0, 9101.0, 9181.0, 9097.0, 9131.0, 9088.0, 9084.0, 9145.0, 9090.0, 9146.0, 9092.0, 9145.0, 9078.0, 9157.0, 9091.0, 9141.0, 9133.0, 9076.0, 9132.0, 9076.0, 9116.0, 9074.0, 9145.0, 9093.0, 9173.0, 9124.0, 9160.0, 9109.0, 9092.0, 9108.0, 9077.0, 9114.0, 9077.0, 9148.0, 9109.0, 9176.0, 9109.0, 9108.0, 9107.0, 9094.0, 9121.0, 9071.0, 9178.0, 9100.0, 9181.0, 9116.0, 9125.0, 9129.0, 9098.0, 9171.0, 9113.0, 9184.0, 9099.0, 9164.0, 9096.0, 9161.0, 9128.0, 9164.0, 9141.0, 9111.0, 9152.0, 9093.0, 9149.0, 9095.0, 9178.0, 9097.0, 9176.0, 9097.0, 9136.0, 9112.0, 9099.0, 9171.0, 9103.0, 9186.0, 9104.0, 9182.0, 9114.0, 9180.0, 9144.0, 9156.0, 9158.0, 9115.0, 9154.0, 9114.0, 9181.0, 9103.0, 9188.0, 9166.0, 9149.0, 9159.0, 9134.0, 9169.0, 9142.0, 9146.0, 9204.0, 9114.0, 9177.0, 9152.0, 9131.0, 9246.0, 9201.0, 9200.0, 9211.0, 9121.0, 9173.0, 9098.0, 9157.0, 9095.0, 9178.0, 9153.0, 9144.0, 9121.0, 9090.0, 9114.0, 9070.0, 9121.0, 9051.0, 9131.0, 9084.0, 9137.0, 9099.0, 9059.0, 9088.0, 9076.0, 9130.0, 9077.0, 9155.0, 9122.0, 9134.0, 9123.0, 9097.0, 9148.0, 9081.0, 9160.0, 9108.0, 9122.0, 9138.0, 9097.0, 9167.0, 9101.0, 9171.0, 9155.0, 9132.0, 9189.0, 9154.0, 9202.0, 9176.0, 9125.0, 9175.0, 9110.0, 9209.0, 9152.0, 9214.0, 9175.0, 9164.0, 9190.0, 9132.0, 9171.0, 9100.0, 9163.0, 9081.0, 9175.0, 9093.0, 9143.0, 9105.0, 9103.0, 9133.0, 9077.0, 9120.0, 9079.0, 9146.0, 9080.0, 9160.0, 9116.0, 9201.0, 9144.0, 9172.0, 9162.0, 9083.0, 9122.0, 9078.0, 9143.0, 9075.0, 9155.0, 9093.0, 9128.0, 9104.0, 9079.0, 9105.0, 9097.0, 9167.0, 9117.0, 9163.0, 9140.0, 9097.0, 9110.0, 9099.0, 9157.0, 9102.0, 9185.0, 9126.0, 9139.0, 9151.0, 9125.0, 9208.0, 9128.0, 9194.0, 9153.0, 9106.0, 9176.0, 9121.0, 9160.0, 9091.0, 9202.0, 9150.0, 9204.0, 9159.0, 9116.0, 9141.0, 9084.0, 9136.0, 9078.0, 9145.0, 9079.0, 9144.0, 9079.0, 9161.0, 9126.0, 9151.0, 9140.0, 9084.0, 9122.0, 9079.0, 9145.0, 9079.0, 9161.0, 9096.0, 9147.0, 9140.0, 9109.0, 9140.0, 9088.0, 9153.0, 9085.0, 9156.0, 9141.0, 9106.0, 9192.0, 9103.0, 9098.0, 9137.0, 9129.0, 9179.0, 9110.0, 9205.0, 9151.0, 9203.0, 9133.0, 9169.0, 9146.0, 9127.0, 9157.0, 9089.0, 9180.0, 9094.0, 9180.0, 9106.0, 9079.0, 9125.0, 9105.0, 9173.0, 9105.0, 9179.0, 9103.0, 9247.0, 9154.0, 9183.0, 9127.0, 9159.0, 9122.0, 9106.0, 9121.0, 9057.0, 9113.0, 9058.0, 9112.0, 9056.0, 9125.0, 9068.0, 9139.0, 9067.0, 9136.0, 9068.0, 9142.0, 9087.0, 9142.0, 9090.0, 9143.0, 9111.0, 9124.0, 9151.0, 9097.0, 9135.0, 9085.0, 9135.0, 9088.0, 9111.0, 9137.0, 9105.0, 9116.0, 9089.0, 9172.0, 9103.0, 9170.0, 9113.0, 9139.0, 9144.0, 9131.0, 9147.0, 9119.0, 9173.0, 9120.0, 9187.0, 9091.0, 9157.0, 9119.0, 9134.0, 9181.0, 9093.0, 9178.0, 9120.0, 9171.0, 9133.0, 9154.0, 9113.0, 9082.0, 9152.0, 9098.0, 9169.0, 9100.0, 9155.0, 9112.0, 9149.0, 9111.0, 9122.0, 9112.0, 9083.0, 9142.0, 9107.0, 9192.0, 9179.0, 9203.0, 9225.0, 9186.0, 9245.0, 9200.0, 9157.0, 9129.0, 9091.0, 9191.0, 9129.0, 9175.0, 9120.0, 9173.0, 9117.0, 9198.0, 9134.0, 9184.0, 9129.0, 9138.0, 9107.0, 9088.0, 9132.0, 9088.0, 9145.0, 9074.0, 9147.0, 9097.0, 9174.0, 9096.0, 9073.0, 9116.0, 9058.0, 9178.0, 9114.0, 9186.0, 9112.0, 9136.0, 9122.0, 9072.0, 9125.0, 9080.0, 9129.0, 9082.0, 9139.0, 9099.0, 9126.0, 9131.0, 9089.0, 9131.0, 9075.0, 9141.0, 9083.0, 9149.0, 9077.0, 9131.0, 9093.0, 9116.0, 9076.0, 9061.0, 9079.0, 9050.0, 9091.0, 9048.0, 9117.0, 9082.0, 9136.0, 9090.0, 9115.0, 9085.0, 9060.0, 9102.0, 9094.0, 9146.0, 9127.0, 9157.0, 9148.0, 9090.0, 9160.0, 9119.0, 9166.0, 9136.0, 9184.0, 9133.0, 9132.0, 9161.0, 9094.0, 9177.0, 9122.0, 9187.0, 9117.0, 9139.0, 9118.0, 9117.0, 9210.0, 9127.0, 9211.0, 9112.0, 9155.0, 9140.0, 9179.0, 9092.0, 9081.0, 9138.0, 9095.0, 9181.0, 9099.0, 9193.0, 9106.0, 9145.0, 9126.0, 9087.0, 9164.0, 9097.0, 9139.0, 9113.0, 9103.0, 9172.0, 9134.0, 9175.0, 9134.0, 9160.0, 9212.0, 9150.0, 9175.0, 9083.0, 9159.0, 9083.0, 9133.0, 9082.0, 9108.0, 9101.0, 9085.0, 9119.0, 9080.0, 9118.0, 9076.0, 9111.0, 9069.0, 9113.0, 9119.0, 9114.0, 9109.0, 9062.0, 9105.0, 9062.0, 9103.0, 9074.0, 9140.0, 9089.0, 9142.0, 9091.0, 9114.0, 9127.0, 9105.0, 9177.0, 9145.0, 9106.0, 9157.0, 9125.0, 9173.0, 9146.0, 9195.0, 9135.0, 9160.0, 9088.0, 9121.0, 9117.0, 9142.0, 9133.0, 9070.0, 9128.0, 9086.0, 9125.0, 9083.0, 9142.0, 9073.0, 9140.0, 9085.0, 9144.0, 9081.0, 9138.0, 9082.0, 9140.0, 9099.0, 9154.0, 9113.0, 9113.0, 9106.0, 9099.0, 9137.0, 9062.0, 9186.0, 9101.0, 9157.0, 9126.0, 9155.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.0033933004385964913</td></tr>
<tr><td colspan=3>aqi</td><td>0.03411740548245614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.50062059390776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1999108205708016</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9980352006915476</td></tr>
<tr><td colspan=3>efc</td><td>0.4523</td></tr>
<tr><td colspan=3>fber</td><td>5496.1465</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09594609142583865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.907894736842105</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.491810022938305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4457803962335056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6482719368602767</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3813777357211334</td></tr>
<tr><td colspan=3>gcor</td><td>0.00834671</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012936151586472988</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026110578328371048</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.732964710896742</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1578</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.8713</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306627.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>651.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.5023</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8525</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.9187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3330.5896</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.7836</td></tr>
<tr><td colspan=3>tsnr</td><td>33.43650236574467</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>