<?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-0051_ses-02_task-alignvideo_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-0051_ses-02_task-alignvideo_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-0051_suffix-bold_task-alignvideo" 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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0051_suffix-bold_task-alignvideo" 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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-02_task-alignvideo_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-alignvideo_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-0051/ses-02/func/sub-0051_ses-02_task-alignvideo_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>a3dd572ac26ae2203d859f0711628901</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:52:16.225000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999259, -0.0312791, 0.0224431, 0.0233744, 0.956165, 0.291892]</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-alignvideo_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.102783</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7789, -7247, 576, -45, -37, 38, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2228be61-1562-4ff5-80e7-bce746c5f2de||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809380054473877, 0.0627116933465004, 0.08259151130914688, 108.12759399414062], [0.08391955494880676, 2.565322160720825, 0.7861089706420898, -100.77798461914062], [0.060213182121515274, -0.7831261157989502, 2.581707000732422, -13.848033905029297], [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, 839]</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], 'AcquisitionTime': ['095216.225000', '095216.685000', '095217.145000', '095217.605000', '095218.065000', '095218.525000', '095218.985000', '095219.445000', '095219.905000', '095220.365000', '095220.825000', '095221.285000', '095221.745000', '095222.205000', '095222.665000', '095223.125000', '095223.585000', '095224.045000', '095224.505000', '095224.965000', '095225.425000', '095225.885000', '095226.345000', '095226.805000', '095227.265000', '095227.725000', '095228.185000', '095228.645000', '095229.105000', '095229.565000', '095230.025000', '095230.485000', '095230.945000', '095231.405000', '095231.865000', '095232.325000', '095232.785000', '095233.245000', '095233.705000', '095234.165000', '095234.625000', '095235.085000', '095235.545000', '095236.005000', '095236.465000', '095236.925000', '095237.385000', '095237.845000', '095238.305000', '095238.765000', '095239.225000', '095239.685000', '095240.145000', '095240.605000', '095241.065000', '095241.525000', '095241.985000', '095242.445000', '095242.905000', '095243.365000', '095243.825000', '095244.285000', '095244.745000', '095245.205000', '095245.665000', '095246.125000', '095246.585000', '095247.045000', '095247.505000', '095247.965000', '095248.425000', '095248.885000', '095249.345000', '095249.805000', '095250.265000', '095250.725000', '095251.185000', '095251.645000', '095252.105000', '095252.565000', '095253.025000', '095253.485000', '095253.945000', '095254.405000', '095254.865000', '095255.325000', '095255.785000', '095256.245000', '095256.705000', '095257.165000', '095257.625000', '095258.085000', '095258.545000', '095259.005000', '095259.465000', '095259.925000', '095300.385000', '095300.845000', '095301.305000', '095301.765000', '095302.225000', '095302.685000', '095303.145000', '095303.605000', '095304.065000', '095304.525000', '095304.985000', '095305.445000', '095305.905000', '095306.365000', '095306.825000', '095307.285000', '095307.745000', '095308.205000', '095308.665000', '095309.125000', '095309.585000', '095310.045000', '095310.505000', '095310.965000', '095311.425000', '095311.885000', '095312.345000', '095312.805000', '095313.265000', '095313.725000', '095314.185000', '095314.645000', '095315.105000', '095315.565000', '095316.025000', '095316.485000', '095316.945000', '095317.405000', '095317.865000', '095318.325000', '095318.785000', '095319.245000', '095319.705000', '095320.165000', '095320.625000', '095321.085000', '095321.545000', '095322.005000', '095322.465000', '095322.925000', '095323.385000', '095323.845000', '095324.305000', '095324.765000', '095325.225000', '095325.685000', '095326.145000', '095326.605000', '095327.065000', '095327.525000', '095327.985000', '095328.445000', '095328.905000', '095329.365000', '095329.825000', '095330.285000', '095330.745000', '095331.205000', '095331.665000', '095332.125000', '095332.585000', '095333.045000', '095333.505000', '095333.965000', '095334.425000', '095334.885000', '095335.345000', '095335.805000', '095336.265000', '095336.725000', '095337.185000', '095337.645000', '095338.105000', '095338.565000', '095339.025000', '095339.485000', '095339.945000', '095340.405000', '095340.865000', '095341.325000', '095341.785000', '095342.245000', '095342.705000', '095343.165000', '095343.625000', '095344.085000', '095344.545000', '095345.005000', '095345.465000', '095345.925000', '095346.385000', '095346.845000', '095347.305000', '095347.765000', '095348.225000', '095348.685000', '095349.145000', '095349.605000', '095350.065000', '095350.525000', '095350.985000', '095351.445000', '095351.905000', '095352.365000', '095352.825000', '095353.285000', '095353.745000', '095354.205000', '095354.665000', '095355.125000', '095355.585000', '095356.045000', '095356.505000', '095356.965000', '095357.425000', '095357.885000', '095358.345000', '095358.805000', '095359.265000', '095359.725000', '095400.185000', '095400.645000', '095401.105000', '095401.565000', '095402.025000', '095402.485000', '095402.945000', '095403.405000', '095403.865000', '095404.325000', '095404.785000', '095405.245000', '095405.705000', '095406.165000', '095406.625000', '095407.085000', '095407.545000', '095408.005000', '095408.465000', '095408.925000', '095409.385000', '095409.845000', '095410.305000', '095410.765000', '095411.225000', '095411.685000', '095412.145000', '095412.605000', '095413.065000', '095413.525000', '095413.985000', '095414.445000', '095414.905000', '095415.365000', '095415.825000', '095416.285000', '095416.745000', '095417.205000', '095417.665000', '095418.125000', '095418.585000', '095419.045000', '095419.505000', '095419.965000', '095420.425000', '095420.885000', '095421.345000', '095421.805000', '095422.265000', '095422.725000', '095423.185000', '095423.645000', '095424.105000', '095424.565000', '095425.025000', '095425.485000', '095425.945000', '095426.405000', '095426.865000', '095427.325000', '095427.785000', '095428.245000', '095428.705000', '095429.165000', '095429.625000', '095430.085000', '095430.545000', '095431.005000', '095431.465000', '095431.925000', '095432.385000', '095432.845000', '095433.305000', '095433.765000', '095434.225000', '095434.685000', '095435.145000', '095435.605000', '095436.065000', '095436.525000', '095436.985000', '095437.445000', '095437.905000', '095438.365000', '095438.825000', '095439.285000', '095439.745000', '095440.205000', '095440.665000', '095441.125000', '095441.585000', '095442.045000', '095442.505000', '095442.965000', '095443.425000', '095443.885000', '095444.345000', '095444.805000', '095445.265000', '095445.725000', '095446.185000', '095446.645000', '095447.105000', '095447.565000', '095448.025000', '095448.485000', '095448.945000', '095449.405000', '095449.865000', '095450.325000', '095450.785000', '095451.245000', '095451.705000', '095452.165000', '095452.625000', '095453.085000', '095453.545000', '095454.005000', '095454.465000', '095454.925000', '095455.385000', '095455.845000', '095456.305000', '095456.765000', '095457.225000', '095457.685000', '095458.145000', '095458.605000', '095459.065000', '095459.525000', '095459.985000', '095500.445000', '095500.905000', '095501.365000', '095501.825000', '095502.285000', '095502.745000', '095503.205000', '095503.665000', '095504.125000', '095504.585000', '095505.045000', '095505.505000', '095505.965000', '095506.425000', '095506.885000', '095507.345000', '095507.805000', '095508.265000', '095508.725000', '095509.185000', '095509.645000', '095510.105000', '095510.565000', '095511.025000', '095511.485000', '095511.945000', '095512.405000', '095512.865000', '095513.325000', '095513.785000', '095514.245000', '095514.705000', '095515.165000', '095515.625000', '095516.085000', '095516.545000', '095517.005000', '095517.465000', '095517.925000', '095518.385000', '095518.845000', '095519.305000', '095519.765000', '095520.225000', '095520.685000', '095521.145000', '095521.605000', '095522.065000', '095522.525000', '095522.985000', '095523.445000', '095523.905000', '095524.365000', '095524.825000', '095525.285000', '095525.745000', '095526.205000', '095526.665000', '095527.125000', '095527.585000', '095528.045000', '095528.505000', '095528.965000', '095529.425000', '095529.885000', '095530.345000', '095530.805000', '095531.265000', '095531.725000', '095532.185000', '095532.645000', '095533.105000', '095533.565000', '095534.025000', '095534.485000', '095534.945000', '095535.405000', '095535.865000', '095536.325000', '095536.785000', '095537.245000', '095537.705000', '095538.165000', '095538.625000', '095539.085000', '095539.545000', '095540.005000', '095540.465000', '095540.925000', '095541.385000', '095541.845000', '095542.305000', '095542.765000', '095543.225000', '095543.685000', '095544.145000', '095544.605000', '095545.065000', '095545.525000', '095545.985000', '095546.445000', '095546.905000', '095547.365000', '095547.825000', '095548.285000', '095548.745000', '095549.205000', '095549.665000', '095550.125000', '095550.585000', '095551.045000', '095551.505000', '095551.965000', '095552.425000', '095552.885000', '095553.345000', '095553.805000', '095554.265000', '095554.725000', '095555.185000', '095555.645000', '095556.105000', '095556.565000', '095557.025000', '095557.485000', '095557.945000', '095558.405000', '095558.865000', '095559.325000', '095559.785000', '095600.245000', '095600.705000', '095601.165000', '095601.625000', '095602.085000', '095602.545000', '095603.005000', '095603.465000', '095603.925000', '095604.385000', '095604.845000', '095605.305000', '095605.765000', '095606.225000', '095606.685000', '095607.145000', '095607.605000', '095608.065000', '095608.525000', '095608.985000', '095609.445000', '095609.905000', '095610.365000', '095610.825000', '095611.285000', '095611.745000', '095612.205000', '095612.665000', '095613.125000', '095613.585000', '095614.045000', '095614.505000', '095614.965000', '095615.425000', '095615.885000', '095616.345000', '095616.805000', '095617.265000', '095617.725000', '095618.185000', '095618.645000', '095619.105000', '095619.565000', '095620.025000', '095620.485000', '095620.945000', '095621.405000', '095621.865000', '095622.325000', '095622.785000', '095623.245000', '095623.705000', '095624.165000', '095624.625000', '095625.085000', '095625.545000', '095626.005000', '095626.465000', '095626.925000', '095627.385000', '095627.845000', '095628.305000', '095628.765000', '095629.225000', '095629.685000', '095630.145000', '095630.605000', '095631.065000', '095631.525000', '095631.985000', '095632.445000', '095632.905000', '095633.365000', '095633.825000', '095634.285000', '095634.745000', '095635.205000', '095635.665000', '095636.125000', '095636.585000', '095637.045000', '095637.505000', '095637.965000', '095638.425000', '095638.885000', '095639.345000', '095639.805000', '095640.265000', '095640.725000', '095641.185000', '095641.645000', '095642.105000', '095642.565000', '095643.025000', '095643.485000', '095643.945000', '095644.405000', '095644.865000', '095645.325000', '095645.785000', '095646.245000', '095646.705000', '095647.165000', '095647.625000', '095648.085000', '095648.545000', '095649.005000', '095649.465000', '095649.925000', '095650.385000', '095650.845000', '095651.305000', '095651.765000', '095652.225000', '095652.685000', '095653.145000', '095653.605000', '095654.065000', '095654.525000', '095654.985000', '095655.445000', '095655.905000', '095656.365000', '095656.825000', '095657.285000', '095657.745000', '095658.205000', '095658.665000', '095659.125000', '095659.585000', '095700.045000', '095700.505000', '095700.965000', '095701.425000', '095701.885000', '095702.345000', '095702.805000', '095703.265000', '095703.725000', '095704.185000', '095704.645000', '095705.105000', '095705.565000', '095706.025000', '095706.485000', '095706.945000', '095707.405000', '095707.865000', '095708.325000', '095708.785000', '095709.245000', '095709.705000', '095710.165000', '095710.625000', '095711.085000', '095711.545000', '095712.005000', '095712.465000', '095712.925000', '095713.385000', '095713.845000', '095714.305000', '095714.765000', '095715.225000', '095715.685000', '095716.145000', '095716.605000', '095717.065000', '095717.525000', '095717.985000', '095718.445000', '095718.905000', '095719.365000', '095719.825000', '095720.285000', '095720.745000', '095721.205000', '095721.665000', '095722.125000', '095722.585000', '095723.045000', '095723.505000', '095723.965000', '095724.425000', '095724.885000', '095725.345000', '095725.805000', '095726.265000', '095726.725000', '095727.185000', '095727.645000', '095728.105000', '095728.565000', '095729.025000', '095729.485000', '095729.945000', '095730.405000', '095730.865000', '095731.325000', '095731.785000', '095732.245000', '095732.705000', '095733.165000', '095733.625000', '095734.085000', '095734.545000', '095735.005000', '095735.465000', '095735.925000', '095736.385000', '095736.845000', '095737.305000', '095737.765000', '095738.225000', '095738.685000', '095739.145000', '095739.605000', '095740.065000', '095740.525000', '095740.985000', '095741.445000', '095741.905000', '095742.365000', '095742.825000', '095743.285000', '095743.745000', '095744.205000', '095744.665000', '095745.125000', '095745.585000', '095746.045000', '095746.505000', '095746.965000', '095747.425000', '095747.885000', '095748.345000', '095748.805000', '095749.265000', '095749.725000', '095750.185000', '095750.645000', '095751.105000', '095751.565000', '095752.025000', '095752.485000', '095752.945000', '095753.405000', '095753.865000', '095754.325000', '095754.785000', '095755.245000', '095755.705000', '095756.165000', '095756.625000', '095757.085000', '095757.545000', '095758.005000', '095758.465000', '095758.925000', '095759.385000', '095759.845000', '095800.305000', '095800.765000', '095801.225000', '095801.685000', '095802.145000', '095802.605000', '095803.065000', '095803.525000', '095803.985000', '095804.445000', '095804.905000', '095805.365000', '095805.825000', '095806.285000', '095806.745000', '095807.205000', '095807.665000', '095808.125000', '095808.585000', '095809.045000', '095809.505000', '095809.965000', '095810.425000', '095810.885000', '095811.345000', '095811.805000', '095812.265000', '095812.725000', '095813.185000', '095813.645000', '095814.105000', '095814.565000', '095815.025000', '095815.485000', '095815.945000', '095816.405000', '095816.865000', '095817.325000', '095817.785000', '095818.245000', '095818.705000', '095819.165000', '095819.625000', '095820.085000', '095820.545000', '095821.005000', '095821.465000', '095821.925000', '095822.385000', '095822.845000', '095823.305000', '095823.765000', '095824.225000', '095824.685000', '095825.145000', '095825.605000', '095826.065000', '095826.525000', '095826.985000', '095827.445000', '095827.905000', '095828.365000', '095828.825000', '095829.285000', '095829.745000', '095830.205000', '095830.665000', '095831.125000', '095831.585000', '095832.045000', '095832.505000', '095832.965000', '095833.425000', '095833.885000', '095834.345000', '095834.805000', '095835.265000', '095835.725000', '095836.185000', '095836.645000', '095837.105000', '095837.565000', '095838.025000', '095838.485000', '095838.945000', '095839.405000', '095839.865000', '095840.325000', '095840.785000', '095841.245000', '095841.705000'], 'ContentTime': ['095233.778000', '095233.781000', '095233.783000', '095233.786000', '095233.789000', '095233.791000', '095233.795000', '095233.798000', '095233.800000', '095233.803000', '095233.805000', '095233.808000', '095233.811000', '095233.813000', '095233.816000', '095233.818000', '095233.821000', '095233.823000', '095233.826000', '095233.829000', '095233.831000', '095233.834000', '095233.836000', '095233.843000', '095233.845000', '095233.848000', '095233.850000', '095233.853000', '095233.855000', '095233.858000', '095233.861000', '095233.863000', '095233.866000', '095233.868000', '095233.871000', '095253.721000', '095253.724000', '095253.727000', '095253.730000', '095253.732000', '095253.735000', '095253.737000', '095253.740000', '095253.742000', '095253.745000', '095253.747000', '095253.750000', '095253.753000', '095253.755000', '095253.758000', '095253.760000', '095253.763000', '095253.765000', '095253.768000', '095253.770000', '095253.773000', '095253.776000', '095253.778000', '095253.781000', '095253.783000', '095253.786000', '095253.788000', '095253.791000', '095253.793000', '095253.796000', '095253.799000', '095253.801000', '095253.804000', '095253.806000', '095253.809000', '095253.811000', '095253.814000', '095253.817000', '095253.819000', '095253.822000', '095253.824000', '095253.827000', '095253.829000', '095313.721000', '095313.724000', '095313.727000', '095313.729000', '095313.732000', '095313.735000', '095313.737000', '095313.740000', '095313.742000', '095313.745000', '095313.747000', '095313.750000', '095313.753000', '095313.755000', '095313.758000', '095313.760000', '095313.763000', '095313.765000', '095313.768000', '095313.770000', '095313.773000', '095313.776000', '095313.778000', '095313.781000', '095313.783000', '095313.786000', '095313.789000', '095313.791000', '095313.794000', '095313.796000', '095313.799000', '095313.801000', '095313.804000', '095313.806000', '095313.811000', '095313.814000', '095313.817000', '095313.819000', '095313.822000', '095313.824000', '095313.827000', '095313.829000', '095313.832000', '095313.834000', '095333.721000', '095333.724000', '095333.726000', '095333.729000', '095333.731000', '095333.734000', '095333.737000', '095333.739000', '095333.742000', '095333.744000', '095333.747000', '095333.749000', '095333.752000', '095333.755000', '095333.757000', '095333.760000', '095333.762000', '095333.765000', '095333.768000', '095333.770000', '095333.773000', '095333.775000', '095333.778000', '095333.780000', '095333.783000', '095333.786000', '095333.788000', '095333.791000', '095333.793000', '095333.796000', '095333.798000', '095333.801000', '095333.804000', '095333.806000', '095333.809000', '095333.811000', '095333.814000', '095333.816000', '095333.819000', '095333.821000', '095333.824000', '095333.827000', '095333.829000', '095353.720000', '095353.723000', '095353.726000', '095353.728000', '095353.731000', '095353.733000', '095353.736000', '095353.739000', '095353.741000', '095353.744000', '095353.746000', '095353.749000', '095353.751000', '095353.754000', '095353.757000', '095353.759000', '095353.762000', '095353.764000', '095353.767000', '095353.769000', '095353.772000', '095353.774000', '095353.777000', '095353.780000', '095353.782000', '095353.785000', '095353.787000', '095353.790000', '095353.792000', '095353.795000', '095353.797000', '095353.800000', '095353.803000', '095353.805000', '095353.808000', '095353.810000', '095353.813000', '095353.815000', '095353.818000', '095353.820000', '095353.823000', '095353.826000', '095353.828000', '095353.831000', '095413.721000', '095413.723000', '095413.740000', '095413.743000', '095413.745000', '095413.748000', '095413.750000', '095413.753000', '095413.756000', '095413.758000', '095413.761000', '095413.763000', '095413.766000', '095413.769000', '095413.771000', '095413.774000', '095413.776000', '095413.779000', '095413.782000', '095413.784000', '095413.787000', '095413.789000', '095413.792000', '095413.794000', '095413.797000', '095413.800000', '095413.802000', '095413.805000', '095413.807000', '095413.810000', '095413.812000', '095413.818000', '095413.820000', '095413.823000', '095413.826000', '095413.828000', '095413.831000', '095413.834000', '095413.836000', '095413.839000', '095413.841000', '095413.844000', '095413.846000', '095433.720000', '095433.723000', '095433.726000', '095433.729000', '095433.731000', '095433.734000', '095433.736000', '095433.739000', '095433.742000', '095433.744000', '095433.747000', '095433.749000', '095433.752000', '095433.754000', '095433.757000', '095433.759000', '095433.762000', '095433.765000', '095433.767000', '095433.770000', '095433.772000', '095433.775000', '095433.778000', '095433.780000', '095433.783000', '095433.785000', '095433.788000', '095433.790000', '095433.793000', '095433.795000', '095433.798000', '095433.801000', '095433.803000', '095433.806000', '095433.808000', '095433.811000', '095433.814000', '095433.816000', '095433.819000', '095433.821000', '095433.824000', '095433.826000', '095433.829000', '095433.832000', '095453.720000', '095453.723000', '095453.726000', '095453.729000', '095453.731000', '095453.734000', '095453.736000', '095453.739000', '095453.741000', '095453.744000', '095453.747000', '095453.749000', '095453.752000', '095453.754000', '095453.757000', '095453.760000', '095453.762000', '095453.765000', '095453.767000', '095453.770000', '095453.773000', '095453.775000', '095453.778000', '095453.780000', '095453.783000', '095453.785000', '095453.788000', '095453.791000', '095453.793000', '095453.796000', '095453.798000', '095453.801000', '095453.804000', '095453.806000', '095453.809000', '095453.811000', '095453.814000', '095453.816000', '095453.819000', '095453.822000', '095453.824000', '095453.827000', '095453.829000', '095513.721000', '095513.724000', '095513.727000', '095513.729000', '095513.732000', '095513.734000', '095513.737000', '095513.739000', '095513.742000', '095513.745000', '095513.747000', '095513.750000', '095513.752000', '095513.755000', '095513.757000', '095513.760000', '095513.763000', '095513.765000', '095513.768000', '095513.770000', '095513.773000', '095513.775000', '095513.778000', '095513.781000', '095513.783000', '095513.786000', '095513.788000', '095513.791000', '095513.793000', '095513.796000', '095513.799000', '095513.801000', '095513.804000', '095513.806000', '095513.809000', '095513.811000', '095513.814000', '095513.817000', '095513.819000', '095513.822000', '095513.824000', '095513.827000', '095513.829000', '095513.832000', '095533.722000', '095533.724000', '095533.727000', '095533.730000', '095533.732000', '095533.735000', '095533.737000', '095533.740000', '095533.742000', '095533.745000', '095533.748000', '095533.750000', '095533.753000', '095533.755000', '095533.758000', '095533.761000', '095533.763000', '095533.766000', '095533.768000', '095533.771000', '095533.774000', '095533.776000', '095533.779000', '095533.781000', '095533.784000', '095533.786000', '095533.789000', '095533.792000', '095533.794000', '095533.797000', '095533.799000', '095533.802000', '095533.804000', '095533.807000', '095533.810000', '095533.812000', '095533.815000', '095533.817000', '095533.820000', '095533.822000', '095533.825000', '095533.827000', '095533.868000', '095553.720000', '095553.723000', '095553.726000', '095553.728000', '095553.731000', '095553.734000', '095553.736000', '095553.739000', '095553.742000', '095553.744000', '095553.747000', '095553.750000', '095553.752000', '095553.755000', '095553.758000', '095553.760000', '095553.763000', '095553.765000', '095553.768000', '095553.770000', '095553.773000', '095553.775000', '095553.778000', '095553.781000', '095553.783000', '095553.786000', '095553.788000', '095553.791000', '095553.794000', '095553.796000', '095553.799000', '095553.801000', '095553.804000', '095553.806000', '095553.809000', '095553.812000', '095553.814000', '095553.817000', '095553.819000', '095553.822000', '095553.824000', '095553.827000', '095553.830000', '095553.832000', '095613.721000', '095613.723000', '095613.726000', '095613.729000', '095613.731000', '095613.734000', '095613.736000', '095613.739000', '095613.741000', '095613.744000', '095613.746000', '095613.749000', '095613.752000', '095613.754000', '095613.757000', '095613.759000', '095613.762000', '095613.765000', '095613.767000', '095613.770000', '095613.772000', '095613.775000', '095613.778000', '095613.780000', '095613.783000', '095613.785000', '095613.788000', '095613.791000', '095613.793000', '095613.796000', '095613.798000', '095613.801000', '095613.804000', '095613.806000', '095613.809000', '095613.811000', '095613.814000', '095613.816000', '095613.819000', '095613.821000', '095613.824000', '095613.827000', '095613.829000', '095633.720000', '095633.723000', '095633.726000', '095633.728000', '095633.731000', '095633.733000', '095633.736000', '095633.739000', '095633.741000', '095633.744000', '095633.746000', '095633.749000', '095633.751000', '095633.754000', '095633.757000', '095633.759000', '095633.762000', '095633.764000', '095633.767000', '095633.769000', '095633.772000', '095633.774000', '095633.777000', '095633.780000', '095633.782000', '095633.785000', '095633.787000', '095633.790000', '095633.792000', '095633.795000', '095633.798000', '095633.800000', '095633.803000', '095633.805000', '095633.808000', '095633.810000', '095633.813000', '095633.815000', '095633.818000', '095633.821000', '095633.823000', '095633.826000', '095633.828000', '095633.831000', '095653.721000', '095653.723000', '095653.726000', '095653.729000', '095653.731000', '095653.734000', '095653.736000', '095653.739000', '095653.741000', '095653.744000', '095653.747000', '095653.749000', '095653.752000', '095653.755000', '095653.757000', '095653.760000', '095653.762000', '095653.765000', '095653.767000', '095653.770000', '095653.773000', '095653.775000', '095653.778000', '095653.780000', '095653.783000', '095653.786000', '095653.788000', '095653.791000', '095653.793000', '095653.796000', '095653.798000', '095653.801000', '095653.804000', '095653.806000', '095653.809000', '095653.811000', '095653.814000', '095653.816000', '095653.819000', '095653.822000', '095653.825000', '095653.827000', '095653.830000', '095713.721000', '095713.724000', '095713.728000', '095713.730000', '095713.733000', '095713.736000', '095713.738000', '095713.741000', '095713.743000', '095713.746000', '095713.748000', '095713.751000', '095713.754000', '095713.756000', '095713.759000', '095713.761000', '095713.764000', '095713.766000', '095713.769000', '095713.772000', '095713.774000', '095713.777000', '095713.779000', '095713.793000', '095713.795000', '095713.798000', '095713.800000', '095713.803000', '095713.806000', '095713.808000', '095713.811000', '095713.813000', '095713.816000', '095713.818000', '095713.821000', '095713.824000', '095713.826000', '095713.829000', '095713.831000', '095713.834000', '095713.837000', '095713.839000', '095713.842000', '095733.722000', '095733.724000', '095733.727000', '095733.730000', '095733.732000', '095733.735000', '095733.737000', '095733.740000', '095733.743000', '095733.745000', '095733.748000', '095733.751000', '095733.753000', '095733.756000', '095733.758000', '095733.761000', '095733.763000', '095733.766000', '095733.769000', '095733.771000', '095733.774000', '095733.776000', '095733.779000', '095733.781000', '095733.784000', '095733.787000', '095733.789000', '095733.792000', '095733.794000', '095733.797000', '095733.800000', '095733.802000', '095733.805000', '095733.808000', '095733.810000', '095733.813000', '095733.815000', '095733.818000', '095733.821000', '095733.823000', '095733.826000', '095733.828000', '095733.831000', '095733.833000', '095753.721000', '095753.724000', '095753.727000', '095753.730000', '095753.733000', '095753.736000', '095753.738000', '095753.741000', '095753.744000', '095753.746000', '095753.749000', '095753.751000', '095753.754000', '095753.757000', '095753.759000', '095753.762000', '095753.764000', '095753.767000', '095753.769000', '095753.774000', '095753.776000', '095753.779000', '095753.781000', '095753.784000', '095753.787000', '095753.789000', '095753.792000', '095753.794000', '095753.797000', '095753.799000', '095753.802000', '095753.805000', '095753.807000', '095753.810000', '095753.812000', '095753.815000', '095753.817000', '095753.820000', '095753.823000', '095753.825000', '095753.828000', '095753.830000', '095753.833000', '095813.720000', '095813.723000', '095813.726000', '095813.728000', '095813.731000', '095813.734000', '095813.736000', '095813.739000', '095813.741000', '095813.744000', '095813.747000', '095813.749000', '095813.752000', '095813.754000', '095813.757000', '095813.759000', '095813.762000', '095813.764000', '095813.767000', '095813.770000', '095813.772000', '095813.775000', '095813.778000', '095813.780000', '095813.783000', '095813.785000', '095813.788000', '095813.790000', '095813.793000', '095813.796000', '095813.798000', '095813.801000', '095813.803000', '095813.806000', '095813.808000', '095813.811000', '095813.814000', '095813.816000', '095813.819000', '095813.821000', '095813.824000', '095813.827000', '095813.829000', '095813.832000', '095833.721000', '095833.723000', '095833.726000', '095833.728000', '095833.731000', '095833.734000', '095833.736000', '095833.739000', '095833.742000', '095833.744000', '095833.747000', '095833.750000', '095833.753000', '095833.756000', '095833.759000', '095833.761000', '095833.764000', '095833.767000', '095833.770000', '095833.773000', '095833.775000', '095833.778000', '095833.781000', '095833.783000', '095833.786000', '095833.788000', '095833.791000', '095833.793000', '095833.796000', '095833.799000', '095833.801000', '095833.804000', '095833.806000', '095833.809000', '095833.825000', '095833.828000', '095833.831000', '095833.833000', '095833.836000', '095833.838000', '095833.841000', '095833.843000', '095833.846000', '095843.380000', '095843.384000', '095843.387000', '095843.389000', '095843.392000', '095843.396000', '095843.399000', '095843.402000', '095843.405000', '095843.407000', '095843.410000', '095843.413000', '095843.416000', '095843.419000', '095843.422000', '095843.424000', '095843.427000', '095843.430000', '095843.432000', '095843.435000', '095843.438000', '095843.440000'], 'InstanceCreationTime': ['095233.778000', '095233.781000', '095233.783000', '095233.786000', '095233.789000', '095233.791000', '095233.795000', '095233.798000', '095233.800000', '095233.803000', '095233.805000', '095233.808000', '095233.811000', '095233.813000', '095233.816000', '095233.818000', '095233.821000', '095233.823000', '095233.826000', '095233.829000', '095233.831000', '095233.834000', '095233.836000', '095233.843000', '095233.845000', '095233.848000', '095233.850000', '095233.853000', '095233.855000', '095233.858000', '095233.861000', '095233.863000', '095233.866000', '095233.868000', '095233.871000', '095253.721000', '095253.724000', '095253.727000', '095253.730000', '095253.732000', '095253.735000', '095253.737000', '095253.740000', '095253.742000', '095253.745000', '095253.747000', '095253.750000', '095253.753000', '095253.755000', '095253.758000', '095253.760000', '095253.763000', '095253.765000', '095253.768000', '095253.770000', '095253.773000', '095253.776000', '095253.778000', '095253.781000', '095253.783000', '095253.786000', '095253.788000', '095253.791000', '095253.793000', '095253.796000', '095253.799000', '095253.801000', '095253.804000', '095253.806000', '095253.809000', '095253.811000', '095253.814000', '095253.817000', '095253.819000', '095253.822000', '095253.824000', '095253.827000', '095253.829000', '095313.721000', '095313.724000', '095313.727000', '095313.729000', '095313.732000', '095313.735000', '095313.737000', '095313.740000', '095313.742000', '095313.745000', '095313.747000', '095313.750000', '095313.753000', '095313.755000', '095313.758000', '095313.760000', '095313.763000', '095313.765000', '095313.768000', '095313.770000', '095313.773000', '095313.776000', '095313.778000', '095313.781000', '095313.783000', '095313.786000', '095313.789000', '095313.791000', '095313.794000', '095313.796000', '095313.799000', '095313.801000', '095313.804000', '095313.806000', '095313.811000', '095313.814000', '095313.817000', '095313.819000', '095313.822000', '095313.824000', '095313.827000', '095313.829000', '095313.832000', '095313.834000', '095333.721000', '095333.724000', '095333.726000', '095333.729000', '095333.731000', '095333.734000', '095333.737000', '095333.739000', '095333.742000', '095333.744000', '095333.747000', '095333.749000', '095333.752000', '095333.755000', '095333.757000', '095333.760000', '095333.762000', '095333.765000', '095333.768000', '095333.770000', '095333.773000', '095333.775000', '095333.778000', '095333.780000', '095333.783000', '095333.786000', '095333.788000', '095333.791000', '095333.793000', '095333.796000', '095333.798000', '095333.801000', '095333.804000', '095333.806000', '095333.809000', '095333.811000', '095333.814000', '095333.816000', '095333.819000', '095333.821000', '095333.824000', '095333.827000', '095333.829000', '095353.720000', '095353.723000', '095353.726000', '095353.728000', '095353.731000', '095353.733000', '095353.736000', '095353.739000', '095353.741000', '095353.744000', '095353.746000', '095353.749000', '095353.751000', '095353.754000', '095353.757000', '095353.759000', '095353.762000', '095353.764000', '095353.767000', '095353.769000', '095353.772000', '095353.774000', '095353.777000', '095353.780000', '095353.782000', '095353.785000', '095353.787000', '095353.790000', '095353.792000', '095353.795000', '095353.797000', '095353.800000', '095353.803000', '095353.805000', '095353.808000', '095353.810000', '095353.813000', '095353.815000', '095353.818000', '095353.820000', '095353.823000', '095353.826000', '095353.828000', '095353.831000', '095413.721000', '095413.723000', '095413.740000', '095413.743000', '095413.745000', '095413.748000', '095413.750000', '095413.753000', '095413.756000', '095413.758000', '095413.761000', '095413.763000', '095413.766000', '095413.769000', '095413.771000', '095413.774000', '095413.776000', '095413.779000', '095413.782000', '095413.784000', '095413.787000', '095413.789000', '095413.792000', '095413.794000', '095413.797000', '095413.800000', '095413.802000', '095413.805000', '095413.807000', '095413.810000', '095413.812000', '095413.818000', '095413.820000', '095413.823000', '095413.826000', '095413.828000', '095413.831000', '095413.834000', '095413.836000', '095413.839000', '095413.841000', '095413.844000', '095413.846000', '095433.720000', '095433.723000', '095433.726000', '095433.729000', '095433.731000', '095433.734000', '095433.736000', '095433.739000', '095433.742000', '095433.744000', '095433.747000', '095433.749000', '095433.752000', '095433.754000', '095433.757000', '095433.759000', '095433.762000', '095433.765000', '095433.767000', '095433.770000', '095433.772000', '095433.775000', '095433.778000', '095433.780000', '095433.783000', '095433.785000', '095433.788000', '095433.790000', '095433.793000', '095433.795000', '095433.798000', '095433.801000', '095433.803000', '095433.806000', '095433.808000', '095433.811000', '095433.814000', '095433.816000', '095433.819000', '095433.821000', '095433.824000', '095433.826000', '095433.829000', '095433.832000', '095453.720000', '095453.723000', '095453.726000', '095453.729000', '095453.731000', '095453.734000', '095453.736000', '095453.739000', '095453.741000', '095453.744000', '095453.747000', '095453.749000', '095453.752000', '095453.754000', '095453.757000', '095453.760000', '095453.762000', '095453.765000', '095453.767000', '095453.770000', '095453.773000', '095453.775000', '095453.778000', '095453.780000', '095453.783000', '095453.785000', '095453.788000', '095453.791000', '095453.793000', '095453.796000', '095453.798000', '095453.801000', '095453.804000', '095453.806000', '095453.809000', '095453.811000', '095453.814000', '095453.816000', '095453.819000', '095453.822000', '095453.824000', '095453.827000', '095453.829000', '095513.721000', '095513.724000', '095513.727000', '095513.729000', '095513.732000', '095513.734000', '095513.737000', '095513.739000', '095513.742000', '095513.745000', '095513.747000', '095513.750000', '095513.752000', '095513.755000', '095513.757000', '095513.760000', '095513.763000', '095513.765000', '095513.768000', '095513.770000', '095513.773000', '095513.775000', '095513.778000', '095513.781000', '095513.783000', '095513.786000', '095513.788000', '095513.791000', '095513.793000', '095513.796000', '095513.799000', '095513.801000', '095513.804000', '095513.806000', '095513.809000', '095513.811000', '095513.814000', '095513.817000', '095513.819000', '095513.822000', '095513.824000', '095513.827000', '095513.829000', '095513.832000', '095533.722000', '095533.724000', '095533.727000', '095533.730000', '095533.732000', '095533.735000', '095533.737000', '095533.740000', '095533.742000', '095533.745000', '095533.748000', '095533.750000', '095533.753000', '095533.755000', '095533.758000', '095533.761000', '095533.763000', '095533.766000', '095533.768000', '095533.771000', '095533.774000', '095533.776000', '095533.779000', '095533.781000', '095533.784000', '095533.786000', '095533.789000', '095533.792000', '095533.794000', '095533.797000', '095533.799000', '095533.802000', '095533.804000', '095533.807000', '095533.810000', '095533.812000', '095533.815000', '095533.817000', '095533.820000', '095533.822000', '095533.825000', '095533.827000', '095533.868000', '095553.720000', '095553.723000', '095553.726000', '095553.728000', '095553.731000', '095553.734000', '095553.736000', '095553.739000', '095553.742000', '095553.744000', '095553.747000', '095553.750000', '095553.752000', '095553.755000', '095553.758000', '095553.760000', '095553.763000', '095553.765000', '095553.768000', '095553.770000', '095553.773000', '095553.775000', '095553.778000', '095553.781000', '095553.783000', '095553.786000', '095553.788000', '095553.791000', '095553.794000', '095553.796000', '095553.799000', '095553.801000', '095553.804000', '095553.806000', '095553.809000', '095553.812000', '095553.814000', '095553.817000', '095553.819000', '095553.822000', '095553.824000', '095553.827000', '095553.830000', '095553.832000', '095613.721000', '095613.723000', '095613.726000', '095613.729000', '095613.731000', '095613.734000', '095613.736000', '095613.739000', '095613.741000', '095613.744000', '095613.746000', '095613.749000', '095613.752000', '095613.754000', '095613.757000', '095613.759000', '095613.762000', '095613.765000', '095613.767000', '095613.770000', '095613.772000', '095613.775000', '095613.778000', '095613.780000', '095613.783000', '095613.785000', '095613.788000', '095613.791000', '095613.793000', '095613.796000', '095613.798000', '095613.801000', '095613.804000', '095613.806000', '095613.809000', '095613.811000', '095613.814000', '095613.816000', '095613.819000', '095613.821000', '095613.824000', '095613.827000', '095613.829000', '095633.720000', '095633.723000', '095633.726000', '095633.728000', '095633.731000', '095633.733000', '095633.736000', '095633.739000', '095633.741000', '095633.744000', '095633.746000', '095633.749000', '095633.751000', '095633.754000', '095633.757000', '095633.759000', '095633.762000', '095633.764000', '095633.767000', '095633.769000', '095633.772000', '095633.774000', '095633.777000', '095633.780000', '095633.782000', '095633.785000', '095633.787000', '095633.790000', '095633.792000', '095633.795000', '095633.798000', '095633.800000', '095633.803000', '095633.805000', '095633.808000', '095633.810000', '095633.813000', '095633.815000', '095633.818000', '095633.821000', '095633.823000', '095633.826000', '095633.828000', '095633.831000', '095653.721000', '095653.723000', '095653.726000', '095653.729000', '095653.731000', '095653.734000', '095653.736000', '095653.739000', '095653.741000', '095653.744000', '095653.747000', '095653.749000', '095653.752000', '095653.755000', '095653.757000', '095653.760000', '095653.762000', '095653.765000', '095653.767000', '095653.770000', '095653.773000', '095653.775000', '095653.778000', '095653.780000', '095653.783000', '095653.786000', '095653.788000', '095653.791000', '095653.793000', '095653.796000', '095653.798000', '095653.801000', '095653.804000', '095653.806000', '095653.809000', '095653.811000', '095653.814000', '095653.816000', '095653.819000', '095653.822000', '095653.825000', '095653.827000', '095653.830000', '095713.721000', '095713.724000', '095713.728000', '095713.730000', '095713.733000', '095713.736000', '095713.738000', '095713.741000', '095713.743000', '095713.746000', '095713.748000', '095713.751000', '095713.754000', '095713.756000', '095713.759000', '095713.761000', '095713.764000', '095713.766000', '095713.769000', '095713.772000', '095713.774000', '095713.777000', '095713.779000', '095713.793000', '095713.795000', '095713.798000', '095713.800000', '095713.803000', '095713.806000', '095713.808000', '095713.811000', '095713.813000', '095713.816000', '095713.818000', '095713.821000', '095713.824000', '095713.826000', '095713.829000', '095713.831000', '095713.834000', '095713.837000', '095713.839000', '095713.842000', '095733.722000', '095733.724000', '095733.727000', '095733.730000', '095733.732000', '095733.735000', '095733.737000', '095733.740000', '095733.743000', '095733.745000', '095733.748000', '095733.751000', '095733.753000', '095733.756000', '095733.758000', '095733.761000', '095733.763000', '095733.766000', '095733.769000', '095733.771000', '095733.774000', '095733.776000', '095733.779000', '095733.781000', '095733.784000', '095733.787000', '095733.789000', '095733.792000', '095733.794000', '095733.797000', '095733.800000', '095733.802000', '095733.805000', '095733.808000', '095733.810000', '095733.813000', '095733.815000', '095733.818000', '095733.821000', '095733.823000', '095733.826000', '095733.828000', '095733.831000', '095733.833000', '095753.721000', '095753.724000', '095753.727000', '095753.730000', '095753.733000', '095753.736000', '095753.738000', '095753.741000', '095753.744000', '095753.746000', '095753.749000', '095753.751000', '095753.754000', '095753.757000', '095753.759000', '095753.762000', '095753.764000', '095753.767000', '095753.769000', '095753.774000', '095753.776000', '095753.779000', '095753.781000', '095753.784000', '095753.787000', '095753.789000', '095753.792000', '095753.794000', '095753.797000', '095753.799000', '095753.802000', '095753.805000', '095753.807000', '095753.810000', '095753.812000', '095753.815000', '095753.817000', '095753.820000', '095753.823000', '095753.825000', '095753.828000', '095753.830000', '095753.833000', '095813.720000', '095813.723000', '095813.726000', '095813.728000', '095813.731000', '095813.734000', '095813.736000', '095813.739000', '095813.741000', '095813.744000', '095813.747000', '095813.749000', '095813.752000', '095813.754000', '095813.757000', '095813.759000', '095813.762000', '095813.764000', '095813.767000', '095813.770000', '095813.772000', '095813.775000', '095813.778000', '095813.780000', '095813.783000', '095813.785000', '095813.788000', '095813.790000', '095813.793000', '095813.796000', '095813.798000', '095813.801000', '095813.803000', '095813.806000', '095813.808000', '095813.811000', '095813.814000', '095813.816000', '095813.819000', '095813.821000', '095813.824000', '095813.827000', '095813.829000', '095813.832000', '095833.721000', '095833.723000', '095833.726000', '095833.728000', '095833.731000', '095833.734000', '095833.736000', '095833.739000', '095833.742000', '095833.744000', '095833.747000', '095833.750000', '095833.753000', '095833.756000', '095833.759000', '095833.761000', '095833.764000', '095833.767000', '095833.770000', '095833.773000', '095833.775000', '095833.778000', '095833.781000', '095833.783000', '095833.786000', '095833.788000', '095833.791000', '095833.793000', '095833.796000', '095833.799000', '095833.801000', '095833.804000', '095833.806000', '095833.809000', '095833.825000', '095833.828000', '095833.831000', '095833.833000', '095833.836000', '095833.838000', '095833.841000', '095833.843000', '095833.846000', '095843.380000', '095843.384000', '095843.387000', '095843.389000', '095843.392000', '095843.396000', '095843.399000', '095843.402000', '095843.405000', '095843.407000', '095843.410000', '095843.413000', '095843.416000', '095843.419000', '095843.422000', '095843.424000', '095843.427000', '095843.430000', '095843.432000', '095843.435000', '095843.438000', '095843.440000'], '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], 'LargestImagePixelValue': [11115, 12635, 15220, 12300, 14389, 12259, 16475, 12085, 14447, 11925, 14656, 11703, 13986, 11089, 13375, 9981, 12259, 9994, 11930, 11622, 12125, 14430, 11663, 14035, 11086, 12217, 10213, 12864, 15226, 12259, 13818, 10305, 12603, 15988, 12552, 14019, 10727, 13308, 10133, 12409, 10867, 12268, 14961, 12104, 13588, 11439, 12564, 10387, 12566, 15249, 12060, 13716, 10982, 13204, 16070, 12184, 13840, 11057, 12104, 11420, 12192, 14064, 11404, 13121, 10827, 13533, 9427, 12745, 13674, 12321, 15271, 11577, 15278, 11712, 13080, 10328, 10383, 12361, 9717, 12057, 11675, 15190, 11869, 15745, 12050, 15827, 11312, 14331, 11296, 14578, 11284, 12665, 11329, 13506, 12745, 12751, 13402, 12834, 15877, 12829, 16055, 12878, 15596, 12569, 15103, 12813, 14537, 13450, 14535, 12610, 14876, 12920, 13360, 12792, 13702, 12789, 14328, 11880, 13963, 11827, 14287, 11856, 13514, 11791, 14241, 11478, 11960, 11790, 11522, 12981, 14843, 13325, 12106, 11769, 13807, 12067, 10663, 10075, 13764, 11629, 14735, 12609, 14161, 12369, 15339, 15026, 15476, 12740, 13698, 12994, 12326, 13091, 12719, 12965, 14901, 18021, 13774, 14666, 12585, 12032, 11646, 14310, 15807, 13312, 13345, 11801, 13921, 12876, 12874, 13646, 12952, 13051, 14480, 12114, 12762, 11769, 12650, 8378, 11838, 10794, 11204, 9349, 11545, 10093, 11983, 10973, 9595, 12405, 15136, 10977, 13636, 10765, 13919, 10915, 14339, 12009, 15080, 12773, 15292, 12799, 15443, 12775, 16786, 11885, 13569, 13982, 13328, 17292, 12767, 14703, 12307, 13295, 12734, 12887, 12217, 14183, 12651, 12468, 11488, 12487, 14131, 11472, 12105, 10465, 12277, 14577, 11558, 13593, 11921, 11989, 13415, 11767, 13282, 10576, 12505, 8995, 12000, 11064, 11676, 13799, 11575, 12297, 10690, 12336, 9481, 12605, 14622, 11958, 13570, 9703, 11983, 13999, 11566, 12970, 9941, 13736, 9467, 11012, 9719, 11700, 14157, 11889, 13796, 11074, 13239, 9814, 11826, 10286, 12526, 12911, 12253, 14245, 11714, 12717, 11095, 13391, 10215, 12420, 10140, 12507, 14678, 12725, 14427, 12039, 13898, 11176, 13063, 11595, 12637, 14441, 12010, 12855, 11912, 12854, 10743, 13437, 10727, 13424, 10901, 11510, 9161, 12461, 10933, 13033, 11509, 12936, 13572, 12727, 14475, 12232, 11754, 11252, 10242, 12727, 14392, 12767, 14751, 12256, 15703, 11841, 14194, 12217, 13916, 11913, 13822, 11861, 15403, 12464, 14380, 10961, 10248, 12119, 11319, 11901, 11245, 9065, 12798, 10242, 13583, 10241, 15364, 12359, 16451, 13533, 16062, 14272, 16278, 14715, 15315, 13984, 13817, 14494, 14818, 14449, 15412, 12705, 14475, 12253, 10676, 12039, 11531, 11329, 11968, 11353, 11774, 11918, 10665, 12594, 12424, 12348, 11487, 15056, 11816, 11308, 12663, 11895, 13413, 12655, 16465, 13207, 15466, 12270, 15646, 12601, 13704, 17113, 12436, 15089, 12279, 13086, 11785, 14483, 11704, 11976, 11358, 12288, 10816, 12018, 13165, 11599, 13131, 11499, 11883, 10027, 11709, 9568, 11581, 11240, 11839, 11237, 11323, 12270, 11375, 11666, 11939, 12424, 11489, 12884, 11234, 12485, 10963, 12172, 12255, 12057, 11160, 11272, 11836, 10310, 15042, 10896, 9107, 12816, 10908, 15599, 11899, 16878, 12235, 14993, 11875, 16137, 13302, 17766, 12506, 9867, 13551, 12781, 14072, 13834, 13318, 18540, 13190, 16288, 12604, 15769, 13359, 13144, 11906, 12980, 14069, 12785, 16483, 12929, 14584, 12429, 12695, 12488, 13419, 11775, 13106, 11428, 13604, 12391, 12930, 14750, 12998, 13936, 12635, 13183, 11711, 13691, 12543, 13569, 10243, 12941, 13799, 12801, 15109, 12412, 14752, 11430, 13345, 11410, 13709, 10102, 13587, 10764, 12294, 9953, 12831, 11043, 12372, 11633, 12103, 9207, 12447, 10146, 12993, 16264, 12240, 14700, 10567, 13572, 10949, 13322, 11639, 12541, 10214, 12191, 11864, 12422, 14118, 12261, 17308, 12202, 15699, 12148, 16204, 11754, 14222, 11955, 13031, 13423, 13012, 15625, 12391, 16352, 12448, 14438, 12216, 14346, 11904, 13642, 10761, 12777, 9844, 12338, 11477, 12387, 13165, 12488, 15773, 12432, 14859, 12027, 14638, 11351, 13122, 11499, 13542, 10294, 13275, 11269, 13808, 10592, 13528, 10378, 13054, 10792, 13131, 11119, 12610, 9678, 12312, 11444, 12604, 12393, 12709, 14494, 12139, 14563, 12813, 12102, 13135, 10915, 11686, 11005, 9439, 12542, 11192, 13498, 12375, 12045, 13019, 11660, 13886, 13098, 15640, 14457, 14875, 13997, 15594, 15549, 13808, 12527, 14163, 11184, 15728, 11523, 15242, 14500, 14436, 14209, 14768, 15228, 14326, 12378, 16634, 15001, 12662, 14226, 13831, 13198, 13079, 13268, 13553, 11648, 14311, 11976, 12882, 11720, 13147, 11792, 13904, 14308, 12244, 11845, 9715, 14144, 12509, 10593, 13443, 13336, 13566, 13741, 13479, 14065, 13116, 15519, 13184, 14897, 13165, 14987, 12931, 15131, 12803, 14445, 12922, 13499, 12635, 12519, 11858, 11116, 10585, 9952, 11549, 11402, 10683, 12664, 10302, 13324, 16748, 11542, 13788, 12551, 13728, 12260, 13419, 11282, 13416, 11801, 12811, 12118, 13166, 12156, 13243, 12080, 13379, 12674, 12944, 12046, 13260, 11691, 13726, 11826, 12256, 10372, 12315, 11467, 12339, 11882, 12306, 11742, 12261, 11460, 10729, 10355, 9986, 9697, 11058, 9826, 12642, 11028, 12378, 14558, 12240, 12407, 10072, 9946, 10682, 10570, 11205, 11477, 11935, 12070, 10305, 10880, 11978, 13520, 12344, 13576, 12306, 13239, 11861, 12395, 11584, 14921, 11437, 14116, 10319, 13051, 13234, 13539, 14689, 13511, 14197, 12712, 12066, 12109, 9615, 11809, 11213, 13846, 11069, 12621, 11442, 14240, 11319, 14927, 11307, 9521, 12504, 11848, 12732, 12979, 11930, 12944, 11481, 12908, 10915, 12247, 10217, 11529, 10081, 10904, 10606, 12655, 10257, 11961, 13551, 11710, 15635, 12054, 12526, 11755, 13993, 10874, 11777, 9468, 11908, 11860, 11872, 14020, 11295, 10824, 10206, 11904, 9363, 11708, 8889, 10945, 9251, 10675, 9032, 10119, 9971, 11541, 13620, 11366, 11880, 11114, 12300, 10896, 13540, 10458, 11915, 9514, 11967, 10073, 11197, 13973, 11758, 13840, 12013, 13736, 11713, 12632, 9886, 9523, 12502, 9480, 12610, 11236, 14951, 12446, 14259, 13230, 12776, 11825, 12116], 'WindowCenter': [5002.0, 5008.0, 5000.0, 4969.0, 4974.0, 4954.0, 4979.0, 4952.0, 4960.0, 4943.0, 4960.0, 4940.0, 4948.0, 4930.0, 4948.0, 4908.0, 4939.0, 4920.0, 4942.0, 4940.0, 4952.0, 4959.0, 4943.0, 4961.0, 4942.0, 4953.0, 4921.0, 4953.0, 4970.0, 4940.0, 4960.0, 4907.0, 4940.0, 4956.0, 4937.0, 4945.0, 4918.0, 4936.0, 4916.0, 4939.0, 4928.0, 4950.0, 4968.0, 4951.0, 4959.0, 4942.0, 4963.0, 4921.0, 4951.0, 4969.0, 4940.0, 4960.0, 4928.0, 4961.0, 4967.0, 4942.0, 4956.0, 4930.0, 4950.0, 4938.0, 4952.0, 4960.0, 4942.0, 4960.0, 4941.0, 4972.0, 4924.0, 5032.0, 5031.0, 5006.0, 5008.0, 4967.0, 4995.0, 4982.0, 5000.0, 4960.0, 4990.0, 5005.0, 4961.0, 4977.0, 4979.0, 4998.0, 4980.0, 5007.0, 4981.0, 5010.0, 4959.0, 4989.0, 4957.0, 4985.0, 4944.0, 4965.0, 4932.0, 4975.0, 4950.0, 4952.0, 4948.0, 4952.0, 4968.0, 4963.0, 4967.0, 4951.0, 4957.0, 4939.0, 4956.0, 4950.0, 4958.0, 4961.0, 4959.0, 4952.0, 4958.0, 4948.0, 4944.0, 4938.0, 4948.0, 4950.0, 4985.0, 4951.0, 4959.0, 4927.0, 4946.0, 4939.0, 4950.0, 4927.0, 4960.0, 4945.0, 4941.0, 4927.0, 4900.0, 4948.0, 4958.0, 5004.0, 4985.0, 4960.0, 4966.0, 4956.0, 4953.0, 4925.0, 4966.0, 4946.0, 4975.0, 4946.0, 4950.0, 4915.0, 4917.0, 4923.0, 4905.0, 4897.0, 4934.0, 4924.0, 4913.0, 4912.0, 4911.0, 4909.0, 4931.0, 4926.0, 4897.0, 4906.0, 4895.0, 4884.0, 4873.0, 4904.0, 4899.0, 4888.0, 4878.0, 4870.0, 4902.0, 4879.0, 4896.0, 4903.0, 4889.0, 4903.0, 4902.0, 4893.0, 4903.0, 4896.0, 4917.0, 4872.0, 4922.0, 4902.0, 4929.0, 4910.0, 4938.0, 4916.0, 4953.0, 4985.0, 4962.0, 5020.0, 5012.0, 4932.0, 4948.0, 4945.0, 4965.0, 4933.0, 4962.0, 4955.0, 4973.0, 4967.0, 4973.0, 4951.0, 4958.0, 4939.0, 4958.0, 4918.0, 4927.0, 4921.0, 4910.0, 4927.0, 4897.0, 4905.0, 4897.0, 4905.0, 4895.0, 4895.0, 4895.0, 4905.0, 4895.0, 4894.0, 4883.0, 4895.0, 4906.0, 4886.0, 4895.0, 4873.0, 4896.0, 4914.0, 4888.0, 4906.0, 4896.0, 4898.0, 4907.0, 4909.0, 4920.0, 4891.0, 4922.0, 4870.0, 4922.0, 4901.0, 4914.0, 4930.0, 4925.0, 4924.0, 4915.0, 4936.0, 4896.0, 4940.0, 4955.0, 4929.0, 4946.0, 4895.0, 4928.0, 4946.0, 4929.0, 4936.0, 4909.0, 4957.0, 4909.0, 4931.0, 4911.0, 4952.0, 4956.0, 4952.0, 4959.0, 4943.0, 4962.0, 4922.0, 4950.0, 4932.0, 4953.0, 4953.0, 4954.0, 4959.0, 4941.0, 4950.0, 4940.0, 4960.0, 4932.0, 4951.0, 4918.0, 4950.0, 4959.0, 4948.0, 4959.0, 4940.0, 4959.0, 4928.0, 4949.0, 4928.0, 4940.0, 4956.0, 4937.0, 4937.0, 4939.0, 4948.0, 4930.0, 4958.0, 4931.0, 4959.0, 4930.0, 4967.0, 4951.0, 4990.0, 4956.0, 4976.0, 4941.0, 4966.0, 4961.0, 4963.0, 4959.0, 4962.0, 4951.0, 4941.0, 4921.0, 4966.0, 4971.0, 4955.0, 4970.0, 4953.0, 4969.0, 4941.0, 4946.0, 4939.0, 4948.0, 4941.0, 4946.0, 4941.0, 4970.0, 4979.0, 4987.0, 4945.0, 4932.0, 4926.0, 4920.0, 4940.0, 4932.0, 4927.0, 4991.0, 4974.0, 4972.0, 4921.0, 4970.0, 4967.0, 4982.0, 4971.0, 4992.0, 4982.0, 4980.0, 4971.0, 4965.0, 4959.0, 4934.0, 4946.0, 4941.0, 4944.0, 4955.0, 4936.0, 4931.0, 4910.0, 4903.0, 4952.0, 4952.0, 4939.0, 4908.0, 4908.0, 4914.0, 4937.0, 4929.0, 4959.0, 4977.0, 4966.0, 4926.0, 4940.0, 4937.0, 4944.0, 4961.0, 4939.0, 4949.0, 4926.0, 4954.0, 4909.0, 4931.0, 4900.0, 4929.0, 4885.0, 4895.0, 4902.0, 4871.0, 4887.0, 4869.0, 4867.0, 4866.0, 4886.0, 4864.0, 4868.0, 4856.0, 4879.0, 4857.0, 4881.0, 4888.0, 4881.0, 4893.0, 4882.0, 4893.0, 4864.0, 4897.0, 4864.0, 4898.0, 4898.0, 4923.0, 4914.0, 4926.0, 4924.0, 4939.0, 4926.0, 4936.0, 4939.0, 4927.0, 4951.0, 4927.0, 4962.0, 5000.0, 5090.0, 5089.0, 5051.0, 5012.0, 4985.0, 4967.0, 4948.0, 4984.0, 4958.0, 4927.0, 4976.0, 4969.0, 5010.0, 4971.0, 4997.0, 4980.0, 4988.0, 4970.0, 4984.0, 4963.0, 4981.0, 4942.0, 4909.0, 4937.0, 4936.0, 4949.0, 4936.0, 4938.0, 4964.0, 4921.0, 4940.0, 4909.0, 4928.0, 4909.0, 4909.0, 4886.0, 4908.0, 4904.0, 4905.0, 4924.0, 4907.0, 4915.0, 4908.0, 4906.0, 4909.0, 4918.0, 4899.0, 4908.0, 4897.0, 4931.0, 4906.0, 4921.0, 4928.0, 4921.0, 4929.0, 4918.0, 4918.0, 4912.0, 4932.0, 4921.0, 4931.0, 4904.0, 4932.0, 4931.0, 4937.0, 4942.0, 4935.0, 4942.0, 4927.0, 4945.0, 4929.0, 4947.0, 4918.0, 4949.0, 4927.0, 4939.0, 4920.0, 4950.0, 4930.0, 4965.0, 4939.0, 4953.0, 4913.0, 4951.0, 4932.0, 4967.0, 4980.0, 4952.0, 4970.0, 4933.0, 4960.0, 4931.0, 4961.0, 4940.0, 4952.0, 4919.0, 4953.0, 4940.0, 4964.0, 4961.0, 4952.0, 4977.0, 4950.0, 4968.0, 4953.0, 4977.0, 4940.0, 4958.0, 4927.0, 4949.0, 4935.0, 4938.0, 4952.0, 4926.0, 4953.0, 4926.0, 4944.0, 4928.0, 4946.0, 4925.0, 4947.0, 4917.0, 4937.0, 4905.0, 4937.0, 4928.0, 4940.0, 4936.0, 4939.0, 4956.0, 4936.0, 4946.0, 4942.0, 4958.0, 4930.0, 4939.0, 4929.0, 4939.0, 4910.0, 4948.0, 4931.0, 4951.0, 4921.0, 4949.0, 4921.0, 4949.0, 4932.0, 4963.0, 4942.0, 4949.0, 4922.0, 4956.0, 4931.0, 4952.0, 4940.0, 4954.0, 4972.0, 4966.0, 4970.0, 4963.0, 4951.0, 4960.0, 4967.0, 4963.0, 4950.0, 4919.0, 4975.0, 4953.0, 4988.0, 4978.0, 4977.0, 4991.0, 4966.0, 4973.0, 4960.0, 4957.0, 4946.0, 4930.0, 4932.0, 4941.0, 4952.0, 4947.0, 4947.0, 4957.0, 4929.0, 4954.0, 4913.0, 4944.0, 4931.0, 4932.0, 4921.0, 4931.0, 4930.0, 4918.0, 4909.0, 4935.0, 4939.0, 4879.0, 4830.0, 4830.0, 4887.0, 4890.0, 4886.0, 4912.0, 4893.0, 4924.0, 4894.0, 4918.0, 4907.0, 4932.0, 4934.0, 4956.0, 4951.0, 4909.0, 4908.0, 4852.0, 4916.0, 4908.0, 4900.0, 4930.0, 4915.0, 4929.0, 4943.0, 4942.0, 4956.0, 4930.0, 4967.0, 4922.0, 4941.0, 4918.0, 4929.0, 4907.0, 4914.0, 4903.0, 4912.0, 4893.0, 4901.0, 4903.0, 4918.0, 4892.0, 4865.0, 4868.0, 4887.0, 4932.0, 4933.0, 4912.0, 4944.0, 4928.0, 4997.0, 5014.0, 4935.0, 4917.0, 4908.0, 4931.0, 4934.0, 4947.0, 4926.0, 4944.0, 4923.0, 4933.0, 4925.0, 4933.0, 4921.0, 4931.0, 4920.0, 4931.0, 4920.0, 4917.0, 4909.0, 4918.0, 4906.0, 4918.0, 4897.0, 4908.0, 4875.0, 4905.0, 4907.0, 4932.0, 4920.0, 4930.0, 4921.0, 4945.0, 4934.0, 4937.0, 4914.0, 4916.0, 4916.0, 4950.0, 4927.0, 4963.0, 4928.0, 4950.0, 4967.0, 4962.0, 4948.0, 4919.0, 4918.0, 4929.0, 4939.0, 4952.0, 4965.0, 4961.0, 4975.0, 4954.0, 4955.0, 4976.0, 4982.0, 4986.0, 4986.0, 4964.0, 4973.0, 4952.0, 4951.0, 4939.0, 4968.0, 4928.0, 4957.0, 4906.0, 4947.0, 4935.0, 4945.0, 4943.0, 4947.0, 4972.0, 4958.0, 4934.0, 4913.0, 4894.0, 4908.0, 4909.0, 4980.0, 4939.0, 4960.0, 4940.0, 4955.0, 4929.0, 4954.0, 4925.0, 4895.0, 4937.0, 4953.0, 4978.0, 4964.0, 4951.0, 4950.0, 4939.0, 4934.0, 4914.0, 4922.0, 4905.0, 4925.0, 4914.0, 4929.0, 4918.0, 4949.0, 4944.0, 4964.0, 4972.0, 4952.0, 4966.0, 4926.0, 4923.0, 4913.0, 4931.0, 4903.0, 4925.0, 4894.0, 4927.0, 4924.0, 4926.0, 4953.0, 4925.0, 4914.0, 4914.0, 4934.0, 4896.0, 4936.0, 4907.0, 4940.0, 4921.0, 4942.0, 4924.0, 4948.0, 4945.0, 4967.0, 4973.0, 4953.0, 4951.0, 4944.0, 4952.0, 4942.0, 4963.0, 4943.0, 4979.0, 4938.0, 4966.0, 4934.0, 4951.0, 4968.0, 4950.0, 4955.0, 4949.0, 4957.0, 4953.0, 4966.0, 4947.0, 4937.0, 4979.0, 4952.0, 4977.0, 4985.0, 4996.0, 4964.0, 4972.0, 4927.0, 4913.0, 4905.0, 4941.0], 'WindowWidth': [10871.0, 10872.0, 10845.0, 10798.0, 10796.0, 10769.0, 10797.0, 10762.0, 10770.0, 10750.0, 10768.0, 10740.0, 10748.0, 10724.0, 10751.0, 10694.0, 10738.0, 10712.0, 10747.0, 10741.0, 10763.0, 10769.0, 10750.0, 10773.0, 10748.0, 10765.0, 10716.0, 10764.0, 10782.0, 10741.0, 10769.0, 10693.0, 10741.0, 10756.0, 10732.0, 10741.0, 10705.0, 10731.0, 10703.0, 10740.0, 10722.0, 10758.0, 10780.0, 10761.0, 10769.0, 10749.0, 10779.0, 10717.0, 10762.0, 10782.0, 10743.0, 10771.0, 10725.0, 10774.0, 10776.0, 10748.0, 10763.0, 10729.0, 10759.0, 10739.0, 10762.0, 10771.0, 10749.0, 10773.0, 10749.0, 10791.0, 10730.0, 10915.0, 10909.0, 10866.0, 10854.0, 10792.0, 10829.0, 10824.0, 10849.0, 10791.0, 10847.0, 10860.0, 10791.0, 10808.0, 10815.0, 10838.0, 10819.0, 10849.0, 10821.0, 10859.0, 10783.0, 10825.0, 10779.0, 10815.0, 10753.0, 10786.0, 10733.0, 10800.0, 10759.0, 10763.0, 10753.0, 10762.0, 10780.0, 10780.0, 10779.0, 10760.0, 10761.0, 10739.0, 10758.0, 10756.0, 10765.0, 10774.0, 10769.0, 10760.0, 10763.0, 10749.0, 10741.0, 10735.0, 10749.0, 10759.0, 10814.0, 10761.0, 10769.0, 10719.0, 10743.0, 10739.0, 10757.0, 10718.0, 10767.0, 10754.0, 10745.0, 10716.0, 10669.0, 10747.0, 10765.0, 10857.0, 10823.0, 10779.0, 10781.0, 10770.0, 10776.0, 10726.0, 10779.0, 10755.0, 10793.0, 10751.0, 10751.0, 10690.0, 10685.0, 10699.0, 10660.0, 10656.0, 10721.0, 10706.0, 10690.0, 10684.0, 10684.0, 10677.0, 10712.0, 10699.0, 10655.0, 10668.0, 10653.0, 10636.0, 10619.0, 10663.0, 10648.0, 10634.0, 10621.0, 10610.0, 10660.0, 10623.0, 10655.0, 10662.0, 10639.0, 10665.0, 10658.0, 10652.0, 10663.0, 10657.0, 10692.0, 10635.0, 10705.0, 10676.0, 10724.0, 10700.0, 10736.0, 10706.0, 10767.0, 10831.0, 10798.0, 10889.0, 10866.0, 10734.0, 10748.0, 10756.0, 10786.0, 10732.0, 10775.0, 10770.0, 10792.0, 10788.0, 10791.0, 10760.0, 10763.0, 10736.0, 10763.0, 10704.0, 10717.0, 10698.0, 10681.0, 10699.0, 10657.0, 10665.0, 10658.0, 10667.0, 10654.0, 10652.0, 10652.0, 10667.0, 10652.0, 10654.0, 10633.0, 10654.0, 10669.0, 10643.0, 10655.0, 10621.0, 10657.0, 10678.0, 10648.0, 10670.0, 10657.0, 10665.0, 10673.0, 10681.0, 10695.0, 10658.0, 10702.0, 10630.0, 10703.0, 10672.0, 10695.0, 10713.0, 10711.0, 10709.0, 10699.0, 10730.0, 10673.0, 10740.0, 10753.0, 10723.0, 10743.0, 10671.0, 10722.0, 10740.0, 10724.0, 10730.0, 10697.0, 10762.0, 10699.0, 10733.0, 10703.0, 10762.0, 10763.0, 10762.0, 10768.0, 10750.0, 10776.0, 10720.0, 10761.0, 10734.0, 10766.0, 10762.0, 10767.0, 10767.0, 10746.0, 10756.0, 10742.0, 10771.0, 10733.0, 10760.0, 10709.0, 10758.0, 10766.0, 10752.0, 10765.0, 10742.0, 10767.0, 10722.0, 10754.0, 10721.0, 10740.0, 10759.0, 10735.0, 10734.0, 10739.0, 10752.0, 10729.0, 10764.0, 10731.0, 10770.0, 10729.0, 10794.0, 10781.0, 10831.0, 10776.0, 10802.0, 10747.0, 10786.0, 10773.0, 10779.0, 10768.0, 10781.0, 10759.0, 10747.0, 10717.0, 10785.0, 10787.0, 10768.0, 10784.0, 10762.0, 10782.0, 10746.0, 10745.0, 10740.0, 10747.0, 10743.0, 10746.0, 10743.0, 10782.0, 10811.0, 10819.0, 10757.0, 10732.0, 10712.0, 10707.0, 10738.0, 10730.0, 10734.0, 10835.0, 10818.0, 10793.0, 10715.0, 10784.0, 10788.0, 10805.0, 10792.0, 10824.0, 10811.0, 10802.0, 10789.0, 10775.0, 10768.0, 10727.0, 10746.0, 10733.0, 10740.0, 10759.0, 10731.0, 10715.0, 10683.0, 10678.0, 10763.0, 10762.0, 10742.0, 10681.0, 10681.0, 10694.0, 10735.0, 10729.0, 10770.0, 10806.0, 10789.0, 10714.0, 10727.0, 10735.0, 10756.0, 10777.0, 10740.0, 10751.0, 10714.0, 10757.0, 10679.0, 10715.0, 10669.0, 10709.0, 10638.0, 10656.0, 10658.0, 10613.0, 10630.0, 10605.0, 10601.0, 10600.0, 10624.0, 10596.0, 10605.0, 10585.0, 10624.0, 10590.0, 10629.0, 10636.0, 10630.0, 10647.0, 10633.0, 10652.0, 10610.0, 10660.0, 10613.0, 10665.0, 10666.0, 10708.0, 10698.0, 10718.0, 10710.0, 10739.0, 10717.0, 10732.0, 10737.0, 10719.0, 10757.0, 10720.0, 10779.0, 10865.0, 11029.0, 11027.0, 10955.0, 10884.0, 10832.0, 10791.0, 10769.0, 10809.0, 10778.0, 10735.0, 10801.0, 10800.0, 10855.0, 10801.0, 10832.0, 10815.0, 10818.0, 10802.0, 10809.0, 10777.0, 10800.0, 10745.0, 10696.0, 10731.0, 10728.0, 10755.0, 10730.0, 10736.0, 10764.0, 10701.0, 10725.0, 10681.0, 10706.0, 10678.0, 10680.0, 10641.0, 10677.0, 10665.0, 10669.0, 10693.0, 10672.0, 10681.0, 10676.0, 10673.0, 10679.0, 10690.0, 10665.0, 10679.0, 10661.0, 10714.0, 10673.0, 10700.0, 10705.0, 10698.0, 10707.0, 10694.0, 10694.0, 10688.0, 10716.0, 10701.0, 10717.0, 10680.0, 10722.0, 10716.0, 10729.0, 10734.0, 10727.0, 10733.0, 10717.0, 10740.0, 10722.0, 10745.0, 10708.0, 10751.0, 10719.0, 10739.0, 10714.0, 10758.0, 10729.0, 10783.0, 10740.0, 10765.0, 10709.0, 10759.0, 10734.0, 10790.0, 10800.0, 10761.0, 10783.0, 10736.0, 10771.0, 10730.0, 10773.0, 10741.0, 10761.0, 10712.0, 10765.0, 10742.0, 10783.0, 10775.0, 10763.0, 10790.0, 10757.0, 10781.0, 10763.0, 10791.0, 10741.0, 10766.0, 10719.0, 10753.0, 10725.0, 10734.0, 10748.0, 10715.0, 10748.0, 10713.0, 10735.0, 10718.0, 10741.0, 10714.0, 10743.0, 10702.0, 10733.0, 10686.0, 10734.0, 10720.0, 10742.0, 10730.0, 10738.0, 10755.0, 10729.0, 10742.0, 10746.0, 10763.0, 10725.0, 10736.0, 10723.0, 10734.0, 10697.0, 10750.0, 10726.0, 10756.0, 10712.0, 10751.0, 10714.0, 10755.0, 10731.0, 10776.0, 10747.0, 10758.0, 10718.0, 10772.0, 10728.0, 10762.0, 10741.0, 10767.0, 10789.0, 10789.0, 10785.0, 10782.0, 10762.0, 10773.0, 10798.0, 10788.0, 10767.0, 10720.0, 10804.0, 10774.0, 10826.0, 10816.0, 10814.0, 10837.0, 10795.0, 10799.0, 10774.0, 10764.0, 10743.0, 10710.0, 10718.0, 10732.0, 10748.0, 10751.0, 10750.0, 10764.0, 10729.0, 10755.0, 10694.0, 10739.0, 10713.0, 10718.0, 10699.0, 10717.0, 10712.0, 10694.0, 10683.0, 10713.0, 10726.0, 10618.0, 10519.0, 10519.0, 10634.0, 10641.0, 10630.0, 10678.0, 10655.0, 10697.0, 10653.0, 10699.0, 10680.0, 10723.0, 10728.0, 10765.0, 10750.0, 10682.0, 10681.0, 10588.0, 10685.0, 10675.0, 10670.0, 10712.0, 10686.0, 10714.0, 10742.0, 10740.0, 10767.0, 10721.0, 10779.0, 10707.0, 10732.0, 10695.0, 10710.0, 10676.0, 10683.0, 10666.0, 10677.0, 10651.0, 10660.0, 10668.0, 10699.0, 10652.0, 10603.0, 10612.0, 10654.0, 10727.0, 10730.0, 10699.0, 10744.0, 10730.0, 10843.0, 10863.0, 10736.0, 10689.0, 10679.0, 10718.0, 10728.0, 10750.0, 10719.0, 10743.0, 10712.0, 10724.0, 10714.0, 10724.0, 10703.0, 10717.0, 10700.0, 10716.0, 10699.0, 10694.0, 10684.0, 10695.0, 10676.0, 10693.0, 10664.0, 10680.0, 10631.0, 10675.0, 10680.0, 10723.0, 10703.0, 10719.0, 10706.0, 10745.0, 10730.0, 10740.0, 10704.0, 10708.0, 10710.0, 10762.0, 10726.0, 10782.0, 10728.0, 10759.0, 10782.0, 10779.0, 10752.0, 10715.0, 10712.0, 10731.0, 10744.0, 10766.0, 10788.0, 10779.0, 10803.0, 10773.0, 10776.0, 10808.0, 10811.0, 10822.0, 10823.0, 10786.0, 10797.0, 10765.0, 10762.0, 10744.0, 10782.0, 10723.0, 10765.0, 10690.0, 10750.0, 10728.0, 10743.0, 10737.0, 10749.0, 10795.0, 10772.0, 10728.0, 10692.0, 10669.0, 10680.0, 10682.0, 10805.0, 10744.0, 10775.0, 10743.0, 10756.0, 10725.0, 10754.0, 10714.0, 10670.0, 10735.0, 10766.0, 10812.0, 10783.0, 10760.0, 10757.0, 10739.0, 10726.0, 10698.0, 10706.0, 10686.0, 10714.0, 10699.0, 10726.0, 10709.0, 10756.0, 10757.0, 10787.0, 10792.0, 10763.0, 10772.0, 10715.0, 10708.0, 10693.0, 10718.0, 10677.0, 10713.0, 10667.0, 10718.0, 10712.0, 10716.0, 10753.0, 10718.0, 10699.0, 10700.0, 10726.0, 10676.0, 10733.0, 10695.0, 10743.0, 10720.0, 10753.0, 10731.0, 10767.0, 10757.0, 10791.0, 10792.0, 10765.0, 10761.0, 10752.0, 10762.0, 10749.0, 10778.0, 10753.0, 10814.0, 10756.0, 10793.0, 10742.0, 10765.0, 10781.0, 10756.0, 10757.0, 10756.0, 10763.0, 10764.0, 10787.0, 10765.0, 10750.0, 10811.0, 10782.0, 10807.0, 10831.0, 10834.0, 10784.0, 10788.0, 10710.0, 10685.0, 10671.0, 10744.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.0039719019138755975</td></tr>
<tr><td colspan=3>aqi</td><td>0.047238266267942586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.52155409485032</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3155786608502997</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0626603940000001</td></tr>
<tr><td colspan=3>efc</td><td>0.5026</td></tr>
<tr><td colspan=3>fber</td><td>5665.2764</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2003652896838306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>238</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.4688995215311</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.376604977084323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2556745825841635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6579255729937525</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2162147756750534</td></tr>
<tr><td colspan=3>gcor</td><td>0.035563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006615969352424145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04487209394574165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.136929573180064</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>17.8891</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7944</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.8839</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292688.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>1129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.5886</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.1076</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4104.954</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1040.1372</td></tr>
<tr><td colspan=3>tsnr</td><td>29.802954562881496</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>