<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>ea9d3a257df06baa3a4cea4723da0640</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:35:7.920000</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.999458, -0.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</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.084947</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ccff4a5-c546-4381-ae84-24d57e538c08||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.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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': ['153507.920000', '153508.380000', '153508.840000', '153509.300000', '153509.760000', '153510.220000', '153510.680000', '153511.140000', '153511.600000', '153512.060000', '153512.520000', '153512.980000', '153513.440000', '153513.900000', '153514.360000', '153514.820000', '153515.280000', '153515.740000', '153516.200000', '153516.660000', '153517.120000', '153517.580000', '153518.040000', '153518.500000', '153518.960000', '153519.420000', '153519.880000', '153520.340000', '153520.800000', '153521.260000', '153521.720000', '153522.180000', '153522.640000', '153523.100000', '153523.560000', '153524.020000', '153524.480000', '153524.940000', '153525.400000', '153525.860000', '153526.320000', '153526.780000', '153527.240000', '153527.700000', '153528.160000', '153528.620000', '153529.080000', '153529.540000', '153530.000000', '153530.460000', '153530.920000', '153531.380000', '153531.840000', '153532.300000', '153532.760000', '153533.220000', '153533.680000', '153534.140000', '153534.600000', '153535.060000', '153535.520000', '153535.980000', '153536.440000', '153536.900000', '153537.360000', '153537.820000', '153538.280000', '153538.740000', '153539.200000', '153539.660000', '153540.120000', '153540.580000', '153541.040000', '153541.500000', '153541.960000', '153542.420000', '153542.880000', '153543.340000', '153543.800000', '153544.260000', '153544.720000', '153545.180000', '153545.640000', '153546.100000', '153546.560000', '153547.020000', '153547.480000', '153547.940000', '153548.400000', '153548.860000', '153549.320000', '153549.780000', '153550.240000', '153550.700000', '153551.160000', '153551.620000', '153552.080000', '153552.540000', '153553.000000', '153553.460000', '153553.920000', '153554.380000', '153554.840000', '153555.300000', '153555.760000', '153556.220000', '153556.680000', '153557.140000', '153557.600000', '153558.060000', '153558.520000', '153558.980000', '153559.440000', '153559.900000', '153600.360000', '153600.820000', '153601.280000', '153601.740000', '153602.200000', '153602.660000', '153603.120000', '153603.580000', '153604.040000', '153604.500000', '153604.960000', '153605.420000', '153605.880000', '153606.340000', '153606.800000', '153607.260000', '153607.720000', '153608.180000', '153608.640000', '153609.100000', '153609.560000', '153610.020000', '153610.480000', '153610.940000', '153611.400000', '153611.860000', '153612.320000', '153612.780000', '153613.240000', '153613.700000', '153614.160000', '153614.620000', '153615.080000', '153615.540000', '153616.000000', '153616.460000', '153616.920000', '153617.380000', '153617.840000', '153618.300000', '153618.760000', '153619.220000', '153619.680000', '153620.140000', '153620.600000', '153621.060000', '153621.520000', '153621.980000', '153622.440000', '153622.900000', '153623.360000', '153623.820000', '153624.280000', '153624.740000', '153625.200000', '153625.660000', '153626.120000', '153626.580000', '153627.040000', '153627.500000', '153627.960000', '153628.420000', '153628.880000', '153629.340000', '153629.800000', '153630.260000', '153630.720000', '153631.180000', '153631.640000', '153632.100000', '153632.560000', '153633.020000', '153633.480000', '153633.940000', '153634.400000', '153634.860000', '153635.320000', '153635.780000', '153636.240000', '153636.700000', '153637.160000', '153637.620000', '153638.080000', '153638.540000', '153639.000000', '153639.460000', '153639.920000', '153640.380000', '153640.840000', '153641.300000', '153641.760000', '153642.220000', '153642.680000', '153643.140000', '153643.600000', '153644.060000', '153644.520000', '153644.980000', '153645.440000', '153645.900000', '153646.360000', '153646.820000', '153647.280000', '153647.740000', '153648.200000', '153648.660000', '153649.120000', '153649.580000', '153650.040000', '153650.500000', '153650.960000', '153651.420000', '153651.880000', '153652.340000', '153652.800000', '153653.260000', '153653.720000', '153654.180000', '153654.640000', '153655.100000', '153655.560000', '153656.020000', '153656.480000', '153656.940000', '153657.400000', '153657.860000', '153658.320000', '153658.780000', '153659.240000', '153659.700000', '153700.160000', '153700.620000', '153701.080000', '153701.540000', '153702.000000', '153702.460000', '153702.920000', '153703.380000', '153703.840000', '153704.300000', '153704.760000', '153705.220000', '153705.680000', '153706.140000', '153706.600000', '153707.060000', '153707.520000', '153707.980000', '153708.440000', '153708.900000', '153709.360000', '153709.820000', '153710.280000', '153710.740000', '153711.200000', '153711.660000', '153712.120000', '153712.580000', '153713.040000', '153713.500000', '153713.960000', '153714.420000', '153714.880000', '153715.340000', '153715.800000', '153716.260000', '153716.720000', '153717.180000', '153717.640000', '153718.100000', '153718.560000', '153719.020000', '153719.480000', '153719.940000', '153720.400000', '153720.860000', '153721.320000', '153721.780000', '153722.240000', '153722.700000', '153723.160000', '153723.620000', '153724.080000', '153724.540000', '153725.000000', '153725.460000', '153725.920000', '153726.380000', '153726.840000', '153727.300000', '153727.760000', '153728.220000', '153728.680000', '153729.140000', '153729.600000', '153730.060000', '153730.520000', '153730.980000', '153731.440000', '153731.900000', '153732.360000', '153732.820000', '153733.280000', '153733.740000', '153734.200000', '153734.660000', '153735.120000', '153735.580000', '153736.040000', '153736.500000', '153736.960000', '153737.420000', '153737.880000', '153738.340000', '153738.800000', '153739.260000', '153739.720000', '153740.180000', '153740.640000', '153741.100000', '153741.560000', '153742.020000', '153742.480000', '153742.940000', '153743.400000', '153743.860000', '153744.320000', '153744.780000', '153745.240000', '153745.700000', '153746.160000', '153746.620000', '153747.080000', '153747.540000', '153748.000000', '153748.460000', '153748.920000', '153749.380000', '153749.840000', '153750.300000', '153750.760000', '153751.220000', '153751.680000', '153752.140000', '153752.600000', '153753.060000', '153753.520000', '153753.980000', '153754.440000', '153754.900000', '153755.360000', '153755.820000', '153756.280000', '153756.740000', '153757.200000', '153757.660000', '153758.120000', '153758.580000', '153759.040000', '153759.500000', '153759.960000', '153800.420000', '153800.880000', '153801.340000', '153801.800000', '153802.260000', '153802.720000', '153803.180000', '153803.640000', '153804.100000', '153804.560000', '153805.020000', '153805.480000', '153805.940000', '153806.400000', '153806.860000', '153807.320000', '153807.780000', '153808.240000', '153808.700000', '153809.160000', '153809.620000', '153810.080000', '153810.540000', '153811.000000', '153811.460000', '153811.920000', '153812.380000', '153812.840000', '153813.300000', '153813.760000', '153814.220000', '153814.680000', '153815.140000', '153815.600000', '153816.060000', '153816.520000', '153816.980000', '153817.440000', '153817.900000', '153818.360000', '153818.820000', '153819.280000', '153819.740000', '153820.200000', '153820.660000', '153821.120000', '153821.580000', '153822.040000', '153822.500000', '153822.960000', '153823.420000', '153823.880000', '153824.340000', '153824.800000', '153825.260000', '153825.720000', '153826.180000', '153826.640000', '153827.100000', '153827.560000', '153828.020000', '153828.480000', '153828.940000', '153829.400000', '153829.860000', '153830.320000', '153830.780000', '153831.240000', '153831.700000', '153832.160000', '153832.620000', '153833.080000', '153833.540000', '153834.000000', '153834.460000', '153834.920000', '153835.380000', '153835.840000', '153836.300000', '153836.760000', '153837.220000', '153837.680000', '153838.140000', '153838.600000', '153839.060000', '153839.520000', '153839.980000', '153840.440000', '153840.900000', '153841.360000', '153841.820000', '153842.280000', '153842.740000', '153843.200000', '153843.660000', '153844.120000', '153844.580000', '153845.040000', '153845.500000', '153845.960000', '153846.420000', '153846.880000', '153847.340000', '153847.800000', '153848.260000', '153848.720000', '153849.180000', '153849.640000', '153850.100000', '153850.560000', '153851.020000', '153851.480000', '153851.940000', '153852.400000', '153852.860000', '153853.320000', '153853.780000', '153854.240000', '153854.700000', '153855.160000', '153855.620000', '153856.080000', '153856.540000', '153857.000000', '153857.460000', '153857.920000', '153858.380000', '153858.840000', '153859.300000', '153859.760000', '153900.220000', '153900.680000', '153901.140000', '153901.600000', '153902.060000', '153902.520000', '153902.980000', '153903.440000', '153903.900000', '153904.360000', '153904.820000', '153905.280000', '153905.740000', '153906.200000', '153906.660000', '153907.120000', '153907.580000', '153908.040000', '153908.500000', '153908.960000', '153909.420000', '153909.880000', '153910.340000', '153910.800000', '153911.260000', '153911.720000', '153912.180000', '153912.640000', '153913.100000', '153913.560000', '153914.020000', '153914.480000', '153914.940000', '153915.400000', '153915.860000', '153916.320000', '153916.780000', '153917.240000', '153917.700000', '153918.160000', '153918.620000', '153919.080000', '153919.540000', '153920.000000', '153920.460000', '153920.920000', '153921.380000', '153921.840000', '153922.300000', '153922.760000', '153923.220000', '153923.680000', '153924.140000', '153924.600000', '153925.060000', '153925.520000', '153925.980000', '153926.440000', '153926.900000', '153927.360000', '153927.820000', '153928.280000', '153928.740000', '153929.200000', '153929.660000', '153930.120000', '153930.580000', '153931.040000', '153931.500000', '153931.960000', '153932.420000', '153932.880000', '153933.340000', '153933.800000', '153934.260000', '153934.720000', '153935.180000', '153935.640000', '153936.100000', '153936.560000', '153937.020000', '153937.480000', '153937.940000', '153938.400000', '153938.860000', '153939.320000', '153939.780000', '153940.240000', '153940.700000', '153941.160000', '153941.620000', '153942.080000', '153942.540000', '153943.000000', '153943.460000', '153943.920000', '153944.380000', '153944.840000', '153945.300000', '153945.760000', '153946.220000', '153946.680000', '153947.140000', '153947.600000', '153948.060000', '153948.520000', '153948.980000', '153949.440000', '153949.900000', '153950.360000', '153950.820000', '153951.280000', '153951.740000', '153952.200000', '153952.660000', '153953.120000', '153953.580000', '153954.040000', '153954.500000', '153954.960000', '153955.420000', '153955.880000', '153956.340000', '153956.800000', '153957.260000', '153957.720000', '153958.180000', '153958.640000', '153959.100000', '153959.560000', '154000.020000', '154000.480000', '154000.940000', '154001.400000', '154001.860000', '154002.320000', '154002.780000', '154003.240000', '154003.700000', '154004.160000', '154004.620000', '154005.080000', '154005.540000', '154006.000000', '154006.460000', '154006.920000', '154007.380000', '154007.840000', '154008.300000', '154008.760000', '154009.220000', '154009.680000', '154010.140000', '154010.600000', '154011.060000', '154011.520000', '154011.980000', '154012.440000', '154012.900000', '154013.360000', '154013.820000', '154014.280000', '154014.740000', '154015.200000', '154015.660000', '154016.120000', '154016.580000', '154017.040000', '154017.500000', '154017.960000', '154018.420000', '154018.880000', '154019.340000', '154019.800000', '154020.260000', '154020.720000', '154021.180000', '154021.640000', '154022.100000', '154022.560000', '154023.020000', '154023.480000', '154023.940000', '154024.400000', '154024.860000', '154025.320000', '154025.780000', '154026.240000', '154026.700000', '154027.160000', '154027.620000', '154028.080000', '154028.540000', '154029.000000', '154029.460000', '154029.920000', '154030.380000', '154030.840000', '154031.300000', '154031.760000', '154032.220000', '154032.680000', '154033.140000', '154033.600000', '154034.060000', '154034.520000', '154034.980000', '154035.440000', '154035.900000', '154036.360000', '154036.820000', '154037.280000', '154037.740000', '154038.200000', '154038.660000', '154039.120000', '154039.580000', '154040.040000', '154040.500000', '154040.960000', '154041.420000', '154041.880000', '154042.340000', '154042.800000', '154043.260000', '154043.720000', '154044.180000', '154044.640000', '154045.100000', '154045.560000', '154046.020000', '154046.480000', '154046.940000', '154047.400000', '154047.860000', '154048.320000', '154048.780000', '154049.240000', '154049.700000', '154050.160000', '154050.620000', '154051.080000', '154051.540000', '154052.000000', '154052.460000', '154052.920000', '154053.380000', '154053.840000', '154054.300000', '154054.760000', '154055.220000', '154055.680000', '154056.140000', '154056.600000', '154057.060000', '154057.520000', '154057.980000', '154058.440000', '154058.900000', '154059.360000', '154059.820000', '154100.280000', '154100.740000', '154101.200000', '154101.660000', '154102.120000', '154102.580000', '154103.040000', '154103.500000', '154103.960000', '154104.420000', '154104.880000', '154105.340000', '154105.800000', '154106.260000', '154106.720000', '154107.180000', '154107.640000', '154108.100000', '154108.560000', '154109.020000', '154109.480000', '154109.940000', '154110.400000', '154110.860000', '154111.320000', '154111.780000', '154112.240000', '154112.700000', '154113.160000', '154113.620000', '154114.080000', '154114.540000', '154115.000000', '154115.460000', '154115.920000', '154116.380000', '154116.840000', '154117.300000', '154117.760000', '154118.220000', '154118.680000', '154119.140000', '154119.600000', '154120.060000', '154120.520000', '154120.980000', '154121.440000', '154121.900000', '154122.360000', '154122.820000', '154123.280000', '154123.740000', '154124.200000', '154124.660000', '154125.120000', '154125.580000', '154126.040000', '154126.500000', '154126.960000', '154127.420000', '154127.880000', '154128.340000', '154128.800000', '154129.260000', '154129.720000', '154130.180000', '154130.640000', '154131.100000', '154131.560000', '154132.020000', '154132.480000', '154132.940000', '154133.400000', '154133.860000', '154134.320000', '154134.780000', '154135.240000', '154135.700000', '154136.160000', '154136.620000', '154137.080000', '154137.540000', '154138.000000', '154138.460000', '154138.920000', '154139.380000', '154139.840000', '154140.300000', '154140.760000', '154141.220000', '154141.680000', '154142.140000', '154142.600000', '154143.060000', '154143.520000', '154143.980000', '154144.440000', '154144.900000', '154145.360000', '154145.820000', '154146.280000', '154146.740000', '154147.200000', '154147.660000', '154148.120000', '154148.580000', '154149.040000', '154149.500000', '154149.960000', '154150.420000', '154150.880000', '154151.340000', '154151.800000', '154152.260000', '154152.720000', '154153.180000', '154153.640000', '154154.100000', '154154.560000', '154155.020000', '154155.480000', '154155.940000', '154156.400000', '154156.860000', '154157.320000', '154157.780000', '154158.240000', '154158.700000', '154159.160000', '154159.620000', '154200.080000', '154200.540000', '154201.000000', '154201.460000', '154201.920000', '154202.380000', '154202.840000', '154203.300000', '154203.760000', '154204.220000', '154204.680000', '154205.140000', '154205.600000', '154206.060000', '154206.520000', '154206.980000', '154207.440000', '154207.900000'], 'ContentTime': ['153523.653000', '153523.657000', '153523.659000', '153523.662000', '153523.665000', '153523.668000', '153523.670000', '153523.673000', '153523.675000', '153523.678000', '153523.681000', '153523.683000', '153523.686000', '153523.688000', '153523.691000', '153523.693000', '153523.696000', '153523.699000', '153523.701000', '153523.704000', '153523.715000', '153523.718000', '153523.720000', '153523.723000', '153523.725000', '153523.728000', '153523.730000', '153523.733000', '153523.736000', '153523.738000', '153523.741000', '153523.744000', '153543.625000', '153543.628000', '153543.631000', '153543.633000', '153543.636000', '153543.638000', '153543.641000', '153543.644000', '153543.646000', '153543.649000', '153543.651000', '153543.654000', '153543.656000', '153543.659000', '153543.662000', '153543.664000', '153543.667000', '153543.669000', '153543.672000', '153543.674000', '153543.677000', '153543.679000', '153543.682000', '153543.685000', '153543.687000', '153543.690000', '153543.692000', '153543.695000', '153543.698000', '153543.700000', '153543.703000', '153543.705000', '153543.708000', '153543.710000', '153543.718000', '153543.721000', '153543.724000', '153543.726000', '153543.729000', '153543.732000', '153543.734000', '153543.737000', '153543.739000', '153603.625000', '153603.628000', '153603.631000', '153603.643000', '153603.645000', '153603.648000', '153603.651000', '153603.653000', '153603.656000', '153603.658000', '153603.661000', '153603.663000', '153603.666000', '153603.669000', '153603.671000', '153603.674000', '153603.676000', '153603.679000', '153603.682000', '153603.684000', '153603.687000', '153603.690000', '153603.692000', '153603.695000', '153603.698000', '153603.700000', '153603.703000', '153603.705000', '153603.708000', '153603.710000', '153603.713000', '153603.716000', '153603.718000', '153603.721000', '153603.724000', '153603.726000', '153603.729000', '153603.731000', '153603.734000', '153603.737000', '153603.739000', '153603.742000', '153603.744000', '153603.747000', '153623.625000', '153623.628000', '153623.631000', '153623.633000', '153623.636000', '153623.638000', '153623.641000', '153623.644000', '153623.646000', '153623.649000', '153623.651000', '153623.654000', '153623.656000', '153623.659000', '153623.662000', '153623.664000', '153623.667000', '153623.671000', '153623.674000', '153623.676000', '153623.679000', '153623.682000', '153623.684000', '153623.687000', '153623.689000', '153623.692000', '153623.694000', '153623.697000', '153623.700000', '153623.702000', '153623.705000', '153623.707000', '153623.710000', '153623.712000', '153623.715000', '153623.718000', '153623.720000', '153623.723000', '153623.725000', '153623.728000', '153623.731000', '153623.733000', '153623.736000', '153643.626000', '153643.628000', '153643.631000', '153643.634000', '153643.636000', '153643.639000', '153643.641000', '153643.644000', '153643.647000', '153643.649000', '153643.652000', '153643.654000', '153643.657000', '153643.659000', '153643.662000', '153643.665000', '153643.667000', '153643.670000', '153643.672000', '153643.675000', '153643.678000', '153643.692000', '153643.694000', '153643.697000', '153643.699000', '153643.702000', '153643.705000', '153643.707000', '153643.710000', '153643.712000', '153643.715000', '153643.718000', '153643.720000', '153643.723000', '153643.725000', '153643.728000', '153643.731000', '153643.733000', '153643.736000', '153643.738000', '153643.741000', '153643.744000', '153643.746000', '153643.749000', '153703.625000', '153703.628000', '153703.631000', '153703.634000', '153703.636000', '153703.639000', '153703.641000', '153703.644000', '153703.647000', '153703.649000', '153703.652000', '153703.654000', '153703.657000', '153703.659000', '153703.662000', '153703.665000', '153703.667000', '153703.670000', '153703.673000', '153703.675000', '153703.678000', '153703.680000', '153703.683000', '153703.686000', '153703.688000', '153703.691000', '153703.693000', '153703.696000', '153703.698000', '153703.701000', '153703.704000', '153703.706000', '153703.709000', '153703.711000', '153703.714000', '153703.717000', '153703.719000', '153703.722000', '153703.725000', '153703.727000', '153703.730000', '153703.732000', '153703.735000', '153723.625000', '153723.628000', '153723.631000', '153723.633000', '153723.636000', '153723.639000', '153723.641000', '153723.644000', '153723.646000', '153723.649000', '153723.652000', '153723.654000', '153723.657000', '153723.659000', '153723.662000', '153723.665000', '153723.667000', '153723.670000', '153723.672000', '153723.675000', '153723.678000', '153723.680000', '153723.683000', '153723.686000', '153723.688000', '153723.691000', '153723.693000', '153723.696000', '153723.698000', '153723.701000', '153723.704000', '153723.706000', '153723.709000', '153723.711000', '153723.714000', '153723.717000', '153723.719000', '153723.722000', '153723.724000', '153723.727000', '153723.730000', '153723.732000', '153723.735000', '153723.737000', '153743.626000', '153743.628000', '153743.631000', '153743.634000', '153743.636000', '153743.639000', '153743.642000', '153743.644000', '153743.647000', '153743.649000', '153743.652000', '153743.654000', '153743.657000', '153743.660000', '153743.662000', '153743.665000', '153743.667000', '153743.670000', '153743.673000', '153743.675000', '153743.678000', '153743.680000', '153743.683000', '153743.686000', '153743.688000', '153743.691000', '153743.693000', '153743.696000', '153743.699000', '153743.701000', '153743.704000', '153743.706000', '153743.709000', '153743.712000', '153743.714000', '153743.717000', '153743.719000', '153743.722000', '153743.725000', '153743.727000', '153743.730000', '153743.732000', '153743.735000', '153803.626000', '153803.628000', '153803.631000', '153803.634000', '153803.636000', '153803.639000', '153803.641000', '153803.644000', '153803.647000', '153803.649000', '153803.652000', '153803.654000', '153803.657000', '153803.660000', '153803.662000', '153803.665000', '153803.667000', '153803.670000', '153803.673000', '153803.675000', '153803.678000', '153803.680000', '153803.683000', '153803.686000', '153803.688000', '153803.691000', '153803.693000', '153803.696000', '153803.699000', '153803.701000', '153803.704000', '153803.706000', '153803.709000', '153803.712000', '153803.714000', '153803.717000', '153803.719000', '153803.722000', '153803.724000', '153803.727000', '153803.730000', '153803.732000', '153803.735000', '153803.737000', '153823.626000', '153823.629000', '153823.638000', '153823.641000', '153823.643000', '153823.646000', '153823.649000', '153823.651000', '153823.654000', '153823.656000', '153823.659000', '153823.662000', '153823.664000', '153823.667000', '153823.669000', '153823.672000', '153823.674000', '153823.677000', '153823.680000', '153823.682000', '153823.685000', '153823.687000', '153823.690000', '153823.693000', '153823.695000', '153823.698000', '153823.700000', '153823.703000', '153823.706000', '153823.708000', '153823.711000', '153823.714000', '153823.716000', '153823.719000', '153823.721000', '153823.724000', '153823.726000', '153823.729000', '153823.732000', '153823.734000', '153823.737000', '153823.739000', '153823.742000', '153843.625000', '153843.628000', '153843.631000', '153843.633000', '153843.636000', '153843.639000', '153843.641000', '153843.644000', '153843.646000', '153843.649000', '153843.652000', '153843.654000', '153843.657000', '153843.659000', '153843.662000', '153843.665000', '153843.667000', '153843.670000', '153843.672000', '153843.675000', '153843.678000', '153843.680000', '153843.683000', '153843.685000', '153843.688000', '153843.691000', '153843.694000', '153843.696000', '153843.699000', '153843.701000', '153843.704000', '153843.707000', '153843.709000', '153843.712000', '153843.715000', '153843.717000', '153843.720000', '153843.722000', '153843.725000', '153843.728000', '153843.730000', '153843.733000', '153843.735000', '153843.738000', '153903.626000', '153903.628000', '153903.631000', '153903.634000', '153903.636000', '153903.639000', '153903.641000', '153903.644000', '153903.646000', '153903.649000', '153903.652000', '153903.654000', '153903.657000', '153903.659000', '153903.662000', '153903.665000', '153903.667000', '153903.670000', '153903.673000', '153903.675000', '153903.678000', '153903.680000', '153903.683000', '153903.686000', '153903.688000', '153903.691000', '153903.694000', '153903.696000', '153903.699000', '153903.702000', '153903.704000', '153903.707000', '153903.709000', '153903.712000', '153903.715000', '153903.717000', '153903.720000', '153903.722000', '153903.725000', '153903.727000', '153903.730000', '153903.733000', '153903.735000', '153923.625000', '153923.628000', '153923.631000', '153923.633000', '153923.638000', '153923.641000', '153923.644000', '153923.646000', '153923.649000', '153923.652000', '153923.654000', '153923.657000', '153923.660000', '153923.662000', '153923.665000', '153923.668000', '153923.670000', '153923.673000', '153923.675000', '153923.678000', '153923.681000', '153923.683000', '153923.686000', '153923.688000', '153923.691000', '153923.694000', '153923.696000', '153923.699000', '153923.702000', '153923.704000', '153923.707000', '153923.709000', '153923.712000', '153923.715000', '153923.717000', '153923.720000', '153923.722000', '153923.725000', '153923.728000', '153923.730000', '153923.733000', '153923.735000', '153923.738000', '153923.741000', '153943.626000', '153943.628000', '153943.631000', '153943.634000', '153943.636000', '153943.639000', '153943.641000', '153943.644000', '153943.647000', '153943.649000', '153943.652000', '153943.654000', '153943.657000', '153943.660000', '153943.662000', '153943.665000', '153943.668000', '153943.670000', '153943.673000', '153943.675000', '153943.678000', '153943.681000', '153943.683000', '153943.686000', '153943.689000', '153943.691000', '153943.694000', '153943.697000', '153943.699000', '153943.702000', '153943.704000', '153943.707000', '153943.709000', '153943.712000', '153943.715000', '153943.717000', '153943.720000', '153943.722000', '153943.725000', '153943.728000', '153943.730000', '153943.758000', '153943.760000', '154003.626000', '154003.628000', '154003.631000', '154003.634000', '154003.636000', '154003.639000', '154003.641000', '154003.644000', '154003.647000', '154003.649000', '154003.652000', '154003.654000', '154003.657000', '154003.660000', '154003.662000', '154003.665000', '154003.668000', '154003.670000', '154003.673000', '154003.675000', '154003.678000', '154003.681000', '154003.683000', '154003.686000', '154003.688000', '154003.691000', '154003.694000', '154003.696000', '154003.699000', '154003.702000', '154003.704000', '154003.707000', '154003.709000', '154003.712000', '154003.715000', '154003.717000', '154003.720000', '154003.722000', '154003.725000', '154003.728000', '154003.730000', '154003.733000', '154003.736000', '154003.738000', '154023.625000', '154023.628000', '154023.631000', '154023.634000', '154023.636000', '154023.639000', '154023.641000', '154023.644000', '154023.646000', '154023.649000', '154023.652000', '154023.654000', '154023.657000', '154023.660000', '154023.662000', '154023.665000', '154023.667000', '154023.670000', '154023.673000', '154023.675000', '154023.678000', '154023.680000', '154023.683000', '154023.686000', '154023.688000', '154023.691000', '154023.694000', '154023.696000', '154023.699000', '154023.701000', '154023.704000', '154023.707000', '154023.709000', '154023.712000', '154023.714000', '154023.717000', '154023.720000', '154023.722000', '154023.725000', '154023.727000', '154023.730000', '154023.733000', '154023.735000', '154043.625000', '154043.628000', '154043.631000', '154043.633000', '154043.637000', '154043.640000', '154043.643000', '154043.646000', '154043.648000', '154043.651000', '154043.654000', '154043.656000', '154043.659000', '154043.661000', '154043.664000', '154043.667000', '154043.669000', '154043.672000', '154043.675000', '154043.677000', '154043.680000', '154043.683000', '154043.685000', '154043.688000', '154043.691000', '154043.693000', '154043.696000', '154043.699000', '154043.701000', '154043.704000', '154043.706000', '154043.709000', '154043.712000', '154043.714000', '154043.717000', '154043.720000', '154043.722000', '154043.725000', '154043.728000', '154043.730000', '154043.733000', '154043.736000', '154043.738000', '154043.741000', '154103.626000', '154103.628000', '154103.631000', '154103.634000', '154103.636000', '154103.639000', '154103.641000', '154103.644000', '154103.646000', '154103.649000', '154103.652000', '154103.654000', '154103.657000', '154103.659000', '154103.662000', '154103.665000', '154103.667000', '154103.670000', '154103.672000', '154103.675000', '154103.678000', '154103.680000', '154103.683000', '154103.685000', '154103.688000', '154103.691000', '154103.693000', '154103.696000', '154103.698000', '154103.701000', '154103.704000', '154103.706000', '154103.709000', '154103.712000', '154103.714000', '154103.717000', '154103.719000', '154103.722000', '154103.725000', '154103.727000', '154103.730000', '154103.732000', '154103.735000', '154123.625000', '154123.628000', '154123.631000', '154123.634000', '154123.636000', '154123.639000', '154123.641000', '154123.644000', '154123.647000', '154123.649000', '154123.652000', '154123.654000', '154123.657000', '154123.660000', '154123.662000', '154123.665000', '154123.667000', '154123.670000', '154123.673000', '154123.675000', '154123.678000', '154123.680000', '154123.683000', '154123.686000', '154123.688000', '154123.691000', '154123.694000', '154123.696000', '154123.699000', '154123.701000', '154123.704000', '154123.707000', '154123.709000', '154123.712000', '154123.714000', '154123.717000', '154123.720000', '154123.722000', '154123.725000', '154123.727000', '154123.730000', '154123.733000', '154123.735000', '154123.738000', '154143.626000', '154143.629000', '154143.631000', '154143.634000', '154143.636000', '154143.639000', '154143.642000', '154143.644000', '154143.647000', '154143.650000', '154143.652000', '154143.655000', '154143.658000', '154143.660000', '154143.663000', '154143.665000', '154143.668000', '154143.671000', '154143.673000', '154143.676000', '154143.678000', '154143.681000', '154143.684000', '154143.686000', '154143.689000', '154143.691000', '154143.694000', '154143.697000', '154143.699000', '154143.702000', '154143.704000', '154143.707000', '154143.710000', '154143.712000', '154143.715000', '154143.718000', '154143.721000', '154143.723000', '154143.726000', '154143.728000', '154143.731000', '154143.733000', '154143.736000', '154203.625000', '154203.628000', '154203.631000', '154203.633000', '154203.636000', '154203.639000', '154203.641000', '154203.644000', '154203.646000', '154203.649000', '154203.652000', '154203.654000', '154203.657000', '154203.659000', '154203.662000', '154203.665000', '154203.667000', '154203.670000', '154203.673000', '154203.676000', '154203.680000', '154203.682000', '154203.685000', '154203.688000', '154203.690000', '154203.693000', '154203.695000', '154203.698000', '154203.701000', '154203.703000', '154203.706000', '154203.709000', '154203.711000', '154203.714000', '154203.716000', '154203.719000', '154203.722000', '154203.724000', '154203.727000', '154203.730000', '154203.732000', '154203.735000', '154203.738000', '154209.167000', '154209.170000', '154209.173000', '154209.176000', '154209.179000', '154209.182000', '154209.184000', '154209.187000', '154209.190000', '154209.193000', '154209.195000', '154209.198000', '154209.201000'], 'InstanceCreationTime': ['153523.653000', '153523.657000', '153523.659000', '153523.662000', '153523.665000', '153523.668000', '153523.670000', '153523.673000', '153523.675000', '153523.678000', '153523.681000', '153523.683000', '153523.686000', '153523.688000', '153523.691000', '153523.693000', '153523.696000', '153523.699000', '153523.701000', '153523.704000', '153523.715000', '153523.718000', '153523.720000', '153523.723000', '153523.725000', '153523.728000', '153523.730000', '153523.733000', '153523.736000', '153523.738000', '153523.741000', '153523.744000', '153543.625000', '153543.628000', '153543.631000', '153543.633000', '153543.636000', '153543.638000', '153543.641000', '153543.644000', '153543.646000', '153543.649000', '153543.651000', '153543.654000', '153543.656000', '153543.659000', '153543.662000', '153543.664000', '153543.667000', '153543.669000', '153543.672000', '153543.674000', '153543.677000', '153543.679000', '153543.682000', '153543.685000', '153543.687000', '153543.690000', '153543.692000', '153543.695000', '153543.698000', '153543.700000', '153543.703000', '153543.705000', '153543.708000', '153543.710000', '153543.718000', '153543.721000', '153543.724000', '153543.726000', '153543.729000', '153543.732000', '153543.734000', '153543.737000', '153543.739000', '153603.625000', '153603.628000', '153603.631000', '153603.643000', '153603.645000', '153603.648000', '153603.651000', '153603.653000', '153603.656000', '153603.658000', '153603.661000', '153603.663000', '153603.666000', '153603.669000', '153603.671000', '153603.674000', '153603.676000', '153603.679000', '153603.682000', '153603.684000', '153603.687000', '153603.690000', '153603.692000', '153603.695000', '153603.698000', '153603.700000', '153603.703000', '153603.705000', '153603.708000', '153603.710000', '153603.713000', '153603.716000', '153603.718000', '153603.721000', '153603.724000', '153603.726000', '153603.729000', '153603.731000', '153603.734000', '153603.737000', '153603.739000', '153603.742000', '153603.744000', '153603.747000', '153623.625000', '153623.628000', '153623.631000', '153623.633000', '153623.636000', '153623.638000', '153623.641000', '153623.644000', '153623.646000', '153623.649000', '153623.651000', '153623.654000', '153623.656000', '153623.659000', '153623.662000', '153623.664000', '153623.667000', '153623.671000', '153623.674000', '153623.676000', '153623.679000', '153623.682000', '153623.684000', '153623.687000', '153623.689000', '153623.692000', '153623.694000', '153623.697000', '153623.700000', '153623.702000', '153623.705000', '153623.707000', '153623.710000', '153623.712000', '153623.715000', '153623.718000', '153623.720000', '153623.723000', '153623.725000', '153623.728000', '153623.731000', '153623.733000', '153623.736000', '153643.626000', '153643.628000', '153643.631000', '153643.634000', '153643.636000', '153643.639000', '153643.641000', '153643.644000', '153643.647000', '153643.649000', '153643.652000', '153643.654000', '153643.657000', '153643.659000', '153643.662000', '153643.665000', '153643.667000', '153643.670000', '153643.672000', '153643.675000', '153643.678000', '153643.692000', '153643.694000', '153643.697000', '153643.699000', '153643.702000', '153643.705000', '153643.707000', '153643.710000', '153643.712000', '153643.715000', '153643.718000', '153643.720000', '153643.723000', '153643.725000', '153643.728000', '153643.731000', '153643.733000', '153643.736000', '153643.738000', '153643.741000', '153643.744000', '153643.746000', '153643.749000', '153703.625000', '153703.628000', '153703.631000', '153703.634000', '153703.636000', '153703.639000', '153703.641000', '153703.644000', '153703.647000', '153703.649000', '153703.652000', '153703.654000', '153703.657000', '153703.659000', '153703.662000', '153703.665000', '153703.667000', '153703.670000', '153703.673000', '153703.675000', '153703.678000', '153703.680000', '153703.683000', '153703.686000', '153703.688000', '153703.691000', '153703.693000', '153703.696000', '153703.698000', '153703.701000', '153703.704000', '153703.706000', '153703.709000', '153703.711000', '153703.714000', '153703.717000', '153703.719000', '153703.722000', '153703.725000', '153703.727000', '153703.730000', '153703.732000', '153703.735000', '153723.625000', '153723.628000', '153723.631000', '153723.633000', '153723.636000', '153723.639000', '153723.641000', '153723.644000', '153723.646000', '153723.649000', '153723.652000', '153723.654000', '153723.657000', '153723.659000', '153723.662000', '153723.665000', '153723.667000', '153723.670000', '153723.672000', '153723.675000', '153723.678000', '153723.680000', '153723.683000', '153723.686000', '153723.688000', '153723.691000', '153723.693000', '153723.696000', '153723.698000', '153723.701000', '153723.704000', '153723.706000', '153723.709000', '153723.711000', '153723.714000', '153723.717000', '153723.719000', '153723.722000', '153723.724000', '153723.727000', '153723.730000', '153723.732000', '153723.735000', '153723.737000', '153743.626000', '153743.628000', '153743.631000', '153743.634000', '153743.636000', '153743.639000', '153743.642000', '153743.644000', '153743.647000', '153743.649000', '153743.652000', '153743.654000', '153743.657000', '153743.660000', '153743.662000', '153743.665000', '153743.667000', '153743.670000', '153743.673000', '153743.675000', '153743.678000', '153743.680000', '153743.683000', '153743.686000', '153743.688000', '153743.691000', '153743.693000', '153743.696000', '153743.699000', '153743.701000', '153743.704000', '153743.706000', '153743.709000', '153743.712000', '153743.714000', '153743.717000', '153743.719000', '153743.722000', '153743.725000', '153743.727000', '153743.730000', '153743.732000', '153743.735000', '153803.626000', '153803.628000', '153803.631000', '153803.634000', '153803.636000', '153803.639000', '153803.641000', '153803.644000', '153803.647000', '153803.649000', '153803.652000', '153803.654000', '153803.657000', '153803.660000', '153803.662000', '153803.665000', '153803.667000', '153803.670000', '153803.673000', '153803.675000', '153803.678000', '153803.680000', '153803.683000', '153803.686000', '153803.688000', '153803.691000', '153803.693000', '153803.696000', '153803.699000', '153803.701000', '153803.704000', '153803.706000', '153803.709000', '153803.712000', '153803.714000', '153803.717000', '153803.719000', '153803.722000', '153803.724000', '153803.727000', '153803.730000', '153803.732000', '153803.735000', '153803.737000', '153823.626000', '153823.629000', '153823.638000', '153823.641000', '153823.643000', '153823.646000', '153823.649000', '153823.651000', '153823.654000', '153823.656000', '153823.659000', '153823.662000', '153823.664000', '153823.667000', '153823.669000', '153823.672000', '153823.674000', '153823.677000', '153823.680000', '153823.682000', '153823.685000', '153823.687000', '153823.690000', '153823.693000', '153823.695000', '153823.698000', '153823.700000', '153823.703000', '153823.706000', '153823.708000', '153823.711000', '153823.714000', '153823.716000', '153823.719000', '153823.721000', '153823.724000', '153823.726000', '153823.729000', '153823.732000', '153823.734000', '153823.737000', '153823.739000', '153823.742000', '153843.625000', '153843.628000', '153843.631000', '153843.633000', '153843.636000', '153843.639000', '153843.641000', '153843.644000', '153843.646000', '153843.649000', '153843.652000', '153843.654000', '153843.657000', '153843.659000', '153843.662000', '153843.665000', '153843.667000', '153843.670000', '153843.672000', '153843.675000', '153843.678000', '153843.680000', '153843.683000', '153843.685000', '153843.688000', '153843.691000', '153843.694000', '153843.696000', '153843.699000', '153843.701000', '153843.704000', '153843.707000', '153843.709000', '153843.712000', '153843.715000', '153843.717000', '153843.720000', '153843.722000', '153843.725000', '153843.728000', '153843.730000', '153843.733000', '153843.735000', '153843.738000', '153903.626000', '153903.628000', '153903.631000', '153903.634000', '153903.636000', '153903.639000', '153903.641000', '153903.644000', '153903.646000', '153903.649000', '153903.652000', '153903.654000', '153903.657000', '153903.659000', '153903.662000', '153903.665000', '153903.667000', '153903.670000', '153903.673000', '153903.675000', '153903.678000', '153903.680000', '153903.683000', '153903.686000', '153903.688000', '153903.691000', '153903.694000', '153903.696000', '153903.699000', '153903.702000', '153903.704000', '153903.707000', '153903.709000', '153903.712000', '153903.715000', '153903.717000', '153903.720000', '153903.722000', '153903.725000', '153903.727000', '153903.730000', '153903.733000', '153903.735000', '153923.625000', '153923.628000', '153923.631000', '153923.633000', '153923.638000', '153923.641000', '153923.644000', '153923.646000', '153923.649000', '153923.652000', '153923.654000', '153923.657000', '153923.660000', '153923.662000', '153923.665000', '153923.668000', '153923.670000', '153923.673000', '153923.675000', '153923.678000', '153923.681000', '153923.683000', '153923.686000', '153923.688000', '153923.691000', '153923.694000', '153923.696000', '153923.699000', '153923.702000', '153923.704000', '153923.707000', '153923.709000', '153923.712000', '153923.715000', '153923.717000', '153923.720000', '153923.722000', '153923.725000', '153923.728000', '153923.730000', '153923.733000', '153923.735000', '153923.738000', '153923.741000', '153943.626000', '153943.628000', '153943.631000', '153943.634000', '153943.636000', '153943.639000', '153943.641000', '153943.644000', '153943.647000', '153943.649000', '153943.652000', '153943.654000', '153943.657000', '153943.660000', '153943.662000', '153943.665000', '153943.668000', '153943.670000', '153943.673000', '153943.675000', '153943.678000', '153943.681000', '153943.683000', '153943.686000', '153943.689000', '153943.691000', '153943.694000', '153943.697000', '153943.699000', '153943.702000', '153943.704000', '153943.707000', '153943.709000', '153943.712000', '153943.715000', '153943.717000', '153943.720000', '153943.722000', '153943.725000', '153943.728000', '153943.730000', '153943.758000', '153943.760000', '154003.626000', '154003.628000', '154003.631000', '154003.634000', '154003.636000', '154003.639000', '154003.641000', '154003.644000', '154003.647000', '154003.649000', '154003.652000', '154003.654000', '154003.657000', '154003.660000', '154003.662000', '154003.665000', '154003.668000', '154003.670000', '154003.673000', '154003.675000', '154003.678000', '154003.681000', '154003.683000', '154003.686000', '154003.688000', '154003.691000', '154003.694000', '154003.696000', '154003.699000', '154003.702000', '154003.704000', '154003.707000', '154003.709000', '154003.712000', '154003.715000', '154003.717000', '154003.720000', '154003.722000', '154003.725000', '154003.728000', '154003.730000', '154003.733000', '154003.736000', '154003.738000', '154023.625000', '154023.628000', '154023.631000', '154023.634000', '154023.636000', '154023.639000', '154023.641000', '154023.644000', '154023.646000', '154023.649000', '154023.652000', '154023.654000', '154023.657000', '154023.660000', '154023.662000', '154023.665000', '154023.667000', '154023.670000', '154023.673000', '154023.675000', '154023.678000', '154023.680000', '154023.683000', '154023.686000', '154023.688000', '154023.691000', '154023.694000', '154023.696000', '154023.699000', '154023.701000', '154023.704000', '154023.707000', '154023.709000', '154023.712000', '154023.714000', '154023.717000', '154023.720000', '154023.722000', '154023.725000', '154023.727000', '154023.730000', '154023.733000', '154023.735000', '154043.625000', '154043.628000', '154043.631000', '154043.633000', '154043.637000', '154043.640000', '154043.643000', '154043.646000', '154043.648000', '154043.651000', '154043.654000', '154043.656000', '154043.659000', '154043.661000', '154043.664000', '154043.667000', '154043.669000', '154043.672000', '154043.675000', '154043.677000', '154043.680000', '154043.683000', '154043.685000', '154043.688000', '154043.691000', '154043.693000', '154043.696000', '154043.699000', '154043.701000', '154043.704000', '154043.706000', '154043.709000', '154043.712000', '154043.714000', '154043.717000', '154043.720000', '154043.722000', '154043.725000', '154043.728000', '154043.730000', '154043.733000', '154043.736000', '154043.738000', '154043.741000', '154103.626000', '154103.628000', '154103.631000', '154103.634000', '154103.636000', '154103.639000', '154103.641000', '154103.644000', '154103.646000', '154103.649000', '154103.652000', '154103.654000', '154103.657000', '154103.659000', '154103.662000', '154103.665000', '154103.667000', '154103.670000', '154103.672000', '154103.675000', '154103.678000', '154103.680000', '154103.683000', '154103.685000', '154103.688000', '154103.691000', '154103.693000', '154103.696000', '154103.698000', '154103.701000', '154103.704000', '154103.706000', '154103.709000', '154103.712000', '154103.714000', '154103.717000', '154103.719000', '154103.722000', '154103.725000', '154103.727000', '154103.730000', '154103.732000', '154103.735000', '154123.625000', '154123.628000', '154123.631000', '154123.634000', '154123.636000', '154123.639000', '154123.641000', '154123.644000', '154123.647000', '154123.649000', '154123.652000', '154123.654000', '154123.657000', '154123.660000', '154123.662000', '154123.665000', '154123.667000', '154123.670000', '154123.673000', '154123.675000', '154123.678000', '154123.680000', '154123.683000', '154123.686000', '154123.688000', '154123.691000', '154123.694000', '154123.696000', '154123.699000', '154123.701000', '154123.704000', '154123.707000', '154123.709000', '154123.712000', '154123.714000', '154123.717000', '154123.720000', '154123.722000', '154123.725000', '154123.727000', '154123.730000', '154123.733000', '154123.735000', '154123.738000', '154143.626000', '154143.629000', '154143.631000', '154143.634000', '154143.636000', '154143.639000', '154143.642000', '154143.644000', '154143.647000', '154143.650000', '154143.652000', '154143.655000', '154143.658000', '154143.660000', '154143.663000', '154143.665000', '154143.668000', '154143.671000', '154143.673000', '154143.676000', '154143.678000', '154143.681000', '154143.684000', '154143.686000', '154143.689000', '154143.691000', '154143.694000', '154143.697000', '154143.699000', '154143.702000', '154143.704000', '154143.707000', '154143.710000', '154143.712000', '154143.715000', '154143.718000', '154143.721000', '154143.723000', '154143.726000', '154143.728000', '154143.731000', '154143.733000', '154143.736000', '154203.625000', '154203.628000', '154203.631000', '154203.633000', '154203.636000', '154203.639000', '154203.641000', '154203.644000', '154203.646000', '154203.649000', '154203.652000', '154203.654000', '154203.657000', '154203.659000', '154203.662000', '154203.665000', '154203.667000', '154203.670000', '154203.673000', '154203.676000', '154203.680000', '154203.682000', '154203.685000', '154203.688000', '154203.690000', '154203.693000', '154203.695000', '154203.698000', '154203.701000', '154203.703000', '154203.706000', '154203.709000', '154203.711000', '154203.714000', '154203.716000', '154203.719000', '154203.722000', '154203.724000', '154203.727000', '154203.730000', '154203.732000', '154203.735000', '154203.738000', '154209.167000', '154209.170000', '154209.173000', '154209.176000', '154209.179000', '154209.182000', '154209.184000', '154209.187000', '154209.190000', '154209.193000', '154209.195000', '154209.198000', '154209.201000'], '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': [10203, 10225, 10110, 10152, 10007, 10080, 9858, 10084, 11448, 10500, 11146, 9592, 10422, 9908, 9992, 9564, 9982, 11687, 11254, 12339, 9473, 11622, 9893, 10499, 9823, 9936, 10680, 10512, 13439, 10008, 14978, 10024, 14442, 9659, 14800, 10793, 10951, 10303, 10018, 10400, 12319, 10388, 10162, 10945, 9822, 10408, 10271, 13124, 9900, 12837, 9987, 11053, 9773, 14217, 10084, 13181, 10167, 9748, 10263, 9926, 10105, 9503, 9279, 9610, 10674, 10144, 12360, 10430, 12157, 9798, 10420, 10025, 11819, 9936, 13855, 9858, 11941, 9977, 10033, 9792, 10511, 10068, 9608, 9896, 9768, 9744, 10732, 8486, 9489, 10255, 9417, 10384, 10164, 11693, 9546, 10113, 9697, 11560, 9699, 12762, 9788, 12622, 9862, 13821, 9875, 13486, 9679, 13129, 9834, 11659, 9863, 10054, 9326, 9592, 8873, 9367, 8731, 9181, 11369, 9157, 10538, 9768, 10204, 9696, 12000, 9263, 11059, 9584, 11784, 9180, 13255, 9380, 11975, 9595, 10842, 9525, 10743, 9046, 9387, 9054, 9511, 9230, 9324, 11361, 9031, 10866, 9612, 10735, 9145, 12897, 9055, 11980, 9157, 11428, 9183, 13469, 9208, 9404, 9062, 9491, 9317, 10346, 9292, 9388, 11346, 9121, 10085, 9374, 12388, 9120, 11895, 9173, 10184, 9147, 11197, 9178, 11080, 9120, 11296, 9366, 11604, 9231, 10316, 9137, 9469, 9158, 10387, 9255, 12852, 8974, 9624, 9064, 9526, 9216, 9055, 11660, 9025, 10829, 9831, 10526, 9464, 10207, 9098, 10928, 9140, 11358, 9111, 11767, 8741, 12585, 8989, 11665, 9240, 12352, 8998, 12000, 9034, 11444, 9381, 10685, 8980, 9698, 8864, 9552, 9219, 9043, 11540, 8969, 11398, 9167, 11227, 8902, 10720, 8955, 10468, 9035, 10753, 9025, 12157, 9153, 12056, 9126, 11645, 8868, 12890, 8841, 10592, 8884, 10197, 9103, 11443, 8717, 9440, 8678, 9574, 8915, 9240, 12039, 9103, 11493, 9173, 11079, 8913, 11872, 8870, 11255, 8918, 11416, 8818, 11951, 8832, 12024, 8883, 11871, 8850, 11793, 9038, 11102, 8874, 9658, 8853, 9615, 8993, 9122, 8910, 8997, 8872, 8588, 9602, 8903, 11607, 8810, 10544, 9380, 10192, 8699, 12307, 8601, 14211, 8775, 12780, 8771, 13851, 9068, 10782, 8639, 9833, 8710, 10264, 9067, 9311, 8813, 9435, 9389, 8558, 10557, 9403, 9989, 8911, 12201, 8654, 14514, 8877, 14406, 8950, 14265, 9572, 12972, 8977, 11997, 9003, 11481, 8930, 12069, 8883, 10763, 8945, 10377, 9176, 11452, 8934, 11292, 9003, 10953, 8987, 11026, 9024, 9340, 9071, 9439, 9330, 9486, 9272, 8615, 11259, 9471, 10193, 8788, 11977, 8767, 13608, 8672, 13016, 8822, 11807, 8676, 12091, 8813, 10277, 8909, 10019, 9111, 13255, 9867, 11691, 9228, 13579, 9060, 16479, 8899, 12068, 9202, 9498, 9334, 9247, 9123, 9285, 9493, 9123, 10196, 8603, 10861, 9235, 11007, 9139, 10770, 9419, 12361, 8932, 12392, 8657, 11619, 8412, 12664, 8721, 12874, 8815, 10914, 8446, 12028, 9044, 11729, 9224, 11654, 9447, 12068, 9276, 9160, 9646, 9419, 9464, 8976, 9310, 8801, 11568, 9041, 10380, 9247, 14345, 9046, 14250, 8870, 11899, 8796, 13331, 8837, 12680, 9031, 11603, 9075, 11884, 9213, 10344, 9323, 9596, 9103, 10022, 9316, 8902, 11010, 8870, 10592, 9313, 12720, 9865, 11587, 8650, 9837, 12008, 9237, 12219, 9489, 14878, 8933, 14605, 9281, 13986, 9262, 15622, 9527, 13446, 9171, 10890, 8989, 11383, 9025, 10138, 9653, 9555, 9542, 9457, 9531, 9450, 9918, 9175, 9925, 9056, 9799, 9969, 9814, 9151, 9875, 9087, 9604, 11018, 9903, 8861, 9787, 9117, 9986, 8969, 9498, 8998, 9774, 9046, 9830, 9350, 9776, 9372, 11522, 9414, 10519, 9202, 11721, 9167, 13147, 9448, 12377, 9671, 12123, 9444, 14501, 9482, 13855, 9623, 11922, 8927, 13632, 9212, 12621, 9245, 11513, 9327, 11825, 9571, 12177, 9645, 11863, 9425, 11960, 9941, 11270, 9773, 10311, 9509, 9506, 9906, 9287, 9764, 9358, 9836, 10817, 10026, 9127, 10091, 9169, 9822, 12644, 9898, 9161, 10920, 9375, 11036, 9620, 11121, 9899, 10785, 9128, 12083, 9059, 13749, 9756, 13711, 9852, 13548, 9579, 11469, 9875, 9652, 9949, 9570, 9946, 9550, 10120, 9317, 10241, 9690, 10208, 9381, 10805, 9628, 11136, 10219, 11934, 9761, 13087, 9889, 11574, 9423, 11636, 9204, 12197, 9889, 13415, 9939, 12621, 9680, 10572, 10155, 9510, 9921, 9217, 9709, 9854, 9999, 9177, 10290, 9517, 11121, 9769, 11056, 10040, 10471, 9213, 13950, 9460, 16137, 9947, 14403, 10045, 13446, 9656, 11488, 10025, 9896, 9950, 10081, 9882, 9625, 10177, 9378, 10121, 9187, 9987, 9538, 11196, 9580, 11270, 9600, 11241, 10332, 12900, 9417, 11550, 9304, 15806, 9801, 15244, 9806, 13914, 9935, 14077, 9764, 10828, 9852, 9610, 10008, 9789, 9974, 9350, 10062, 9534, 11038, 9873, 12128, 9932, 12876, 9667, 13684, 9261, 15361, 9655, 13358, 9712, 11947, 9040, 12796, 9919, 11428, 10030, 11437, 9776, 12033, 10014, 9794, 9943, 9762, 10275, 9459, 10035, 9673, 10278, 9440, 9962, 9468, 10785, 9450, 10089, 10205, 10743, 10139, 11312, 9695, 11750, 10277, 10305, 9237, 11760, 9492, 13324, 9984, 11786, 10241, 10290, 10002, 14270, 9993, 14717, 9946, 12026, 10056, 11503, 9953, 11772, 9654, 11611, 9908, 11417, 9959, 11742, 9432, 12193, 10247, 10504, 10263, 9793, 9926, 9943, 10212, 9604, 11322, 9601, 10865, 10109, 13303, 9481, 13835, 9865, 14591, 9668, 15457, 9722, 13082, 9408, 11058, 9595, 11760, 9393, 11574, 10044, 11485, 9825, 11788, 9434, 13333, 9870, 12221, 9857, 11742, 9646, 12003, 9421, 10959, 10006, 10822, 10016, 11298, 10187, 9877, 10121, 10201, 10317, 12446, 9725, 12454, 9947, 12241, 9828, 11566, 9195, 13060, 9293, 11145, 9580, 10868, 9866, 12050, 9715, 9712, 10166, 10613, 10094, 13442, 9608, 13812, 9914, 12866, 9978, 11984, 9528, 12268, 10105, 10096, 10248, 9511, 10020, 9914, 10733, 9568, 10054, 9654, 10296, 9555, 10901, 9330, 10312, 9928, 10168, 10106, 12251, 9739, 12574, 9767, 11473, 10155, 11197, 10055, 9658, 10241, 9411, 10460, 10203, 10467, 9589, 10133, 10299, 11017, 9796, 14211, 9463, 13607, 9989, 11810, 9973, 11546, 10089, 9570, 10353, 9448, 10232, 9717, 12507, 10381, 11324, 10162, 9886, 10229, 10711, 10037, 9755, 10186, 9711, 10185, 10155, 10159, 9698, 10172, 9932, 10933, 10245, 12395, 9920, 12443, 9622, 11564, 9956, 12619, 9874, 10283, 10476, 9753, 10443, 9691, 10040, 9239, 10396, 9455, 10186, 9806, 10824, 9565, 11500, 10156, 11314], 'WindowCenter': [4219.0, 4203.0, 4199.0, 4186.0, 4186.0, 4186.0, 4174.0, 4185.0, 4206.0, 4196.0, 4195.0, 4186.0, 4197.0, 4199.0, 4211.0, 4213.0, 4200.0, 4221.0, 4210.0, 4221.0, 4214.0, 4236.0, 4214.0, 4213.0, 4213.0, 4212.0, 4223.0, 4225.0, 4244.0, 4214.0, 4243.0, 4214.0, 4233.0, 4214.0, 4244.0, 4213.0, 4213.0, 4212.0, 4212.0, 4213.0, 4233.0, 4201.0, 4200.0, 4211.0, 4198.0, 4200.0, 4212.0, 4219.0, 4198.0, 4218.0, 4198.0, 4208.0, 4200.0, 4229.0, 4199.0, 4218.0, 4200.0, 4188.0, 4200.0, 4199.0, 4200.0, 4189.0, 4190.0, 4187.0, 4198.0, 4198.0, 4219.0, 4198.0, 4208.0, 4200.0, 4198.0, 4198.0, 4219.0, 4201.0, 4229.0, 4200.0, 4208.0, 4198.0, 4199.0, 4211.0, 4223.0, 4213.0, 4199.0, 4200.0, 4212.0, 4212.0, 4210.0, 4189.0, 4198.0, 4198.0, 4189.0, 4201.0, 4199.0, 4219.0, 4200.0, 4197.0, 4198.0, 4209.0, 4199.0, 4219.0, 4200.0, 4219.0, 4200.0, 4231.0, 4201.0, 4218.0, 4188.0, 4218.0, 4198.0, 4220.0, 4199.0, 4198.0, 4188.0, 4187.0, 4187.0, 4199.0, 4192.0, 4201.0, 4210.0, 4187.0, 4197.0, 4198.0, 4200.0, 4199.0, 4219.0, 4189.0, 4208.0, 4189.0, 4220.0, 4203.0, 4219.0, 4190.0, 4209.0, 4198.0, 4207.0, 4201.0, 4209.0, 4190.0, 4189.0, 4190.0, 4187.0, 4190.0, 4189.0, 4210.0, 4189.0, 4210.0, 4189.0, 4209.0, 4201.0, 4220.0, 4189.0, 4208.0, 4187.0, 4208.0, 4189.0, 4218.0, 4189.0, 4187.0, 4187.0, 4186.0, 4188.0, 4199.0, 4189.0, 4188.0, 4207.0, 4187.0, 4197.0, 4199.0, 4219.0, 4188.0, 4207.0, 4187.0, 4196.0, 4188.0, 4209.0, 4188.0, 4207.0, 4188.0, 4197.0, 4190.0, 4208.0, 4190.0, 4198.0, 4188.0, 4187.0, 4188.0, 4197.0, 4189.0, 4218.0, 4188.0, 4187.0, 4187.0, 4187.0, 4189.0, 4187.0, 4210.0, 4188.0, 4209.0, 4198.0, 4209.0, 4199.0, 4199.0, 4190.0, 4209.0, 4190.0, 4209.0, 4201.0, 4209.0, 4180.0, 4218.0, 4188.0, 4209.0, 4190.0, 4219.0, 4188.0, 4207.0, 4187.0, 4209.0, 4190.0, 4198.0, 4188.0, 4187.0, 4187.0, 4200.0, 4201.0, 4190.0, 4209.0, 4188.0, 4208.0, 4188.0, 4209.0, 4190.0, 4208.0, 4188.0, 4197.0, 4189.0, 4209.0, 4189.0, 4218.0, 4189.0, 4207.0, 4189.0, 4221.0, 4192.0, 4218.0, 4189.0, 4197.0, 4178.0, 4197.0, 4188.0, 4207.0, 4177.0, 4187.0, 4178.0, 4188.0, 4188.0, 4189.0, 4220.0, 4189.0, 4208.0, 4189.0, 4209.0, 4189.0, 4219.0, 4189.0, 4208.0, 4189.0, 4207.0, 4189.0, 4219.0, 4190.0, 4209.0, 4189.0, 4207.0, 4187.0, 4220.0, 4190.0, 4208.0, 4189.0, 4187.0, 4187.0, 4187.0, 4188.0, 4188.0, 4189.0, 4188.0, 4188.0, 4177.0, 4200.0, 4190.0, 4208.0, 4186.0, 4198.0, 4188.0, 4197.0, 4188.0, 4209.0, 4178.0, 4219.0, 4177.0, 4221.0, 4191.0, 4218.0, 4188.0, 4196.0, 4176.0, 4200.0, 4189.0, 4198.0, 4188.0, 4177.0, 4178.0, 4189.0, 4202.0, 4190.0, 4198.0, 4188.0, 4188.0, 4188.0, 4218.0, 4178.0, 4228.0, 4177.0, 4216.0, 4176.0, 4228.0, 4188.0, 4217.0, 4176.0, 4195.0, 4175.0, 4196.0, 4177.0, 4206.0, 4176.0, 4196.0, 4175.0, 4186.0, 4188.0, 4207.0, 4177.0, 4196.0, 4176.0, 4195.0, 4177.0, 4197.0, 4177.0, 4187.0, 4178.0, 4187.0, 4188.0, 4201.0, 4200.0, 4179.0, 4208.0, 4198.0, 4198.0, 4189.0, 4221.0, 4190.0, 4229.0, 4189.0, 4218.0, 4189.0, 4208.0, 4190.0, 4219.0, 4192.0, 4199.0, 4189.0, 4198.0, 4191.0, 4231.0, 4200.0, 4210.0, 4188.0, 4218.0, 4188.0, 4239.0, 4177.0, 4207.0, 4186.0, 4185.0, 4187.0, 4188.0, 4188.0, 4188.0, 4188.0, 4187.0, 4197.0, 4178.0, 4208.0, 4189.0, 4197.0, 4186.0, 4198.0, 4189.0, 4219.0, 4189.0, 4207.0, 4178.0, 4208.0, 4179.0, 4218.0, 4178.0, 4207.0, 4177.0, 4197.0, 4178.0, 4209.0, 4188.0, 4207.0, 4188.0, 4207.0, 4200.0, 4220.0, 4190.0, 4188.0, 4188.0, 4188.0, 4199.0, 4189.0, 4188.0, 4188.0, 4208.0, 4187.0, 4197.0, 4190.0, 4228.0, 4188.0, 4217.0, 4177.0, 4206.0, 4179.0, 4217.0, 4177.0, 4207.0, 4176.0, 4206.0, 4189.0, 4208.0, 4189.0, 4196.0, 4188.0, 4187.0, 4189.0, 4198.0, 4188.0, 4176.0, 4196.0, 4177.0, 4198.0, 4189.0, 4217.0, 4189.0, 4196.0, 4176.0, 4188.0, 4207.0, 4188.0, 4220.0, 4200.0, 4229.0, 4188.0, 4216.0, 4176.0, 4216.0, 4188.0, 4227.0, 4187.0, 4204.0, 4174.0, 4194.0, 4177.0, 4196.0, 4177.0, 4185.0, 4187.0, 4186.0, 4188.0, 4189.0, 4199.0, 4187.0, 4198.0, 4187.0, 4199.0, 4189.0, 4200.0, 4198.0, 4198.0, 4176.0, 4188.0, 4177.0, 4188.0, 4197.0, 4187.0, 4177.0, 4186.0, 4175.0, 4188.0, 4178.0, 4188.0, 4176.0, 4186.0, 4175.0, 4186.0, 4187.0, 4198.0, 4189.0, 4208.0, 4188.0, 4197.0, 4188.0, 4218.0, 4201.0, 4219.0, 4199.0, 4218.0, 4198.0, 4219.0, 4200.0, 4229.0, 4188.0, 4217.0, 4187.0, 4208.0, 4190.0, 4217.0, 4187.0, 4205.0, 4187.0, 4208.0, 4190.0, 4206.0, 4187.0, 4205.0, 4186.0, 4206.0, 4188.0, 4207.0, 4187.0, 4196.0, 4188.0, 4197.0, 4188.0, 4187.0, 4198.0, 4186.0, 4187.0, 4188.0, 4199.0, 4199.0, 4187.0, 4187.0, 4197.0, 4186.0, 4198.0, 4206.0, 4184.0, 4174.0, 4195.0, 4186.0, 4197.0, 4188.0, 4196.0, 4186.0, 4196.0, 4186.0, 4207.0, 4187.0, 4216.0, 4187.0, 4217.0, 4187.0, 4217.0, 4188.0, 4195.0, 4186.0, 4173.0, 4187.0, 4187.0, 4197.0, 4186.0, 4197.0, 4174.0, 4186.0, 4188.0, 4198.0, 4188.0, 4199.0, 4188.0, 4196.0, 4198.0, 4208.0, 4198.0, 4217.0, 4187.0, 4195.0, 4186.0, 4208.0, 4188.0, 4207.0, 4198.0, 4217.0, 4198.0, 4219.0, 4188.0, 4197.0, 4198.0, 4187.0, 4186.0, 4187.0, 4189.0, 4186.0, 4198.0, 4175.0, 4195.0, 4187.0, 4210.0, 4187.0, 4197.0, 4186.0, 4195.0, 4187.0, 4228.0, 4188.0, 4227.0, 4186.0, 4214.0, 4187.0, 4217.0, 4187.0, 4195.0, 4186.0, 4184.0, 4187.0, 4198.0, 4197.0, 4187.0, 4197.0, 4186.0, 4198.0, 4189.0, 4197.0, 4187.0, 4208.0, 4186.0, 4196.0, 4188.0, 4208.0, 4198.0, 4217.0, 4186.0, 4206.0, 4188.0, 4227.0, 4188.0, 4215.0, 4186.0, 4215.0, 4186.0, 4218.0, 4186.0, 4196.0, 4186.0, 4185.0, 4196.0, 4198.0, 4197.0, 4186.0, 4185.0, 4187.0, 4208.0, 4197.0, 4218.0, 4199.0, 4206.0, 4187.0, 4217.0, 4187.0, 4227.0, 4187.0, 4205.0, 4185.0, 4205.0, 4176.0, 4205.0, 4186.0, 4194.0, 4186.0, 4206.0, 4198.0, 4206.0, 4187.0, 4185.0, 4186.0, 4186.0, 4198.0, 4198.0, 4198.0, 4186.0, 4196.0, 4184.0, 4185.0, 4187.0, 4196.0, 4186.0, 4185.0, 4185.0, 4195.0, 4186.0, 4206.0, 4187.0, 4206.0, 4185.0, 4184.0, 4175.0, 4205.0, 4186.0, 4216.0, 4187.0, 4205.0, 4196.0, 4183.0, 4185.0, 4217.0, 4187.0, 4215.0, 4185.0, 4194.0, 4185.0, 4194.0, 4198.0, 4207.0, 4187.0, 4195.0, 4186.0, 4194.0, 4186.0, 4219.0, 4189.0, 4206.0, 4197.0, 4184.0, 4195.0, 4197.0, 4198.0, 4187.0, 4197.0, 4186.0, 4196.0, 4187.0, 4209.0, 4199.0, 4218.0, 4188.0, 4215.0, 4186.0, 4216.0, 4187.0, 4216.0, 4175.0, 4204.0, 4174.0, 4194.0, 4186.0, 4206.0, 4186.0, 4195.0, 4186.0, 4194.0, 4186.0, 4206.0, 4187.0, 4216.0, 4186.0, 4195.0, 4185.0, 4194.0, 4186.0, 4205.0, 4175.0, 4194.0, 4185.0, 4195.0, 4196.0, 4207.0, 4198.0, 4197.0, 4198.0, 4197.0, 4199.0, 4219.0, 4188.0, 4207.0, 4187.0, 4206.0, 4186.0, 4207.0, 4188.0, 4215.0, 4187.0, 4196.0, 4186.0, 4196.0, 4198.0, 4207.0, 4199.0, 4186.0, 4198.0, 4198.0, 4198.0, 4218.0, 4188.0, 4217.0, 4187.0, 4205.0, 4185.0, 4206.0, 4188.0, 4208.0, 4197.0, 4186.0, 4186.0, 4198.0, 4200.0, 4187.0, 4197.0, 4186.0, 4186.0, 4184.0, 4196.0, 4186.0, 4196.0, 4175.0, 4185.0, 4184.0, 4184.0, 4196.0, 4206.0, 4186.0, 4205.0, 4185.0, 4194.0, 4196.0, 4196.0, 4188.0, 4186.0, 4196.0, 4186.0, 4197.0, 4199.0, 4197.0, 4185.0, 4186.0, 4196.0, 4197.0, 4201.0, 4228.0, 4187.0, 4205.0, 4184.0, 4194.0, 4186.0, 4206.0, 4186.0, 4184.0, 4186.0, 4174.0, 4186.0, 4186.0, 4205.0, 4185.0, 4193.0, 4185.0, 4185.0, 4197.0, 4197.0, 4187.0, 4186.0, 4185.0, 4174.0, 4195.0, 4196.0, 4196.0, 4185.0, 4186.0, 4185.0, 4194.0, 4196.0, 4207.0, 4186.0, 4205.0, 4175.0, 4193.0, 4186.0, 4205.0, 4186.0, 4184.0, 4196.0, 4173.0, 4185.0, 4175.0, 4185.0, 4175.0, 4184.0, 4174.0, 4185.0, 4186.0, 4195.0, 4187.0, 4206.0, 4199.0, 4209.0], 'WindowWidth': [9366.0, 9332.0, 9318.0, 9294.0, 9291.0, 9292.0, 9273.0, 9291.0, 9320.0, 9304.0, 9301.0, 9292.0, 9311.0, 9314.0, 9339.0, 9345.0, 9319.0, 9347.0, 9332.0, 9348.0, 9344.0, 9378.0, 9347.0, 9341.0, 9341.0, 9337.0, 9356.0, 9363.0, 9385.0, 9343.0, 9381.0, 9343.0, 9367.0, 9345.0, 9385.0, 9341.0, 9340.0, 9337.0, 9338.0, 9340.0, 9368.0, 9321.0, 9317.0, 9332.0, 9313.0, 9316.0, 9337.0, 9341.0, 9313.0, 9337.0, 9311.0, 9324.0, 9318.0, 9355.0, 9314.0, 9339.0, 9317.0, 9298.0, 9316.0, 9316.0, 9317.0, 9300.0, 9302.0, 9296.0, 9310.0, 9312.0, 9343.0, 9313.0, 9326.0, 9316.0, 9311.0, 9313.0, 9342.0, 9321.0, 9355.0, 9319.0, 9326.0, 9312.0, 9317.0, 9334.0, 9355.0, 9341.0, 9317.0, 9316.0, 9339.0, 9340.0, 9332.0, 9302.0, 9312.0, 9310.0, 9301.0, 9320.0, 9315.0, 9343.0, 9316.0, 9310.0, 9312.0, 9328.0, 9316.0, 9340.0, 9318.0, 9342.0, 9319.0, 9361.0, 9319.0, 9340.0, 9298.0, 9336.0, 9310.0, 9347.0, 9316.0, 9312.0, 9298.0, 9296.0, 9296.0, 9315.0, 9312.0, 9323.0, 9330.0, 9297.0, 9309.0, 9311.0, 9316.0, 9315.0, 9340.0, 9301.0, 9324.0, 9301.0, 9346.0, 9329.0, 9343.0, 9304.0, 9328.0, 9311.0, 9324.0, 9321.0, 9331.0, 9305.0, 9302.0, 9302.0, 9297.0, 9305.0, 9302.0, 9330.0, 9303.0, 9328.0, 9300.0, 9329.0, 9322.0, 9343.0, 9301.0, 9323.0, 9296.0, 9325.0, 9302.0, 9340.0, 9303.0, 9296.0, 9296.0, 9293.0, 9298.0, 9316.0, 9302.0, 9297.0, 9320.0, 9295.0, 9307.0, 9317.0, 9341.0, 9298.0, 9321.0, 9296.0, 9304.0, 9297.0, 9328.0, 9298.0, 9322.0, 9297.0, 9308.0, 9304.0, 9326.0, 9304.0, 9311.0, 9299.0, 9295.0, 9298.0, 9310.0, 9303.0, 9339.0, 9299.0, 9295.0, 9295.0, 9294.0, 9301.0, 9297.0, 9328.0, 9298.0, 9327.0, 9312.0, 9329.0, 9316.0, 9315.0, 9303.0, 9327.0, 9302.0, 9327.0, 9322.0, 9327.0, 9290.0, 9336.0, 9298.0, 9328.0, 9305.0, 9342.0, 9300.0, 9323.0, 9296.0, 9328.0, 9305.0, 9311.0, 9297.0, 9295.0, 9297.0, 9317.0, 9321.0, 9304.0, 9327.0, 9297.0, 9324.0, 9297.0, 9327.0, 9303.0, 9326.0, 9297.0, 9308.0, 9299.0, 9327.0, 9302.0, 9338.0, 9300.0, 9322.0, 9301.0, 9347.0, 9309.0, 9340.0, 9302.0, 9308.0, 9283.0, 9308.0, 9299.0, 9323.0, 9283.0, 9295.0, 9282.0, 9297.0, 9299.0, 9303.0, 9341.0, 9302.0, 9325.0, 9299.0, 9328.0, 9304.0, 9342.0, 9302.0, 9326.0, 9301.0, 9321.0, 9300.0, 9341.0, 9304.0, 9326.0, 9301.0, 9321.0, 9296.0, 9345.0, 9305.0, 9325.0, 9300.0, 9295.0, 9296.0, 9296.0, 9298.0, 9298.0, 9301.0, 9300.0, 9296.0, 9282.0, 9318.0, 9304.0, 9323.0, 9293.0, 9310.0, 9295.0, 9309.0, 9300.0, 9327.0, 9286.0, 9339.0, 9283.0, 9346.0, 9309.0, 9339.0, 9299.0, 9304.0, 9279.0, 9318.0, 9302.0, 9310.0, 9297.0, 9279.0, 9282.0, 9301.0, 9323.0, 9304.0, 9312.0, 9298.0, 9295.0, 9298.0, 9339.0, 9286.0, 9350.0, 9282.0, 9332.0, 9279.0, 9351.0, 9298.0, 9334.0, 9276.0, 9302.0, 9274.0, 9305.0, 9280.0, 9318.0, 9277.0, 9302.0, 9276.0, 9290.0, 9297.0, 9321.0, 9282.0, 9305.0, 9279.0, 9302.0, 9280.0, 9309.0, 9282.0, 9295.0, 9283.0, 9294.0, 9297.0, 9320.0, 9317.0, 9288.0, 9325.0, 9313.0, 9311.0, 9302.0, 9345.0, 9305.0, 9355.0, 9302.0, 9337.0, 9301.0, 9324.0, 9304.0, 9342.0, 9310.0, 9313.0, 9300.0, 9313.0, 9308.0, 9362.0, 9317.0, 9329.0, 9298.0, 9336.0, 9297.0, 9368.0, 9281.0, 9321.0, 9292.0, 9288.0, 9294.0, 9298.0, 9298.0, 9298.0, 9297.0, 9295.0, 9308.0, 9287.0, 9325.0, 9301.0, 9309.0, 9293.0, 9311.0, 9303.0, 9341.0, 9301.0, 9322.0, 9285.0, 9325.0, 9291.0, 9337.0, 9287.0, 9320.0, 9280.0, 9308.0, 9286.0, 9326.0, 9298.0, 9323.0, 9298.0, 9322.0, 9316.0, 9344.0, 9303.0, 9297.0, 9297.0, 9296.0, 9313.0, 9302.0, 9299.0, 9298.0, 9324.0, 9294.0, 9310.0, 9302.0, 9351.0, 9297.0, 9333.0, 9281.0, 9318.0, 9285.0, 9335.0, 9281.0, 9319.0, 9279.0, 9317.0, 9300.0, 9325.0, 9301.0, 9306.0, 9297.0, 9294.0, 9301.0, 9311.0, 9297.0, 9279.0, 9305.0, 9281.0, 9311.0, 9299.0, 9334.0, 9294.0, 9303.0, 9277.0, 9296.0, 9322.0, 9300.0, 9346.0, 9319.0, 9353.0, 9298.0, 9332.0, 9277.0, 9332.0, 9296.0, 9346.0, 9292.0, 9312.0, 9272.0, 9297.0, 9281.0, 9303.0, 9280.0, 9289.0, 9294.0, 9291.0, 9297.0, 9301.0, 9316.0, 9296.0, 9313.0, 9296.0, 9313.0, 9302.0, 9318.0, 9311.0, 9311.0, 9278.0, 9295.0, 9280.0, 9296.0, 9310.0, 9294.0, 9280.0, 9291.0, 9276.0, 9294.0, 9283.0, 9295.0, 9278.0, 9291.0, 9276.0, 9292.0, 9294.0, 9311.0, 9300.0, 9324.0, 9298.0, 9307.0, 9298.0, 9340.0, 9321.0, 9341.0, 9315.0, 9338.0, 9312.0, 9342.0, 9318.0, 9355.0, 9300.0, 9334.0, 9294.0, 9325.0, 9302.0, 9334.0, 9293.0, 9315.0, 9294.0, 9324.0, 9302.0, 9318.0, 9294.0, 9314.0, 9292.0, 9318.0, 9297.0, 9320.0, 9294.0, 9303.0, 9295.0, 9309.0, 9298.0, 9294.0, 9311.0, 9292.0, 9295.0, 9299.0, 9313.0, 9312.0, 9294.0, 9293.0, 9305.0, 9292.0, 9309.0, 9316.0, 9286.0, 9272.0, 9300.0, 9291.0, 9308.0, 9296.0, 9305.0, 9292.0, 9303.0, 9291.0, 9320.0, 9295.0, 9332.0, 9295.0, 9332.0, 9294.0, 9335.0, 9296.0, 9302.0, 9290.0, 9271.0, 9292.0, 9296.0, 9309.0, 9290.0, 9307.0, 9273.0, 9291.0, 9298.0, 9310.0, 9298.0, 9311.0, 9297.0, 9305.0, 9309.0, 9325.0, 9312.0, 9333.0, 9294.0, 9302.0, 9292.0, 9325.0, 9299.0, 9322.0, 9312.0, 9333.0, 9310.0, 9342.0, 9299.0, 9309.0, 9311.0, 9293.0, 9293.0, 9295.0, 9300.0, 9293.0, 9309.0, 9277.0, 9303.0, 9297.0, 9328.0, 9295.0, 9307.0, 9292.0, 9303.0, 9296.0, 9349.0, 9297.0, 9348.0, 9291.0, 9327.0, 9294.0, 9333.0, 9293.0, 9302.0, 9291.0, 9287.0, 9294.0, 9313.0, 9308.0, 9294.0, 9307.0, 9290.0, 9310.0, 9301.0, 9308.0, 9295.0, 9324.0, 9292.0, 9304.0, 9299.0, 9323.0, 9309.0, 9333.0, 9292.0, 9318.0, 9297.0, 9349.0, 9298.0, 9328.0, 9291.0, 9329.0, 9293.0, 9338.0, 9293.0, 9306.0, 9292.0, 9289.0, 9308.0, 9311.0, 9309.0, 9292.0, 9290.0, 9295.0, 9324.0, 9310.0, 9337.0, 9311.0, 9318.0, 9293.0, 9335.0, 9295.0, 9346.0, 9294.0, 9313.0, 9288.0, 9316.0, 9277.0, 9315.0, 9290.0, 9299.0, 9290.0, 9317.0, 9309.0, 9318.0, 9294.0, 9290.0, 9290.0, 9291.0, 9310.0, 9312.0, 9310.0, 9291.0, 9304.0, 9285.0, 9289.0, 9294.0, 9305.0, 9290.0, 9289.0, 9288.0, 9300.0, 9290.0, 9318.0, 9294.0, 9317.0, 9288.0, 9285.0, 9275.0, 9315.0, 9293.0, 9332.0, 9294.0, 9315.0, 9304.0, 9285.0, 9289.0, 9336.0, 9294.0, 9329.0, 9289.0, 9296.0, 9286.0, 9299.0, 9311.0, 9321.0, 9294.0, 9301.0, 9292.0, 9299.0, 9291.0, 9341.0, 9301.0, 9318.0, 9307.0, 9285.0, 9303.0, 9310.0, 9313.0, 9294.0, 9309.0, 9291.0, 9304.0, 9296.0, 9327.0, 9315.0, 9338.0, 9298.0, 9330.0, 9292.0, 9331.0, 9295.0, 9331.0, 9275.0, 9311.0, 9272.0, 9296.0, 9290.0, 9317.0, 9293.0, 9302.0, 9292.0, 9298.0, 9290.0, 9319.0, 9294.0, 9329.0, 9291.0, 9299.0, 9288.0, 9299.0, 9292.0, 9314.0, 9275.0, 9299.0, 9289.0, 9300.0, 9308.0, 9323.0, 9311.0, 9308.0, 9311.0, 9307.0, 9314.0, 9343.0, 9300.0, 9322.0, 9296.0, 9317.0, 9291.0, 9320.0, 9297.0, 9329.0, 9293.0, 9304.0, 9293.0, 9306.0, 9311.0, 9322.0, 9313.0, 9293.0, 9311.0, 9310.0, 9311.0, 9338.0, 9299.0, 9334.0, 9295.0, 9316.0, 9289.0, 9319.0, 9298.0, 9325.0, 9308.0, 9290.0, 9291.0, 9312.0, 9316.0, 9295.0, 9307.0, 9291.0, 9289.0, 9285.0, 9303.0, 9290.0, 9304.0, 9276.0, 9286.0, 9285.0, 9285.0, 9306.0, 9317.0, 9290.0, 9314.0, 9289.0, 9300.0, 9304.0, 9305.0, 9296.0, 9291.0, 9305.0, 9290.0, 9309.0, 9315.0, 9308.0, 9290.0, 9289.0, 9304.0, 9306.0, 9321.0, 9350.0, 9293.0, 9313.0, 9285.0, 9298.0, 9291.0, 9319.0, 9292.0, 9286.0, 9289.0, 9271.0, 9289.0, 9291.0, 9315.0, 9289.0, 9297.0, 9288.0, 9287.0, 9307.0, 9309.0, 9293.0, 9291.0, 9289.0, 9272.0, 9303.0, 9307.0, 9304.0, 9289.0, 9290.0, 9288.0, 9297.0, 9305.0, 9319.0, 9291.0, 9313.0, 9274.0, 9295.0, 9291.0, 9315.0, 9292.0, 9286.0, 9302.0, 9268.0, 9286.0, 9273.0, 9288.0, 9273.0, 9286.0, 9272.0, 9286.0, 9290.0, 9301.0, 9295.0, 9319.0, 9313.0, 9326.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.0072421334792122545</td></tr>
<tr><td colspan=3>aqi</td><td>0.039621981728665205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.78396431797368</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2645493572617752</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0758542371084345</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>5753.1709</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10001196555726313</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.595185995623632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502269805151726</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4133605788246366</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6170970285126356</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4763518081179052</td></tr>
<tr><td colspan=3>gcor</td><td>0.00375441</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015069294720888138</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02147621475160122</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.06487450308246</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>36.8483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2935</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>302834.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>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.8954</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.5299</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.7804</td></tr>
<tr><td colspan=3>tsnr</td><td>34.39357467641821</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>