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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-02/func/sub-0004_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d3f947b5f1409bc866a9d0c89e204c4e</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:55:56.085000</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.999879, 0.00642847, -0.0141818, -0.00523537, 0.996568, 0.0826179]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0888487</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7751, -7257, 577, -91, -169, 40, 107]</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>222.625</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac41f919-e2f0-46c0-9e1b-fbc5070d4cab||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.6826016902923584, -0.014046115800738335, -0.03959352895617485, 111.67850494384766], [-0.01724712736904621, 2.673717975616455, 0.22284075617790222, -103.59622192382812], [-0.038048844784498215, -0.22165772318840027, 2.6904969215393066, -34.489105224609375], [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': ['095556.085000', '095556.545000', '095557.005000', '095557.465000', '095557.925000', '095558.385000', '095558.845000', '095559.305000', '095559.765000', '095600.225000', '095600.685000', '095601.145000', '095601.605000', '095602.065000', '095602.525000', '095602.985000', '095603.445000', '095603.905000', '095604.365000', '095604.825000', '095605.285000', '095605.745000', '095606.205000', '095606.665000', '095607.125000', '095607.585000', '095608.045000', '095608.505000', '095608.965000', '095609.425000', '095609.885000', '095610.345000', '095610.805000', '095611.265000', '095611.725000', '095612.185000', '095612.645000', '095613.105000', '095613.565000', '095614.025000', '095614.485000', '095614.945000', '095615.405000', '095615.865000', '095616.325000', '095616.785000', '095617.245000', '095617.705000', '095618.165000', '095618.625000', '095619.085000', '095619.545000', '095620.005000', '095620.465000', '095620.925000', '095621.385000', '095621.845000', '095622.305000', '095622.765000', '095623.225000', '095623.685000', '095624.145000', '095624.605000', '095625.065000', '095625.525000', '095625.985000', '095626.445000', '095626.905000', '095627.365000', '095627.825000', '095628.285000', '095628.745000', '095629.205000', '095629.665000', '095630.125000', '095630.585000', '095631.045000', '095631.505000', '095631.965000', '095632.425000', '095632.885000', '095633.345000', '095633.805000', '095634.265000', '095634.725000', '095635.185000', '095635.645000', '095636.105000', '095636.565000', '095637.025000', '095637.485000', '095637.945000', '095638.405000', '095638.865000', '095639.325000', '095639.785000', '095640.245000', '095640.705000', '095641.165000', '095641.625000', '095642.085000', '095642.545000', '095643.005000', '095643.465000', '095643.925000', '095644.385000', '095644.845000', '095645.305000', '095645.765000', '095646.225000', '095646.685000', '095647.145000', '095647.605000', '095648.065000', '095648.525000', '095648.985000', '095649.445000', '095649.905000', '095650.365000', '095650.825000', '095651.285000', '095651.745000', '095652.205000', '095652.665000', '095653.125000', '095653.585000', '095654.045000', '095654.505000', '095654.965000', '095655.425000', '095655.885000', '095656.345000', '095656.805000', '095657.265000', '095657.725000', '095658.185000', '095658.645000', '095659.105000', '095659.565000', '095700.025000', '095700.485000', '095700.945000', '095701.405000', '095701.865000', '095702.325000', '095702.785000', '095703.245000', '095703.705000', '095704.165000', '095704.625000', '095705.085000', '095705.545000', '095706.005000', '095706.465000', '095706.925000', '095707.385000', '095707.845000', '095708.305000', '095708.765000', '095709.225000', '095709.685000', '095710.145000', '095710.605000', '095711.065000', '095711.525000', '095711.985000', '095712.445000', '095712.905000', '095713.365000', '095713.825000', '095714.285000', '095714.745000', '095715.205000', '095715.665000', '095716.125000', '095716.585000', '095717.045000', '095717.505000', '095717.965000', '095718.425000', '095718.885000', '095719.345000', '095719.805000', '095720.265000', '095720.725000', '095721.185000', '095721.645000', '095722.105000', '095722.565000', '095723.025000', '095723.485000', '095723.945000', '095724.405000', '095724.865000', '095725.325000', '095725.785000', '095726.245000', '095726.705000', '095727.165000', '095727.625000', '095728.085000', '095728.545000', '095729.005000', '095729.465000', '095729.925000', '095730.385000', '095730.845000', '095731.305000', '095731.765000', '095732.225000', '095732.685000', '095733.145000', '095733.605000', '095734.065000', '095734.525000', '095734.985000', '095735.445000', '095735.905000', '095736.365000', '095736.825000', '095737.285000', '095737.745000', '095738.205000', '095738.665000', '095739.125000', '095739.585000', '095740.045000', '095740.505000', '095740.965000', '095741.425000', '095741.885000', '095742.345000', '095742.805000', '095743.265000', '095743.725000', '095744.185000', '095744.645000', '095745.105000', '095745.565000', '095746.025000', '095746.485000', '095746.945000', '095747.405000', '095747.865000', '095748.325000', '095748.785000', '095749.245000', '095749.705000', '095750.165000', '095750.625000', '095751.085000', '095751.545000', '095752.005000', '095752.465000', '095752.925000', '095753.385000', '095753.845000', '095754.305000', '095754.765000', '095755.225000', '095755.685000', '095756.145000', '095756.605000', '095757.065000', '095757.525000', '095757.985000', '095758.445000', '095758.905000', '095759.365000', '095759.825000', '095800.285000', '095800.745000', '095801.205000', '095801.665000', '095802.125000', '095802.585000', '095803.045000', '095803.505000', '095803.965000', '095804.425000', '095804.885000', '095805.345000', '095805.805000', '095806.265000', '095806.725000', '095807.185000', '095807.645000', '095808.105000', '095808.565000', '095809.025000', '095809.485000', '095809.945000', '095810.405000', '095810.865000', '095811.325000', '095811.785000', '095812.245000', '095812.705000', '095813.165000', '095813.625000', '095814.085000', '095814.545000', '095815.005000', '095815.465000', '095815.925000', '095816.385000', '095816.845000', '095817.305000', '095817.765000', '095818.225000', '095818.685000', '095819.145000', '095819.605000', '095820.065000', '095820.525000', '095820.985000', '095821.445000', '095821.905000', '095822.365000', '095822.825000', '095823.285000', '095823.745000', '095824.205000', '095824.665000', '095825.125000', '095825.585000', '095826.045000', '095826.505000', '095826.965000', '095827.425000', '095827.885000', '095828.345000', '095828.805000', '095829.265000', '095829.725000', '095830.185000', '095830.645000', '095831.105000', '095831.565000', '095832.025000', '095832.485000', '095832.945000', '095833.405000', '095833.865000', '095834.325000', '095834.785000', '095835.245000', '095835.705000', '095836.165000', '095836.625000', '095837.085000', '095837.545000', '095838.005000', '095838.465000', '095838.925000', '095839.385000', '095839.845000', '095840.305000', '095840.765000', '095841.225000', '095841.685000', '095842.145000', '095842.605000', '095843.065000', '095843.525000', '095843.985000', '095844.445000', '095844.905000', '095845.365000', '095845.825000', '095846.285000', '095846.745000', '095847.205000', '095847.665000', '095848.125000', '095848.585000', '095849.045000', '095849.505000', '095849.965000', '095850.425000', '095850.885000', '095851.345000', '095851.805000', '095852.265000', '095852.725000', '095853.185000', '095853.645000', '095854.105000', '095854.565000', '095855.025000', '095855.485000', '095855.945000', '095856.405000', '095856.865000', '095857.325000', '095857.785000', '095858.245000', '095858.705000', '095859.165000', '095859.625000', '095900.085000', '095900.545000', '095901.005000', '095901.465000', '095901.925000', '095902.385000', '095902.845000', '095903.305000', '095903.765000', '095904.225000', '095904.685000', '095905.145000', '095905.605000', '095906.065000', '095906.525000', '095906.985000', '095907.445000', '095907.905000', '095908.365000', '095908.825000', '095909.285000', '095909.745000', '095910.205000', '095910.665000', '095911.125000', '095911.585000', '095912.045000', '095912.505000', '095912.965000', '095913.425000', '095913.885000', '095914.345000', '095914.805000', '095915.265000', '095915.725000', '095916.185000', '095916.645000', '095917.105000', '095917.565000', '095918.025000', '095918.485000', '095918.945000', '095919.405000', '095919.865000', '095920.325000', '095920.785000', '095921.245000', '095921.705000', '095922.165000', '095922.625000', '095923.085000', '095923.545000', '095924.005000', '095924.465000', '095924.925000', '095925.385000', '095925.845000', '095926.305000', '095926.765000', '095927.225000', '095927.685000', '095928.145000', '095928.605000', '095929.065000', '095929.525000', '095929.985000', '095930.445000', '095930.905000', '095931.365000', '095931.825000', '095932.285000', '095932.745000', '095933.205000', '095933.665000', '095934.125000', '095934.585000', '095935.045000', '095935.505000', '095935.965000', '095936.425000', '095936.885000', '095937.345000', '095937.805000', '095938.265000', '095938.725000', '095939.185000', '095939.645000', '095940.105000', '095940.565000', '095941.025000', '095941.485000', '095941.945000', '095942.405000', '095942.865000', '095943.325000', '095943.785000', '095944.245000', '095944.705000', '095945.165000', '095945.625000', '095946.085000', '095946.545000', '095947.005000', '095947.465000', '095947.925000', '095948.385000', '095948.845000', '095949.305000', '095949.765000', '095950.225000', '095950.685000', '095951.145000', '095951.605000', '095952.065000', '095952.525000', '095952.985000', '095953.445000', '095953.905000', '095954.365000', '095954.825000', '095955.285000', '095955.745000', '095956.205000', '095956.665000', '095957.125000', '095957.585000', '095958.045000', '095958.505000', '095958.965000', '095959.425000', '095959.885000', '100000.345000', '100000.805000', '100001.265000', '100001.725000', '100002.185000', '100002.645000', '100003.105000', '100003.565000', '100004.025000', '100004.485000', '100004.945000', '100005.405000', '100005.865000', '100006.325000', '100006.785000', '100007.245000', '100007.705000', '100008.165000', '100008.625000', '100009.085000', '100009.545000', '100010.005000', '100010.465000', '100010.925000', '100011.385000', '100011.845000', '100012.305000', '100012.765000', '100013.225000', '100013.685000', '100014.145000', '100014.605000', '100015.065000', '100015.525000', '100015.985000', '100016.445000', '100016.905000', '100017.365000', '100017.825000', '100018.285000', '100018.745000', '100019.205000', '100019.665000', '100020.125000', '100020.585000', '100021.045000', '100021.505000', '100021.965000', '100022.425000', '100022.885000', '100023.345000', '100023.805000', '100024.265000', '100024.725000', '100025.185000', '100025.645000', '100026.105000', '100026.565000', '100027.025000', '100027.485000', '100027.945000', '100028.405000', '100028.865000', '100029.325000', '100029.785000', '100030.245000', '100030.705000', '100031.165000', '100031.625000', '100032.085000', '100032.545000', '100033.005000', '100033.465000', '100033.925000', '100034.385000', '100034.845000', '100035.305000', '100035.765000', '100036.225000', '100036.685000', '100037.145000', '100037.605000', '100038.065000', '100038.525000', '100038.985000', '100039.445000', '100039.905000', '100040.365000', '100040.825000', '100041.285000', '100041.745000', '100042.205000', '100042.665000', '100043.125000', '100043.585000', '100044.045000', '100044.505000', '100044.965000', '100045.425000', '100045.885000', '100046.345000', '100046.805000', '100047.265000', '100047.725000', '100048.185000', '100048.645000', '100049.105000', '100049.565000', '100050.025000', '100050.485000', '100050.945000', '100051.405000', '100051.865000', '100052.325000', '100052.785000', '100053.245000', '100053.705000', '100054.165000', '100054.625000', '100055.085000', '100055.545000', '100056.005000', '100056.465000', '100056.925000', '100057.385000', '100057.845000', '100058.305000', '100058.765000', '100059.225000', '100059.685000', '100100.145000', '100100.605000', '100101.065000', '100101.525000', '100101.985000', '100102.445000', '100102.905000', '100103.365000', '100103.825000', '100104.285000', '100104.745000', '100105.205000', '100105.665000', '100106.125000', '100106.585000', '100107.045000', '100107.505000', '100107.965000', '100108.425000', '100108.885000', '100109.345000', '100109.805000', '100110.265000', '100110.725000', '100111.185000', '100111.645000', '100112.105000', '100112.565000', '100113.025000', '100113.485000', '100113.945000', '100114.405000', '100114.865000', '100115.325000', '100115.785000', '100116.245000', '100116.705000', '100117.165000', '100117.625000', '100118.085000', '100118.545000', '100119.005000', '100119.465000', '100119.925000', '100120.385000', '100120.845000', '100121.305000', '100121.765000', '100122.225000', '100122.685000', '100123.145000', '100123.605000', '100124.065000', '100124.525000', '100124.985000', '100125.445000', '100125.905000', '100126.365000', '100126.825000', '100127.285000', '100127.745000', '100128.205000', '100128.665000', '100129.125000', '100129.585000', '100130.045000', '100130.505000', '100130.965000', '100131.425000', '100131.885000', '100132.345000', '100132.805000', '100133.265000', '100133.725000', '100134.185000', '100134.645000', '100135.105000', '100135.565000', '100136.025000', '100136.485000', '100136.945000', '100137.405000', '100137.865000', '100138.325000', '100138.785000', '100139.245000', '100139.705000', '100140.165000', '100140.625000', '100141.085000', '100141.545000', '100142.005000', '100142.465000', '100142.925000', '100143.385000', '100143.845000', '100144.305000', '100144.765000', '100145.225000', '100145.685000', '100146.145000', '100146.605000', '100147.065000', '100147.525000', '100147.985000', '100148.445000', '100148.905000', '100149.365000', '100149.825000', '100150.285000', '100150.745000', '100151.205000', '100151.665000', '100152.125000', '100152.585000', '100153.045000', '100153.505000', '100153.965000', '100154.425000', '100154.885000', '100155.345000', '100155.805000', '100156.265000', '100156.725000', '100157.185000', '100157.645000', '100158.105000', '100158.565000', '100159.025000', '100159.485000', '100159.945000', '100200.405000', '100200.865000', '100201.325000', '100201.785000', '100202.245000', '100202.705000', '100203.165000', '100203.625000', '100204.085000', '100204.545000', '100205.005000', '100205.465000', '100205.925000', '100206.385000', '100206.845000', '100207.305000', '100207.765000', '100208.225000', '100208.685000', '100209.145000', '100209.605000', '100210.065000', '100210.525000', '100210.985000', '100211.445000', '100211.905000', '100212.365000', '100212.825000', '100213.285000', '100213.745000', '100214.205000', '100214.665000', '100215.125000', '100215.585000', '100216.045000', '100216.505000', '100216.965000', '100217.425000', '100217.885000', '100218.345000', '100218.805000', '100219.265000', '100219.725000', '100220.185000', '100220.645000', '100221.105000', '100221.565000', '100222.025000', '100222.485000', '100222.945000', '100223.405000', '100223.865000', '100224.325000', '100224.785000', '100225.245000', '100225.705000', '100226.165000', '100226.625000', '100227.085000', '100227.545000', '100228.005000', '100228.465000', '100228.925000', '100229.385000', '100229.845000', '100230.305000', '100230.765000', '100231.225000', '100231.685000', '100232.145000', '100232.605000', '100233.065000', '100233.525000', '100233.985000', '100234.445000', '100234.905000', '100235.365000', '100235.825000', '100236.285000', '100236.745000', '100237.205000', '100237.665000', '100238.125000', '100238.585000', '100239.045000', '100239.505000', '100239.965000', '100240.425000', '100240.885000', '100241.345000', '100241.805000', '100242.265000', '100242.725000', '100243.185000', '100243.645000', '100244.105000', '100244.565000', '100245.025000', '100245.485000', '100245.945000', '100246.405000', '100246.865000', '100247.325000', '100247.785000', '100248.245000', '100248.705000', '100249.165000', '100249.625000', '100250.085000', '100250.545000', '100251.005000', '100251.465000', '100251.925000', '100252.385000', '100252.845000', '100253.305000', '100253.765000', '100254.225000', '100254.685000', '100255.145000', '100255.605000', '100256.065000'], 'ContentTime': ['095622.121000', '095622.124000', '095622.127000', '095622.130000', '095622.133000', '095622.136000', '095622.139000', '095622.142000', '095622.145000', '095622.147000', '095622.150000', '095622.153000', '095622.156000', '095622.175000', '095622.178000', '095622.181000', '095622.184000', '095622.187000', '095622.190000', '095622.192000', '095622.195000', '095622.198000', '095622.201000', '095622.204000', '095622.207000', '095622.210000', '095622.213000', '095622.216000', '095622.219000', '095622.222000', '095622.225000', '095622.227000', '095622.230000', '095622.233000', '095622.236000', '095622.245000', '095622.249000', '095622.252000', '095622.255000', '095622.258000', '095622.261000', '095622.264000', '095622.267000', '095622.270000', '095622.272000', '095622.275000', '095622.278000', '095622.281000', '095622.284000', '095622.287000', '095622.290000', '095622.293000', '095622.296000', '095622.299000', '095642.089000', '095642.092000', '095642.102000', '095642.106000', '095642.109000', '095642.112000', '095642.115000', '095642.118000', '095642.121000', '095642.124000', '095642.126000', '095642.129000', '095642.132000', '095642.135000', '095642.138000', '095642.141000', '095642.144000', '095642.146000', '095642.149000', '095642.158000', '095642.204000', '095642.207000', '095642.210000', '095642.213000', '095642.216000', '095642.219000', '095642.221000', '095642.224000', '095642.227000', '095642.230000', '095642.233000', '095642.236000', '095642.245000', '095642.248000', '095642.251000', '095642.253000', '095642.256000', '095642.259000', '095642.262000', '095642.265000', '095642.268000', '095642.271000', '095642.274000', '095702.089000', '095702.092000', '095702.095000', '095702.098000', '095702.101000', '095702.104000', '095702.107000', '095702.109000', '095702.112000', '095702.115000', '095702.118000', '095702.121000', '095702.124000', '095702.127000', '095702.130000', '095702.132000', '095702.135000', '095702.138000', '095702.141000', '095702.144000', '095702.147000', '095702.150000', '095702.153000', '095702.155000', '095702.158000', '095702.230000', '095702.233000', '095702.236000', '095702.238000', '095702.241000', '095702.244000', '095702.247000', '095702.250000', '095702.253000', '095702.256000', '095702.258000', '095702.261000', '095702.264000', '095702.267000', '095702.270000', '095702.273000', '095702.275000', '095702.278000', '095702.281000', '095722.089000', '095722.092000', '095722.095000', '095722.098000', '095722.101000', '095722.104000', '095722.106000', '095722.109000', '095722.112000', '095722.115000', '095722.118000', '095722.121000', '095722.124000', '095722.127000', '095722.130000', '095722.133000', '095722.136000', '095722.139000', '095722.142000', '095722.145000', '095722.148000', '095722.151000', '095722.153000', '095722.156000', '095722.159000', '095722.162000', '095722.165000', '095722.168000', '095722.171000', '095722.174000', '095722.177000', '095722.180000', '095722.183000', '095722.186000', '095722.189000', '095722.192000', '095722.194000', '095722.197000', '095722.200000', '095722.203000', '095722.206000', '095722.209000', '095722.211000', '095742.088000', '095742.091000', '095742.094000', '095742.097000', '095742.100000', '095742.103000', '095742.106000', '095742.108000', '095742.111000', '095742.114000', '095742.117000', '095742.120000', '095742.123000', '095742.126000', '095742.129000', '095742.132000', '095742.134000', '095742.137000', '095742.140000', '095742.143000', '095742.146000', '095742.149000', '095742.152000', '095742.154000', '095742.157000', '095742.160000', '095742.163000', '095742.166000', '095742.169000', '095742.172000', '095742.175000', '095742.178000', '095742.180000', '095742.183000', '095742.204000', '095742.207000', '095742.210000', '095742.212000', '095742.215000', '095742.218000', '095742.221000', '095742.224000', '095742.227000', '095742.237000', '095802.089000', '095802.092000', '095802.095000', '095802.098000', '095802.101000', '095802.104000', '095802.107000', '095802.110000', '095802.113000', '095802.115000', '095802.118000', '095802.121000', '095802.133000', '095802.136000', '095802.139000', '095802.142000', '095802.144000', '095802.147000', '095802.150000', '095802.153000', '095802.156000', '095802.159000', '095802.162000', '095802.167000', '095802.170000', '095802.175000', '095802.178000', '095802.181000', '095802.184000', '095802.187000', '095802.190000', '095802.193000', '095802.196000', '095802.199000', '095802.202000', '095802.205000', '095802.208000', '095802.211000', '095802.214000', '095802.216000', '095802.219000', '095802.222000', '095802.225000', '095822.089000', '095822.092000', '095822.095000', '095822.105000', '095822.108000', '095822.111000', '095822.114000', '095822.117000', '095822.120000', '095822.123000', '095822.126000', '095822.129000', '095822.132000', '095822.135000', '095822.137000', '095822.140000', '095822.143000', '095822.146000', '095822.149000', '095822.152000', '095822.155000', '095822.158000', '095822.161000', '095822.164000', '095822.166000', '095822.169000', '095822.172000', '095822.175000', '095822.178000', '095822.181000', '095822.184000', '095822.186000', '095822.189000', '095822.192000', '095822.195000', '095822.198000', '095822.201000', '095822.204000', '095822.207000', '095822.210000', '095822.215000', '095822.218000', '095822.221000', '095822.224000', '095842.089000', '095842.093000', '095842.096000', '095842.099000', '095842.102000', '095842.104000', '095842.107000', '095842.110000', '095842.113000', '095842.116000', '095842.119000', '095842.122000', '095842.125000', '095842.134000', '095842.137000', '095842.140000', '095842.143000', '095842.146000', '095842.149000', '095842.152000', '095842.155000', '095842.158000', '095842.207000', '095842.210000', '095842.213000', '095842.216000', '095842.219000', '095842.222000', '095842.225000', '095842.228000', '095842.231000', '095842.234000', '095842.237000', '095842.240000', '095842.243000', '095842.246000', '095842.249000', '095842.252000', '095842.255000', '095842.257000', '095842.260000', '095842.263000', '095842.266000', '095902.089000', '095902.092000', '095902.095000', '095902.098000', '095902.101000', '095902.104000', '095902.107000', '095902.110000', '095902.113000', '095902.116000', '095902.119000', '095902.122000', '095902.124000', '095902.127000', '095902.130000', '095902.134000', '095902.137000', '095902.139000', '095902.142000', '095902.145000', '095902.148000', '095902.151000', '095902.154000', '095902.157000', '095902.160000', '095902.169000', '095902.172000', '095902.175000', '095902.177000', '095902.180000', '095902.183000', '095902.186000', '095902.189000', '095902.192000', '095902.195000', '095902.198000', '095902.201000', '095902.203000', '095902.206000', '095902.209000', '095902.212000', '095902.215000', '095902.218000', '095902.221000', '095922.089000', '095922.092000', '095922.095000', '095922.098000', '095922.101000', '095922.104000', '095922.106000', '095922.109000', '095922.112000', '095922.115000', '095922.118000', '095922.121000', '095922.124000', '095922.127000', '095922.129000', '095922.132000', '095922.135000', '095922.138000', '095922.141000', '095922.144000', '095922.147000', '095922.150000', '095922.153000', '095922.156000', '095922.159000', '095922.162000', '095922.165000', '095922.168000', '095922.172000', '095922.176000', '095922.179000', '095922.182000', '095922.185000', '095922.188000', '095922.190000', '095922.194000', '095922.196000', '095922.210000', '095922.213000', '095922.216000', '095922.219000', '095922.221000', '095922.224000', '095942.089000', '095942.092000', '095942.095000', '095942.098000', '095942.101000', '095942.104000', '095942.107000', '095942.110000', '095942.113000', '095942.115000', '095942.118000', '095942.121000', '095942.124000', '095942.127000', '095942.130000', '095942.133000', '095942.136000', '095942.138000', '095942.141000', '095942.144000', '095942.147000', '095942.150000', '095942.153000', '095942.156000', '095942.159000', '095942.223000', '095942.226000', '095942.229000', '095942.232000', '095942.235000', '095942.238000', '095942.240000', '095942.243000', '095942.246000', '095942.249000', '095942.252000', '095942.255000', '095942.258000', '095942.261000', '095942.264000', '095942.267000', '095942.270000', '095942.273000', '095942.276000', '100002.088000', '100002.091000', '100002.094000', '100002.097000', '100002.100000', '100002.103000', '100002.106000', '100002.109000', '100002.112000', '100002.115000', '100002.118000', '100002.120000', '100002.125000', '100002.128000', '100002.131000', '100002.134000', '100002.137000', '100002.140000', '100002.142000', '100002.145000', '100002.148000', '100002.151000', '100002.154000', '100002.157000', '100002.196000', '100002.199000', '100002.202000', '100002.205000', '100002.208000', '100002.211000', '100002.214000', '100002.217000', '100002.219000', '100002.222000', '100002.225000', '100002.228000', '100002.231000', '100002.240000', '100002.243000', '100002.246000', '100002.249000', '100002.252000', '100002.255000', '100022.089000', '100022.092000', '100022.095000', '100022.098000', '100022.101000', '100022.104000', '100022.107000', '100022.110000', '100022.112000', '100022.115000', '100022.118000', '100022.121000', '100022.124000', '100022.127000', '100022.130000', '100022.133000', '100022.136000', '100022.139000', '100022.141000', '100022.144000', '100022.147000', '100022.150000', '100022.153000', '100022.156000', '100022.159000', '100022.202000', '100022.205000', '100022.208000', '100022.211000', '100022.214000', '100022.217000', '100022.219000', '100022.222000', '100022.225000', '100022.228000', '100022.231000', '100022.234000', '100022.237000', '100022.239000', '100022.242000', '100022.245000', '100022.248000', '100022.251000', '100022.254000', '100042.089000', '100042.092000', '100042.095000', '100042.098000', '100042.101000', '100042.104000', '100042.107000', '100042.110000', '100042.113000', '100042.116000', '100042.119000', '100042.122000', '100042.125000', '100042.127000', '100042.130000', '100042.133000', '100042.136000', '100042.139000', '100042.142000', '100042.145000', '100042.148000', '100042.151000', '100042.154000', '100042.157000', '100042.235000', '100042.238000', '100042.240000', '100042.243000', '100042.246000', '100042.249000', '100042.252000', '100042.255000', '100042.258000', '100042.261000', '100042.264000', '100042.267000', '100042.270000', '100042.273000', '100042.276000', '100042.279000', '100042.282000', '100042.285000', '100042.287000', '100102.089000', '100102.092000', '100102.095000', '100102.098000', '100102.101000', '100102.104000', '100102.107000', '100102.110000', '100102.113000', '100102.116000', '100102.119000', '100102.122000', '100102.125000', '100102.128000', '100102.131000', '100102.134000', '100102.136000', '100102.139000', '100102.142000', '100102.161000', '100102.164000', '100102.167000', '100102.170000', '100102.172000', '100102.175000', '100102.178000', '100102.181000', '100102.184000', '100102.187000', '100102.190000', '100102.193000', '100102.196000', '100102.199000', '100102.202000', '100102.205000', '100102.208000', '100102.211000', '100102.214000', '100102.217000', '100102.219000', '100102.227000', '100102.230000', '100102.233000', '100102.236000', '100122.089000', '100122.092000', '100122.095000', '100122.098000', '100122.101000', '100122.104000', '100122.107000', '100122.110000', '100122.113000', '100122.116000', '100122.119000', '100122.122000', '100122.125000', '100122.128000', '100122.130000', '100122.133000', '100122.136000', '100122.139000', '100122.142000', '100122.145000', '100122.148000', '100122.151000', '100122.154000', '100122.157000', '100122.226000', '100122.230000', '100122.235000', '100122.239000', '100122.241000', '100122.244000', '100122.247000', '100122.250000', '100122.253000', '100122.256000', '100122.259000', '100122.262000', '100122.265000', '100122.267000', '100122.270000', '100122.273000', '100122.276000', '100122.279000', '100122.282000', '100142.089000', '100142.092000', '100142.095000', '100142.098000', '100142.101000', '100142.104000', '100142.107000', '100142.110000', '100142.116000', '100142.119000', '100142.122000', '100142.125000', '100142.129000', '100142.132000', '100142.135000', '100142.138000', '100142.141000', '100142.144000', '100142.147000', '100142.150000', '100142.153000', '100142.155000', '100142.158000', '100142.162000', '100142.164000', '100142.167000', '100142.170000', '100142.173000', '100142.176000', '100142.179000', '100142.182000', '100142.185000', '100142.188000', '100142.191000', '100142.194000', '100142.197000', '100142.200000', '100142.203000', '100142.206000', '100142.209000', '100142.211000', '100142.214000', '100142.217000', '100142.220000', '100202.089000', '100202.092000', '100202.095000', '100202.098000', '100202.101000', '100202.104000', '100202.107000', '100202.110000', '100202.112000', '100202.115000', '100202.118000', '100202.121000', '100202.124000', '100202.127000', '100202.130000', '100202.133000', '100202.136000', '100202.139000', '100202.142000', '100202.145000', '100202.148000', '100202.151000', '100202.153000', '100202.157000', '100202.217000', '100202.221000', '100202.223000', '100202.226000', '100202.229000', '100202.232000', '100202.235000', '100202.238000', '100202.241000', '100202.244000', '100202.247000', '100202.250000', '100202.253000', '100202.257000', '100202.260000', '100202.263000', '100202.266000', '100202.269000', '100202.272000', '100222.088000', '100222.091000', '100222.094000', '100222.097000', '100222.100000', '100222.103000', '100222.105000', '100222.108000', '100222.111000', '100222.114000', '100222.117000', '100222.120000', '100222.123000', '100222.126000', '100222.129000', '100222.132000', '100222.135000', '100222.137000', '100222.140000', '100222.150000', '100222.153000', '100222.156000', '100222.227000', '100222.229000', '100222.232000', '100222.235000', '100222.238000', '100222.241000', '100222.244000', '100222.264000', '100222.267000', '100222.270000', '100222.273000', '100222.275000', '100222.278000', '100222.281000', '100222.284000', '100222.287000', '100222.290000', '100222.293000', '100222.296000', '100222.299000', '100222.301000', '100222.304000', '100242.089000', '100242.092000', '100242.095000', '100242.098000', '100242.101000', '100242.104000', '100242.107000', '100242.110000', '100242.112000', '100242.115000', '100242.118000', '100242.121000', '100242.124000', '100242.127000', '100242.130000', '100242.132000', '100242.135000', '100242.138000', '100242.141000', '100242.144000', '100242.147000', '100242.150000', '100242.153000', '100242.156000', '100242.212000', '100242.215000', '100242.218000', '100242.221000', '100242.224000', '100242.227000', '100242.230000', '100242.233000', '100242.236000', '100242.239000', '100242.242000', '100242.244000', '100242.247000', '100242.250000', '100242.253000', '100242.256000', '100242.265000', '100242.268000', '100242.271000', '100257.504000', '100257.509000', '100257.513000', '100257.518000', '100257.522000', '100257.526000', '100257.530000', '100257.533000', '100257.536000', '100257.539000', '100257.542000', '100257.545000', '100257.548000', '100257.551000', '100257.554000', '100257.557000', '100257.560000', '100257.563000', '100257.566000', '100257.569000', '100257.572000', '100257.575000', '100257.578000', '100257.581000', '100257.584000', '100257.587000', '100257.589000', '100257.592000', '100257.595000', '100257.598000', '100257.601000', '100257.604000', '100257.607000', '100257.610000'], 'InstanceCreationTime': ['095622.121000', '095622.124000', '095622.127000', '095622.130000', '095622.133000', '095622.136000', '095622.139000', '095622.142000', '095622.145000', '095622.147000', '095622.150000', '095622.153000', '095622.156000', '095622.175000', '095622.178000', '095622.181000', '095622.184000', '095622.187000', '095622.190000', '095622.192000', '095622.195000', '095622.198000', '095622.201000', '095622.204000', '095622.207000', '095622.210000', '095622.213000', '095622.216000', '095622.219000', '095622.222000', '095622.225000', '095622.227000', '095622.230000', '095622.233000', '095622.236000', '095622.245000', '095622.249000', '095622.252000', '095622.255000', '095622.258000', '095622.261000', '095622.264000', '095622.267000', '095622.270000', '095622.272000', '095622.275000', '095622.278000', '095622.281000', '095622.284000', '095622.287000', '095622.290000', '095622.293000', '095622.296000', '095622.299000', '095642.089000', '095642.092000', '095642.102000', '095642.106000', '095642.109000', '095642.112000', '095642.115000', '095642.118000', '095642.121000', '095642.124000', '095642.126000', '095642.129000', '095642.132000', '095642.135000', '095642.138000', '095642.141000', '095642.144000', '095642.146000', '095642.149000', '095642.158000', '095642.204000', '095642.207000', '095642.210000', '095642.213000', '095642.216000', '095642.219000', '095642.221000', '095642.224000', '095642.227000', '095642.230000', '095642.233000', '095642.236000', '095642.245000', '095642.248000', '095642.251000', '095642.253000', '095642.256000', '095642.259000', '095642.262000', '095642.265000', '095642.268000', '095642.271000', '095642.274000', '095702.089000', '095702.092000', '095702.095000', '095702.098000', '095702.101000', '095702.104000', '095702.107000', '095702.109000', '095702.112000', '095702.115000', '095702.118000', '095702.121000', '095702.124000', '095702.127000', '095702.130000', '095702.132000', '095702.135000', '095702.138000', '095702.141000', '095702.144000', '095702.147000', '095702.150000', '095702.153000', '095702.155000', '095702.158000', '095702.230000', '095702.233000', '095702.236000', '095702.238000', '095702.241000', '095702.244000', '095702.247000', '095702.250000', '095702.253000', '095702.256000', '095702.258000', '095702.261000', '095702.264000', '095702.267000', '095702.270000', '095702.273000', '095702.275000', '095702.278000', '095702.281000', '095722.089000', '095722.092000', '095722.095000', '095722.098000', '095722.101000', '095722.104000', '095722.106000', '095722.109000', '095722.112000', '095722.115000', '095722.118000', '095722.121000', '095722.124000', '095722.127000', '095722.130000', '095722.133000', '095722.136000', '095722.139000', '095722.142000', '095722.145000', '095722.148000', '095722.151000', '095722.153000', '095722.156000', '095722.159000', '095722.162000', '095722.165000', '095722.168000', '095722.171000', '095722.174000', '095722.177000', '095722.180000', '095722.183000', '095722.186000', '095722.189000', '095722.192000', '095722.194000', '095722.197000', '095722.200000', '095722.203000', '095722.206000', '095722.209000', '095722.211000', '095742.088000', '095742.091000', '095742.094000', '095742.097000', '095742.100000', '095742.103000', '095742.106000', '095742.108000', '095742.111000', '095742.114000', '095742.117000', '095742.120000', '095742.123000', '095742.126000', '095742.129000', '095742.132000', '095742.134000', '095742.137000', '095742.140000', '095742.143000', '095742.146000', '095742.149000', '095742.152000', '095742.154000', '095742.157000', '095742.160000', '095742.163000', '095742.166000', '095742.169000', '095742.172000', '095742.175000', '095742.178000', '095742.180000', '095742.183000', '095742.204000', '095742.207000', '095742.210000', '095742.212000', '095742.215000', '095742.218000', '095742.221000', '095742.224000', '095742.227000', '095742.237000', '095802.089000', '095802.092000', '095802.095000', '095802.098000', '095802.101000', '095802.104000', '095802.107000', '095802.110000', '095802.113000', '095802.115000', '095802.118000', '095802.121000', '095802.133000', '095802.136000', '095802.139000', '095802.142000', '095802.144000', '095802.147000', '095802.150000', '095802.153000', '095802.156000', '095802.159000', '095802.162000', '095802.167000', '095802.170000', '095802.175000', '095802.178000', '095802.181000', '095802.184000', '095802.187000', '095802.190000', '095802.193000', '095802.196000', '095802.199000', '095802.202000', '095802.205000', '095802.208000', '095802.211000', '095802.214000', '095802.216000', '095802.219000', '095802.222000', '095802.225000', '095822.089000', '095822.092000', '095822.095000', '095822.105000', '095822.108000', '095822.111000', '095822.114000', '095822.117000', '095822.120000', '095822.123000', '095822.126000', '095822.129000', '095822.132000', '095822.135000', '095822.137000', '095822.140000', '095822.143000', '095822.146000', '095822.149000', '095822.152000', '095822.155000', '095822.158000', '095822.161000', '095822.164000', '095822.166000', '095822.169000', '095822.172000', '095822.175000', '095822.178000', '095822.181000', '095822.184000', '095822.186000', '095822.189000', '095822.192000', '095822.195000', '095822.198000', '095822.201000', '095822.204000', '095822.207000', '095822.210000', '095822.215000', '095822.218000', '095822.221000', '095822.224000', '095842.089000', '095842.093000', '095842.096000', '095842.099000', '095842.102000', '095842.104000', '095842.107000', '095842.110000', '095842.113000', '095842.116000', '095842.119000', '095842.122000', '095842.125000', '095842.134000', '095842.137000', '095842.140000', '095842.143000', '095842.146000', '095842.149000', '095842.152000', '095842.155000', '095842.158000', '095842.207000', '095842.210000', '095842.213000', '095842.216000', '095842.219000', '095842.222000', '095842.225000', '095842.228000', '095842.231000', '095842.234000', '095842.237000', '095842.240000', '095842.243000', '095842.246000', '095842.249000', '095842.252000', '095842.255000', '095842.257000', '095842.260000', '095842.263000', '095842.266000', '095902.089000', '095902.092000', '095902.095000', '095902.098000', '095902.101000', '095902.104000', '095902.107000', '095902.110000', '095902.113000', '095902.116000', '095902.119000', '095902.122000', '095902.124000', '095902.127000', '095902.130000', '095902.134000', '095902.137000', '095902.139000', '095902.142000', '095902.145000', '095902.148000', '095902.151000', '095902.154000', '095902.157000', '095902.160000', '095902.169000', '095902.172000', '095902.175000', '095902.177000', '095902.180000', '095902.183000', '095902.186000', '095902.189000', '095902.192000', '095902.195000', '095902.198000', '095902.201000', '095902.203000', '095902.206000', '095902.209000', '095902.212000', '095902.215000', '095902.218000', '095902.221000', '095922.089000', '095922.092000', '095922.095000', '095922.098000', '095922.101000', '095922.104000', '095922.106000', '095922.109000', '095922.112000', '095922.115000', '095922.118000', '095922.121000', '095922.124000', '095922.127000', '095922.129000', '095922.132000', '095922.135000', '095922.138000', '095922.141000', '095922.144000', '095922.147000', '095922.150000', '095922.153000', '095922.156000', '095922.159000', '095922.162000', '095922.165000', '095922.168000', '095922.172000', '095922.176000', '095922.179000', '095922.182000', '095922.185000', '095922.188000', '095922.190000', '095922.194000', '095922.196000', '095922.210000', '095922.213000', '095922.216000', '095922.219000', '095922.221000', '095922.224000', '095942.089000', '095942.092000', '095942.095000', '095942.098000', '095942.101000', '095942.104000', '095942.107000', '095942.110000', '095942.113000', '095942.115000', '095942.118000', '095942.121000', '095942.124000', '095942.127000', '095942.130000', '095942.133000', '095942.136000', '095942.138000', '095942.141000', '095942.144000', '095942.147000', '095942.150000', '095942.153000', '095942.156000', '095942.159000', '095942.223000', '095942.226000', '095942.229000', '095942.232000', '095942.235000', '095942.238000', '095942.240000', '095942.243000', '095942.246000', '095942.249000', '095942.252000', '095942.255000', '095942.258000', '095942.261000', '095942.264000', '095942.267000', '095942.270000', '095942.273000', '095942.276000', '100002.088000', '100002.091000', '100002.094000', '100002.097000', '100002.100000', '100002.103000', '100002.106000', '100002.109000', '100002.112000', '100002.115000', '100002.118000', '100002.120000', '100002.125000', '100002.128000', '100002.131000', '100002.134000', '100002.137000', '100002.140000', '100002.142000', '100002.145000', '100002.148000', '100002.151000', '100002.154000', '100002.157000', '100002.196000', '100002.199000', '100002.202000', '100002.205000', '100002.208000', '100002.211000', '100002.214000', '100002.217000', '100002.219000', '100002.222000', '100002.225000', '100002.228000', '100002.231000', '100002.240000', '100002.243000', '100002.246000', '100002.249000', '100002.252000', '100002.255000', '100022.089000', '100022.092000', '100022.095000', '100022.098000', '100022.101000', '100022.104000', '100022.107000', '100022.110000', '100022.112000', '100022.115000', '100022.118000', '100022.121000', '100022.124000', '100022.127000', '100022.130000', '100022.133000', '100022.136000', '100022.139000', '100022.141000', '100022.144000', '100022.147000', '100022.150000', '100022.153000', '100022.156000', '100022.159000', '100022.202000', '100022.205000', '100022.208000', '100022.211000', '100022.214000', '100022.217000', '100022.219000', '100022.222000', '100022.225000', '100022.228000', '100022.231000', '100022.234000', '100022.237000', '100022.239000', '100022.242000', '100022.245000', '100022.248000', '100022.251000', '100022.254000', '100042.089000', '100042.092000', '100042.095000', '100042.098000', '100042.101000', '100042.104000', '100042.107000', '100042.110000', '100042.113000', '100042.116000', '100042.119000', '100042.122000', '100042.125000', '100042.127000', '100042.130000', '100042.133000', '100042.136000', '100042.139000', '100042.142000', '100042.145000', '100042.148000', '100042.151000', '100042.154000', '100042.157000', '100042.235000', '100042.238000', '100042.240000', '100042.243000', '100042.246000', '100042.249000', '100042.252000', '100042.255000', '100042.258000', '100042.261000', '100042.264000', '100042.267000', '100042.270000', '100042.273000', '100042.276000', '100042.279000', '100042.282000', '100042.285000', '100042.287000', '100102.089000', '100102.092000', '100102.095000', '100102.098000', '100102.101000', '100102.104000', '100102.107000', '100102.110000', '100102.113000', '100102.116000', '100102.119000', '100102.122000', '100102.125000', '100102.128000', '100102.131000', '100102.134000', '100102.136000', '100102.139000', '100102.142000', '100102.161000', '100102.164000', '100102.167000', '100102.170000', '100102.172000', '100102.175000', '100102.178000', '100102.181000', '100102.184000', '100102.187000', '100102.190000', '100102.193000', '100102.196000', '100102.199000', '100102.202000', '100102.205000', '100102.208000', '100102.211000', '100102.214000', '100102.217000', '100102.219000', '100102.227000', '100102.230000', '100102.233000', '100102.236000', '100122.089000', '100122.092000', '100122.095000', '100122.098000', '100122.101000', '100122.104000', '100122.107000', '100122.110000', '100122.113000', '100122.116000', '100122.119000', '100122.122000', '100122.125000', '100122.128000', '100122.130000', '100122.133000', '100122.136000', '100122.139000', '100122.142000', '100122.145000', '100122.148000', '100122.151000', '100122.154000', '100122.157000', '100122.226000', '100122.230000', '100122.235000', '100122.239000', '100122.241000', '100122.244000', '100122.247000', '100122.250000', '100122.253000', '100122.256000', '100122.259000', '100122.262000', '100122.265000', '100122.267000', '100122.270000', '100122.273000', '100122.276000', '100122.279000', '100122.282000', '100142.089000', '100142.092000', '100142.095000', '100142.098000', '100142.101000', '100142.104000', '100142.107000', '100142.110000', '100142.116000', '100142.119000', '100142.122000', '100142.125000', '100142.129000', '100142.132000', '100142.135000', '100142.138000', '100142.141000', '100142.144000', '100142.147000', '100142.150000', '100142.153000', '100142.155000', '100142.158000', '100142.162000', '100142.164000', '100142.167000', '100142.170000', '100142.173000', '100142.176000', '100142.179000', '100142.182000', '100142.185000', '100142.188000', '100142.191000', '100142.194000', '100142.197000', '100142.200000', '100142.203000', '100142.206000', '100142.209000', '100142.211000', '100142.214000', '100142.217000', '100142.220000', '100202.089000', '100202.092000', '100202.095000', '100202.098000', '100202.101000', '100202.104000', '100202.107000', '100202.110000', '100202.112000', '100202.115000', '100202.118000', '100202.121000', '100202.124000', '100202.127000', '100202.130000', '100202.133000', '100202.136000', '100202.139000', '100202.142000', '100202.145000', '100202.148000', '100202.151000', '100202.153000', '100202.157000', '100202.217000', '100202.221000', '100202.223000', '100202.226000', '100202.229000', '100202.232000', '100202.235000', '100202.238000', '100202.241000', '100202.244000', '100202.247000', '100202.250000', '100202.253000', '100202.257000', '100202.260000', '100202.263000', '100202.266000', '100202.269000', '100202.272000', '100222.088000', '100222.091000', '100222.094000', '100222.097000', '100222.100000', '100222.103000', '100222.105000', '100222.108000', '100222.111000', '100222.114000', '100222.117000', '100222.120000', '100222.123000', '100222.126000', '100222.129000', '100222.132000', '100222.135000', '100222.137000', '100222.140000', '100222.150000', '100222.153000', '100222.156000', '100222.227000', '100222.229000', '100222.232000', '100222.235000', '100222.238000', '100222.241000', '100222.244000', '100222.264000', '100222.267000', '100222.270000', '100222.273000', '100222.275000', '100222.278000', '100222.281000', '100222.284000', '100222.287000', '100222.290000', '100222.293000', '100222.296000', '100222.299000', '100222.301000', '100222.304000', '100242.089000', '100242.092000', '100242.095000', '100242.098000', '100242.101000', '100242.104000', '100242.107000', '100242.110000', '100242.112000', '100242.115000', '100242.118000', '100242.121000', '100242.124000', '100242.127000', '100242.130000', '100242.132000', '100242.135000', '100242.138000', '100242.141000', '100242.144000', '100242.147000', '100242.150000', '100242.153000', '100242.156000', '100242.212000', '100242.215000', '100242.218000', '100242.221000', '100242.224000', '100242.227000', '100242.230000', '100242.233000', '100242.236000', '100242.239000', '100242.242000', '100242.244000', '100242.247000', '100242.250000', '100242.253000', '100242.256000', '100242.265000', '100242.268000', '100242.271000', '100257.504000', '100257.509000', '100257.513000', '100257.518000', '100257.522000', '100257.526000', '100257.530000', '100257.533000', '100257.536000', '100257.539000', '100257.542000', '100257.545000', '100257.548000', '100257.551000', '100257.554000', '100257.557000', '100257.560000', '100257.563000', '100257.566000', '100257.569000', '100257.572000', '100257.575000', '100257.578000', '100257.581000', '100257.584000', '100257.587000', '100257.589000', '100257.592000', '100257.595000', '100257.598000', '100257.601000', '100257.604000', '100257.607000', '100257.610000'], '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': [10501, 9801, 12359, 10384, 11365, 8746, 11576, 8274, 10866, 8207, 11699, 8429, 9636, 7972, 8799, 8328, 8918, 9975, 9069, 8814, 9072, 9015, 8752, 11334, 9183, 10967, 8355, 9834, 8045, 10185, 9728, 8610, 10074, 8728, 9986, 8896, 11011, 8846, 10825, 7942, 8953, 7937, 8823, 8845, 9260, 11526, 9795, 10543, 8317, 9930, 8171, 10354, 8748, 10241, 11122, 9897, 11199, 8729, 9590, 8653, 10396, 8129, 10411, 7889, 9375, 8288, 9345, 10972, 9608, 10701, 8206, 10143, 7892, 10596, 9658, 8695, 10364, 8432, 10012, 8170, 10499, 8161, 9856, 7856, 8781, 9297, 8532, 9389, 8889, 10551, 8639, 11477, 8281, 10291, 7845, 8867, 9604, 8606, 12221, 9412, 12448, 8261, 9885, 8068, 8586, 8570, 8731, 8478, 9127, 8253, 9053, 11409, 9608, 10904, 8406, 10267, 8251, 9807, 9055, 9437, 11849, 10548, 11528, 8305, 10362, 8264, 10687, 8195, 10066, 8286, 9432, 8307, 9701, 10932, 9432, 9772, 8583, 10492, 8676, 11045, 9318, 10827, 8394, 10339, 8360, 10408, 8523, 10280, 8469, 9603, 8218, 9710, 8421, 10402, 9392, 8915, 10109, 9484, 11361, 8574, 11079, 8221, 9258, 8915, 8751, 10450, 8576, 10693, 8502, 9395, 9646, 8502, 10222, 8607, 10893, 8449, 9493, 8324, 9099, 9610, 8535, 11392, 9106, 11340, 8399, 10115, 8251, 8915, 9615, 8857, 10705, 8755, 10763, 8582, 10181, 8788, 11039, 8099, 8796, 8894, 8765, 12051, 10276, 11148, 8674, 10311, 8431, 10271, 8273, 9641, 8322, 8863, 8347, 9780, 11317, 10216, 10198, 8520, 10606, 8348, 10516, 8335, 11608, 8195, 9328, 8334, 9117, 8421, 10077, 9753, 8726, 8567, 8385, 9149, 8746, 11371, 10408, 10164, 8622, 10438, 8384, 10816, 8254, 10663, 8495, 8802, 8441, 8630, 10020, 9035, 11056, 9903, 10037, 8833, 9697, 8937, 11095, 9365, 10892, 8462, 10576, 8158, 10961, 8547, 10957, 8103, 9340, 8707, 9658, 10278, 9336, 8900, 8948, 10129, 8824, 11646, 9443, 10932, 8705, 10008, 8595, 10169, 8280, 10687, 8408, 9254, 8161, 8528, 8639, 8667, 9663, 8920, 8864, 8554, 8718, 8857, 10362, 9620, 11114, 9710, 10261, 8467, 11045, 9643, 11544, 8310, 10449, 8584, 10413, 8643, 10931, 8659, 9232, 8196, 8789, 8659, 9441, 11409, 10282, 10427, 8621, 10228, 9127, 11587, 9759, 11462, 8280, 10424, 8345, 10518, 8340, 11254, 8467, 10846, 8283, 9681, 8723, 10692, 8834, 10866, 8357, 8771, 8424, 9226, 10307, 9010, 8341, 8543, 8897, 8616, 10417, 8743, 12153, 9281, 11774, 9271, 10446, 8252, 9635, 8318, 9096, 8640, 9956, 10880, 9465, 8458, 8782, 8724, 8642, 9327, 8754, 10794, 8701, 11662, 9555, 11518, 8364, 10767, 8802, 10433, 8421, 10801, 8685, 10313, 8157, 8827, 8678, 8704, 9137, 8822, 11109, 10509, 10075, 8934, 10330, 8743, 10535, 8253, 10545, 8731, 9745, 8525, 8506, 9023, 8957, 9941, 8931, 12114, 9850, 11588, 8594, 10564, 8000, 9525, 8680, 8729, 10986, 9485, 10316, 8686, 10429, 9084, 11012, 8580, 10500, 8312, 10663, 9215, 9118, 8194, 8969, 10094, 8762, 11339, 8494, 10697, 8273, 11421, 8258, 9006, 8475, 8773, 8589, 8755, 11032, 9489, 8940, 8456, 9682, 8968, 10435, 8539, 11793, 9257, 11492, 8430, 10153, 8717, 9035, 8504, 8924, 11713, 10715, 10360, 8589, 10851, 8910, 10711, 8556, 10735, 8280, 8589, 8945, 8669, 10879, 9616, 11059, 8718, 10665, 8501, 10738, 8539, 11083, 8451, 9389, 8356, 8555, 8477, 8718, 8930, 10306, 8557, 8707, 8357, 8735, 10569, 9104, 11319, 8504, 9806, 8816, 10341, 8975, 10318, 8928, 8912, 8736, 8704, 12258, 9379, 11525, 8675, 10107, 8429, 11490, 10002, 10469, 8313, 9711, 8520, 10542, 8443, 11320, 8661, 10811, 8735, 10982, 8979, 11100, 8944, 9919, 9078, 9591, 8722, 11015, 8319, 10386, 8193, 8986, 8211, 8763, 9623, 9741, 8937, 8326, 8667, 8342, 9125, 8637, 11251, 9606, 10830, 8750, 10774, 8896, 9855, 8246, 9778, 8564, 10410, 9716, 9406, 8477, 8875, 8839, 8977, 10315, 8721, 11669, 9427, 10654, 8517, 9602, 8161, 9422, 8603, 9552, 8855, 9414, 8666, 9706, 8546, 8891, 8485, 8568, 8589, 9892, 10141, 9890, 9361, 8553, 9440, 8781, 11680, 8845, 10750, 8328, 10174, 8468, 8868, 8776, 8898, 10453, 9929, 11306, 8879, 10360, 9021, 9893, 8960, 10610, 8554, 9914, 8795, 8849, 8530, 8742, 10193, 8913, 11203, 9307, 10360, 8797, 10317, 8674, 10523, 8712, 10587, 8446, 9738, 8243, 9137, 8342, 9959, 8890, 8907, 8687, 8857, 8642, 8921, 9888, 9085, 10577, 9993, 9971, 9009, 9811, 8936, 10463, 8918, 11557, 9619, 10663, 8579, 10329, 8631, 10557, 8372, 10653, 8699, 8824, 8357, 8688, 8648, 8842, 9180, 8787, 11460, 9904, 9266, 8686, 10216, 8820, 11622, 9538, 10796, 8775, 10192, 8859, 11569, 8650, 10748, 8614, 10181, 8434, 9656, 8790, 9447, 8924, 11812, 10518, 9310, 9078, 9929, 8758, 11845, 9823, 11811, 8539, 10557, 8515, 10342, 8619, 11297, 8503, 8837, 8452, 8637, 8397, 8869, 8601, 8986, 9901, 9163, 8757, 8602, 8766, 8812, 11385, 10446, 11311, 8978, 11426, 8946, 10921, 8194, 11761, 8949, 8912, 8344, 8922, 11411, 9176, 11533, 9226, 11074, 8567, 9363, 8215, 8660, 8963, 9031, 10159, 9360, 11903, 11027, 10595, 8588, 10164, 8845, 8810, 9017, 8831, 10007, 11299, 10517, 8877, 9093, 8172, 8944, 10918, 9622, 11492, 10637, 10166, 8823, 9940, 9060, 11214, 9621, 9767, 9115, 9810, 8892, 10299, 9098, 11712, 9613, 11470, 8439, 10573, 8744, 10944, 8595, 11716, 8673, 10822, 8587, 10195, 8383, 10569, 9557, 8980, 8790, 9023, 10388, 9282, 12014, 9382, 10796, 9401, 10058, 8989, 10904, 8812, 10646, 9137, 10139, 8601, 9705, 10777, 9697, 10286, 9229, 11347, 8930, 11214, 8603, 10015, 8466, 8733, 9245, 9024, 12141, 10218, 10957, 9272, 10385, 8495, 10315, 8810, 10969, 8857, 8900, 8697, 8815, 10479, 9172, 12127, 10013, 11470, 8762, 10649, 9173, 10110, 8639, 11157, 9039, 11214, 8774, 10213, 8805, 10755, 8792, 11710, 8655, 9439, 8628, 9825, 8940, 8703, 9096, 10055, 10710, 8646, 9239, 8570, 9863, 8508, 10696, 11315, 9526, 8757, 8679, 9197, 9020, 10960, 9739, 11157, 9080, 8700, 9179, 8579, 8892, 8425, 8640, 8336, 8942, 9995, 9079, 12334, 10740, 11202, 8726, 10149, 8422, 8689, 11508, 10931, 11651, 8975, 11408, 8823, 10282, 8669, 9728, 11404, 9416, 9697, 8791, 10980, 8910, 10285, 8428], 'WindowCenter': [4823.0, 4801.0, 4814.0, 4783.0, 4790.0, 4749.0, 4777.0, 4737.0, 4765.0, 4737.0, 4776.0, 4724.0, 4744.0, 4724.0, 4734.0, 4724.0, 4746.0, 4753.0, 4749.0, 4747.0, 4758.0, 4748.0, 4749.0, 4777.0, 4757.0, 4777.0, 4739.0, 4766.0, 4727.0, 4767.0, 4745.0, 4736.0, 4755.0, 4735.0, 4753.0, 4746.0, 4764.0, 4745.0, 4765.0, 4733.0, 4746.0, 4735.0, 4745.0, 4745.0, 4758.0, 4786.0, 4766.0, 4766.0, 4737.0, 4755.0, 4735.0, 4766.0, 4737.0, 4767.0, 4776.0, 4758.0, 4765.0, 4744.0, 4744.0, 4745.0, 4764.0, 4738.0, 4766.0, 4738.0, 4757.0, 4737.0, 4760.0, 4777.0, 4758.0, 4768.0, 4738.0, 4765.0, 4725.0, 4767.0, 4746.0, 4746.0, 4755.0, 4737.0, 4754.0, 4737.0, 4766.0, 4737.0, 4766.0, 4736.0, 4748.0, 4758.0, 4751.0, 4758.0, 4760.0, 4778.0, 4760.0, 4791.0, 4740.0, 4767.0, 4728.0, 4746.0, 4744.0, 4735.0, 4774.0, 4746.0, 4772.0, 4727.0, 4754.0, 4723.0, 4734.0, 4733.0, 4747.0, 4735.0, 4757.0, 4736.0, 4758.0, 4776.0, 4756.0, 4764.0, 4736.0, 4766.0, 4734.0, 4755.0, 4733.0, 4747.0, 4773.0, 4755.0, 4763.0, 4723.0, 4750.0, 4722.0, 4752.0, 4724.0, 4752.0, 4723.0, 4743.0, 4722.0, 4755.0, 4763.0, 4745.0, 4752.0, 4734.0, 4751.0, 4735.0, 4764.0, 4746.0, 4765.0, 4736.0, 4755.0, 4736.0, 4764.0, 4748.0, 4778.0, 4751.0, 4771.0, 4761.0, 4770.0, 4749.0, 4781.0, 4760.0, 4759.0, 4768.0, 4758.0, 4776.0, 4735.0, 4767.0, 4723.0, 4743.0, 4731.0, 4733.0, 4751.0, 4731.0, 4753.0, 4732.0, 4733.0, 4741.0, 4731.0, 4739.0, 4722.0, 4762.0, 4722.0, 4743.0, 4726.0, 4742.0, 4741.0, 4734.0, 4772.0, 4746.0, 4774.0, 4738.0, 4755.0, 4735.0, 4744.0, 4742.0, 4745.0, 4754.0, 4734.0, 4763.0, 4737.0, 4754.0, 4735.0, 4767.0, 4724.0, 4735.0, 4733.0, 4736.0, 4773.0, 4766.0, 4765.0, 4735.0, 4753.0, 4734.0, 4763.0, 4735.0, 4755.0, 4736.0, 4758.0, 4738.0, 4768.0, 4776.0, 4768.0, 4767.0, 4746.0, 4766.0, 4735.0, 4763.0, 4737.0, 4786.0, 4737.0, 4755.0, 4736.0, 4745.0, 4735.0, 4767.0, 4758.0, 4747.0, 4745.0, 4737.0, 4744.0, 4746.0, 4774.0, 4767.0, 4766.0, 4746.0, 4764.0, 4736.0, 4777.0, 4737.0, 4764.0, 4746.0, 4745.0, 4734.0, 4737.0, 4755.0, 4746.0, 4777.0, 4756.0, 4755.0, 4744.0, 4754.0, 4756.0, 4786.0, 4758.0, 4776.0, 4748.0, 4775.0, 4738.0, 4778.0, 4747.0, 4775.0, 4738.0, 4756.0, 4737.0, 4757.0, 4765.0, 4759.0, 4745.0, 4744.0, 4755.0, 4745.0, 4774.0, 4754.0, 4764.0, 4747.0, 4754.0, 4745.0, 4763.0, 4738.0, 4778.0, 4736.0, 4757.0, 4738.0, 4749.0, 4736.0, 4748.0, 4757.0, 4759.0, 4758.0, 4750.0, 4749.0, 4758.0, 4767.0, 4770.0, 4778.0, 4760.0, 4767.0, 4739.0, 4777.0, 4757.0, 4776.0, 4738.0, 4766.0, 4736.0, 4765.0, 4747.0, 4775.0, 4746.0, 4756.0, 4736.0, 4747.0, 4735.0, 4757.0, 4776.0, 4766.0, 4765.0, 4746.0, 4753.0, 4744.0, 4773.0, 4757.0, 4776.0, 4738.0, 4766.0, 4735.0, 4764.0, 4736.0, 4776.0, 4736.0, 4777.0, 4737.0, 4755.0, 4736.0, 4766.0, 4746.0, 4776.0, 4738.0, 4737.0, 4733.0, 4745.0, 4754.0, 4746.0, 4724.0, 4737.0, 4744.0, 4747.0, 4763.0, 4735.0, 4774.0, 4747.0, 4775.0, 4746.0, 4764.0, 4734.0, 4742.0, 4723.0, 4734.0, 4733.0, 4757.0, 4765.0, 4755.0, 4737.0, 4745.0, 4733.0, 4737.0, 4744.0, 4735.0, 4764.0, 4747.0, 4787.0, 4770.0, 4787.0, 4739.0, 4776.0, 4746.0, 4764.0, 4724.0, 4765.0, 4736.0, 4766.0, 4728.0, 4746.0, 4736.0, 4735.0, 4743.0, 4745.0, 4774.0, 4765.0, 4754.0, 4745.0, 4753.0, 4736.0, 4764.0, 4736.0, 4765.0, 4736.0, 4757.0, 4746.0, 4747.0, 4746.0, 4748.0, 4755.0, 4747.0, 4785.0, 4757.0, 4777.0, 4747.0, 4765.0, 4726.0, 4756.0, 4735.0, 4737.0, 4764.0, 4755.0, 4765.0, 4747.0, 4765.0, 4746.0, 4765.0, 4737.0, 4766.0, 4737.0, 4777.0, 4746.0, 4746.0, 4736.0, 4746.0, 4756.0, 4734.0, 4764.0, 4734.0, 4765.0, 4737.0, 4774.0, 4736.0, 4746.0, 4737.0, 4747.0, 4747.0, 4750.0, 4778.0, 4770.0, 4746.0, 4749.0, 4757.0, 4760.0, 4766.0, 4751.0, 4789.0, 4760.0, 4788.0, 4739.0, 4767.0, 4747.0, 4747.0, 4736.0, 4748.0, 4786.0, 4767.0, 4767.0, 4748.0, 4764.0, 4745.0, 4766.0, 4746.0, 4775.0, 4738.0, 4748.0, 4747.0, 4749.0, 4778.0, 4768.0, 4777.0, 4749.0, 4766.0, 4736.0, 4767.0, 4739.0, 4780.0, 4738.0, 4748.0, 4737.0, 4746.0, 4737.0, 4747.0, 4747.0, 4782.0, 4751.0, 4749.0, 4738.0, 4748.0, 4765.0, 4746.0, 4776.0, 4749.0, 4757.0, 4749.0, 4765.0, 4748.0, 4756.0, 4749.0, 4745.0, 4747.0, 4749.0, 4799.0, 4759.0, 4777.0, 4747.0, 4755.0, 4736.0, 4777.0, 4758.0, 4765.0, 4737.0, 4754.0, 4737.0, 4764.0, 4735.0, 4763.0, 4747.0, 4763.0, 4736.0, 4764.0, 4748.0, 4775.0, 4759.0, 4766.0, 4758.0, 4756.0, 4750.0, 4790.0, 4749.0, 4769.0, 4738.0, 4749.0, 4737.0, 4747.0, 4756.0, 4758.0, 4747.0, 4748.0, 4747.0, 4748.0, 4757.0, 4750.0, 4787.0, 4771.0, 4778.0, 4751.0, 4779.0, 4759.0, 4767.0, 4738.0, 4757.0, 4738.0, 4768.0, 4759.0, 4758.0, 4737.0, 4746.0, 4746.0, 4744.0, 4753.0, 4737.0, 4774.0, 4748.0, 4765.0, 4745.0, 4756.0, 4739.0, 4746.0, 4735.0, 4756.0, 4747.0, 4757.0, 4749.0, 4769.0, 4746.0, 4760.0, 4759.0, 4759.0, 4761.0, 4782.0, 4780.0, 4782.0, 4760.0, 4761.0, 4768.0, 4749.0, 4785.0, 4747.0, 4780.0, 4738.0, 4767.0, 4739.0, 4747.0, 4738.0, 4746.0, 4767.0, 4767.0, 4777.0, 4748.0, 4767.0, 4749.0, 4755.0, 4748.0, 4778.0, 4748.0, 4767.0, 4749.0, 4757.0, 4747.0, 4750.0, 4767.0, 4760.0, 4789.0, 4760.0, 4767.0, 4747.0, 4765.0, 4747.0, 4775.0, 4748.0, 4777.0, 4738.0, 4757.0, 4740.0, 4758.0, 4738.0, 4769.0, 4761.0, 4759.0, 4750.0, 4757.0, 4749.0, 4758.0, 4769.0, 4761.0, 4778.0, 4770.0, 4769.0, 4759.0, 4767.0, 4759.0, 4767.0, 4748.0, 4787.0, 4758.0, 4766.0, 4747.0, 4767.0, 4749.0, 4766.0, 4737.0, 4778.0, 4751.0, 4746.0, 4739.0, 4748.0, 4746.0, 4747.0, 4757.0, 4750.0, 4788.0, 4769.0, 4757.0, 4747.0, 4765.0, 4757.0, 4787.0, 4769.0, 4778.0, 4750.0, 4765.0, 4747.0, 4778.0, 4748.0, 4765.0, 4748.0, 4770.0, 4736.0, 4756.0, 4750.0, 4758.0, 4759.0, 4790.0, 4779.0, 4757.0, 4749.0, 4755.0, 4739.0, 4776.0, 4757.0, 4775.0, 4737.0, 4765.0, 4734.0, 4754.0, 4735.0, 4765.0, 4735.0, 4743.0, 4736.0, 4736.0, 4735.0, 4747.0, 4736.0, 4749.0, 4767.0, 4761.0, 4751.0, 4750.0, 4748.0, 4751.0, 4777.0, 4779.0, 4777.0, 4746.0, 4775.0, 4745.0, 4766.0, 4725.0, 4776.0, 4736.0, 4735.0, 4725.0, 4736.0, 4773.0, 4745.0, 4774.0, 4744.0, 4764.0, 4734.0, 4745.0, 4725.0, 4735.0, 4744.0, 4749.0, 4767.0, 4758.0, 4790.0, 4779.0, 4766.0, 4739.0, 4758.0, 4749.0, 4748.0, 4760.0, 4762.0, 4770.0, 4790.0, 4781.0, 4750.0, 4750.0, 4736.0, 4748.0, 4764.0, 4755.0, 4776.0, 4767.0, 4757.0, 4748.0, 4755.0, 4748.0, 4776.0, 4756.0, 4755.0, 4748.0, 4767.0, 4759.0, 4768.0, 4760.0, 4800.0, 4771.0, 4788.0, 4750.0, 4778.0, 4750.0, 4777.0, 4749.0, 4788.0, 4750.0, 4779.0, 4750.0, 4768.0, 4738.0, 4779.0, 4758.0, 4749.0, 4738.0, 4749.0, 4754.0, 4748.0, 4786.0, 4756.0, 4776.0, 4759.0, 4754.0, 4747.0, 4776.0, 4759.0, 4778.0, 4759.0, 4769.0, 4748.0, 4771.0, 4779.0, 4769.0, 4769.0, 4760.0, 4776.0, 4746.0, 4777.0, 4738.0, 4757.0, 4727.0, 4746.0, 4745.0, 4747.0, 4786.0, 4766.0, 4774.0, 4756.0, 4765.0, 4736.0, 4766.0, 4746.0, 4778.0, 4747.0, 4756.0, 4746.0, 4749.0, 4766.0, 4757.0, 4785.0, 4758.0, 4777.0, 4748.0, 4766.0, 4746.0, 4765.0, 4746.0, 4776.0, 4747.0, 4776.0, 4746.0, 4766.0, 4746.0, 4777.0, 4747.0, 4786.0, 4748.0, 4756.0, 4737.0, 4754.0, 4747.0, 4748.0, 4760.0, 4770.0, 4780.0, 4750.0, 4760.0, 4747.0, 4758.0, 4737.0, 4779.0, 4777.0, 4758.0, 4737.0, 4737.0, 4746.0, 4744.0, 4764.0, 4756.0, 4775.0, 4745.0, 4746.0, 4757.0, 4748.0, 4771.0, 4760.0, 4762.0, 4763.0, 4772.0, 4781.0, 4773.0, 4801.0, 4792.0, 4790.0, 4750.0, 4769.0, 4737.0, 4748.0, 4776.0, 4777.0, 4775.0, 4746.0, 4774.0, 4735.0, 4754.0, 4734.0, 4755.0, 4774.0, 4744.0, 4743.0, 4734.0, 4763.0, 4733.0, 4754.0, 4724.0], 'WindowWidth': [10535.0, 10496.0, 10503.0, 10456.0, 10458.0, 10401.0, 10435.0, 10380.0, 10415.0, 10378.0, 10430.0, 10358.0, 10384.0, 10358.0, 10371.0, 10357.0, 10390.0, 10397.0, 10399.0, 10394.0, 10412.0, 10398.0, 10399.0, 10436.0, 10408.0, 10434.0, 10384.0, 10418.0, 10365.0, 10420.0, 10386.0, 10375.0, 10400.0, 10373.0, 10396.0, 10389.0, 10412.0, 10389.0, 10415.0, 10373.0, 10391.0, 10375.0, 10388.0, 10388.0, 10411.0, 10448.0, 10420.0, 10419.0, 10379.0, 10402.0, 10375.0, 10419.0, 10378.0, 10421.0, 10430.0, 10408.0, 10414.0, 10387.0, 10385.0, 10389.0, 10414.0, 10383.0, 10419.0, 10383.0, 10410.0, 10381.0, 10417.0, 10436.0, 10412.0, 10424.0, 10383.0, 10414.0, 10360.0, 10421.0, 10389.0, 10391.0, 10401.0, 10377.0, 10397.0, 10378.0, 10418.0, 10380.0, 10420.0, 10379.0, 10399.0, 10411.0, 10407.0, 10412.0, 10418.0, 10439.0, 10417.0, 10460.0, 10388.0, 10422.0, 10368.0, 10392.0, 10385.0, 10374.0, 10425.0, 10390.0, 10421.0, 10363.0, 10397.0, 10356.0, 10372.0, 10370.0, 10395.0, 10376.0, 10408.0, 10379.0, 10411.0, 10432.0, 10406.0, 10413.0, 10376.0, 10416.0, 10372.0, 10401.0, 10368.0, 10392.0, 10424.0, 10398.0, 10407.0, 10353.0, 10386.0, 10352.0, 10394.0, 10356.0, 10391.0, 10355.0, 10381.0, 10353.0, 10402.0, 10408.0, 10386.0, 10394.0, 10370.0, 10389.0, 10374.0, 10413.0, 10390.0, 10413.0, 10378.0, 10399.0, 10377.0, 10414.0, 10399.0, 10440.0, 10410.0, 10436.0, 10422.0, 10433.0, 10402.0, 10448.0, 10416.0, 10414.0, 10425.0, 10410.0, 10430.0, 10373.0, 10418.0, 10354.0, 10379.0, 10362.0, 10368.0, 10389.0, 10363.0, 10397.0, 10365.0, 10366.0, 10374.0, 10362.0, 10371.0, 10350.0, 10406.0, 10352.0, 10381.0, 10361.0, 10379.0, 10377.0, 10370.0, 10419.0, 10389.0, 10427.0, 10381.0, 10401.0, 10373.0, 10385.0, 10380.0, 10388.0, 10397.0, 10372.0, 10410.0, 10376.0, 10398.0, 10372.0, 10418.0, 10359.0, 10375.0, 10368.0, 10377.0, 10424.0, 10418.0, 10414.0, 10373.0, 10397.0, 10373.0, 10412.0, 10376.0, 10402.0, 10380.0, 10411.0, 10383.0, 10425.0, 10432.0, 10422.0, 10420.0, 10392.0, 10416.0, 10375.0, 10411.0, 10378.0, 10447.0, 10380.0, 10403.0, 10378.0, 10391.0, 10377.0, 10424.0, 10411.0, 10396.0, 10390.0, 10380.0, 10386.0, 10391.0, 10427.0, 10418.0, 10416.0, 10391.0, 10411.0, 10378.0, 10434.0, 10381.0, 10414.0, 10391.0, 10389.0, 10371.0, 10378.0, 10399.0, 10393.0, 10434.0, 10403.0, 10402.0, 10388.0, 10399.0, 10407.0, 10448.0, 10411.0, 10435.0, 10398.0, 10430.0, 10384.0, 10438.0, 10396.0, 10431.0, 10384.0, 10404.0, 10379.0, 10408.0, 10416.0, 10412.0, 10388.0, 10388.0, 10400.0, 10389.0, 10425.0, 10398.0, 10411.0, 10392.0, 10401.0, 10389.0, 10412.0, 10382.0, 10437.0, 10379.0, 10407.0, 10382.0, 10397.0, 10376.0, 10398.0, 10408.0, 10415.0, 10411.0, 10404.0, 10400.0, 10411.0, 10423.0, 10431.0, 10437.0, 10414.0, 10423.0, 10385.0, 10433.0, 10407.0, 10432.0, 10384.0, 10418.0, 10377.0, 10415.0, 10393.0, 10430.0, 10391.0, 10405.0, 10378.0, 10394.0, 10376.0, 10409.0, 10432.0, 10419.0, 10416.0, 10390.0, 10396.0, 10384.0, 10424.0, 10407.0, 10432.0, 10381.0, 10417.0, 10374.0, 10412.0, 10378.0, 10432.0, 10379.0, 10433.0, 10381.0, 10402.0, 10376.0, 10421.0, 10392.0, 10432.0, 10382.0, 10380.0, 10370.0, 10390.0, 10399.0, 10390.0, 10358.0, 10378.0, 10387.0, 10392.0, 10410.0, 10373.0, 10425.0, 10392.0, 10431.0, 10390.0, 10411.0, 10371.0, 10380.0, 10354.0, 10370.0, 10367.0, 10406.0, 10413.0, 10401.0, 10379.0, 10389.0, 10372.0, 10377.0, 10385.0, 10375.0, 10412.0, 10395.0, 10448.0, 10428.0, 10448.0, 10386.0, 10432.0, 10391.0, 10411.0, 10358.0, 10415.0, 10375.0, 10416.0, 10368.0, 10391.0, 10377.0, 10376.0, 10383.0, 10389.0, 10427.0, 10413.0, 10397.0, 10386.0, 10396.0, 10376.0, 10411.0, 10377.0, 10416.0, 10377.0, 10405.0, 10392.0, 10394.0, 10391.0, 10397.0, 10402.0, 10393.0, 10443.0, 10408.0, 10434.0, 10393.0, 10417.0, 10363.0, 10402.0, 10372.0, 10379.0, 10413.0, 10404.0, 10417.0, 10394.0, 10417.0, 10392.0, 10413.0, 10378.0, 10415.0, 10379.0, 10435.0, 10391.0, 10392.0, 10376.0, 10390.0, 10404.0, 10373.0, 10411.0, 10372.0, 10416.0, 10381.0, 10427.0, 10378.0, 10392.0, 10381.0, 10394.0, 10394.0, 10403.0, 10437.0, 10430.0, 10394.0, 10401.0, 10408.0, 10414.0, 10420.0, 10404.0, 10456.0, 10416.0, 10452.0, 10386.0, 10421.0, 10393.0, 10393.0, 10375.0, 10397.0, 10444.0, 10421.0, 10419.0, 10394.0, 10413.0, 10389.0, 10417.0, 10392.0, 10430.0, 10383.0, 10397.0, 10395.0, 10401.0, 10437.0, 10424.0, 10435.0, 10400.0, 10419.0, 10378.0, 10420.0, 10383.0, 10441.0, 10382.0, 10395.0, 10380.0, 10392.0, 10380.0, 10394.0, 10395.0, 10451.0, 10406.0, 10401.0, 10384.0, 10396.0, 10416.0, 10393.0, 10432.0, 10398.0, 10407.0, 10397.0, 10415.0, 10395.0, 10403.0, 10396.0, 10389.0, 10396.0, 10400.0, 10470.0, 10413.0, 10434.0, 10394.0, 10400.0, 10375.0, 10433.0, 10409.0, 10413.0, 10380.0, 10399.0, 10378.0, 10412.0, 10375.0, 10410.0, 10395.0, 10411.0, 10376.0, 10415.0, 10395.0, 10431.0, 10414.0, 10421.0, 10411.0, 10407.0, 10403.0, 10460.0, 10402.0, 10428.0, 10385.0, 10398.0, 10381.0, 10395.0, 10405.0, 10411.0, 10395.0, 10398.0, 10396.0, 10400.0, 10408.0, 10403.0, 10449.0, 10434.0, 10438.0, 10405.0, 10442.0, 10414.0, 10422.0, 10383.0, 10406.0, 10383.0, 10424.0, 10413.0, 10410.0, 10381.0, 10392.0, 10390.0, 10386.0, 10396.0, 10378.0, 10426.0, 10395.0, 10415.0, 10389.0, 10405.0, 10384.0, 10392.0, 10376.0, 10405.0, 10393.0, 10410.0, 10401.0, 10429.0, 10397.0, 10419.0, 10418.0, 10418.0, 10420.0, 10452.0, 10447.0, 10453.0, 10418.0, 10420.0, 10426.0, 10399.0, 10443.0, 10394.0, 10441.0, 10383.0, 10421.0, 10385.0, 10393.0, 10381.0, 10392.0, 10421.0, 10424.0, 10437.0, 10398.0, 10420.0, 10400.0, 10404.0, 10397.0, 10440.0, 10399.0, 10422.0, 10402.0, 10409.0, 10397.0, 10403.0, 10422.0, 10418.0, 10455.0, 10415.0, 10423.0, 10395.0, 10416.0, 10395.0, 10433.0, 10398.0, 10436.0, 10384.0, 10408.0, 10388.0, 10410.0, 10385.0, 10430.0, 10420.0, 10415.0, 10403.0, 10411.0, 10400.0, 10414.0, 10426.0, 10419.0, 10441.0, 10433.0, 10430.0, 10416.0, 10423.0, 10413.0, 10422.0, 10399.0, 10449.0, 10412.0, 10421.0, 10397.0, 10421.0, 10398.0, 10419.0, 10382.0, 10439.0, 10404.0, 10394.0, 10386.0, 10399.0, 10393.0, 10395.0, 10408.0, 10404.0, 10452.0, 10426.0, 10408.0, 10395.0, 10418.0, 10411.0, 10452.0, 10427.0, 10438.0, 10402.0, 10416.0, 10394.0, 10437.0, 10396.0, 10417.0, 10396.0, 10429.0, 10378.0, 10405.0, 10401.0, 10411.0, 10417.0, 10458.0, 10441.0, 10409.0, 10399.0, 10400.0, 10385.0, 10432.0, 10408.0, 10429.0, 10378.0, 10413.0, 10370.0, 10397.0, 10373.0, 10415.0, 10374.0, 10385.0, 10379.0, 10377.0, 10376.0, 10393.0, 10378.0, 10402.0, 10422.0, 10417.0, 10404.0, 10402.0, 10397.0, 10403.0, 10433.0, 10441.0, 10434.0, 10393.0, 10429.0, 10387.0, 10417.0, 10361.0, 10429.0, 10374.0, 10373.0, 10358.0, 10375.0, 10421.0, 10387.0, 10425.0, 10386.0, 10411.0, 10372.0, 10387.0, 10361.0, 10376.0, 10387.0, 10398.0, 10421.0, 10413.0, 10456.0, 10441.0, 10419.0, 10383.0, 10407.0, 10397.0, 10395.0, 10415.0, 10420.0, 10433.0, 10458.0, 10446.0, 10401.0, 10400.0, 10377.0, 10393.0, 10411.0, 10402.0, 10433.0, 10420.0, 10405.0, 10395.0, 10400.0, 10397.0, 10431.0, 10404.0, 10405.0, 10397.0, 10420.0, 10413.0, 10425.0, 10418.0, 10472.0, 10433.0, 10453.0, 10404.0, 10439.0, 10403.0, 10433.0, 10401.0, 10451.0, 10403.0, 10440.0, 10402.0, 10425.0, 10383.0, 10441.0, 10410.0, 10398.0, 10382.0, 10398.0, 10400.0, 10396.0, 10446.0, 10405.0, 10432.0, 10411.0, 10399.0, 10395.0, 10434.0, 10415.0, 10439.0, 10415.0, 10429.0, 10399.0, 10433.0, 10440.0, 10430.0, 10428.0, 10416.0, 10434.0, 10393.0, 10435.0, 10382.0, 10408.0, 10366.0, 10392.0, 10387.0, 10394.0, 10447.0, 10420.0, 10428.0, 10406.0, 10416.0, 10379.0, 10419.0, 10393.0, 10438.0, 10395.0, 10407.0, 10393.0, 10399.0, 10419.0, 10407.0, 10442.0, 10411.0, 10434.0, 10396.0, 10418.0, 10392.0, 10416.0, 10392.0, 10433.0, 10397.0, 10434.0, 10395.0, 10421.0, 10394.0, 10436.0, 10395.0, 10446.0, 10397.0, 10405.0, 10380.0, 10400.0, 10396.0, 10399.0, 10420.0, 10433.0, 10445.0, 10406.0, 10416.0, 10395.0, 10408.0, 10380.0, 10438.0, 10435.0, 10409.0, 10379.0, 10380.0, 10388.0, 10385.0, 10412.0, 10404.0, 10428.0, 10391.0, 10392.0, 10409.0, 10399.0, 10436.0, 10422.0, 10426.0, 10428.0, 10442.0, 10451.0, 10443.0, 10477.0, 10464.0, 10458.0, 10403.0, 10426.0, 10380.0, 10397.0, 10431.0, 10435.0, 10428.0, 10391.0, 10427.0, 10372.0, 10399.0, 10371.0, 10404.0, 10426.0, 10385.0, 10382.0, 10371.0, 10408.0, 10370.0, 10398.0, 10359.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.00021321978021978023</td></tr>
<tr><td colspan=3>aqi</td><td>0.01625611076923077</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.894471058360836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2073235068426844</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886592410231024</td></tr>
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
<tr><td colspan=3>fber</td><td>7266.314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0696107896818025</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21978021978021978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4484584277151127</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4161150333044197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6921158449058655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2371444049350524</td></tr>
<tr><td colspan=3>gcor</td><td>0.00644903</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00406348193064332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03323506936430931</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.689353488568771</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0288</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0627</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297949.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>914.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.3705</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0139</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>651.1462</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3928.293</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1128.9169</td></tr>
<tr><td colspan=3>tsnr</td><td>44.30469922767952</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>