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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-02/func/sub-0036_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>604b346db1beaec95f506378187b2888</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>09:52:15.130000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</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.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10386</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</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>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53c85970-8d88-4a9c-a9aa-1a4bf65ea2de||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['095215.130000', '095215.590000', '095216.050000', '095216.510000', '095216.970000', '095217.430000', '095217.890000', '095218.350000', '095218.810000', '095219.270000', '095219.730000', '095220.190000', '095220.650000', '095221.110000', '095221.570000', '095222.030000', '095222.490000', '095222.950000', '095223.410000', '095223.870000', '095224.330000', '095224.790000', '095225.250000', '095225.710000', '095226.170000', '095226.630000', '095227.090000', '095227.550000', '095228.010000', '095228.470000', '095228.930000', '095229.390000', '095229.850000', '095230.310000', '095230.770000', '095231.230000', '095231.690000', '095232.150000', '095232.610000', '095233.070000', '095233.530000', '095233.990000', '095234.450000', '095234.910000', '095235.370000', '095235.830000', '095236.290000', '095236.750000', '095237.210000', '095237.670000', '095238.130000', '095238.590000', '095239.050000', '095239.510000', '095239.970000', '095240.430000', '095240.890000', '095241.350000', '095241.810000', '095242.270000', '095242.730000', '095243.190000', '095243.650000', '095244.110000', '095244.570000', '095245.030000', '095245.490000', '095245.950000', '095246.410000', '095246.870000', '095247.330000', '095247.790000', '095248.250000', '095248.710000', '095249.170000', '095249.630000', '095250.090000', '095250.550000', '095251.010000', '095251.470000', '095251.930000', '095252.390000', '095252.850000', '095253.310000', '095253.770000', '095254.230000', '095254.690000', '095255.150000', '095255.610000', '095256.070000', '095256.530000', '095256.990000', '095257.450000', '095257.910000', '095258.370000', '095258.830000', '095259.290000', '095259.750000', '095300.210000', '095300.670000', '095301.130000', '095301.590000', '095302.050000', '095302.510000', '095302.970000', '095303.430000', '095303.890000', '095304.350000', '095304.810000', '095305.270000', '095305.730000', '095306.190000', '095306.650000', '095307.110000', '095307.570000', '095308.030000', '095308.490000', '095308.950000', '095309.410000', '095309.870000', '095310.330000', '095310.790000', '095311.250000', '095311.710000', '095312.170000', '095312.630000', '095313.090000', '095313.550000', '095314.010000', '095314.470000', '095314.930000', '095315.390000', '095315.850000', '095316.310000', '095316.770000', '095317.230000', '095317.690000', '095318.150000', '095318.610000', '095319.070000', '095319.530000', '095319.990000', '095320.450000', '095320.910000', '095321.370000', '095321.830000', '095322.290000', '095322.750000', '095323.210000', '095323.670000', '095324.130000', '095324.590000', '095325.050000', '095325.510000', '095325.970000', '095326.430000', '095326.890000', '095327.350000', '095327.810000', '095328.270000', '095328.730000', '095329.190000', '095329.650000', '095330.110000', '095330.570000', '095331.030000', '095331.490000', '095331.950000', '095332.410000', '095332.870000', '095333.330000', '095333.790000', '095334.250000', '095334.710000', '095335.170000', '095335.630000', '095336.090000', '095336.550000', '095337.010000', '095337.470000', '095337.930000', '095338.390000', '095338.850000', '095339.310000', '095339.770000', '095340.230000', '095340.690000', '095341.150000', '095341.610000', '095342.070000', '095342.530000', '095342.990000', '095343.450000', '095343.910000', '095344.370000', '095344.830000', '095345.290000', '095345.750000', '095346.210000', '095346.670000', '095347.130000', '095347.590000', '095348.050000', '095348.510000', '095348.970000', '095349.430000', '095349.890000', '095350.350000', '095350.810000', '095351.270000', '095351.730000', '095352.190000', '095352.650000', '095353.110000', '095353.570000', '095354.030000', '095354.490000', '095354.950000', '095355.410000', '095355.870000', '095356.330000', '095356.790000', '095357.250000', '095357.710000', '095358.170000', '095358.630000', '095359.090000', '095359.550000', '095400.010000', '095400.470000', '095400.930000', '095401.390000', '095401.850000', '095402.310000', '095402.770000', '095403.230000', '095403.690000', '095404.150000', '095404.610000', '095405.070000', '095405.530000', '095405.990000', '095406.450000', '095406.910000', '095407.370000', '095407.830000', '095408.290000', '095408.750000', '095409.210000', '095409.670000', '095410.130000', '095410.590000', '095411.050000', '095411.510000', '095411.970000', '095412.430000', '095412.890000', '095413.350000', '095413.810000', '095414.270000', '095414.730000', '095415.190000', '095415.650000', '095416.110000', '095416.570000', '095417.030000', '095417.490000', '095417.950000', '095418.410000', '095418.870000', '095419.330000', '095419.790000', '095420.250000', '095420.710000', '095421.170000', '095421.630000', '095422.090000', '095422.550000', '095423.010000', '095423.470000', '095423.930000', '095424.390000', '095424.850000', '095425.310000', '095425.770000', '095426.230000', '095426.690000', '095427.150000', '095427.610000', '095428.070000', '095428.530000', '095428.990000', '095429.450000', '095429.910000', '095430.370000', '095430.830000', '095431.290000', '095431.750000', '095432.210000', '095432.670000', '095433.130000', '095433.590000', '095434.050000', '095434.510000', '095434.970000', '095435.430000', '095435.890000', '095436.350000', '095436.810000', '095437.270000', '095437.730000', '095438.190000', '095438.650000', '095439.110000', '095439.570000', '095440.030000', '095440.490000', '095440.950000', '095441.410000', '095441.870000', '095442.330000', '095442.790000', '095443.250000', '095443.710000', '095444.170000', '095444.630000', '095445.090000', '095445.550000', '095446.010000', '095446.470000', '095446.930000', '095447.390000', '095447.850000', '095448.310000', '095448.770000', '095449.230000', '095449.690000', '095450.150000', '095450.610000', '095451.070000', '095451.530000', '095451.990000', '095452.450000', '095452.910000', '095453.370000', '095453.830000', '095454.290000', '095454.750000', '095455.210000', '095455.670000', '095456.130000', '095456.590000', '095457.050000', '095457.510000', '095457.970000', '095458.430000', '095458.890000', '095459.350000', '095459.810000', '095500.270000', '095500.730000', '095501.190000', '095501.650000', '095502.110000', '095502.570000', '095503.030000', '095503.490000', '095503.950000', '095504.410000', '095504.870000', '095505.330000', '095505.790000', '095506.250000', '095506.710000', '095507.170000', '095507.630000', '095508.090000', '095508.550000', '095509.010000', '095509.470000', '095509.930000', '095510.390000', '095510.850000', '095511.310000', '095511.770000', '095512.230000', '095512.690000', '095513.150000', '095513.610000', '095514.070000', '095514.530000', '095514.990000', '095515.450000', '095515.910000', '095516.370000', '095516.830000', '095517.290000', '095517.750000', '095518.210000', '095518.670000', '095519.130000', '095519.590000', '095520.050000', '095520.510000', '095520.970000', '095521.430000', '095521.890000', '095522.350000', '095522.810000', '095523.270000', '095523.730000', '095524.190000', '095524.650000', '095525.110000', '095525.570000', '095526.030000', '095526.490000', '095526.950000', '095527.410000', '095527.870000', '095528.330000', '095528.790000', '095529.250000', '095529.710000', '095530.170000', '095530.630000', '095531.090000', '095531.550000', '095532.010000', '095532.470000', '095532.930000', '095533.390000', '095533.850000', '095534.310000', '095534.770000', '095535.230000', '095535.690000', '095536.150000', '095536.610000', '095537.070000', '095537.530000', '095537.990000', '095538.450000', '095538.910000', '095539.370000', '095539.830000', '095540.290000', '095540.750000', '095541.210000', '095541.670000', '095542.130000', '095542.590000', '095543.050000', '095543.510000', '095543.970000', '095544.430000', '095544.890000', '095545.350000', '095545.810000', '095546.270000', '095546.730000', '095547.190000', '095547.650000', '095548.110000', '095548.570000', '095549.030000', '095549.490000', '095549.950000', '095550.410000', '095550.870000', '095551.330000', '095551.790000', '095552.250000', '095552.710000', '095553.170000', '095553.630000', '095554.090000', '095554.550000', '095555.010000', '095555.470000', '095555.930000', '095556.390000', '095556.850000', '095557.310000', '095557.770000', '095558.230000', '095558.690000', '095559.150000', '095559.610000', '095600.070000', '095600.530000', '095600.990000', '095601.450000', '095601.910000', '095602.370000', '095602.830000', '095603.290000', '095603.750000', '095604.210000', '095604.670000', '095605.130000', '095605.590000', '095606.050000', '095606.510000', '095606.970000', '095607.430000', '095607.890000', '095608.350000', '095608.810000', '095609.270000', '095609.730000', '095610.190000', '095610.650000', '095611.110000', '095611.570000', '095612.030000', '095612.490000', '095612.950000', '095613.410000', '095613.870000', '095614.330000', '095614.790000', '095615.250000', '095615.710000', '095616.170000', '095616.630000', '095617.090000', '095617.550000', '095618.010000', '095618.470000', '095618.930000', '095619.390000', '095619.850000', '095620.310000', '095620.770000', '095621.230000', '095621.690000', '095622.150000', '095622.610000', '095623.070000', '095623.530000', '095623.990000', '095624.450000', '095624.910000', '095625.370000', '095625.830000', '095626.290000', '095626.750000', '095627.210000', '095627.670000', '095628.130000', '095628.590000', '095629.050000', '095629.510000', '095629.970000', '095630.430000', '095630.890000', '095631.350000', '095631.810000', '095632.270000', '095632.730000', '095633.190000', '095633.650000', '095634.110000', '095634.570000', '095635.030000', '095635.490000', '095635.950000', '095636.410000', '095636.870000', '095637.330000', '095637.790000', '095638.250000', '095638.710000', '095639.170000', '095639.630000', '095640.090000', '095640.550000', '095641.010000', '095641.470000', '095641.930000', '095642.390000', '095642.850000', '095643.310000', '095643.770000', '095644.230000', '095644.690000', '095645.150000', '095645.610000', '095646.070000', '095646.530000', '095646.990000', '095647.450000', '095647.910000', '095648.370000', '095648.830000', '095649.290000', '095649.750000', '095650.210000', '095650.670000', '095651.130000', '095651.590000', '095652.050000', '095652.510000', '095652.970000', '095653.430000', '095653.890000', '095654.350000', '095654.810000', '095655.270000', '095655.730000', '095656.190000', '095656.650000', '095657.110000', '095657.570000', '095658.030000', '095658.490000', '095658.950000', '095659.410000', '095659.870000', '095700.330000', '095700.790000', '095701.250000', '095701.710000', '095702.170000', '095702.630000', '095703.090000', '095703.550000', '095704.010000', '095704.470000', '095704.930000', '095705.390000', '095705.850000', '095706.310000', '095706.770000', '095707.230000', '095707.690000', '095708.150000', '095708.610000', '095709.070000', '095709.530000', '095709.990000', '095710.450000', '095710.910000', '095711.370000', '095711.830000', '095712.290000', '095712.750000', '095713.210000', '095713.670000', '095714.130000', '095714.590000', '095715.050000', '095715.510000', '095715.970000', '095716.430000', '095716.890000', '095717.350000', '095717.810000', '095718.270000', '095718.730000', '095719.190000', '095719.650000', '095720.110000', '095720.570000', '095721.030000', '095721.490000', '095721.950000', '095722.410000', '095722.870000', '095723.330000', '095723.790000', '095724.250000', '095724.710000', '095725.170000', '095725.630000', '095726.090000', '095726.550000', '095727.010000', '095727.470000', '095727.930000', '095728.390000', '095728.850000', '095729.310000', '095729.770000', '095730.230000', '095730.690000', '095731.150000', '095731.610000', '095732.070000', '095732.530000', '095732.990000', '095733.450000', '095733.910000', '095734.370000', '095734.830000', '095735.290000', '095735.750000', '095736.210000', '095736.670000', '095737.130000', '095737.590000', '095738.050000', '095738.510000', '095738.970000', '095739.430000', '095739.890000', '095740.350000', '095740.810000', '095741.270000', '095741.730000', '095742.190000', '095742.650000', '095743.110000', '095743.570000', '095744.030000', '095744.490000', '095744.950000', '095745.410000', '095745.870000', '095746.330000', '095746.790000', '095747.250000', '095747.710000', '095748.170000', '095748.630000', '095749.090000', '095749.550000', '095750.010000', '095750.470000', '095750.930000', '095751.390000', '095751.850000', '095752.310000', '095752.770000', '095753.230000', '095753.690000', '095754.150000', '095754.610000', '095755.070000', '095755.530000', '095755.990000', '095756.450000', '095756.910000', '095757.370000', '095757.830000', '095758.290000', '095758.750000', '095759.210000', '095759.670000', '095800.130000', '095800.590000', '095801.050000', '095801.510000', '095801.970000', '095802.430000', '095802.890000', '095803.350000', '095803.810000', '095804.270000', '095804.730000', '095805.190000', '095805.650000', '095806.110000', '095806.570000', '095807.030000', '095807.490000', '095807.950000', '095808.410000', '095808.870000', '095809.330000', '095809.790000', '095810.250000', '095810.710000', '095811.170000', '095811.630000', '095812.090000', '095812.550000', '095813.010000', '095813.470000', '095813.930000', '095814.390000', '095814.850000', '095815.310000', '095815.770000', '095816.230000', '095816.690000', '095817.150000', '095817.610000', '095818.070000', '095818.530000', '095818.990000', '095819.450000', '095819.910000', '095820.370000', '095820.830000', '095821.290000', '095821.750000', '095822.210000', '095822.670000', '095823.130000', '095823.590000', '095824.050000', '095824.510000', '095824.970000', '095825.430000', '095825.890000', '095826.350000', '095826.810000', '095827.270000', '095827.730000', '095828.190000', '095828.650000', '095829.110000', '095829.570000', '095830.030000', '095830.490000', '095830.950000', '095831.410000', '095831.870000', '095832.330000', '095832.790000', '095833.250000', '095833.710000', '095834.170000', '095834.630000', '095835.090000', '095835.550000', '095836.010000', '095836.470000', '095836.930000', '095837.390000', '095837.850000', '095838.310000', '095838.770000', '095839.230000', '095839.690000', '095840.150000', '095840.610000', '095841.070000', '095841.530000', '095841.990000', '095842.450000', '095842.910000', '095843.370000', '095843.830000', '095844.290000', '095844.750000', '095845.210000', '095845.670000', '095846.130000', '095846.590000', '095847.050000', '095847.510000', '095847.970000', '095848.430000', '095848.890000', '095849.350000', '095849.810000', '095850.270000', '095850.730000', '095851.190000', '095851.650000', '095852.110000', '095852.570000', '095853.030000', '095853.490000', '095853.950000', '095854.410000', '095854.870000', '095855.330000', '095855.790000', '095856.250000', '095856.710000', '095857.170000', '095857.630000', '095858.090000', '095858.550000', '095859.010000', '095859.470000', '095859.930000', '095900.390000', '095900.850000', '095901.310000', '095901.770000', '095902.230000', '095902.690000', '095903.150000', '095903.610000', '095904.070000', '095904.530000', '095904.990000', '095905.450000', '095905.910000', '095906.370000', '095906.830000', '095907.290000', '095907.750000', '095908.210000', '095908.670000', '095909.130000', '095909.590000', '095910.050000', '095910.510000', '095910.970000', '095911.430000', '095911.890000', '095912.350000', '095912.810000', '095913.270000', '095913.730000', '095914.190000', '095914.650000', '095915.110000'], 'ContentTime': ['095227.356000', '095227.359000', '095227.374000', '095227.377000', '095227.380000', '095227.383000', '095227.386000', '095227.389000', '095227.391000', '095227.395000', '095227.397000', '095227.400000', '095227.403000', '095227.406000', '095227.409000', '095227.412000', '095227.415000', '095227.418000', '095227.421000', '095227.424000', '095227.427000', '095227.430000', '095227.433000', '095227.436000', '095227.439000', '095247.316000', '095247.319000', '095247.322000', '095247.325000', '095247.329000', '095247.332000', '095247.341000', '095247.344000', '095247.347000', '095247.349000', '095247.352000', '095247.355000', '095247.358000', '095247.361000', '095247.364000', '095247.367000', '095247.370000', '095247.373000', '095247.376000', '095247.379000', '095247.382000', '095247.385000', '095247.388000', '095247.391000', '095247.394000', '095247.397000', '095247.400000', '095247.403000', '095247.406000', '095247.408000', '095247.411000', '095247.414000', '095247.423000', '095247.426000', '095247.429000', '095247.432000', '095247.435000', '095247.438000', '095247.441000', '095247.444000', '095247.447000', '095247.450000', '095247.453000', '095307.315000', '095307.318000', '095307.321000', '095307.324000', '095307.327000', '095307.330000', '095307.333000', '095307.336000', '095307.339000', '095307.342000', '095307.345000', '095307.348000', '095307.351000', '095307.354000', '095307.357000', '095307.360000', '095307.363000', '095307.365000', '095307.368000', '095307.371000', '095307.374000', '095307.377000', '095307.380000', '095307.383000', '095307.386000', '095307.389000', '095307.392000', '095307.395000', '095307.398000', '095307.401000', '095307.404000', '095307.407000', '095307.410000', '095307.413000', '095307.416000', '095307.419000', '095307.422000', '095307.425000', '095307.428000', '095307.430000', '095307.433000', '095307.436000', '095307.439000', '095307.442000', '095327.315000', '095327.319000', '095327.322000', '095327.325000', '095327.328000', '095327.331000', '095327.334000', '095327.337000', '095327.340000', '095327.343000', '095327.346000', '095327.349000', '095327.352000', '095327.355000', '095327.358000', '095327.361000', '095327.364000', '095327.367000', '095327.370000', '095327.372000', '095327.375000', '095327.378000', '095327.381000', '095327.384000', '095327.387000', '095327.390000', '095327.393000', '095327.396000', '095327.399000', '095327.402000', '095327.405000', '095327.408000', '095327.411000', '095327.414000', '095327.417000', '095327.420000', '095327.423000', '095327.426000', '095327.429000', '095327.432000', '095327.435000', '095327.438000', '095327.441000', '095347.315000', '095347.318000', '095347.321000', '095347.324000', '095347.327000', '095347.330000', '095347.333000', '095347.336000', '095347.339000', '095347.342000', '095347.345000', '095347.348000', '095347.351000', '095347.354000', '095347.357000', '095347.360000', '095347.363000', '095347.366000', '095347.369000', '095347.372000', '095347.375000', '095347.378000', '095347.381000', '095347.384000', '095347.387000', '095347.390000', '095347.393000', '095347.395000', '095347.407000', '095347.410000', '095347.413000', '095347.416000', '095347.419000', '095347.422000', '095347.425000', '095347.428000', '095347.431000', '095347.434000', '095347.437000', '095347.440000', '095347.443000', '095347.446000', '095347.449000', '095347.452000', '095407.315000', '095407.318000', '095407.322000', '095407.327000', '095407.331000', '095407.334000', '095407.337000', '095407.340000', '095407.343000', '095407.346000', '095407.349000', '095407.352000', '095407.355000', '095407.358000', '095407.361000', '095407.364000', '095407.367000', '095407.370000', '095407.373000', '095407.376000', '095407.379000', '095407.382000', '095407.385000', '095407.388000', '095407.391000', '095407.394000', '095407.397000', '095407.400000', '095407.403000', '095407.406000', '095407.409000', '095407.412000', '095407.415000', '095407.418000', '095407.421000', '095407.424000', '095407.427000', '095407.430000', '095407.433000', '095407.436000', '095407.439000', '095407.442000', '095407.445000', '095427.315000', '095427.318000', '095427.321000', '095427.324000', '095427.327000', '095427.330000', '095427.333000', '095427.336000', '095427.339000', '095427.342000', '095427.345000', '095427.348000', '095427.351000', '095427.354000', '095427.357000', '095427.360000', '095427.363000', '095427.366000', '095427.369000', '095427.372000', '095427.375000', '095427.378000', '095427.381000', '095427.384000', '095427.387000', '095427.390000', '095427.393000', '095427.396000', '095427.399000', '095427.402000', '095427.405000', '095427.408000', '095427.411000', '095427.414000', '095427.417000', '095427.420000', '095427.423000', '095427.426000', '095427.429000', '095427.432000', '095427.435000', '095427.438000', '095427.441000', '095427.444000', '095447.316000', '095447.319000', '095447.322000', '095447.325000', '095447.328000', '095447.331000', '095447.334000', '095447.337000', '095447.340000', '095447.343000', '095447.347000', '095447.353000', '095447.356000', '095447.359000', '095447.362000', '095447.365000', '095447.368000', '095447.371000', '095447.374000', '095447.377000', '095447.380000', '095447.383000', '095447.386000', '095447.389000', '095447.392000', '095447.395000', '095447.398000', '095447.401000', '095447.404000', '095447.407000', '095447.410000', '095447.413000', '095447.416000', '095447.418000', '095447.421000', '095447.424000', '095447.427000', '095447.430000', '095447.433000', '095447.436000', '095447.439000', '095447.442000', '095447.445000', '095507.316000', '095507.319000', '095507.322000', '095507.325000', '095507.328000', '095507.331000', '095507.334000', '095507.337000', '095507.340000', '095507.343000', '095507.346000', '095507.353000', '095507.355000', '095507.358000', '095507.361000', '095507.364000', '095507.367000', '095507.370000', '095507.373000', '095507.376000', '095507.379000', '095507.382000', '095507.385000', '095507.388000', '095507.391000', '095507.394000', '095507.397000', '095507.400000', '095507.403000', '095507.406000', '095507.409000', '095507.412000', '095507.415000', '095507.418000', '095507.421000', '095507.424000', '095507.427000', '095507.430000', '095507.433000', '095507.436000', '095507.439000', '095507.442000', '095507.445000', '095507.448000', '095527.315000', '095527.318000', '095527.321000', '095527.324000', '095527.327000', '095527.330000', '095527.333000', '095527.336000', '095527.339000', '095527.342000', '095527.345000', '095527.348000', '095527.351000', '095527.355000', '095527.359000', '095527.362000', '095527.366000', '095527.369000', '095527.372000', '095527.375000', '095527.378000', '095527.381000', '095527.384000', '095527.409000', '095527.412000', '095527.415000', '095527.418000', '095527.421000', '095527.424000', '095527.427000', '095527.430000', '095527.433000', '095527.436000', '095527.439000', '095527.442000', '095527.445000', '095527.448000', '095527.451000', '095527.454000', '095527.457000', '095527.460000', '095527.463000', '095527.466000', '095547.315000', '095547.318000', '095547.321000', '095547.324000', '095547.327000', '095547.330000', '095547.333000', '095547.336000', '095547.339000', '095547.342000', '095547.345000', '095547.348000', '095547.351000', '095547.354000', '095547.357000', '095547.360000', '095547.363000', '095547.366000', '095547.369000', '095547.372000', '095547.375000', '095547.378000', '095547.381000', '095547.384000', '095547.387000', '095547.390000', '095547.393000', '095547.396000', '095547.399000', '095547.402000', '095547.405000', '095547.408000', '095547.411000', '095547.414000', '095547.417000', '095547.420000', '095547.423000', '095547.426000', '095547.429000', '095547.432000', '095547.435000', '095547.438000', '095547.441000', '095547.444000', '095607.315000', '095607.318000', '095607.321000', '095607.324000', '095607.327000', '095607.330000', '095607.333000', '095607.336000', '095607.339000', '095607.342000', '095607.345000', '095607.348000', '095607.351000', '095607.354000', '095607.357000', '095607.360000', '095607.363000', '095607.366000', '095607.369000', '095607.372000', '095607.376000', '095607.379000', '095607.383000', '095607.386000', '095607.389000', '095607.392000', '095607.395000', '095607.398000', '095607.401000', '095607.404000', '095607.407000', '095607.410000', '095607.413000', '095607.416000', '095607.419000', '095607.422000', '095607.425000', '095607.428000', '095607.431000', '095607.434000', '095607.437000', '095607.440000', '095607.443000', '095627.315000', '095627.318000', '095627.321000', '095627.324000', '095627.327000', '095627.330000', '095627.333000', '095627.337000', '095627.340000', '095627.343000', '095627.346000', '095627.349000', '095627.352000', '095627.355000', '095627.358000', '095627.361000', '095627.364000', '095627.367000', '095627.370000', '095627.373000', '095627.376000', '095627.379000', '095627.382000', '095627.385000', '095627.388000', '095627.391000', '095627.394000', '095627.397000', '095627.400000', '095627.403000', '095627.406000', '095627.409000', '095627.412000', '095627.415000', '095627.418000', '095627.421000', '095627.424000', '095627.427000', '095627.430000', '095627.433000', '095627.436000', '095627.439000', '095627.442000', '095627.445000', '095647.315000', '095647.318000', '095647.321000', '095647.324000', '095647.327000', '095647.330000', '095647.333000', '095647.336000', '095647.340000', '095647.343000', '095647.346000', '095647.349000', '095647.352000', '095647.355000', '095647.358000', '095647.361000', '095647.364000', '095647.367000', '095647.370000', '095647.373000', '095647.376000', '095647.379000', '095647.382000', '095647.385000', '095647.388000', '095647.391000', '095647.394000', '095647.397000', '095647.400000', '095647.403000', '095647.406000', '095647.409000', '095647.412000', '095647.416000', '095647.419000', '095647.422000', '095647.425000', '095647.428000', '095647.431000', '095647.434000', '095647.437000', '095647.440000', '095647.443000', '095707.316000', '095707.319000', '095707.322000', '095707.325000', '095707.328000', '095707.331000', '095707.334000', '095707.337000', '095707.340000', '095707.343000', '095707.346000', '095707.349000', '095707.352000', '095707.355000', '095707.358000', '095707.361000', '095707.364000', '095707.367000', '095707.370000', '095707.374000', '095707.377000', '095707.380000', '095707.382000', '095707.386000', '095707.389000', '095707.392000', '095707.394000', '095707.398000', '095707.401000', '095707.404000', '095707.406000', '095707.409000', '095707.412000', '095707.416000', '095707.419000', '095707.421000', '095707.425000', '095707.427000', '095707.430000', '095707.433000', '095707.436000', '095707.439000', '095707.442000', '095707.445000', '095727.316000', '095727.319000', '095727.322000', '095727.325000', '095727.328000', '095727.331000', '095727.334000', '095727.337000', '095727.340000', '095727.343000', '095727.346000', '095727.349000', '095727.353000', '095727.356000', '095727.359000', '095727.362000', '095727.365000', '095727.368000', '095727.371000', '095727.374000', '095727.377000', '095727.380000', '095727.383000', '095727.386000', '095727.389000', '095727.392000', '095727.395000', '095727.398000', '095727.401000', '095727.404000', '095727.407000', '095727.410000', '095727.413000', '095727.416000', '095727.419000', '095727.422000', '095727.425000', '095727.428000', '095727.431000', '095727.434000', '095727.437000', '095727.441000', '095727.444000', '095747.315000', '095747.318000', '095747.321000', '095747.324000', '095747.327000', '095747.330000', '095747.333000', '095747.336000', '095747.339000', '095747.342000', '095747.345000', '095747.348000', '095747.351000', '095747.354000', '095747.357000', '095747.360000', '095747.363000', '095747.366000', '095747.369000', '095747.372000', '095747.375000', '095747.378000', '095747.381000', '095747.384000', '095747.387000', '095747.390000', '095747.393000', '095747.396000', '095747.399000', '095747.402000', '095747.405000', '095747.408000', '095747.411000', '095747.414000', '095747.417000', '095747.420000', '095747.423000', '095747.426000', '095747.429000', '095747.451000', '095747.454000', '095747.457000', '095747.460000', '095747.463000', '095807.315000', '095807.318000', '095807.321000', '095807.324000', '095807.327000', '095807.330000', '095807.333000', '095807.336000', '095807.339000', '095807.343000', '095807.346000', '095807.348000', '095807.351000', '095807.354000', '095807.357000', '095807.360000', '095807.363000', '095807.366000', '095807.369000', '095807.372000', '095807.375000', '095807.380000', '095807.383000', '095807.386000', '095807.389000', '095807.392000', '095807.395000', '095807.398000', '095807.401000', '095807.404000', '095807.407000', '095807.410000', '095807.413000', '095807.416000', '095807.419000', '095807.422000', '095807.425000', '095807.428000', '095807.431000', '095807.437000', '095807.441000', '095807.444000', '095807.447000', '095827.315000', '095827.318000', '095827.321000', '095827.324000', '095827.327000', '095827.330000', '095827.333000', '095827.336000', '095827.339000', '095827.342000', '095827.345000', '095827.348000', '095827.351000', '095827.354000', '095827.357000', '095827.360000', '095827.373000', '095827.377000', '095827.380000', '095827.383000', '095827.386000', '095827.388000', '095827.391000', '095827.395000', '095827.398000', '095827.400000', '095827.403000', '095827.406000', '095827.409000', '095827.412000', '095827.415000', '095827.418000', '095827.421000', '095827.424000', '095827.427000', '095827.430000', '095827.433000', '095827.436000', '095827.439000', '095827.442000', '095827.445000', '095827.448000', '095827.451000', '095827.454000', '095847.315000', '095847.318000', '095847.321000', '095847.325000', '095847.327000', '095847.330000', '095847.333000', '095847.336000', '095847.339000', '095847.342000', '095847.345000', '095847.348000', '095847.351000', '095847.354000', '095847.357000', '095847.360000', '095847.363000', '095847.366000', '095847.369000', '095847.372000', '095847.375000', '095847.378000', '095847.381000', '095847.384000', '095847.387000', '095847.390000', '095847.393000', '095847.396000', '095847.399000', '095847.402000', '095847.405000', '095847.408000', '095847.411000', '095847.414000', '095847.417000', '095847.420000', '095847.423000', '095847.426000', '095847.429000', '095847.432000', '095847.435000', '095847.438000', '095847.441000', '095907.315000', '095907.318000', '095907.321000', '095907.324000', '095907.327000', '095907.330000', '095907.333000', '095907.336000', '095907.339000', '095907.342000', '095907.345000', '095907.348000', '095907.351000', '095907.354000', '095907.357000', '095907.360000', '095907.363000', '095907.366000', '095907.369000', '095907.372000', '095907.375000', '095907.379000', '095907.382000', '095907.385000', '095907.388000', '095907.391000', '095907.394000', '095907.397000', '095907.400000', '095907.403000', '095907.406000', '095907.409000', '095907.412000', '095907.415000', '095907.418000', '095907.421000', '095907.424000', '095907.427000', '095907.430000', '095907.433000', '095907.436000', '095907.439000', '095907.442000', '095907.445000', '095916.038000', '095916.043000', '095916.046000', '095916.050000', '095916.053000', '095916.056000', '095916.060000', '095916.063000', '095916.066000', '095916.069000', '095916.072000', '095916.075000', '095916.078000', '095916.081000', '095916.084000', '095916.088000', '095916.091000', '095916.094000', '095916.097000'], 'InstanceCreationTime': ['095227.356000', '095227.359000', '095227.374000', '095227.377000', '095227.380000', '095227.383000', '095227.386000', '095227.389000', '095227.391000', '095227.395000', '095227.397000', '095227.400000', '095227.403000', '095227.406000', '095227.409000', '095227.412000', '095227.415000', '095227.418000', '095227.421000', '095227.424000', '095227.427000', '095227.430000', '095227.433000', '095227.436000', '095227.439000', '095247.316000', '095247.319000', '095247.322000', '095247.325000', '095247.329000', '095247.332000', '095247.341000', '095247.344000', '095247.347000', '095247.349000', '095247.352000', '095247.355000', '095247.358000', '095247.361000', '095247.364000', '095247.367000', '095247.370000', '095247.373000', '095247.376000', '095247.379000', '095247.382000', '095247.385000', '095247.388000', '095247.391000', '095247.394000', '095247.397000', '095247.400000', '095247.403000', '095247.406000', '095247.408000', '095247.411000', '095247.414000', '095247.423000', '095247.426000', '095247.429000', '095247.432000', '095247.435000', '095247.438000', '095247.441000', '095247.444000', '095247.447000', '095247.450000', '095247.453000', '095307.315000', '095307.318000', '095307.321000', '095307.324000', '095307.327000', '095307.330000', '095307.333000', '095307.336000', '095307.339000', '095307.342000', '095307.345000', '095307.348000', '095307.351000', '095307.354000', '095307.357000', '095307.360000', '095307.363000', '095307.365000', '095307.368000', '095307.371000', '095307.374000', '095307.377000', '095307.380000', '095307.383000', '095307.386000', '095307.389000', '095307.392000', '095307.395000', '095307.398000', '095307.401000', '095307.404000', '095307.407000', '095307.410000', '095307.413000', '095307.416000', '095307.419000', '095307.422000', '095307.425000', '095307.428000', '095307.430000', '095307.433000', '095307.436000', '095307.439000', '095307.442000', '095327.315000', '095327.319000', '095327.322000', '095327.325000', '095327.328000', '095327.331000', '095327.334000', '095327.337000', '095327.340000', '095327.343000', '095327.346000', '095327.349000', '095327.352000', '095327.355000', '095327.358000', '095327.361000', '095327.364000', '095327.367000', '095327.370000', '095327.372000', '095327.375000', '095327.378000', '095327.381000', '095327.384000', '095327.387000', '095327.390000', '095327.393000', '095327.396000', '095327.399000', '095327.402000', '095327.405000', '095327.408000', '095327.411000', '095327.414000', '095327.417000', '095327.420000', '095327.423000', '095327.426000', '095327.429000', '095327.432000', '095327.435000', '095327.438000', '095327.441000', '095347.315000', '095347.318000', '095347.321000', '095347.324000', '095347.327000', '095347.330000', '095347.333000', '095347.336000', '095347.339000', '095347.342000', '095347.345000', '095347.348000', '095347.351000', '095347.354000', '095347.357000', '095347.360000', '095347.363000', '095347.366000', '095347.369000', '095347.372000', '095347.375000', '095347.378000', '095347.381000', '095347.384000', '095347.387000', '095347.390000', '095347.393000', '095347.395000', '095347.407000', '095347.410000', '095347.413000', '095347.416000', '095347.419000', '095347.422000', '095347.425000', '095347.428000', '095347.431000', '095347.434000', '095347.437000', '095347.440000', '095347.443000', '095347.446000', '095347.449000', '095347.452000', '095407.315000', '095407.318000', '095407.322000', '095407.327000', '095407.331000', '095407.334000', '095407.337000', '095407.340000', '095407.343000', '095407.346000', '095407.349000', '095407.352000', '095407.355000', '095407.358000', '095407.361000', '095407.364000', '095407.367000', '095407.370000', '095407.373000', '095407.376000', '095407.379000', '095407.382000', '095407.385000', '095407.388000', '095407.391000', '095407.394000', '095407.397000', '095407.400000', '095407.403000', '095407.406000', '095407.409000', '095407.412000', '095407.415000', '095407.418000', '095407.421000', '095407.424000', '095407.427000', '095407.430000', '095407.433000', '095407.436000', '095407.439000', '095407.442000', '095407.445000', '095427.315000', '095427.318000', '095427.321000', '095427.324000', '095427.327000', '095427.330000', '095427.333000', '095427.336000', '095427.339000', '095427.342000', '095427.345000', '095427.348000', '095427.351000', '095427.354000', '095427.357000', '095427.360000', '095427.363000', '095427.366000', '095427.369000', '095427.372000', '095427.375000', '095427.378000', '095427.381000', '095427.384000', '095427.387000', '095427.390000', '095427.393000', '095427.396000', '095427.399000', '095427.402000', '095427.405000', '095427.408000', '095427.411000', '095427.414000', '095427.417000', '095427.420000', '095427.423000', '095427.426000', '095427.429000', '095427.432000', '095427.435000', '095427.438000', '095427.441000', '095427.444000', '095447.316000', '095447.319000', '095447.322000', '095447.325000', '095447.328000', '095447.331000', '095447.334000', '095447.337000', '095447.340000', '095447.343000', '095447.347000', '095447.353000', '095447.356000', '095447.359000', '095447.362000', '095447.365000', '095447.368000', '095447.371000', '095447.374000', '095447.377000', '095447.380000', '095447.383000', '095447.386000', '095447.389000', '095447.392000', '095447.395000', '095447.398000', '095447.401000', '095447.404000', '095447.407000', '095447.410000', '095447.413000', '095447.416000', '095447.418000', '095447.421000', '095447.424000', '095447.427000', '095447.430000', '095447.433000', '095447.436000', '095447.439000', '095447.442000', '095447.445000', '095507.316000', '095507.319000', '095507.322000', '095507.325000', '095507.328000', '095507.331000', '095507.334000', '095507.337000', '095507.340000', '095507.343000', '095507.346000', '095507.353000', '095507.355000', '095507.358000', '095507.361000', '095507.364000', '095507.367000', '095507.370000', '095507.373000', '095507.376000', '095507.379000', '095507.382000', '095507.385000', '095507.388000', '095507.391000', '095507.394000', '095507.397000', '095507.400000', '095507.403000', '095507.406000', '095507.409000', '095507.412000', '095507.415000', '095507.418000', '095507.421000', '095507.424000', '095507.427000', '095507.430000', '095507.433000', '095507.436000', '095507.439000', '095507.442000', '095507.445000', '095507.448000', '095527.315000', '095527.318000', '095527.321000', '095527.324000', '095527.327000', '095527.330000', '095527.333000', '095527.336000', '095527.339000', '095527.342000', '095527.345000', '095527.348000', '095527.351000', '095527.355000', '095527.359000', '095527.362000', '095527.366000', '095527.369000', '095527.372000', '095527.375000', '095527.378000', '095527.381000', '095527.384000', '095527.409000', '095527.412000', '095527.415000', '095527.418000', '095527.421000', '095527.424000', '095527.427000', '095527.430000', '095527.433000', '095527.436000', '095527.439000', '095527.442000', '095527.445000', '095527.448000', '095527.451000', '095527.454000', '095527.457000', '095527.460000', '095527.463000', '095527.466000', '095547.315000', '095547.318000', '095547.321000', '095547.324000', '095547.327000', '095547.330000', '095547.333000', '095547.336000', '095547.339000', '095547.342000', '095547.345000', '095547.348000', '095547.351000', '095547.354000', '095547.357000', '095547.360000', '095547.363000', '095547.366000', '095547.369000', '095547.372000', '095547.375000', '095547.378000', '095547.381000', '095547.384000', '095547.387000', '095547.390000', '095547.393000', '095547.396000', '095547.399000', '095547.402000', '095547.405000', '095547.408000', '095547.411000', '095547.414000', '095547.417000', '095547.420000', '095547.423000', '095547.426000', '095547.429000', '095547.432000', '095547.435000', '095547.438000', '095547.441000', '095547.444000', '095607.315000', '095607.318000', '095607.321000', '095607.324000', '095607.327000', '095607.330000', '095607.333000', '095607.336000', '095607.339000', '095607.342000', '095607.345000', '095607.348000', '095607.351000', '095607.354000', '095607.357000', '095607.360000', '095607.363000', '095607.366000', '095607.369000', '095607.372000', '095607.376000', '095607.379000', '095607.383000', '095607.386000', '095607.389000', '095607.392000', '095607.395000', '095607.398000', '095607.401000', '095607.404000', '095607.407000', '095607.410000', '095607.413000', '095607.416000', '095607.419000', '095607.422000', '095607.425000', '095607.428000', '095607.431000', '095607.434000', '095607.437000', '095607.440000', '095607.443000', '095627.315000', '095627.318000', '095627.321000', '095627.324000', '095627.327000', '095627.330000', '095627.333000', '095627.337000', '095627.340000', '095627.343000', '095627.346000', '095627.349000', '095627.352000', '095627.355000', '095627.358000', '095627.361000', '095627.364000', '095627.367000', '095627.370000', '095627.373000', '095627.376000', '095627.379000', '095627.382000', '095627.385000', '095627.388000', '095627.391000', '095627.394000', '095627.397000', '095627.400000', '095627.403000', '095627.406000', '095627.409000', '095627.412000', '095627.415000', '095627.418000', '095627.421000', '095627.424000', '095627.427000', '095627.430000', '095627.433000', '095627.436000', '095627.439000', '095627.442000', '095627.445000', '095647.315000', '095647.318000', '095647.321000', '095647.324000', '095647.327000', '095647.330000', '095647.333000', '095647.336000', '095647.340000', '095647.343000', '095647.346000', '095647.349000', '095647.352000', '095647.355000', '095647.358000', '095647.361000', '095647.364000', '095647.367000', '095647.370000', '095647.373000', '095647.376000', '095647.379000', '095647.382000', '095647.385000', '095647.388000', '095647.391000', '095647.394000', '095647.397000', '095647.400000', '095647.403000', '095647.406000', '095647.409000', '095647.412000', '095647.416000', '095647.419000', '095647.422000', '095647.425000', '095647.428000', '095647.431000', '095647.434000', '095647.437000', '095647.440000', '095647.443000', '095707.316000', '095707.319000', '095707.322000', '095707.325000', '095707.328000', '095707.331000', '095707.334000', '095707.337000', '095707.340000', '095707.343000', '095707.346000', '095707.349000', '095707.352000', '095707.355000', '095707.358000', '095707.361000', '095707.364000', '095707.367000', '095707.370000', '095707.374000', '095707.377000', '095707.380000', '095707.382000', '095707.386000', '095707.389000', '095707.392000', '095707.394000', '095707.398000', '095707.401000', '095707.404000', '095707.406000', '095707.409000', '095707.412000', '095707.416000', '095707.419000', '095707.421000', '095707.425000', '095707.427000', '095707.430000', '095707.433000', '095707.436000', '095707.439000', '095707.442000', '095707.445000', '095727.316000', '095727.319000', '095727.322000', '095727.325000', '095727.328000', '095727.331000', '095727.334000', '095727.337000', '095727.340000', '095727.343000', '095727.346000', '095727.349000', '095727.353000', '095727.356000', '095727.359000', '095727.362000', '095727.365000', '095727.368000', '095727.371000', '095727.374000', '095727.377000', '095727.380000', '095727.383000', '095727.386000', '095727.389000', '095727.392000', '095727.395000', '095727.398000', '095727.401000', '095727.404000', '095727.407000', '095727.410000', '095727.413000', '095727.416000', '095727.419000', '095727.422000', '095727.425000', '095727.428000', '095727.431000', '095727.434000', '095727.437000', '095727.441000', '095727.444000', '095747.315000', '095747.318000', '095747.321000', '095747.324000', '095747.327000', '095747.330000', '095747.333000', '095747.336000', '095747.339000', '095747.342000', '095747.345000', '095747.348000', '095747.351000', '095747.354000', '095747.357000', '095747.360000', '095747.363000', '095747.366000', '095747.369000', '095747.372000', '095747.375000', '095747.378000', '095747.381000', '095747.384000', '095747.387000', '095747.390000', '095747.393000', '095747.396000', '095747.399000', '095747.402000', '095747.405000', '095747.408000', '095747.411000', '095747.414000', '095747.417000', '095747.420000', '095747.423000', '095747.426000', '095747.429000', '095747.451000', '095747.454000', '095747.457000', '095747.460000', '095747.463000', '095807.315000', '095807.318000', '095807.321000', '095807.324000', '095807.327000', '095807.330000', '095807.333000', '095807.336000', '095807.339000', '095807.343000', '095807.346000', '095807.348000', '095807.351000', '095807.354000', '095807.357000', '095807.360000', '095807.363000', '095807.366000', '095807.369000', '095807.372000', '095807.375000', '095807.380000', '095807.383000', '095807.386000', '095807.389000', '095807.392000', '095807.395000', '095807.398000', '095807.401000', '095807.404000', '095807.407000', '095807.410000', '095807.413000', '095807.416000', '095807.419000', '095807.422000', '095807.425000', '095807.428000', '095807.431000', '095807.437000', '095807.441000', '095807.444000', '095807.447000', '095827.315000', '095827.318000', '095827.321000', '095827.324000', '095827.327000', '095827.330000', '095827.333000', '095827.336000', '095827.339000', '095827.342000', '095827.345000', '095827.348000', '095827.351000', '095827.354000', '095827.357000', '095827.360000', '095827.373000', '095827.377000', '095827.380000', '095827.383000', '095827.386000', '095827.388000', '095827.391000', '095827.395000', '095827.398000', '095827.400000', '095827.403000', '095827.406000', '095827.409000', '095827.412000', '095827.415000', '095827.418000', '095827.421000', '095827.424000', '095827.427000', '095827.430000', '095827.433000', '095827.436000', '095827.439000', '095827.442000', '095827.445000', '095827.448000', '095827.451000', '095827.454000', '095847.315000', '095847.318000', '095847.321000', '095847.325000', '095847.327000', '095847.330000', '095847.333000', '095847.336000', '095847.339000', '095847.342000', '095847.345000', '095847.348000', '095847.351000', '095847.354000', '095847.357000', '095847.360000', '095847.363000', '095847.366000', '095847.369000', '095847.372000', '095847.375000', '095847.378000', '095847.381000', '095847.384000', '095847.387000', '095847.390000', '095847.393000', '095847.396000', '095847.399000', '095847.402000', '095847.405000', '095847.408000', '095847.411000', '095847.414000', '095847.417000', '095847.420000', '095847.423000', '095847.426000', '095847.429000', '095847.432000', '095847.435000', '095847.438000', '095847.441000', '095907.315000', '095907.318000', '095907.321000', '095907.324000', '095907.327000', '095907.330000', '095907.333000', '095907.336000', '095907.339000', '095907.342000', '095907.345000', '095907.348000', '095907.351000', '095907.354000', '095907.357000', '095907.360000', '095907.363000', '095907.366000', '095907.369000', '095907.372000', '095907.375000', '095907.379000', '095907.382000', '095907.385000', '095907.388000', '095907.391000', '095907.394000', '095907.397000', '095907.400000', '095907.403000', '095907.406000', '095907.409000', '095907.412000', '095907.415000', '095907.418000', '095907.421000', '095907.424000', '095907.427000', '095907.430000', '095907.433000', '095907.436000', '095907.439000', '095907.442000', '095907.445000', '095916.038000', '095916.043000', '095916.046000', '095916.050000', '095916.053000', '095916.056000', '095916.060000', '095916.063000', '095916.066000', '095916.069000', '095916.072000', '095916.075000', '095916.078000', '095916.081000', '095916.084000', '095916.088000', '095916.091000', '095916.094000', '095916.097000'], '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': [9954, 10940, 14738, 9254, 12665, 11996, 9615, 13149, 7747, 11035, 14236, 8759, 12207, 13937, 8939, 11736, 14332, 8160, 11535, 12885, 9042, 12927, 9197, 9349, 13377, 8571, 10455, 13919, 7974, 11350, 14110, 9117, 11651, 14071, 7858, 12584, 14850, 8823, 12259, 13171, 7935, 13037, 10269, 9094, 14007, 11278, 8744, 13733, 9243, 9567, 14337, 8388, 9930, 14600, 9882, 12192, 14505, 8496, 12618, 14697, 9245, 11992, 14350, 8423, 12245, 14153, 8741, 12475, 11593, 8686, 13020, 14993, 8874, 12162, 11481, 8708, 13379, 13513, 9056, 12387, 7956, 9102, 13746, 9385, 9253, 13622, 7985, 9545, 13630, 10634, 9146, 13182, 12771, 8705, 12944, 8679, 9433, 13717, 8741, 10775, 13855, 9024, 9895, 13835, 8009, 9494, 13960, 8141, 10317, 13959, 8087, 10092, 13721, 8591, 9597, 13882, 7881, 10187, 13981, 9177, 12075, 14204, 8337, 11595, 13940, 8821, 11807, 13472, 8393, 11969, 8035, 9679, 13963, 9133, 9895, 14127, 8614, 11445, 14345, 8848, 12362, 13640, 8674, 12397, 10736, 8635, 13261, 9186, 9674, 13718, 8884, 9598, 14091, 9463, 9564, 13631, 7553, 11423, 14252, 9049, 11888, 14393, 9619, 11898, 8780, 8791, 13368, 8789, 9635, 14059, 7741, 11532, 14229, 9977, 11798, 13425, 8404, 12426, 13411, 9500, 12299, 8771, 8755, 13668, 9091, 9383, 13847, 7346, 10977, 14352, 9273, 11900, 13699, 7984, 11819, 14087, 8922, 12115, 8970, 8699, 13286, 12512, 8723, 12644, 8377, 9225, 13821, 9201, 9781, 13930, 7818, 10128, 14007, 8654, 11665, 13911, 8713, 12056, 13946, 8588, 11449, 14036, 9152, 12214, 11193, 8540, 13212, 15034, 9466, 12474, 14383, 7983, 11715, 13925, 8953, 12104, 12749, 8022, 12775, 11339, 8862, 13018, 9171, 9065, 14010, 12815, 9021, 12797, 9690, 8638, 13730, 9595, 9462, 13558, 8779, 9795, 14003, 8284, 10242, 14036, 9135, 9834, 13803, 7611, 11871, 14222, 9105, 11220, 13828, 7682, 11428, 14320, 9323, 11823, 11934, 8766, 13125, 14454, 8303, 11706, 9490, 8657, 13625, 9861, 9524, 13622, 9105, 9498, 14074, 11820, 8879, 13341, 11722, 8390, 13233, 12566, 9257, 12980, 8441, 9084, 13511, 9053, 9850, 13812, 8478, 9837, 14025, 8663, 10457, 14128, 8254, 11770, 14448, 9902, 10799, 14065, 7788, 11478, 13950, 10015, 11357, 14130, 8570, 12028, 11199, 8637, 13232, 11038, 8495, 13217, 11029, 9150, 13239, 8174, 9332, 13877, 9223, 10078, 13757, 7479, 9847, 13863, 9677, 10352, 13658, 7513, 11732, 14032, 9343, 12247, 13695, 8165, 12210, 14039, 9606, 11262, 13806, 9071, 12145, 9826, 8607, 12695, 9059, 9560, 13657, 8112, 9791, 13702, 8323, 11452, 13483, 9200, 11859, 12708, 8556, 12141, 9551, 9068, 12877, 8810, 9192, 13473, 8217, 9765, 13365, 8457, 9616, 13673, 7956, 11009, 13367, 8658, 11669, 12195, 8718, 12620, 13299, 9017, 12271, 8219, 9461, 13881, 8148, 12095, 13961, 8930, 12025, 9308, 8833, 13297, 9481, 9672, 13748, 8774, 9692, 13689, 8176, 10112, 13654, 9387, 10177, 13775, 7895, 11297, 14168, 10226, 12220, 9321, 8530, 13242, 9308, 9605, 13391, 7562, 11647, 14281, 9330, 12243, 9705, 9145, 13179, 8669, 9755, 13898, 9526, 11222, 13973, 8809, 11876, 12456, 9255, 12294, 8800, 8880, 13228, 8573, 10481, 13707, 7772, 11733, 13825, 9445, 12092, 8068, 8909, 13240, 8187, 10476, 13817, 7916, 12177, 14157, 9473, 11750, 12294, 8585, 12242, 11285, 8926, 12677, 8251, 9157, 13550, 9347, 9418, 13310, 8192, 9041, 13735, 9682, 9501, 13317, 8176, 9517, 13645, 8983, 11602, 7725, 9355, 7262, 11545, 13504, 9570, 12934, 10767, 8984, 13523, 12993, 9865, 12472, 8961, 11066, 6762, 9055, 13712, 8145, 11988, 14213, 8397, 12158, 11661, 9161, 12605, 9227, 9160, 13678, 9962, 9418, 13526, 8390, 10048, 13776, 9284, 11017, 13767, 8584, 12395, 14265, 9591, 12133, 11337, 8974, 12728, 8822, 9204, 13043, 8566, 10441, 13527, 8310, 12012, 13649, 8910, 11863, 12052, 8811, 12574, 8366, 9328, 13388, 8619, 10983, 13453, 7657, 11747, 13534, 8815, 10735, 11933, 8018, 12850, 8563, 9223, 13630, 9096, 9437, 13494, 6996, 10593, 13917, 9409, 11425, 13971, 7553, 12157, 14341, 9126, 11379, 14141, 7357, 11476, 14274, 8738, 12198, 11552, 8530, 13203, 8844, 9561, 14160, 7613, 11330, 14492, 9667, 10104, 13778, 7888, 12042, 14340, 10193, 11924, 13899, 8009, 12128, 12887, 8730, 12555, 9665, 8616, 14046, 14741, 9218, 10826, 13999, 7897, 12126, 14253, 9099, 11394, 13701, 8077, 11485, 14233, 9538, 11877, 12381, 8141, 12875, 13442, 9078, 12467, 13723, 8357, 12615, 8911, 9138, 13501, 7812, 9695, 13796, 8953, 10448, 13769, 7787, 11483, 13900, 9489, 10900, 13809, 8155, 11622, 14031, 9708, 11294, 13708, 7909, 10921, 13792, 8497, 9816, 13898, 7713, 9235, 14109, 8338, 9995, 14055, 7569, 9910, 14131, 8358, 9422, 14272, 7107, 9594, 14533, 8775, 9654, 14030, 7649, 12217, 14171, 8452, 12272, 9635, 8306, 13741, 12287, 8590, 12898, 8053, 9069, 14147, 9860, 9358, 14289, 8095, 9220, 14346, 9018, 9947, 14417, 7968, 11784, 14645, 8735, 11220, 14291, 8757, 12169, 14337, 7621, 12171, 14264, 9427, 11712, 14426, 7611, 12079, 14199, 8935, 12374, 8326, 8180, 13868, 9401, 9715, 14093, 7994, 10581, 14428, 9721, 10442, 14246, 7817, 10609, 14670, 8784, 9776, 13754, 9296, 12507, 7595, 10028, 9185, 9248, 12198, 10026, 14209, 14261, 9189, 12945, 13457, 8838, 12453, 12320, 8871, 12797, 13410, 8902, 12282, 7454, 9128, 13862, 8283, 9655, 13814, 8290, 10078, 14023, 8118, 12171, 8487, 9568, 13673, 8248, 12470, 15100, 8869, 12489, 8234, 9533, 13952, 8538, 12217, 14248, 10170, 11808, 13861, 8646, 12733, 11689, 9181, 13687, 8572, 9618, 13880, 9076, 10343, 14306, 7587, 11821, 14356, 8812, 12081, 11963, 8239, 13061, 9603, 9452, 13878, 9259, 9748, 14026, 8562, 9635, 14178, 8959, 10545, 14438, 8467, 12476, 14395, 9015, 11637, 11377, 8465, 13650, 8624, 9470, 14061, 8307, 10737, 14568, 7753, 10866, 14454, 8873, 9348, 14447, 7364, 10911, 14606, 9141, 12035, 14571, 8470, 12444, 9023, 9185, 13941, 8045, 9648, 14624, 9281, 9802, 14312, 7700, 12680, 14693, 9795, 11880, 12957, 7867, 12789, 14828, 9930, 11818, 11820, 8008, 13301, 11544, 8529, 13308, 10376, 8252, 13600, 14439, 8486, 12378, 12841, 8653, 13066, 11051, 8243, 13477, 13665, 8891, 12684, 11443, 8360, 13481, 10589, 8766, 13417, 8425, 8747, 14062, 8491, 11634, 14568, 8209, 12449, 13172], 'WindowCenter': [4347.0, 4341.0, 4347.0, 4305.0, 4333.0, 4309.0, 4298.0, 4317.0, 4278.0, 4309.0, 4328.0, 4291.0, 4334.0, 4341.0, 4302.0, 4335.0, 4341.0, 4302.0, 4324.0, 4331.0, 4304.0, 4336.0, 4304.0, 4315.0, 4345.0, 4302.0, 4326.0, 4344.0, 4307.0, 4337.0, 4344.0, 4317.0, 4334.0, 4346.0, 4293.0, 4346.0, 4355.0, 4317.0, 4337.0, 4331.0, 4295.0, 4344.0, 4314.0, 4304.0, 4345.0, 4323.0, 4304.0, 4344.0, 4304.0, 4314.0, 4343.0, 4290.0, 4314.0, 4344.0, 4313.0, 4334.0, 4342.0, 4292.0, 4334.0, 4343.0, 4301.0, 4322.0, 4329.0, 4276.0, 4321.0, 4329.0, 4289.0, 4320.0, 4310.0, 4287.0, 4332.0, 4327.0, 4287.0, 4319.0, 4319.0, 4290.0, 4331.0, 4330.0, 4302.0, 4331.0, 4290.0, 4302.0, 4344.0, 4300.0, 4304.0, 4343.0, 4291.0, 4315.0, 4343.0, 4322.0, 4315.0, 4332.0, 4330.0, 4291.0, 4332.0, 4288.0, 4300.0, 4331.0, 4290.0, 4321.0, 4334.0, 4291.0, 4300.0, 4328.0, 4278.0, 4299.0, 4331.0, 4279.0, 4311.0, 4329.0, 4279.0, 4311.0, 4329.0, 4288.0, 4300.0, 4329.0, 4290.0, 4310.0, 4329.0, 4299.0, 4321.0, 4328.0, 4289.0, 4322.0, 4341.0, 4301.0, 4321.0, 4330.0, 4288.0, 4319.0, 4290.0, 4311.0, 4343.0, 4302.0, 4314.0, 4344.0, 4302.0, 4333.0, 4344.0, 4315.0, 4344.0, 4343.0, 4303.0, 4334.0, 4321.0, 4302.0, 4342.0, 4301.0, 4314.0, 4343.0, 4299.0, 4312.0, 4342.0, 4301.0, 4301.0, 4330.0, 4281.0, 4320.0, 4342.0, 4303.0, 4332.0, 4341.0, 4300.0, 4318.0, 4289.0, 4290.0, 4328.0, 4288.0, 4302.0, 4330.0, 4276.0, 4322.0, 4332.0, 4300.0, 4322.0, 4331.0, 4288.0, 4332.0, 4329.0, 4300.0, 4321.0, 4286.0, 4287.0, 4328.0, 4288.0, 4288.0, 4327.0, 4264.0, 4309.0, 4340.0, 4299.0, 4319.0, 4328.0, 4289.0, 4320.0, 4331.0, 4301.0, 4330.0, 4299.0, 4291.0, 4342.0, 4332.0, 4291.0, 4329.0, 4289.0, 4302.0, 4341.0, 4298.0, 4313.0, 4342.0, 4278.0, 4312.0, 4341.0, 4289.0, 4322.0, 4343.0, 4303.0, 4334.0, 4341.0, 4302.0, 4322.0, 4340.0, 4302.0, 4333.0, 4311.0, 4299.0, 4332.0, 4340.0, 4298.0, 4334.0, 4337.0, 4279.0, 4320.0, 4329.0, 4299.0, 4331.0, 4332.0, 4288.0, 4331.0, 4319.0, 4301.0, 4332.0, 4300.0, 4299.0, 4343.0, 4331.0, 4286.0, 4330.0, 4299.0, 4289.0, 4330.0, 4299.0, 4300.0, 4331.0, 4290.0, 4301.0, 4330.0, 4288.0, 4310.0, 4330.0, 4297.0, 4300.0, 4328.0, 4279.0, 4321.0, 4330.0, 4289.0, 4309.0, 4329.0, 4275.0, 4308.0, 4329.0, 4299.0, 4334.0, 4320.0, 4291.0, 4332.0, 4329.0, 4288.0, 4322.0, 4298.0, 4300.0, 4343.0, 4300.0, 4299.0, 4332.0, 4300.0, 4299.0, 4343.0, 4320.0, 4288.0, 4329.0, 4319.0, 4303.0, 4332.0, 4329.0, 4300.0, 4332.0, 4288.0, 4302.0, 4341.0, 4302.0, 4313.0, 4342.0, 4289.0, 4311.0, 4343.0, 4302.0, 4323.0, 4341.0, 4291.0, 4323.0, 4342.0, 4300.0, 4310.0, 4329.0, 4280.0, 4318.0, 4328.0, 4301.0, 4310.0, 4328.0, 4288.0, 4319.0, 4310.0, 4289.0, 4330.0, 4308.0, 4291.0, 4331.0, 4309.0, 4298.0, 4328.0, 4287.0, 4298.0, 4332.0, 4299.0, 4298.0, 4331.0, 4279.0, 4310.0, 4331.0, 4300.0, 4310.0, 4329.0, 4280.0, 4332.0, 4341.0, 4302.0, 4333.0, 4331.0, 4289.0, 4331.0, 4331.0, 4300.0, 4309.0, 4330.0, 4286.0, 4319.0, 4300.0, 4287.0, 4319.0, 4288.0, 4295.0, 4327.0, 4278.0, 4298.0, 4327.0, 4278.0, 4308.0, 4326.0, 4288.0, 4319.0, 4316.0, 4285.0, 4317.0, 4298.0, 4290.0, 4319.0, 4286.0, 4298.0, 4327.0, 4277.0, 4299.0, 4317.0, 4289.0, 4295.0, 4328.0, 4277.0, 4309.0, 4329.0, 4288.0, 4320.0, 4318.0, 4288.0, 4333.0, 4328.0, 4287.0, 4320.0, 4290.0, 4311.0, 4328.0, 4291.0, 4331.0, 4339.0, 4301.0, 4333.0, 4300.0, 4303.0, 4345.0, 4312.0, 4311.0, 4341.0, 4291.0, 4313.0, 4343.0, 4292.0, 4314.0, 4341.0, 4301.0, 4312.0, 4341.0, 4291.0, 4322.0, 4328.0, 4310.0, 4332.0, 4297.0, 4292.0, 4333.0, 4297.0, 4301.0, 4332.0, 4279.0, 4322.0, 4342.0, 4302.0, 4332.0, 4302.0, 4302.0, 4332.0, 4287.0, 4299.0, 4332.0, 4298.0, 4310.0, 4331.0, 4286.0, 4319.0, 4317.0, 4286.0, 4318.0, 4285.0, 4284.0, 4315.0, 4275.0, 4308.0, 4329.0, 4276.0, 4318.0, 4326.0, 4301.0, 4320.0, 4277.0, 4298.0, 4330.0, 4288.0, 4312.0, 4342.0, 4292.0, 4334.0, 4344.0, 4312.0, 4334.0, 4333.0, 4304.0, 4333.0, 4322.0, 4299.0, 4332.0, 4290.0, 4300.0, 4331.0, 4299.0, 4301.0, 4330.0, 4289.0, 4298.0, 4341.0, 4298.0, 4301.0, 4329.0, 4287.0, 4297.0, 4342.0, 4317.0, 4338.0, 4305.0, 4314.0, 4296.0, 4336.0, 4345.0, 4315.0, 4344.0, 4322.0, 4302.0, 4332.0, 4334.0, 4312.0, 4331.0, 4288.0, 4306.0, 4256.0, 4299.0, 4329.0, 4291.0, 4333.0, 4342.0, 4291.0, 4331.0, 4322.0, 4302.0, 4332.0, 4301.0, 4302.0, 4329.0, 4296.0, 4287.0, 4318.0, 4276.0, 4297.0, 4329.0, 4287.0, 4297.0, 4314.0, 4275.0, 4304.0, 4313.0, 4282.0, 4305.0, 4295.0, 4271.0, 4303.0, 4259.0, 4272.0, 4301.0, 4261.0, 4282.0, 4301.0, 4263.0, 4304.0, 4313.0, 4273.0, 4303.0, 4303.0, 4274.0, 4305.0, 4275.0, 4285.0, 4315.0, 4276.0, 4308.0, 4317.0, 4277.0, 4321.0, 4328.0, 4289.0, 4308.0, 4322.0, 4291.0, 4331.0, 4290.0, 4314.0, 4332.0, 4301.0, 4303.0, 4342.0, 4283.0, 4327.0, 4345.0, 4312.0, 4336.0, 4346.0, 4293.0, 4346.0, 4344.0, 4315.0, 4333.0, 4343.0, 4294.0, 4338.0, 4356.0, 4304.0, 4335.0, 4323.0, 4304.0, 4345.0, 4302.0, 4314.0, 4345.0, 4292.0, 4325.0, 4344.0, 4301.0, 4312.0, 4330.0, 4292.0, 4332.0, 4343.0, 4312.0, 4321.0, 4329.0, 4279.0, 4319.0, 4320.0, 4289.0, 4320.0, 4297.0, 4287.0, 4331.0, 4330.0, 4287.0, 4308.0, 4327.0, 4278.0, 4319.0, 4328.0, 4286.0, 4308.0, 4316.0, 4276.0, 4307.0, 4326.0, 4286.0, 4305.0, 4315.0, 4275.0, 4319.0, 4315.0, 4288.0, 4318.0, 4316.0, 4274.0, 4317.0, 4285.0, 4288.0, 4318.0, 4276.0, 4299.0, 4328.0, 4287.0, 4309.0, 4328.0, 4277.0, 4318.0, 4329.0, 4288.0, 4308.0, 4327.0, 4277.0, 4309.0, 4325.0, 4299.0, 4307.0, 4326.0, 4274.0, 4309.0, 4327.0, 4287.0, 4298.0, 4326.0, 4266.0, 4288.0, 4328.0, 4277.0, 4298.0, 4329.0, 4277.0, 4299.0, 4330.0, 4278.0, 4298.0, 4328.0, 4269.0, 4311.0, 4340.0, 4290.0, 4313.0, 4341.0, 4293.0, 4335.0, 4345.0, 4304.0, 4335.0, 4313.0, 4303.0, 4343.0, 4334.0, 4304.0, 4333.0, 4291.0, 4315.0, 4346.0, 4312.0, 4316.0, 4355.0, 4293.0, 4314.0, 4342.0, 4303.0, 4314.0, 4345.0, 4291.0, 4333.0, 4355.0, 4305.0, 4324.0, 4341.0, 4302.0, 4334.0, 4343.0, 4292.0, 4333.0, 4340.0, 4303.0, 4332.0, 4341.0, 4282.0, 4320.0, 4342.0, 4302.0, 4333.0, 4290.0, 4304.0, 4341.0, 4300.0, 4314.0, 4342.0, 4290.0, 4323.0, 4341.0, 4299.0, 4310.0, 4343.0, 4279.0, 4313.0, 4413.0, 4349.0, 4328.0, 4343.0, 4314.0, 4345.0, 4294.0, 4324.0, 4315.0, 4330.0, 4348.0, 4326.0, 4357.0, 4345.0, 4300.0, 4331.0, 4332.0, 4300.0, 4321.0, 4318.0, 4286.0, 4320.0, 4316.0, 4285.0, 4318.0, 4264.0, 4286.0, 4316.0, 4277.0, 4301.0, 4327.0, 4277.0, 4298.0, 4327.0, 4278.0, 4333.0, 4290.0, 4300.0, 4341.0, 4302.0, 4335.0, 4353.0, 4302.0, 4332.0, 4290.0, 4313.0, 4341.0, 4302.0, 4334.0, 4341.0, 4310.0, 4320.0, 4329.0, 4302.0, 4333.0, 4321.0, 4303.0, 4342.0, 4289.0, 4312.0, 4341.0, 4299.0, 4311.0, 4339.0, 4279.0, 4332.0, 4340.0, 4300.0, 4322.0, 4320.0, 4290.0, 4332.0, 4299.0, 4312.0, 4345.0, 4301.0, 4313.0, 4342.0, 4290.0, 4312.0, 4344.0, 4301.0, 4323.0, 4341.0, 4290.0, 4334.0, 4341.0, 4302.0, 4322.0, 4320.0, 4289.0, 4343.0, 4290.0, 4312.0, 4343.0, 4302.0, 4325.0, 4342.0, 4294.0, 4336.0, 4356.0, 4301.0, 4313.0, 4343.0, 4292.0, 4337.0, 4356.0, 4315.0, 4334.0, 4353.0, 4302.0, 4333.0, 4302.0, 4313.0, 4343.0, 4291.0, 4314.0, 4355.0, 4312.0, 4312.0, 4343.0, 4294.0, 4346.0, 4354.0, 4312.0, 4333.0, 4333.0, 4305.0, 4343.0, 4342.0, 4313.0, 4322.0, 4321.0, 4290.0, 4331.0, 4321.0, 4290.0, 4330.0, 4310.0, 4288.0, 4341.0, 4341.0, 4288.0, 4318.0, 4329.0, 4286.0, 4329.0, 4309.0, 4291.0, 4331.0, 4329.0, 4287.0, 4315.0, 4306.0, 4289.0, 4330.0, 4308.0, 4300.0, 4330.0, 4287.0, 4300.0, 4340.0, 4301.0, 4323.0, 4341.0, 4304.0, 4345.0, 4332.0], 'WindowWidth': [9607.0, 9586.0, 9585.0, 9523.0, 9554.0, 9518.0, 9501.0, 9527.0, 9475.0, 9519.0, 9543.0, 9495.0, 9557.0, 9563.0, 9512.0, 9559.0, 9565.0, 9514.0, 9545.0, 9552.0, 9517.0, 9563.0, 9516.0, 9534.0, 9576.0, 9514.0, 9550.0, 9576.0, 9524.0, 9566.0, 9575.0, 9539.0, 9562.0, 9577.0, 9504.0, 9580.0, 9592.0, 9537.0, 9565.0, 9554.0, 9505.0, 9573.0, 9531.0, 9517.0, 9574.0, 9546.0, 9517.0, 9571.0, 9516.0, 9530.0, 9570.0, 9493.0, 9531.0, 9572.0, 9527.0, 9556.0, 9570.0, 9497.0, 9557.0, 9572.0, 9509.0, 9536.0, 9547.0, 9470.0, 9534.0, 9545.0, 9489.0, 9532.0, 9519.0, 9486.0, 9551.0, 9542.0, 9485.0, 9530.0, 9530.0, 9495.0, 9550.0, 9545.0, 9509.0, 9550.0, 9492.0, 9512.0, 9575.0, 9509.0, 9515.0, 9568.0, 9496.0, 9535.0, 9574.0, 9541.0, 9533.0, 9553.0, 9547.0, 9494.0, 9552.0, 9489.0, 9508.0, 9551.0, 9493.0, 9537.0, 9559.0, 9494.0, 9506.0, 9544.0, 9475.0, 9504.0, 9549.0, 9476.0, 9521.0, 9545.0, 9477.0, 9521.0, 9545.0, 9487.0, 9505.0, 9545.0, 9493.0, 9518.0, 9545.0, 9504.0, 9535.0, 9544.0, 9491.0, 9540.0, 9565.0, 9509.0, 9536.0, 9547.0, 9490.0, 9532.0, 9494.0, 9525.0, 9570.0, 9513.0, 9529.0, 9572.0, 9514.0, 9556.0, 9574.0, 9534.0, 9574.0, 9572.0, 9514.0, 9559.0, 9537.0, 9513.0, 9568.0, 9511.0, 9530.0, 9570.0, 9506.0, 9527.0, 9568.0, 9508.0, 9508.0, 9548.0, 9481.0, 9535.0, 9566.0, 9513.0, 9552.0, 9565.0, 9506.0, 9532.0, 9489.0, 9493.0, 9544.0, 9488.0, 9511.0, 9549.0, 9472.0, 9537.0, 9552.0, 9508.0, 9538.0, 9551.0, 9489.0, 9551.0, 9546.0, 9503.0, 9535.0, 9481.0, 9484.0, 9542.0, 9486.0, 9486.0, 9540.0, 9453.0, 9518.0, 9560.0, 9504.0, 9532.0, 9543.0, 9490.0, 9535.0, 9550.0, 9508.0, 9548.0, 9505.0, 9495.0, 9567.0, 9551.0, 9495.0, 9546.0, 9491.0, 9511.0, 9565.0, 9503.0, 9526.0, 9565.0, 9477.0, 9525.0, 9563.0, 9493.0, 9538.0, 9569.0, 9512.0, 9555.0, 9566.0, 9513.0, 9538.0, 9561.0, 9512.0, 9554.0, 9522.0, 9506.0, 9554.0, 9563.0, 9503.0, 9558.0, 9557.0, 9475.0, 9531.0, 9546.0, 9504.0, 9549.0, 9551.0, 9490.0, 9548.0, 9531.0, 9508.0, 9552.0, 9506.0, 9506.0, 9571.0, 9550.0, 9485.0, 9547.0, 9503.0, 9490.0, 9549.0, 9504.0, 9506.0, 9550.0, 9492.0, 9509.0, 9548.0, 9489.0, 9521.0, 9549.0, 9499.0, 9505.0, 9543.0, 9477.0, 9535.0, 9549.0, 9489.0, 9518.0, 9544.0, 9469.0, 9516.0, 9544.0, 9503.0, 9559.0, 9534.0, 9495.0, 9552.0, 9547.0, 9486.0, 9537.0, 9503.0, 9508.0, 9569.0, 9506.0, 9505.0, 9552.0, 9505.0, 9506.0, 9572.0, 9536.0, 9489.0, 9545.0, 9529.0, 9515.0, 9553.0, 9546.0, 9505.0, 9552.0, 9489.0, 9513.0, 9564.0, 9511.0, 9529.0, 9568.0, 9493.0, 9523.0, 9570.0, 9512.0, 9543.0, 9566.0, 9497.0, 9543.0, 9568.0, 9508.0, 9520.0, 9546.0, 9479.0, 9530.0, 9545.0, 9509.0, 9521.0, 9543.0, 9487.0, 9530.0, 9519.0, 9490.0, 9547.0, 9517.0, 9494.0, 9548.0, 9518.0, 9503.0, 9544.0, 9485.0, 9504.0, 9551.0, 9503.0, 9503.0, 9550.0, 9476.0, 9521.0, 9551.0, 9506.0, 9520.0, 9545.0, 9482.0, 9552.0, 9566.0, 9512.0, 9555.0, 9552.0, 9492.0, 9551.0, 9553.0, 9505.0, 9518.0, 9548.0, 9484.0, 9531.0, 9504.0, 9486.0, 9530.0, 9487.0, 9494.0, 9541.0, 9471.0, 9500.0, 9539.0, 9474.0, 9512.0, 9537.0, 9486.0, 9530.0, 9525.0, 9482.0, 9526.0, 9501.0, 9491.0, 9530.0, 9483.0, 9501.0, 9541.0, 9470.0, 9502.0, 9527.0, 9488.0, 9494.0, 9541.0, 9471.0, 9516.0, 9544.0, 9488.0, 9532.0, 9528.0, 9489.0, 9554.0, 9544.0, 9485.0, 9532.0, 9490.0, 9523.0, 9545.0, 9497.0, 9551.0, 9561.0, 9510.0, 9554.0, 9508.0, 9514.0, 9575.0, 9524.0, 9525.0, 9566.0, 9496.0, 9527.0, 9569.0, 9498.0, 9531.0, 9566.0, 9509.0, 9526.0, 9565.0, 9495.0, 9537.0, 9544.0, 9520.0, 9552.0, 9501.0, 9497.0, 9554.0, 9499.0, 9507.0, 9554.0, 9478.0, 9537.0, 9566.0, 9511.0, 9553.0, 9512.0, 9511.0, 9553.0, 9487.0, 9505.0, 9552.0, 9500.0, 9520.0, 9551.0, 9484.0, 9530.0, 9525.0, 9481.0, 9528.0, 9479.0, 9476.0, 9520.0, 9465.0, 9513.0, 9541.0, 9469.0, 9527.0, 9538.0, 9509.0, 9532.0, 9472.0, 9503.0, 9545.0, 9490.0, 9526.0, 9567.0, 9500.0, 9562.0, 9575.0, 9528.0, 9559.0, 9557.0, 9517.0, 9558.0, 9539.0, 9505.0, 9553.0, 9491.0, 9508.0, 9551.0, 9504.0, 9507.0, 9548.0, 9490.0, 9504.0, 9564.0, 9501.0, 9509.0, 9544.0, 9484.0, 9501.0, 9566.0, 9542.0, 9570.0, 9523.0, 9536.0, 9513.0, 9564.0, 9574.0, 9533.0, 9574.0, 9538.0, 9511.0, 9554.0, 9556.0, 9527.0, 9550.0, 9485.0, 9506.0, 9439.0, 9503.0, 9542.0, 9494.0, 9554.0, 9565.0, 9494.0, 9549.0, 9539.0, 9511.0, 9554.0, 9507.0, 9509.0, 9544.0, 9494.0, 9482.0, 9526.0, 9466.0, 9497.0, 9543.0, 9480.0, 9495.0, 9518.0, 9461.0, 9502.0, 9515.0, 9469.0, 9501.0, 9486.0, 9451.0, 9497.0, 9433.0, 9452.0, 9493.0, 9437.0, 9467.0, 9494.0, 9441.0, 9498.0, 9510.0, 9458.0, 9499.0, 9498.0, 9460.0, 9504.0, 9462.0, 9479.0, 9520.0, 9465.0, 9511.0, 9525.0, 9470.0, 9534.0, 9542.0, 9488.0, 9515.0, 9535.0, 9495.0, 9551.0, 9493.0, 9529.0, 9552.0, 9508.0, 9514.0, 9567.0, 9488.0, 9552.0, 9574.0, 9529.0, 9564.0, 9576.0, 9505.0, 9577.0, 9574.0, 9532.0, 9556.0, 9570.0, 9504.0, 9567.0, 9591.0, 9519.0, 9562.0, 9543.0, 9516.0, 9574.0, 9514.0, 9533.0, 9575.0, 9499.0, 9548.0, 9574.0, 9509.0, 9525.0, 9550.0, 9497.0, 9552.0, 9570.0, 9524.0, 9535.0, 9547.0, 9475.0, 9530.0, 9533.0, 9489.0, 9533.0, 9498.0, 9487.0, 9547.0, 9549.0, 9481.0, 9511.0, 9538.0, 9471.0, 9529.0, 9540.0, 9482.0, 9513.0, 9523.0, 9468.0, 9510.0, 9534.0, 9479.0, 9507.0, 9520.0, 9466.0, 9529.0, 9520.0, 9486.0, 9527.0, 9522.0, 9463.0, 9523.0, 9478.0, 9485.0, 9526.0, 9468.0, 9501.0, 9542.0, 9485.0, 9515.0, 9541.0, 9470.0, 9527.0, 9542.0, 9485.0, 9512.0, 9538.0, 9471.0, 9514.0, 9534.0, 9499.0, 9510.0, 9537.0, 9465.0, 9517.0, 9540.0, 9483.0, 9502.0, 9538.0, 9454.0, 9487.0, 9541.0, 9470.0, 9500.0, 9543.0, 9473.0, 9504.0, 9545.0, 9472.0, 9502.0, 9542.0, 9464.0, 9523.0, 9560.0, 9494.0, 9527.0, 9564.0, 9501.0, 9562.0, 9576.0, 9519.0, 9561.0, 9528.0, 9515.0, 9573.0, 9558.0, 9516.0, 9558.0, 9498.0, 9534.0, 9578.0, 9526.0, 9535.0, 9590.0, 9501.0, 9532.0, 9571.0, 9517.0, 9532.0, 9575.0, 9499.0, 9559.0, 9590.0, 9520.0, 9545.0, 9566.0, 9514.0, 9558.0, 9572.0, 9499.0, 9558.0, 9565.0, 9516.0, 9554.0, 9565.0, 9484.0, 9535.0, 9564.0, 9511.0, 9556.0, 9494.0, 9518.0, 9566.0, 9508.0, 9533.0, 9568.0, 9494.0, 9540.0, 9565.0, 9505.0, 9519.0, 9570.0, 9480.0, 9525.0, 9703.0, 9608.0, 9559.0, 9572.0, 9530.0, 9575.0, 9506.0, 9545.0, 9535.0, 9565.0, 9586.0, 9552.0, 9597.0, 9576.0, 9506.0, 9549.0, 9554.0, 9505.0, 9535.0, 9526.0, 9481.0, 9531.0, 9525.0, 9477.0, 9524.0, 9449.0, 9480.0, 9520.0, 9468.0, 9506.0, 9538.0, 9468.0, 9499.0, 9538.0, 9474.0, 9552.0, 9492.0, 9507.0, 9564.0, 9512.0, 9560.0, 9585.0, 9512.0, 9554.0, 9493.0, 9526.0, 9564.0, 9513.0, 9559.0, 9567.0, 9520.0, 9534.0, 9545.0, 9511.0, 9555.0, 9539.0, 9514.0, 9565.0, 9489.0, 9526.0, 9563.0, 9503.0, 9522.0, 9560.0, 9476.0, 9553.0, 9561.0, 9509.0, 9538.0, 9533.0, 9493.0, 9553.0, 9505.0, 9525.0, 9575.0, 9508.0, 9528.0, 9567.0, 9491.0, 9524.0, 9572.0, 9510.0, 9541.0, 9566.0, 9495.0, 9559.0, 9568.0, 9511.0, 9537.0, 9533.0, 9492.0, 9567.0, 9493.0, 9525.0, 9569.0, 9511.0, 9545.0, 9568.0, 9503.0, 9563.0, 9592.0, 9512.0, 9528.0, 9569.0, 9501.0, 9567.0, 9592.0, 9533.0, 9557.0, 9586.0, 9512.0, 9556.0, 9513.0, 9528.0, 9569.0, 9496.0, 9533.0, 9589.0, 9526.0, 9528.0, 9569.0, 9504.0, 9578.0, 9588.0, 9526.0, 9556.0, 9556.0, 9520.0, 9573.0, 9571.0, 9526.0, 9538.0, 9536.0, 9493.0, 9550.0, 9536.0, 9492.0, 9547.0, 9519.0, 9488.0, 9564.0, 9568.0, 9489.0, 9529.0, 9544.0, 9484.0, 9546.0, 9516.0, 9494.0, 9550.0, 9546.0, 9485.0, 9523.0, 9510.0, 9492.0, 9547.0, 9512.0, 9508.0, 9547.0, 9487.0, 9508.0, 9560.0, 9509.0, 9541.0, 9566.0, 9523.0, 9576.0, 9555.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.0006073932092004382</td></tr>
<tr><td colspan=3>aqi</td><td>0.015941691237677986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.56046666175444</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2234184909758776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0084446902412285</td></tr>
<tr><td colspan=3>efc</td><td>0.5288</td></tr>
<tr><td colspan=3>fber</td><td>3433.0151</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06708737055392829</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2048192771084338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5994063808308234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5072095765871016</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8129242056619335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4780853602434343</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130803</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0004167756997048855</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03322690352797508</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.845934015578851</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.3595</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.6925</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.3078</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287018.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>1222.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.7369</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.294</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.4115</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3393.8939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.5683</td></tr>
<tr><td colspan=3>tsnr</td><td>42.629551443737</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>