<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>4245e6d645abc917f27cf4515fa2ad63</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>10:41:51.792500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995655, 0.00634365, 0.0928998, -0.00608221, 0.999977, -0.00309713]</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.13418</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>[4183, -7734, -7178, 567, 7, -40, 19, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc124261-0829-4efd-b78b-b9913e3f9f75||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712701320648193, -0.01631811447441578, 0.250876784324646, 105.89237213134766], [-0.01701955311000347, 2.6828644275665283, -0.0068003227934241295, -91.52973937988281], [0.24924348294734955, 0.008309374563395977, 2.6883108615875244, -31.19732093811035], [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': ['104151.792500', '104152.252500', '104152.712500', '104153.172500', '104153.632500', '104154.092500', '104154.552500', '104155.012500', '104155.472500', '104155.932500', '104156.392500', '104156.852500', '104157.312500', '104157.772500', '104158.232500', '104158.692500', '104159.152500', '104159.612500', '104200.072500', '104200.532500', '104200.992500', '104201.452500', '104201.912500', '104202.372500', '104202.832500', '104203.292500', '104203.752500', '104204.212500', '104204.672500', '104205.132500', '104205.592500', '104206.052500', '104206.512500', '104206.972500', '104207.432500', '104207.892500', '104208.352500', '104208.812500', '104209.272500', '104209.732500', '104210.192500', '104210.652500', '104211.112500', '104211.572500', '104212.032500', '104212.492500', '104212.952500', '104213.412500', '104213.872500', '104214.332500', '104214.792500', '104215.252500', '104215.712500', '104216.172500', '104216.632500', '104217.092500', '104217.552500', '104218.012500', '104218.472500', '104218.932500', '104219.392500', '104219.852500', '104220.312500', '104220.772500', '104221.232500', '104221.692500', '104222.152500', '104222.612500', '104223.072500', '104223.532500', '104223.992500', '104224.452500', '104224.912500', '104225.372500', '104225.832500', '104226.292500', '104226.752500', '104227.212500', '104227.672500', '104228.132500', '104228.592500', '104229.052500', '104229.512500', '104229.972500', '104230.432500', '104230.892500', '104231.352500', '104231.812500', '104232.272500', '104232.732500', '104233.192500', '104233.652500', '104234.112500', '104234.572500', '104235.032500', '104235.492500', '104235.952500', '104236.412500', '104236.872500', '104237.332500', '104237.792500', '104238.252500', '104238.712500', '104239.172500', '104239.632500', '104240.092500', '104240.552500', '104241.012500', '104241.472500', '104241.932500', '104242.392500', '104242.852500', '104243.312500', '104243.772500', '104244.232500', '104244.692500', '104245.152500', '104245.612500', '104246.072500', '104246.532500', '104246.992500', '104247.452500', '104247.912500', '104248.372500', '104248.832500', '104249.292500', '104249.752500', '104250.212500', '104250.672500', '104251.132500', '104251.592500', '104252.052500', '104252.512500', '104252.972500', '104253.432500', '104253.892500', '104254.352500', '104254.812500', '104255.272500', '104255.732500', '104256.192500', '104256.652500', '104257.112500', '104257.572500', '104258.032500', '104258.492500', '104258.952500', '104259.412500', '104259.872500', '104300.332500', '104300.792500', '104301.252500', '104301.712500', '104302.172500', '104302.632500', '104303.092500', '104303.552500', '104304.012500', '104304.472500', '104304.932500', '104305.392500', '104305.852500', '104306.312500', '104306.772500', '104307.232500', '104307.692500', '104308.152500', '104308.612500', '104309.072500', '104309.532500', '104309.992500', '104310.452500', '104310.912500', '104311.372500', '104311.832500', '104312.292500', '104312.752500', '104313.212500', '104313.672500', '104314.132500', '104314.592500', '104315.052500', '104315.512500', '104315.972500', '104316.432500', '104316.892500', '104317.352500', '104317.812500', '104318.272500', '104318.732500', '104319.192500', '104319.652500', '104320.112500', '104320.572500', '104321.032500', '104321.492500', '104321.952500', '104322.412500', '104322.872500', '104323.332500', '104323.792500', '104324.252500', '104324.712500', '104325.172500', '104325.632500', '104326.092500', '104326.552500', '104327.012500', '104327.472500', '104327.932500', '104328.392500', '104328.852500', '104329.312500', '104329.772500', '104330.232500', '104330.692500', '104331.152500', '104331.612500', '104332.072500', '104332.532500', '104332.992500', '104333.452500', '104333.912500', '104334.372500', '104334.832500', '104335.292500', '104335.752500', '104336.212500', '104336.672500', '104337.132500', '104337.592500', '104338.052500', '104338.512500', '104338.972500', '104339.432500', '104339.892500', '104340.352500', '104340.812500', '104341.272500', '104341.732500', '104342.192500', '104342.652500', '104343.112500', '104343.572500', '104344.032500', '104344.492500', '104344.952500', '104345.412500', '104345.872500', '104346.332500', '104346.792500', '104347.252500', '104347.712500', '104348.172500', '104348.632500', '104349.092500', '104349.552500', '104350.012500', '104350.472500', '104350.932500', '104351.392500', '104351.852500', '104352.312500', '104352.772500', '104353.232500', '104353.692500', '104354.152500', '104354.612500', '104355.072500', '104355.532500', '104355.992500', '104356.452500', '104356.912500', '104357.372500', '104357.832500', '104358.292500', '104358.752500', '104359.212500', '104359.672500', '104400.132500', '104400.592500', '104401.052500', '104401.512500', '104401.972500', '104402.432500', '104402.892500', '104403.352500', '104403.812500', '104404.272500', '104404.732500', '104405.192500', '104405.652500', '104406.112500', '104406.572500', '104407.032500', '104407.492500', '104407.952500', '104408.412500', '104408.872500', '104409.332500', '104409.792500', '104410.252500', '104410.712500', '104411.172500', '104411.632500', '104412.092500', '104412.552500', '104413.012500', '104413.472500', '104413.932500', '104414.392500', '104414.852500', '104415.312500', '104415.772500', '104416.232500', '104416.692500', '104417.152500', '104417.612500', '104418.072500', '104418.532500', '104418.992500', '104419.452500', '104419.912500', '104420.372500', '104420.832500', '104421.292500', '104421.752500', '104422.212500', '104422.672500', '104423.132500', '104423.592500', '104424.052500', '104424.512500', '104424.972500', '104425.432500', '104425.892500', '104426.352500', '104426.812500', '104427.272500', '104427.732500', '104428.192500', '104428.652500', '104429.112500', '104429.572500', '104430.032500', '104430.492500', '104430.952500', '104431.412500', '104431.872500', '104432.332500', '104432.792500', '104433.252500', '104433.712500', '104434.172500', '104434.632500', '104435.092500', '104435.552500', '104436.012500', '104436.472500', '104436.932500', '104437.392500', '104437.852500', '104438.312500', '104438.772500', '104439.232500', '104439.692500', '104440.152500', '104440.612500', '104441.072500', '104441.532500', '104441.992500', '104442.452500', '104442.912500', '104443.372500', '104443.832500', '104444.292500', '104444.752500', '104445.212500', '104445.672500', '104446.132500', '104446.592500', '104447.052500', '104447.512500', '104447.972500', '104448.432500', '104448.892500', '104449.352500', '104449.812500', '104450.272500', '104450.732500', '104451.192500', '104451.652500', '104452.112500', '104452.572500', '104453.032500', '104453.492500', '104453.952500', '104454.412500', '104454.872500', '104455.332500', '104455.792500', '104456.252500', '104456.712500', '104457.172500', '104457.632500', '104458.092500', '104458.552500', '104459.012500', '104459.472500', '104459.932500', '104500.392500', '104500.852500', '104501.312500', '104501.772500', '104502.232500', '104502.692500', '104503.152500', '104503.612500', '104504.072500', '104504.532500', '104504.992500', '104505.452500', '104505.912500', '104506.372500', '104506.832500', '104507.292500', '104507.752500', '104508.212500', '104508.672500', '104509.132500', '104509.592500', '104510.052500', '104510.512500', '104510.972500', '104511.432500', '104511.892500', '104512.352500', '104512.812500', '104513.272500', '104513.732500', '104514.192500', '104514.652500', '104515.112500', '104515.572500', '104516.032500', '104516.492500', '104516.952500', '104517.412500', '104517.872500', '104518.332500', '104518.792500', '104519.252500', '104519.712500', '104520.172500', '104520.632500', '104521.092500', '104521.552500', '104522.012500', '104522.472500', '104522.932500', '104523.392500', '104523.852500', '104524.312500', '104524.772500', '104525.232500', '104525.692500', '104526.152500', '104526.612500', '104527.072500', '104527.532500', '104527.992500', '104528.452500', '104528.912500', '104529.372500', '104529.832500', '104530.292500', '104530.752500', '104531.212500', '104531.672500', '104532.132500', '104532.592500', '104533.052500', '104533.512500', '104533.972500', '104534.432500', '104534.892500', '104535.352500', '104535.812500', '104536.272500', '104536.732500', '104537.192500', '104537.652500', '104538.112500', '104538.572500', '104539.032500', '104539.492500', '104539.952500', '104540.412500', '104540.872500', '104541.332500', '104541.792500', '104542.252500', '104542.712500', '104543.172500', '104543.632500', '104544.092500', '104544.552500', '104545.012500', '104545.472500', '104545.932500', '104546.392500', '104546.852500', '104547.312500', '104547.772500', '104548.232500', '104548.692500', '104549.152500', '104549.612500', '104550.072500', '104550.532500', '104550.992500', '104551.452500', '104551.912500', '104552.372500', '104552.832500', '104553.292500', '104553.752500', '104554.212500', '104554.672500', '104555.132500', '104555.592500', '104556.052500', '104556.512500', '104556.972500', '104557.432500', '104557.892500', '104558.352500', '104558.812500', '104559.272500', '104559.732500', '104600.192500', '104600.652500', '104601.112500', '104601.572500', '104602.032500', '104602.492500', '104602.952500', '104603.412500', '104603.872500', '104604.332500', '104604.792500', '104605.252500', '104605.712500', '104606.172500', '104606.632500', '104607.092500', '104607.552500', '104608.012500', '104608.472500', '104608.932500', '104609.392500', '104609.852500', '104610.312500', '104610.772500', '104611.232500', '104611.692500', '104612.152500', '104612.612500', '104613.072500', '104613.532500', '104613.992500', '104614.452500', '104614.912500', '104615.372500', '104615.832500', '104616.292500', '104616.752500', '104617.212500', '104617.672500', '104618.132500', '104618.592500', '104619.052500', '104619.512500', '104619.972500', '104620.432500', '104620.892500', '104621.352500', '104621.812500', '104622.272500', '104622.732500', '104623.192500', '104623.652500', '104624.112500', '104624.572500', '104625.032500', '104625.492500', '104625.952500', '104626.412500', '104626.872500', '104627.332500', '104627.792500', '104628.252500', '104628.712500', '104629.172500', '104629.632500', '104630.092500', '104630.552500', '104631.012500', '104631.472500', '104631.932500', '104632.392500', '104632.852500', '104633.312500', '104633.772500', '104634.232500', '104634.692500', '104635.152500', '104635.612500', '104636.072500', '104636.532500', '104636.992500', '104637.452500', '104637.912500', '104638.372500', '104638.832500', '104639.292500', '104639.752500', '104640.212500', '104640.672500', '104641.132500', '104641.592500', '104642.052500', '104642.512500', '104642.972500', '104643.432500', '104643.892500', '104644.352500', '104644.812500', '104645.272500', '104645.732500', '104646.192500', '104646.652500', '104647.112500', '104647.572500', '104648.032500', '104648.492500', '104648.952500', '104649.412500', '104649.872500', '104650.332500', '104650.792500', '104651.252500', '104651.712500', '104652.172500', '104652.632500', '104653.092500', '104653.552500', '104654.012500', '104654.472500', '104654.932500', '104655.392500', '104655.852500', '104656.312500', '104656.772500', '104657.232500', '104657.692500', '104658.152500', '104658.612500', '104659.072500', '104659.532500', '104659.992500', '104700.452500', '104700.912500', '104701.372500', '104701.832500', '104702.292500', '104702.752500', '104703.212500', '104703.672500', '104704.132500', '104704.592500', '104705.052500', '104705.512500', '104705.972500', '104706.432500', '104706.892500', '104707.352500', '104707.812500', '104708.272500', '104708.732500', '104709.192500', '104709.652500', '104710.112500', '104710.572500', '104711.032500', '104711.492500', '104711.952500', '104712.412500', '104712.872500', '104713.332500', '104713.792500', '104714.252500', '104714.712500', '104715.172500', '104715.632500', '104716.092500', '104716.552500', '104717.012500', '104717.472500', '104717.932500', '104718.392500', '104718.852500', '104719.312500', '104719.772500', '104720.232500', '104720.692500', '104721.152500', '104721.612500', '104722.072500', '104722.532500', '104722.992500', '104723.452500', '104723.912500', '104724.372500', '104724.832500', '104725.292500', '104725.752500', '104726.212500', '104726.672500', '104727.132500', '104727.592500', '104728.052500', '104728.512500', '104728.972500', '104729.432500', '104729.892500', '104730.352500', '104730.812500', '104731.272500', '104731.732500', '104732.192500', '104732.652500', '104733.112500', '104733.572500', '104734.032500', '104734.492500', '104734.952500', '104735.412500', '104735.872500', '104736.332500', '104736.792500', '104737.252500', '104737.712500', '104738.172500', '104738.632500', '104739.092500', '104739.552500', '104740.012500', '104740.472500', '104740.932500', '104741.392500', '104741.852500', '104742.312500', '104742.772500', '104743.232500', '104743.692500', '104744.152500', '104744.612500', '104745.072500', '104745.532500', '104745.992500', '104746.452500', '104746.912500', '104747.372500', '104747.832500', '104748.292500', '104748.752500', '104749.212500', '104749.672500', '104750.132500', '104750.592500', '104751.052500', '104751.512500', '104751.972500', '104752.432500', '104752.892500', '104753.352500', '104753.812500', '104754.272500', '104754.732500', '104755.192500', '104755.652500', '104756.112500', '104756.572500', '104757.032500', '104757.492500', '104757.952500', '104758.412500', '104758.872500', '104759.332500', '104759.792500', '104800.252500', '104800.712500', '104801.172500', '104801.632500', '104802.092500', '104802.552500', '104803.012500', '104803.472500', '104803.932500', '104804.392500', '104804.852500', '104805.312500', '104805.772500', '104806.232500', '104806.692500', '104807.152500', '104807.612500', '104808.072500', '104808.532500', '104808.992500', '104809.452500', '104809.912500', '104810.372500', '104810.832500', '104811.292500', '104811.752500', '104812.212500', '104812.672500', '104813.132500', '104813.592500', '104814.052500', '104814.512500', '104814.972500', '104815.432500', '104815.892500', '104816.352500', '104816.812500', '104817.272500'], 'ContentTime': ['104218.675000', '104218.679000', '104218.682000', '104218.685000', '104218.688000', '104218.691000', '104218.693000', '104218.696000', '104218.699000', '104218.702000', '104218.705000', '104218.708000', '104218.711000', '104218.714000', '104218.717000', '104218.719000', '104218.722000', '104218.725000', '104218.728000', '104218.733000', '104218.736000', '104218.738000', '104218.741000', '104218.744000', '104218.747000', '104218.750000', '104218.753000', '104218.765000', '104218.768000', '104218.771000', '104218.774000', '104218.776000', '104218.779000', '104218.782000', '104218.785000', '104218.788000', '104218.791000', '104218.794000', '104218.796000', '104218.799000', '104218.802000', '104218.805000', '104218.808000', '104218.811000', '104218.814000', '104218.816000', '104218.819000', '104218.822000', '104218.825000', '104218.828000', '104218.831000', '104218.833000', '104218.836000', '104218.839000', '104218.842000', '104218.845000', '104218.848000', '104238.647000', '104238.650000', '104238.653000', '104238.656000', '104238.659000', '104238.662000', '104238.665000', '104238.668000', '104238.671000', '104238.674000', '104238.676000', '104238.679000', '104238.682000', '104238.685000', '104238.688000', '104238.691000', '104238.694000', '104238.696000', '104238.699000', '104238.702000', '104238.705000', '104238.708000', '104238.711000', '104238.713000', '104238.716000', '104238.719000', '104238.722000', '104238.725000', '104238.728000', '104238.731000', '104238.734000', '104238.736000', '104238.739000', '104238.742000', '104238.745000', '104238.748000', '104238.751000', '104238.753000', '104238.756000', '104238.759000', '104238.762000', '104238.765000', '104238.768000', '104258.646000', '104258.649000', '104258.652000', '104258.655000', '104258.658000', '104258.660000', '104258.663000', '104258.666000', '104258.669000', '104258.672000', '104258.675000', '104258.678000', '104258.681000', '104258.683000', '104258.686000', '104258.689000', '104258.692000', '104258.695000', '104258.698000', '104258.700000', '104258.703000', '104258.706000', '104258.709000', '104258.712000', '104258.715000', '104258.718000', '104258.721000', '104258.724000', '104258.726000', '104258.729000', '104258.732000', '104258.735000', '104258.738000', '104258.741000', '104258.743000', '104258.746000', '104258.749000', '104258.752000', '104258.755000', '104258.758000', '104258.761000', '104258.763000', '104258.766000', '104258.769000', '104318.647000', '104318.650000', '104318.653000', '104318.656000', '104318.659000', '104318.661000', '104318.664000', '104318.667000', '104318.670000', '104318.673000', '104318.676000', '104318.679000', '104318.682000', '104318.685000', '104318.691000', '104318.694000', '104318.697000', '104318.700000', '104318.703000', '104318.706000', '104318.709000', '104318.712000', '104318.715000', '104318.718000', '104318.720000', '104318.723000', '104318.726000', '104318.729000', '104318.732000', '104318.735000', '104318.738000', '104318.740000', '104318.743000', '104318.746000', '104318.749000', '104318.752000', '104318.755000', '104318.758000', '104318.760000', '104318.763000', '104318.766000', '104318.770000', '104318.772000', '104338.647000', '104338.650000', '104338.653000', '104338.656000', '104338.659000', '104338.661000', '104338.664000', '104338.667000', '104338.670000', '104338.673000', '104338.676000', '104338.679000', '104338.682000', '104338.684000', '104338.687000', '104338.690000', '104338.693000', '104338.696000', '104338.699000', '104338.702000', '104338.705000', '104338.707000', '104338.713000', '104338.716000', '104338.718000', '104338.721000', '104338.724000', '104338.727000', '104338.730000', '104338.733000', '104338.736000', '104338.738000', '104338.741000', '104338.744000', '104338.747000', '104338.750000', '104338.752000', '104338.755000', '104338.758000', '104338.761000', '104338.764000', '104338.767000', '104338.770000', '104338.773000', '104358.647000', '104358.654000', '104358.656000', '104358.659000', '104358.662000', '104358.665000', '104358.668000', '104358.671000', '104358.674000', '104358.687000', '104358.690000', '104358.693000', '104358.696000', '104358.699000', '104358.702000', '104358.704000', '104358.707000', '104358.710000', '104358.713000', '104358.718000', '104358.721000', '104358.724000', '104358.727000', '104358.730000', '104358.733000', '104358.736000', '104358.738000', '104358.741000', '104358.744000', '104358.747000', '104358.750000', '104358.753000', '104358.756000', '104358.758000', '104358.761000', '104358.764000', '104358.767000', '104358.770000', '104358.773000', '104358.776000', '104358.779000', '104358.781000', '104358.784000', '104418.647000', '104418.650000', '104418.653000', '104418.656000', '104418.659000', '104418.662000', '104418.664000', '104418.667000', '104418.670000', '104418.673000', '104418.676000', '104418.679000', '104418.682000', '104418.684000', '104418.687000', '104418.690000', '104418.693000', '104418.696000', '104418.699000', '104418.702000', '104418.705000', '104418.708000', '104418.711000', '104418.714000', '104418.717000', '104418.720000', '104418.722000', '104418.725000', '104418.728000', '104418.731000', '104418.734000', '104418.737000', '104418.739000', '104418.742000', '104418.745000', '104418.748000', '104418.751000', '104418.754000', '104418.757000', '104418.760000', '104418.762000', '104418.765000', '104418.768000', '104418.805000', '104438.647000', '104438.650000', '104438.653000', '104438.656000', '104438.659000', '104438.661000', '104438.664000', '104438.667000', '104438.670000', '104438.673000', '104438.676000', '104438.679000', '104438.682000', '104438.684000', '104438.687000', '104438.690000', '104438.693000', '104438.696000', '104438.699000', '104438.702000', '104438.705000', '104438.707000', '104438.710000', '104438.713000', '104438.716000', '104438.719000', '104438.722000', '104438.725000', '104438.728000', '104438.730000', '104438.733000', '104438.736000', '104438.739000', '104438.742000', '104438.745000', '104438.748000', '104438.751000', '104438.753000', '104438.756000', '104438.764000', '104438.767000', '104438.790000', '104438.793000', '104458.647000', '104458.650000', '104458.653000', '104458.656000', '104458.659000', '104458.662000', '104458.664000', '104458.667000', '104458.670000', '104458.673000', '104458.676000', '104458.679000', '104458.682000', '104458.685000', '104458.688000', '104458.690000', '104458.693000', '104458.696000', '104458.699000', '104458.702000', '104458.705000', '104458.708000', '104458.711000', '104458.713000', '104458.716000', '104458.719000', '104458.722000', '104458.725000', '104458.728000', '104458.731000', '104458.733000', '104458.736000', '104458.739000', '104458.742000', '104458.745000', '104458.748000', '104458.751000', '104458.753000', '104458.756000', '104458.759000', '104458.762000', '104458.765000', '104458.768000', '104458.771000', '104518.646000', '104518.649000', '104518.652000', '104518.655000', '104518.658000', '104518.661000', '104518.663000', '104518.666000', '104518.669000', '104518.672000', '104518.676000', '104518.679000', '104518.682000', '104518.685000', '104518.688000', '104518.691000', '104518.694000', '104518.697000', '104518.700000', '104518.709000', '104518.712000', '104518.715000', '104518.718000', '104518.721000', '104518.724000', '104518.728000', '104518.731000', '104518.734000', '104518.737000', '104518.740000', '104518.742000', '104518.745000', '104518.748000', '104518.754000', '104518.757000', '104518.760000', '104518.763000', '104518.766000', '104518.769000', '104518.771000', '104518.774000', '104518.777000', '104518.780000', '104538.647000', '104538.650000', '104538.653000', '104538.656000', '104538.659000', '104538.677000', '104538.680000', '104538.683000', '104538.686000', '104538.689000', '104538.692000', '104538.695000', '104538.698000', '104538.700000', '104538.703000', '104538.706000', '104538.709000', '104538.712000', '104538.715000', '104538.718000', '104538.720000', '104538.723000', '104538.726000', '104538.729000', '104538.732000', '104538.735000', '104538.738000', '104538.741000', '104538.744000', '104538.746000', '104538.749000', '104538.752000', '104538.755000', '104538.758000', '104538.761000', '104538.764000', '104538.767000', '104538.769000', '104538.772000', '104538.775000', '104538.778000', '104538.781000', '104538.784000', '104538.786000', '104558.647000', '104558.650000', '104558.653000', '104558.656000', '104558.659000', '104558.662000', '104558.665000', '104558.667000', '104558.670000', '104558.673000', '104558.676000', '104558.679000', '104558.682000', '104558.685000', '104558.688000', '104558.690000', '104558.704000', '104558.707000', '104558.710000', '104558.713000', '104558.716000', '104558.719000', '104558.721000', '104558.724000', '104558.727000', '104558.730000', '104558.733000', '104558.736000', '104558.739000', '104558.742000', '104558.744000', '104558.747000', '104558.750000', '104558.753000', '104558.756000', '104558.759000', '104558.762000', '104558.765000', '104558.768000', '104558.771000', '104558.774000', '104558.776000', '104558.779000', '104618.647000', '104618.650000', '104618.653000', '104618.656000', '104618.659000', '104618.662000', '104618.664000', '104618.667000', '104618.670000', '104618.673000', '104618.676000', '104618.679000', '104618.681000', '104618.684000', '104618.687000', '104618.690000', '104618.693000', '104618.696000', '104618.699000', '104618.702000', '104618.704000', '104618.707000', '104618.710000', '104618.713000', '104618.716000', '104618.719000', '104618.722000', '104618.724000', '104618.727000', '104618.730000', '104618.733000', '104618.736000', '104618.739000', '104618.742000', '104618.745000', '104618.748000', '104618.751000', '104618.754000', '104618.757000', '104618.760000', '104618.762000', '104618.765000', '104618.768000', '104618.771000', '104638.647000', '104638.650000', '104638.653000', '104638.656000', '104638.659000', '104638.662000', '104638.664000', '104638.667000', '104638.670000', '104638.673000', '104638.676000', '104638.679000', '104638.682000', '104638.684000', '104638.687000', '104638.690000', '104638.693000', '104638.696000', '104638.699000', '104638.702000', '104638.705000', '104638.711000', '104638.715000', '104638.718000', '104638.721000', '104638.724000', '104638.727000', '104638.730000', '104638.733000', '104638.735000', '104638.738000', '104638.741000', '104638.744000', '104638.747000', '104638.750000', '104638.753000', '104638.756000', '104638.759000', '104638.761000', '104638.764000', '104638.767000', '104638.771000', '104638.776000', '104658.647000', '104658.650000', '104658.653000', '104658.656000', '104658.659000', '104658.662000', '104658.664000', '104658.667000', '104658.670000', '104658.673000', '104658.676000', '104658.680000', '104658.683000', '104658.686000', '104658.689000', '104658.692000', '104658.709000', '104658.712000', '104658.715000', '104658.718000', '104658.721000', '104658.723000', '104658.726000', '104658.729000', '104658.732000', '104658.735000', '104658.738000', '104658.741000', '104658.744000', '104658.746000', '104658.749000', '104658.752000', '104658.755000', '104658.758000', '104658.761000', '104658.764000', '104658.766000', '104658.769000', '104658.772000', '104658.775000', '104658.778000', '104658.781000', '104658.784000', '104658.786000', '104718.647000', '104718.650000', '104718.653000', '104718.656000', '104718.659000', '104718.662000', '104718.665000', '104718.668000', '104718.670000', '104718.673000', '104718.676000', '104718.679000', '104718.682000', '104718.685000', '104718.688000', '104718.690000', '104718.693000', '104718.696000', '104718.699000', '104718.702000', '104718.705000', '104718.708000', '104718.711000', '104718.713000', '104718.716000', '104718.719000', '104718.724000', '104718.727000', '104718.730000', '104718.733000', '104718.736000', '104718.739000', '104718.742000', '104718.745000', '104718.747000', '104718.750000', '104718.754000', '104718.757000', '104718.760000', '104718.763000', '104718.766000', '104718.769000', '104718.772000', '104738.646000', '104738.649000', '104738.652000', '104738.655000', '104738.658000', '104738.660000', '104738.663000', '104738.666000', '104738.669000', '104738.672000', '104738.675000', '104738.678000', '104738.680000', '104738.683000', '104738.686000', '104738.689000', '104738.692000', '104738.695000', '104738.698000', '104738.700000', '104738.703000', '104738.706000', '104738.709000', '104738.712000', '104738.714000', '104738.717000', '104738.720000', '104738.723000', '104738.726000', '104738.729000', '104738.732000', '104738.734000', '104738.737000', '104738.740000', '104738.743000', '104738.746000', '104738.749000', '104738.752000', '104738.755000', '104738.758000', '104738.760000', '104738.763000', '104738.766000', '104738.769000', '104758.647000', '104758.650000', '104758.653000', '104758.656000', '104758.658000', '104758.661000', '104758.664000', '104758.667000', '104758.670000', '104758.673000', '104758.675000', '104758.678000', '104758.681000', '104758.684000', '104758.687000', '104758.690000', '104758.693000', '104758.696000', '104758.699000', '104758.701000', '104758.704000', '104758.707000', '104758.710000', '104758.713000', '104758.716000', '104758.719000', '104758.722000', '104758.724000', '104758.727000', '104758.730000', '104758.733000', '104758.736000', '104758.739000', '104758.741000', '104758.744000', '104758.747000', '104758.750000', '104758.754000', '104758.757000', '104758.760000', '104758.763000', '104758.766000', '104758.769000', '104818.202000', '104818.206000', '104818.209000', '104818.212000', '104818.215000', '104818.218000', '104818.221000', '104818.224000', '104818.227000', '104818.230000', '104818.233000', '104818.236000', '104818.239000', '104818.242000', '104818.245000', '104818.248000', '104818.251000', '104818.254000', '104818.257000', '104818.260000', '104818.263000', '104818.266000', '104818.269000', '104818.272000', '104818.275000', '104818.278000', '104818.288000', '104818.291000', '104818.294000', '104818.297000', '104818.300000', '104818.303000', '104818.307000', '104818.310000', '104818.313000', '104818.316000', '104818.319000', '104818.322000', '104818.325000', '104818.327000', '104818.330000', '104818.333000', '104818.336000'], 'InstanceCreationTime': ['104218.675000', '104218.679000', '104218.682000', '104218.685000', '104218.688000', '104218.691000', '104218.693000', '104218.696000', '104218.699000', '104218.702000', '104218.705000', '104218.708000', '104218.711000', '104218.714000', '104218.717000', '104218.719000', '104218.722000', '104218.725000', '104218.728000', '104218.733000', '104218.736000', '104218.738000', '104218.741000', '104218.744000', '104218.747000', '104218.750000', '104218.753000', '104218.765000', '104218.768000', '104218.771000', '104218.774000', '104218.776000', '104218.779000', '104218.782000', '104218.785000', '104218.788000', '104218.791000', '104218.794000', '104218.796000', '104218.799000', '104218.802000', '104218.805000', '104218.808000', '104218.811000', '104218.814000', '104218.816000', '104218.819000', '104218.822000', '104218.825000', '104218.828000', '104218.831000', '104218.833000', '104218.836000', '104218.839000', '104218.842000', '104218.845000', '104218.848000', '104238.647000', '104238.650000', '104238.653000', '104238.656000', '104238.659000', '104238.662000', '104238.665000', '104238.668000', '104238.671000', '104238.674000', '104238.676000', '104238.679000', '104238.682000', '104238.685000', '104238.688000', '104238.691000', '104238.694000', '104238.696000', '104238.699000', '104238.702000', '104238.705000', '104238.708000', '104238.711000', '104238.713000', '104238.716000', '104238.719000', '104238.722000', '104238.725000', '104238.728000', '104238.731000', '104238.734000', '104238.736000', '104238.739000', '104238.742000', '104238.745000', '104238.748000', '104238.751000', '104238.753000', '104238.756000', '104238.759000', '104238.762000', '104238.765000', '104238.768000', '104258.646000', '104258.649000', '104258.652000', '104258.655000', '104258.658000', '104258.660000', '104258.663000', '104258.666000', '104258.669000', '104258.672000', '104258.675000', '104258.678000', '104258.681000', '104258.683000', '104258.686000', '104258.689000', '104258.692000', '104258.695000', '104258.698000', '104258.700000', '104258.703000', '104258.706000', '104258.709000', '104258.712000', '104258.715000', '104258.718000', '104258.721000', '104258.724000', '104258.726000', '104258.729000', '104258.732000', '104258.735000', '104258.738000', '104258.741000', '104258.743000', '104258.746000', '104258.749000', '104258.752000', '104258.755000', '104258.758000', '104258.761000', '104258.763000', '104258.766000', '104258.769000', '104318.647000', '104318.650000', '104318.653000', '104318.656000', '104318.659000', '104318.661000', '104318.664000', '104318.667000', '104318.670000', '104318.673000', '104318.676000', '104318.679000', '104318.682000', '104318.685000', '104318.691000', '104318.694000', '104318.697000', '104318.700000', '104318.703000', '104318.706000', '104318.709000', '104318.712000', '104318.715000', '104318.718000', '104318.720000', '104318.723000', '104318.726000', '104318.729000', '104318.732000', '104318.735000', '104318.738000', '104318.740000', '104318.743000', '104318.746000', '104318.749000', '104318.752000', '104318.755000', '104318.758000', '104318.760000', '104318.763000', '104318.766000', '104318.770000', '104318.772000', '104338.647000', '104338.650000', '104338.653000', '104338.656000', '104338.659000', '104338.661000', '104338.664000', '104338.667000', '104338.670000', '104338.673000', '104338.676000', '104338.679000', '104338.682000', '104338.684000', '104338.687000', '104338.690000', '104338.693000', '104338.696000', '104338.699000', '104338.702000', '104338.705000', '104338.707000', '104338.713000', '104338.716000', '104338.718000', '104338.721000', '104338.724000', '104338.727000', '104338.730000', '104338.733000', '104338.736000', '104338.738000', '104338.741000', '104338.744000', '104338.747000', '104338.750000', '104338.752000', '104338.755000', '104338.758000', '104338.761000', '104338.764000', '104338.767000', '104338.770000', '104338.773000', '104358.647000', '104358.654000', '104358.656000', '104358.659000', '104358.662000', '104358.665000', '104358.668000', '104358.671000', '104358.674000', '104358.687000', '104358.690000', '104358.693000', '104358.696000', '104358.699000', '104358.702000', '104358.704000', '104358.707000', '104358.710000', '104358.713000', '104358.718000', '104358.721000', '104358.724000', '104358.727000', '104358.730000', '104358.733000', '104358.736000', '104358.738000', '104358.741000', '104358.744000', '104358.747000', '104358.750000', '104358.753000', '104358.756000', '104358.758000', '104358.761000', '104358.764000', '104358.767000', '104358.770000', '104358.773000', '104358.776000', '104358.779000', '104358.781000', '104358.784000', '104418.647000', '104418.650000', '104418.653000', '104418.656000', '104418.659000', '104418.662000', '104418.664000', '104418.667000', '104418.670000', '104418.673000', '104418.676000', '104418.679000', '104418.682000', '104418.684000', '104418.687000', '104418.690000', '104418.693000', '104418.696000', '104418.699000', '104418.702000', '104418.705000', '104418.708000', '104418.711000', '104418.714000', '104418.717000', '104418.720000', '104418.722000', '104418.725000', '104418.728000', '104418.731000', '104418.734000', '104418.737000', '104418.739000', '104418.742000', '104418.745000', '104418.748000', '104418.751000', '104418.754000', '104418.757000', '104418.760000', '104418.762000', '104418.765000', '104418.768000', '104418.805000', '104438.647000', '104438.650000', '104438.653000', '104438.656000', '104438.659000', '104438.661000', '104438.664000', '104438.667000', '104438.670000', '104438.673000', '104438.676000', '104438.679000', '104438.682000', '104438.684000', '104438.687000', '104438.690000', '104438.693000', '104438.696000', '104438.699000', '104438.702000', '104438.705000', '104438.707000', '104438.710000', '104438.713000', '104438.716000', '104438.719000', '104438.722000', '104438.725000', '104438.728000', '104438.730000', '104438.733000', '104438.736000', '104438.739000', '104438.742000', '104438.745000', '104438.748000', '104438.751000', '104438.753000', '104438.756000', '104438.764000', '104438.767000', '104438.790000', '104438.793000', '104458.647000', '104458.650000', '104458.653000', '104458.656000', '104458.659000', '104458.662000', '104458.664000', '104458.667000', '104458.670000', '104458.673000', '104458.676000', '104458.679000', '104458.682000', '104458.685000', '104458.688000', '104458.690000', '104458.693000', '104458.696000', '104458.699000', '104458.702000', '104458.705000', '104458.708000', '104458.711000', '104458.713000', '104458.716000', '104458.719000', '104458.722000', '104458.725000', '104458.728000', '104458.731000', '104458.733000', '104458.736000', '104458.739000', '104458.742000', '104458.745000', '104458.748000', '104458.751000', '104458.753000', '104458.756000', '104458.759000', '104458.762000', '104458.765000', '104458.768000', '104458.771000', '104518.646000', '104518.649000', '104518.652000', '104518.655000', '104518.658000', '104518.661000', '104518.663000', '104518.666000', '104518.669000', '104518.672000', '104518.676000', '104518.679000', '104518.682000', '104518.685000', '104518.688000', '104518.691000', '104518.694000', '104518.697000', '104518.700000', '104518.709000', '104518.712000', '104518.715000', '104518.718000', '104518.721000', '104518.724000', '104518.728000', '104518.731000', '104518.734000', '104518.737000', '104518.740000', '104518.742000', '104518.745000', '104518.748000', '104518.754000', '104518.757000', '104518.760000', '104518.763000', '104518.766000', '104518.769000', '104518.771000', '104518.774000', '104518.777000', '104518.780000', '104538.647000', '104538.650000', '104538.653000', '104538.656000', '104538.659000', '104538.677000', '104538.680000', '104538.683000', '104538.686000', '104538.689000', '104538.692000', '104538.695000', '104538.698000', '104538.700000', '104538.703000', '104538.706000', '104538.709000', '104538.712000', '104538.715000', '104538.718000', '104538.720000', '104538.723000', '104538.726000', '104538.729000', '104538.732000', '104538.735000', '104538.738000', '104538.741000', '104538.744000', '104538.746000', '104538.749000', '104538.752000', '104538.755000', '104538.758000', '104538.761000', '104538.764000', '104538.767000', '104538.769000', '104538.772000', '104538.775000', '104538.778000', '104538.781000', '104538.784000', '104538.786000', '104558.647000', '104558.650000', '104558.653000', '104558.656000', '104558.659000', '104558.662000', '104558.665000', '104558.667000', '104558.670000', '104558.673000', '104558.676000', '104558.679000', '104558.682000', '104558.685000', '104558.688000', '104558.690000', '104558.704000', '104558.707000', '104558.710000', '104558.713000', '104558.716000', '104558.719000', '104558.721000', '104558.724000', '104558.727000', '104558.730000', '104558.733000', '104558.736000', '104558.739000', '104558.742000', '104558.744000', '104558.747000', '104558.750000', '104558.753000', '104558.756000', '104558.759000', '104558.762000', '104558.765000', '104558.768000', '104558.771000', '104558.774000', '104558.776000', '104558.779000', '104618.647000', '104618.650000', '104618.653000', '104618.656000', '104618.659000', '104618.662000', '104618.664000', '104618.667000', '104618.670000', '104618.673000', '104618.676000', '104618.679000', '104618.681000', '104618.684000', '104618.687000', '104618.690000', '104618.693000', '104618.696000', '104618.699000', '104618.702000', '104618.704000', '104618.707000', '104618.710000', '104618.713000', '104618.716000', '104618.719000', '104618.722000', '104618.724000', '104618.727000', '104618.730000', '104618.733000', '104618.736000', '104618.739000', '104618.742000', '104618.745000', '104618.748000', '104618.751000', '104618.754000', '104618.757000', '104618.760000', '104618.762000', '104618.765000', '104618.768000', '104618.771000', '104638.647000', '104638.650000', '104638.653000', '104638.656000', '104638.659000', '104638.662000', '104638.664000', '104638.667000', '104638.670000', '104638.673000', '104638.676000', '104638.679000', '104638.682000', '104638.684000', '104638.687000', '104638.690000', '104638.693000', '104638.696000', '104638.699000', '104638.702000', '104638.705000', '104638.711000', '104638.715000', '104638.718000', '104638.721000', '104638.724000', '104638.727000', '104638.730000', '104638.733000', '104638.735000', '104638.738000', '104638.741000', '104638.744000', '104638.747000', '104638.750000', '104638.753000', '104638.756000', '104638.759000', '104638.761000', '104638.764000', '104638.767000', '104638.771000', '104638.776000', '104658.647000', '104658.650000', '104658.653000', '104658.656000', '104658.659000', '104658.662000', '104658.664000', '104658.667000', '104658.670000', '104658.673000', '104658.676000', '104658.680000', '104658.683000', '104658.686000', '104658.689000', '104658.692000', '104658.709000', '104658.712000', '104658.715000', '104658.718000', '104658.721000', '104658.723000', '104658.726000', '104658.729000', '104658.732000', '104658.735000', '104658.738000', '104658.741000', '104658.744000', '104658.746000', '104658.749000', '104658.752000', '104658.755000', '104658.758000', '104658.761000', '104658.764000', '104658.766000', '104658.769000', '104658.772000', '104658.775000', '104658.778000', '104658.781000', '104658.784000', '104658.786000', '104718.647000', '104718.650000', '104718.653000', '104718.656000', '104718.659000', '104718.662000', '104718.665000', '104718.668000', '104718.670000', '104718.673000', '104718.676000', '104718.679000', '104718.682000', '104718.685000', '104718.688000', '104718.690000', '104718.693000', '104718.696000', '104718.699000', '104718.702000', '104718.705000', '104718.708000', '104718.711000', '104718.713000', '104718.716000', '104718.719000', '104718.724000', '104718.727000', '104718.730000', '104718.733000', '104718.736000', '104718.739000', '104718.742000', '104718.745000', '104718.747000', '104718.750000', '104718.754000', '104718.757000', '104718.760000', '104718.763000', '104718.766000', '104718.769000', '104718.772000', '104738.646000', '104738.649000', '104738.652000', '104738.655000', '104738.658000', '104738.660000', '104738.663000', '104738.666000', '104738.669000', '104738.672000', '104738.675000', '104738.678000', '104738.680000', '104738.683000', '104738.686000', '104738.689000', '104738.692000', '104738.695000', '104738.698000', '104738.700000', '104738.703000', '104738.706000', '104738.709000', '104738.712000', '104738.714000', '104738.717000', '104738.720000', '104738.723000', '104738.726000', '104738.729000', '104738.732000', '104738.734000', '104738.737000', '104738.740000', '104738.743000', '104738.746000', '104738.749000', '104738.752000', '104738.755000', '104738.758000', '104738.760000', '104738.763000', '104738.766000', '104738.769000', '104758.647000', '104758.650000', '104758.653000', '104758.656000', '104758.658000', '104758.661000', '104758.664000', '104758.667000', '104758.670000', '104758.673000', '104758.675000', '104758.678000', '104758.681000', '104758.684000', '104758.687000', '104758.690000', '104758.693000', '104758.696000', '104758.699000', '104758.701000', '104758.704000', '104758.707000', '104758.710000', '104758.713000', '104758.716000', '104758.719000', '104758.722000', '104758.724000', '104758.727000', '104758.730000', '104758.733000', '104758.736000', '104758.739000', '104758.741000', '104758.744000', '104758.747000', '104758.750000', '104758.754000', '104758.757000', '104758.760000', '104758.763000', '104758.766000', '104758.769000', '104818.202000', '104818.206000', '104818.209000', '104818.212000', '104818.215000', '104818.218000', '104818.221000', '104818.224000', '104818.227000', '104818.230000', '104818.233000', '104818.236000', '104818.239000', '104818.242000', '104818.245000', '104818.248000', '104818.251000', '104818.254000', '104818.257000', '104818.260000', '104818.263000', '104818.266000', '104818.269000', '104818.272000', '104818.275000', '104818.278000', '104818.288000', '104818.291000', '104818.294000', '104818.297000', '104818.300000', '104818.303000', '104818.307000', '104818.310000', '104818.313000', '104818.316000', '104818.319000', '104818.322000', '104818.325000', '104818.327000', '104818.330000', '104818.333000', '104818.336000'], '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': [12872, 10828, 9867, 13550, 9612, 10613, 9749, 9974, 10085, 9823, 11020, 10449, 14110, 10817, 11496, 9388, 9728, 12450, 19072, 19607, 12054, 9735, 15378, 12540, 9962, 14784, 9560, 9594, 13174, 9184, 9443, 11824, 9695, 9429, 12212, 9385, 9722, 12709, 9378, 9673, 14001, 9844, 10134, 13298, 10149, 10925, 9753, 9829, 13768, 9570, 9881, 16155, 10458, 10328, 15910, 10368, 10283, 13124, 10095, 11547, 10423, 10368, 14070, 10624, 10411, 10054, 10074, 13206, 10250, 10607, 11100, 10346, 13995, 10090, 14111, 10020, 11808, 9819, 9954, 10416, 10257, 15054, 10372, 11363, 14028, 10386, 15406, 14199, 17672, 10669, 13136, 17783, 14342, 19178, 16156, 18987, 15306, 18946, 14380, 11616, 18629, 15038, 17518, 16436, 18248, 15631, 11800, 14713, 11589, 13420, 11405, 11795, 10668, 11835, 10629, 11978, 11011, 11834, 13981, 10925, 18160, 14602, 12394, 10869, 10472, 10399, 12386, 10902, 11921, 10737, 10893, 10822, 11335, 11011, 11363, 15330, 10739, 11250, 11693, 11494, 15637, 12453, 17269, 13858, 16142, 10626, 11176, 10726, 9927, 10889, 11189, 11465, 11211, 11041, 10490, 11299, 11966, 10718, 11178, 13275, 10842, 11348, 10841, 11230, 15277, 12204, 12212, 10875, 11393, 14605, 11401, 11369, 16322, 11776, 11399, 13110, 11301, 11269, 10672, 11225, 13958, 10878, 11326, 13846, 11270, 10234, 10952, 10867, 13177, 10848, 11190, 10975, 11499, 12668, 10946, 11487, 14975, 11148, 11512, 10717, 11315, 12104, 10834, 10827, 16903, 10741, 10239, 10632, 11116, 12632, 10826, 10908, 10876, 10977, 13781, 10963, 11785, 10776, 11329, 14533, 13791, 10802, 16483, 11091, 10850, 15334, 13202, 11008, 12979, 10456, 11176, 14904, 11281, 11038, 13033, 11358, 11561, 10527, 10947, 14043, 11295, 11331, 12734, 11038, 11623, 10411, 11251, 13210, 10646, 11014, 13077, 10588, 10912, 14281, 10737, 11034, 10073, 11031, 10966, 10537, 11034, 11998, 10879, 11300, 11727, 10684, 12859, 10961, 13150, 10529, 10425, 9377, 10458, 10756, 10181, 11029, 12403, 11178, 10925, 12822, 16409, 12521, 15739, 10325, 10840, 16929, 11056, 10908, 12616, 10850, 13398, 10543, 10971, 11218, 10761, 14401, 10716, 11070, 17490, 12896, 11132, 15807, 12152, 12522, 10851, 10983, 11953, 11378, 11587, 10693, 10641, 10402, 11114, 10284, 11126, 10826, 10977, 11716, 11081, 11206, 10412, 11624, 10712, 10802, 15480, 10724, 10824, 12471, 10553, 13933, 10572, 10869, 18563, 14729, 15425, 10151, 10514, 11216, 10866, 11221, 10822, 10533, 10026, 10718, 9973, 10832, 11473, 10837, 11395, 10297, 11102, 11657, 10695, 14157, 10849, 10898, 16260, 11723, 17827, 16823, 19575, 17563, 20420, 15101, 11825, 10141, 10814, 10100, 10893, 10555, 12786, 10592, 11085, 12366, 10463, 10984, 10052, 10605, 11905, 10598, 11082, 10049, 11130, 10637, 11382, 10868, 10831, 13460, 10516, 12407, 15913, 11330, 17219, 15538, 16305, 13873, 10747, 11798, 10568, 11219, 11704, 10874, 11838, 10257, 11569, 13348, 10657, 11668, 10333, 11276, 11737, 10277, 11183, 11130, 11009, 11247, 10417, 10948, 11876, 10513, 10859, 10010, 11040, 11272, 10579, 10665, 12351, 11003, 11160, 13249, 10991, 11344, 11013, 10781, 11773, 10756, 10834, 10599, 10901, 10715, 10822, 10867, 10553, 11155, 13370, 10849, 11052, 15089, 10801, 11565, 18571, 13615, 15200, 10688, 11328, 17572, 10820, 11540, 17886, 13670, 15405, 10670, 11644, 12315, 11095, 15939, 11091, 11828, 18148, 13344, 11835, 10553, 11518, 12951, 10618, 11441, 10473, 10781, 12546, 10456, 14368, 10090, 10994, 10487, 10688, 11270, 10305, 11260, 12702, 10411, 11417, 11292, 10664, 12273, 10285, 11174, 12722, 10444, 11615, 10442, 11562, 11922, 10564, 12363, 13188, 12536, 17520, 10818, 11803, 10721, 11658, 14141, 11677, 14069, 13102, 11216, 12263, 10906, 11489, 10096, 11115, 11914, 10368, 11407, 10248, 11343, 12128, 10268, 11658, 12185, 10569, 11489, 12100, 11195, 13827, 14832, 15293, 10575, 11259, 12277, 10578, 11374, 12456, 10637, 12163, 10466, 11575, 15829, 10212, 11793, 15556, 11641, 14786, 10378, 11757, 10415, 11545, 10580, 11026, 11481, 11027, 11343, 13736, 10291, 11694, 14838, 10412, 15417, 11431, 12000, 12396, 10745, 11971, 10287, 11484, 13479, 10659, 11653, 10789, 11432, 16382, 10249, 11575, 14428, 10924, 12872, 10666, 11300, 17585, 12702, 13254, 10145, 11769, 12187, 10027, 11374, 10025, 11603, 12676, 10211, 11686, 14037, 10399, 11731, 14213, 10394, 11620, 10049, 11328, 11533, 10218, 11230, 10584, 10328, 10721, 10077, 11629, 10472, 11167, 11863, 10798, 11533, 10445, 11096, 10056, 11500, 13315, 10938, 11946, 10770, 11782, 15806, 11515, 16620, 18629, 15139, 19169, 11136, 11433, 17369, 12832, 15703, 10597, 11906, 16811, 11049, 11508, 11062, 11351, 14984, 11002, 10622, 10763, 11972, 10435, 11638, 10617, 11719, 16200, 10924, 14780, 13824, 11702, 16837, 13792, 11587, 18599, 16160, 12763, 10757, 11735, 15806, 11474, 13501, 10432, 12009, 10479, 10901, 11567, 10727, 11349, 11640, 11476, 10202, 11247, 12013, 10067, 11729, 15124, 10975, 11503, 18783, 13754, 13486, 18327, 12234, 14095, 10221, 11393, 11836, 10576, 11523, 10111, 11564, 13161, 10437, 11356, 10761, 10729, 11285, 10012, 11044, 9755, 10382, 10105, 10000, 11126, 9936, 10356, 11847, 10314, 10787, 13423, 10913, 10783, 11827, 10119, 10781, 13533, 9945, 11111, 10315, 10225, 10628, 10409, 11123, 10774, 10186, 12647, 13121, 10935, 17562, 10830, 11095, 17582, 13340, 11496, 18532, 11252, 11541, 13316, 10511, 11655, 9858, 11277, 9877, 10446, 11312, 10189, 11011, 13686, 10333, 11211, 13144, 10119, 11364, 10091, 11038, 14541, 10309, 11281, 10566, 10531, 13804, 10925, 13458, 10473, 11553, 10821, 10918, 15841, 12711, 17046, 15173, 11230, 17007, 18637, 12817, 17008, 10444, 11641, 17616, 11983, 12619, 10062, 11646, 11278, 11235, 14188, 10756, 11612, 10686, 11461, 10580, 11159, 12980, 11203, 11927, 10364, 11700, 10997, 11884, 12540, 10876, 12173, 10479, 11793, 10823, 11979, 11707, 11916, 11354, 11112, 15122, 11848, 10050, 11249, 10998, 11663, 11436, 13647, 11750, 12802, 11018, 11880, 18530, 15583, 19832, 16973], 'WindowCenter': [4745.0, 4700.0, 4687.0, 4723.0, 4663.0, 4682.0, 4661.0, 4662.0, 4671.0, 4673.0, 4694.0, 4683.0, 4722.0, 4694.0, 4704.0, 4675.0, 4686.0, 4715.0, 4764.0, 4760.0, 4701.0, 4661.0, 4730.0, 4701.0, 4672.0, 4720.0, 4661.0, 4661.0, 4699.0, 4649.0, 4660.0, 4688.0, 4659.0, 4661.0, 4700.0, 4661.0, 4672.0, 4710.0, 4662.0, 4672.0, 4721.0, 4672.0, 4682.0, 4720.0, 4682.0, 4692.0, 4673.0, 4674.0, 4722.0, 4672.0, 4683.0, 4741.0, 4682.0, 4682.0, 4740.0, 4681.0, 4682.0, 4710.0, 4682.0, 4701.0, 4693.0, 4683.0, 4721.0, 4683.0, 4682.0, 4683.0, 4684.0, 4722.0, 4694.0, 4705.0, 4704.0, 4695.0, 4745.0, 4697.0, 4745.0, 4686.0, 4715.0, 4686.0, 4696.0, 4706.0, 4709.0, 4756.0, 4709.0, 4729.0, 4748.0, 4707.0, 4756.0, 4747.0, 4776.0, 4696.0, 4725.0, 4763.0, 4733.0, 4764.0, 4744.0, 4765.0, 4732.0, 4761.0, 4720.0, 4679.0, 4736.0, 4705.0, 4726.0, 4715.0, 4737.0, 4714.0, 4675.0, 4704.0, 4665.0, 4683.0, 4664.0, 4663.0, 4656.0, 4674.0, 4653.0, 4675.0, 4664.0, 4674.0, 4694.0, 4665.0, 4734.0, 4703.0, 4673.0, 4654.0, 4653.0, 4655.0, 4684.0, 4666.0, 4677.0, 4668.0, 4668.0, 4679.0, 4679.0, 4668.0, 4677.0, 4706.0, 4666.0, 4667.0, 4665.0, 4665.0, 4705.0, 4676.0, 4715.0, 4685.0, 4715.0, 4656.0, 4666.0, 4667.0, 4647.0, 4669.0, 4690.0, 4679.0, 4681.0, 4681.0, 4670.0, 4681.0, 4689.0, 4669.0, 4679.0, 4697.0, 4669.0, 4679.0, 4668.0, 4679.0, 4718.0, 4689.0, 4689.0, 4670.0, 4679.0, 4707.0, 4678.0, 4678.0, 4717.0, 4678.0, 4678.0, 4687.0, 4678.0, 4667.0, 4656.0, 4667.0, 4696.0, 4666.0, 4667.0, 4696.0, 4678.0, 4658.0, 4669.0, 4669.0, 4699.0, 4680.0, 4679.0, 4680.0, 4690.0, 4699.0, 4680.0, 4691.0, 4720.0, 4682.0, 4691.0, 4671.0, 4682.0, 4690.0, 4669.0, 4669.0, 4728.0, 4670.0, 4671.0, 4681.0, 4692.0, 4703.0, 4684.0, 4683.0, 4683.0, 4685.0, 4723.0, 4683.0, 4693.0, 4682.0, 4694.0, 4721.0, 4712.0, 4682.0, 4740.0, 4680.0, 4682.0, 4719.0, 4699.0, 4669.0, 4697.0, 4658.0, 4679.0, 4717.0, 4668.0, 4670.0, 4697.0, 4678.0, 4678.0, 4659.0, 4669.0, 4696.0, 4667.0, 4667.0, 4686.0, 4667.0, 4678.0, 4657.0, 4679.0, 4696.0, 4656.0, 4667.0, 4686.0, 4658.0, 4668.0, 4706.0, 4668.0, 4669.0, 4648.0, 4669.0, 4668.0, 4669.0, 4680.0, 4690.0, 4681.0, 4693.0, 4690.0, 4682.0, 4702.0, 4681.0, 4701.0, 4671.0, 4671.0, 4651.0, 4683.0, 4683.0, 4673.0, 4695.0, 4714.0, 4694.0, 4695.0, 4715.0, 4741.0, 4701.0, 4731.0, 4671.0, 4681.0, 4728.0, 4680.0, 4680.0, 4691.0, 4682.0, 4711.0, 4681.0, 4682.0, 4681.0, 4681.0, 4709.0, 4670.0, 4679.0, 4739.0, 4698.0, 4679.0, 4718.0, 4689.0, 4689.0, 4669.0, 4668.0, 4678.0, 4678.0, 4679.0, 4669.0, 4657.0, 4668.0, 4680.0, 4670.0, 4681.0, 4679.0, 4682.0, 4703.0, 4694.0, 4693.0, 4683.0, 4693.0, 4685.0, 4684.0, 4733.0, 4682.0, 4682.0, 4701.0, 4682.0, 4711.0, 4672.0, 4683.0, 4749.0, 4721.0, 4717.0, 4659.0, 4668.0, 4668.0, 4670.0, 4679.0, 4681.0, 4670.0, 4661.0, 4671.0, 4660.0, 4680.0, 4680.0, 4682.0, 4692.0, 4672.0, 4693.0, 4693.0, 4682.0, 4723.0, 4682.0, 4679.0, 4730.0, 4679.0, 4730.0, 4730.0, 4751.0, 4727.0, 4739.0, 4708.0, 4667.0, 4649.0, 4667.0, 4658.0, 4670.0, 4671.0, 4689.0, 4669.0, 4680.0, 4688.0, 4669.0, 4670.0, 4659.0, 4670.0, 4678.0, 4669.0, 4669.0, 4660.0, 4670.0, 4660.0, 4680.0, 4670.0, 4669.0, 4698.0, 4658.0, 4679.0, 4716.0, 4667.0, 4715.0, 4695.0, 4704.0, 4671.0, 4644.0, 4663.0, 4643.0, 4654.0, 4663.0, 4655.0, 4665.0, 4644.0, 4667.0, 4686.0, 4657.0, 4667.0, 4647.0, 4668.0, 4676.0, 4647.0, 4667.0, 4667.0, 4667.0, 4668.0, 4657.0, 4668.0, 4679.0, 4669.0, 4670.0, 4659.0, 4681.0, 4681.0, 4672.0, 4673.0, 4701.0, 4682.0, 4692.0, 4701.0, 4682.0, 4682.0, 4670.0, 4682.0, 4692.0, 4672.0, 4682.0, 4671.0, 4682.0, 4671.0, 4683.0, 4682.0, 4684.0, 4695.0, 4724.0, 4685.0, 4696.0, 4734.0, 4685.0, 4694.0, 4751.0, 4711.0, 4720.0, 4670.0, 4681.0, 4739.0, 4669.0, 4681.0, 4740.0, 4709.0, 4720.0, 4669.0, 4679.0, 4689.0, 4680.0, 4729.0, 4669.0, 4680.0, 4738.0, 4698.0, 4679.0, 4657.0, 4679.0, 4688.0, 4657.0, 4678.0, 4669.0, 4669.0, 4688.0, 4668.0, 4709.0, 4660.0, 4669.0, 4669.0, 4670.0, 4680.0, 4671.0, 4691.0, 4701.0, 4672.0, 4692.0, 4681.0, 4672.0, 4692.0, 4671.0, 4681.0, 4698.0, 4670.0, 4681.0, 4670.0, 4691.0, 4691.0, 4672.0, 4701.0, 4700.0, 4700.0, 4739.0, 4681.0, 4679.0, 4669.0, 4680.0, 4709.0, 4680.0, 4708.0, 4699.0, 4680.0, 4688.0, 4669.0, 4678.0, 4658.0, 4680.0, 4689.0, 4670.0, 4681.0, 4660.0, 4691.0, 4692.0, 4671.0, 4692.0, 4690.0, 4671.0, 4691.0, 4690.0, 4681.0, 4710.0, 4720.0, 4720.0, 4669.0, 4681.0, 4688.0, 4669.0, 4689.0, 4690.0, 4670.0, 4691.0, 4671.0, 4691.0, 4719.0, 4660.0, 4678.0, 4716.0, 4680.0, 4708.0, 4660.0, 4689.0, 4670.0, 4692.0, 4670.0, 4681.0, 4690.0, 4681.0, 4681.0, 4710.0, 4670.0, 4690.0, 4718.0, 4671.0, 4719.0, 4679.0, 4691.0, 4690.0, 4671.0, 4678.0, 4660.0, 4681.0, 4699.0, 4671.0, 4681.0, 4671.0, 4690.0, 4729.0, 4670.0, 4680.0, 4708.0, 4670.0, 4690.0, 4668.0, 4679.0, 4728.0, 4687.0, 4689.0, 4658.0, 4679.0, 4678.0, 4648.0, 4678.0, 4647.0, 4679.0, 4689.0, 4659.0, 4680.0, 4708.0, 4660.0, 4680.0, 4708.0, 4659.0, 4678.0, 4648.0, 4678.0, 4679.0, 4658.0, 4678.0, 4669.0, 4671.0, 4681.0, 4671.0, 4691.0, 4683.0, 4694.0, 4692.0, 4684.0, 4694.0, 4685.0, 4695.0, 4674.0, 4706.0, 4713.0, 4685.0, 4704.0, 4684.0, 4704.0, 4744.0, 4696.0, 4744.0, 4754.0, 4723.0, 4750.0, 4671.0, 4680.0, 4728.0, 4690.0, 4718.0, 4658.0, 4680.0, 4727.0, 4679.0, 4679.0, 4668.0, 4669.0, 4707.0, 4669.0, 4657.0, 4670.0, 4679.0, 4671.0, 4681.0, 4670.0, 4693.0, 4731.0, 4673.0, 4722.0, 4699.0, 4680.0, 4728.0, 4687.0, 4666.0, 4726.0, 4716.0, 4688.0, 4658.0, 4678.0, 4707.0, 4668.0, 4687.0, 4656.0, 4677.0, 4657.0, 4668.0, 4666.0, 4668.0, 4669.0, 4679.0, 4680.0, 4659.0, 4681.0, 4679.0, 4660.0, 4681.0, 4709.0, 4670.0, 4680.0, 4738.0, 4698.0, 4699.0, 4727.0, 4677.0, 4695.0, 4646.0, 4665.0, 4666.0, 4658.0, 4668.0, 4647.0, 4677.0, 4687.0, 4658.0, 4667.0, 4657.0, 4657.0, 4657.0, 4646.0, 4668.0, 4639.0, 4660.0, 4659.0, 4659.0, 4681.0, 4661.0, 4672.0, 4691.0, 4661.0, 4682.0, 4701.0, 4672.0, 4672.0, 4680.0, 4661.0, 4671.0, 4699.0, 4661.0, 4681.0, 4662.0, 4673.0, 4671.0, 4673.0, 4694.0, 4683.0, 4672.0, 4704.0, 4703.0, 4684.0, 4743.0, 4672.0, 4682.0, 4741.0, 4700.0, 4680.0, 4739.0, 4671.0, 4681.0, 4699.0, 4669.0, 4680.0, 4661.0, 4680.0, 4661.0, 4682.0, 4682.0, 4673.0, 4684.0, 4713.0, 4675.0, 4695.0, 4703.0, 4673.0, 4692.0, 4674.0, 4686.0, 4723.0, 4675.0, 4694.0, 4684.0, 4686.0, 4725.0, 4696.0, 4725.0, 4687.0, 4695.0, 4685.0, 4685.0, 4745.0, 4716.0, 4745.0, 4733.0, 4695.0, 4744.0, 4750.0, 4692.0, 4728.0, 4659.0, 4680.0, 4727.0, 4680.0, 4690.0, 4649.0, 4680.0, 4670.0, 4668.0, 4698.0, 4669.0, 4669.0, 4656.0, 4667.0, 4658.0, 4668.0, 4687.0, 4670.0, 4679.0, 4658.0, 4678.0, 4669.0, 4678.0, 4689.0, 4668.0, 4679.0, 4661.0, 4680.0, 4670.0, 4681.0, 4679.0, 4691.0, 4669.0, 4671.0, 4711.0, 4694.0, 4662.0, 4682.0, 4679.0, 4680.0, 4691.0, 4708.0, 4691.0, 4702.0, 4681.0, 4691.0, 4752.0, 4731.0, 4751.0, 4730.0], 'WindowWidth': [10377.0, 10301.0, 10277.0, 10320.0, 10237.0, 10258.0, 10228.0, 10229.0, 10241.0, 10246.0, 10279.0, 10264.0, 10312.0, 10279.0, 10292.0, 10255.0, 10272.0, 10309.0, 10383.0, 10365.0, 10281.0, 10229.0, 10322.0, 10282.0, 10245.0, 10308.0, 10228.0, 10230.0, 10277.0, 10209.0, 10224.0, 10260.0, 10223.0, 10229.0, 10280.0, 10228.0, 10247.0, 10296.0, 10232.0, 10247.0, 10312.0, 10246.0, 10260.0, 10310.0, 10261.0, 10274.0, 10251.0, 10251.0, 10315.0, 10247.0, 10263.0, 10341.0, 10259.0, 10260.0, 10337.0, 10257.0, 10259.0, 10296.0, 10259.0, 10285.0, 10277.0, 10265.0, 10311.0, 10262.0, 10262.0, 10266.0, 10267.0, 10315.0, 10281.0, 10298.0, 10294.0, 10284.0, 10352.0, 10289.0, 10353.0, 10273.0, 10310.0, 10273.0, 10287.0, 10302.0, 10311.0, 10373.0, 10311.0, 10339.0, 10363.0, 10306.0, 10372.0, 10358.0, 10399.0, 10288.0, 10326.0, 10375.0, 10331.0, 10384.0, 10348.0, 10386.0, 10328.0, 10369.0, 10307.0, 10249.0, 10327.0, 10278.0, 10313.0, 10291.0, 10330.0, 10286.0, 10236.0, 10275.0, 10221.0, 10245.0, 10219.0, 10216.0, 10210.0, 10233.0, 10204.0, 10237.0, 10222.0, 10232.0, 10264.0, 10223.0, 10321.0, 10272.0, 10231.0, 10206.0, 10204.0, 10206.0, 10246.0, 10226.0, 10242.0, 10233.0, 10233.0, 10248.0, 10246.0, 10231.0, 10241.0, 10281.0, 10222.0, 10224.0, 10219.0, 10220.0, 10275.0, 10237.0, 10292.0, 10248.0, 10294.0, 10210.0, 10223.0, 10228.0, 10201.0, 10233.0, 10265.0, 10249.0, 10252.0, 10253.0, 10236.0, 10252.0, 10262.0, 10233.0, 10246.0, 10271.0, 10232.0, 10245.0, 10230.0, 10246.0, 10299.0, 10260.0, 10261.0, 10235.0, 10245.0, 10283.0, 10243.0, 10244.0, 10298.0, 10243.0, 10243.0, 10253.0, 10243.0, 10228.0, 10212.0, 10227.0, 10267.0, 10223.0, 10227.0, 10267.0, 10242.0, 10217.0, 10233.0, 10233.0, 10275.0, 10250.0, 10248.0, 10250.0, 10265.0, 10276.0, 10249.0, 10267.0, 10308.0, 10257.0, 10268.0, 10238.0, 10253.0, 10264.0, 10232.0, 10233.0, 10314.0, 10235.0, 10239.0, 10253.0, 10272.0, 10287.0, 10262.0, 10259.0, 10260.0, 10265.0, 10314.0, 10259.0, 10272.0, 10256.0, 10273.0, 10311.0, 10295.0, 10256.0, 10335.0, 10251.0, 10255.0, 10304.0, 10274.0, 10232.0, 10268.0, 10215.0, 10245.0, 10296.0, 10231.0, 10234.0, 10269.0, 10243.0, 10244.0, 10218.0, 10231.0, 10266.0, 10227.0, 10228.0, 10251.0, 10227.0, 10243.0, 10212.0, 10244.0, 10268.0, 10212.0, 10227.0, 10254.0, 10215.0, 10230.0, 10280.0, 10231.0, 10233.0, 10203.0, 10234.0, 10230.0, 10233.0, 10249.0, 10263.0, 10253.0, 10273.0, 10265.0, 10256.0, 10283.0, 10251.0, 10279.0, 10238.0, 10238.0, 10211.0, 10257.0, 10259.0, 10245.0, 10278.0, 10304.0, 10277.0, 10277.0, 10308.0, 10339.0, 10281.0, 10324.0, 10239.0, 10253.0, 10318.0, 10249.0, 10251.0, 10266.0, 10255.0, 10295.0, 10254.0, 10257.0, 10252.0, 10252.0, 10291.0, 10234.0, 10247.0, 10333.0, 10270.0, 10247.0, 10297.0, 10257.0, 10259.0, 10232.0, 10231.0, 10244.0, 10243.0, 10248.0, 10233.0, 10213.0, 10229.0, 10249.0, 10236.0, 10253.0, 10248.0, 10257.0, 10286.0, 10277.0, 10275.0, 10260.0, 10275.0, 10263.0, 10261.0, 10329.0, 10256.0, 10255.0, 10279.0, 10255.0, 10294.0, 10242.0, 10257.0, 10352.0, 10307.0, 10297.0, 10220.0, 10229.0, 10230.0, 10234.0, 10247.0, 10252.0, 10235.0, 10224.0, 10239.0, 10223.0, 10251.0, 10250.0, 10255.0, 10268.0, 10241.0, 10271.0, 10272.0, 10255.0, 10313.0, 10254.0, 10249.0, 10317.0, 10245.0, 10319.0, 10319.0, 10353.0, 10308.0, 10333.0, 10280.0, 10224.0, 10202.0, 10226.0, 10214.0, 10234.0, 10239.0, 10258.0, 10233.0, 10250.0, 10257.0, 10230.0, 10234.0, 10217.0, 10232.0, 10243.0, 10233.0, 10231.0, 10220.0, 10234.0, 10220.0, 10246.0, 10233.0, 10232.0, 10270.0, 10214.0, 10244.0, 10290.0, 10225.0, 10293.0, 10258.0, 10270.0, 10221.0, 10186.0, 10213.0, 10185.0, 10201.0, 10214.0, 10204.0, 10219.0, 10189.0, 10226.0, 10249.0, 10211.0, 10224.0, 10196.0, 10227.0, 10237.0, 10198.0, 10225.0, 10224.0, 10225.0, 10227.0, 10212.0, 10229.0, 10244.0, 10232.0, 10235.0, 10220.0, 10253.0, 10253.0, 10240.0, 10243.0, 10279.0, 10254.0, 10270.0, 10281.0, 10254.0, 10255.0, 10237.0, 10253.0, 10268.0, 10239.0, 10255.0, 10240.0, 10255.0, 10241.0, 10259.0, 10257.0, 10260.0, 10280.0, 10318.0, 10264.0, 10281.0, 10330.0, 10263.0, 10277.0, 10352.0, 10293.0, 10304.0, 10236.0, 10251.0, 10330.0, 10233.0, 10251.0, 10332.0, 10288.0, 10304.0, 10232.0, 10246.0, 10259.0, 10247.0, 10317.0, 10232.0, 10248.0, 10329.0, 10270.0, 10247.0, 10213.0, 10244.0, 10257.0, 10212.0, 10243.0, 10232.0, 10231.0, 10258.0, 10231.0, 10287.0, 10220.0, 10234.0, 10232.0, 10237.0, 10249.0, 10237.0, 10267.0, 10281.0, 10242.0, 10270.0, 10253.0, 10241.0, 10270.0, 10238.0, 10253.0, 10273.0, 10236.0, 10255.0, 10237.0, 10267.0, 10268.0, 10241.0, 10281.0, 10277.0, 10277.0, 10331.0, 10251.0, 10247.0, 10232.0, 10248.0, 10289.0, 10248.0, 10286.0, 10272.0, 10247.0, 10258.0, 10231.0, 10242.0, 10216.0, 10248.0, 10261.0, 10236.0, 10252.0, 10223.0, 10268.0, 10269.0, 10241.0, 10271.0, 10264.0, 10239.0, 10267.0, 10263.0, 10252.0, 10293.0, 10304.0, 10304.0, 10234.0, 10252.0, 10260.0, 10234.0, 10262.0, 10263.0, 10238.0, 10267.0, 10239.0, 10266.0, 10303.0, 10223.0, 10245.0, 10293.0, 10247.0, 10284.0, 10223.0, 10259.0, 10234.0, 10270.0, 10240.0, 10252.0, 10266.0, 10253.0, 10253.0, 10292.0, 10236.0, 10264.0, 10302.0, 10239.0, 10302.0, 10247.0, 10264.0, 10262.0, 10237.0, 10245.0, 10221.0, 10250.0, 10274.0, 10236.0, 10252.0, 10238.0, 10263.0, 10317.0, 10236.0, 10249.0, 10286.0, 10235.0, 10262.0, 10228.0, 10246.0, 10313.0, 10254.0, 10260.0, 10214.0, 10243.0, 10242.0, 10201.0, 10241.0, 10199.0, 10246.0, 10259.0, 10218.0, 10248.0, 10285.0, 10222.0, 10248.0, 10284.0, 10217.0, 10242.0, 10201.0, 10244.0, 10244.0, 10217.0, 10245.0, 10234.0, 10239.0, 10253.0, 10242.0, 10268.0, 10259.0, 10277.0, 10271.0, 10262.0, 10276.0, 10265.0, 10279.0, 10251.0, 10296.0, 10301.0, 10263.0, 10287.0, 10262.0, 10290.0, 10345.0, 10279.0, 10347.0, 10359.0, 10311.0, 10346.0, 10236.0, 10248.0, 10313.0, 10260.0, 10299.0, 10215.0, 10248.0, 10312.0, 10245.0, 10244.0, 10229.0, 10232.0, 10280.0, 10229.0, 10214.0, 10233.0, 10245.0, 10236.0, 10250.0, 10236.0, 10271.0, 10322.0, 10243.0, 10308.0, 10270.0, 10246.0, 10312.0, 10250.0, 10221.0, 10306.0, 10291.0, 10254.0, 10212.0, 10242.0, 10281.0, 10227.0, 10250.0, 10208.0, 10236.0, 10210.0, 10226.0, 10221.0, 10225.0, 10229.0, 10244.0, 10247.0, 10218.0, 10249.0, 10245.0, 10219.0, 10249.0, 10287.0, 10233.0, 10247.0, 10325.0, 10267.0, 10272.0, 10307.0, 10237.0, 10259.0, 10193.0, 10219.0, 10220.0, 10211.0, 10227.0, 10196.0, 10239.0, 10252.0, 10212.0, 10224.0, 10209.0, 10210.0, 10210.0, 10195.0, 10225.0, 10187.0, 10217.0, 10215.0, 10218.0, 10252.0, 10223.0, 10241.0, 10264.0, 10224.0, 10253.0, 10278.0, 10237.0, 10239.0, 10248.0, 10222.0, 10237.0, 10272.0, 10221.0, 10251.0, 10226.0, 10242.0, 10239.0, 10243.0, 10273.0, 10256.0, 10241.0, 10286.0, 10284.0, 10258.0, 10341.0, 10238.0, 10252.0, 10334.0, 10274.0, 10248.0, 10328.0, 10237.0, 10249.0, 10271.0, 10232.0, 10248.0, 10221.0, 10247.0, 10224.0, 10255.0, 10254.0, 10242.0, 10260.0, 10299.0, 10249.0, 10276.0, 10285.0, 10244.0, 10270.0, 10247.0, 10266.0, 10314.0, 10249.0, 10275.0, 10261.0, 10268.0, 10317.0, 10280.0, 10321.0, 10269.0, 10278.0, 10262.0, 10264.0, 10348.0, 10306.0, 10348.0, 10326.0, 10275.0, 10345.0, 10347.0, 10266.0, 10312.0, 10216.0, 10245.0, 10310.0, 10246.0, 10260.0, 10203.0, 10246.0, 10232.0, 10228.0, 10270.0, 10230.0, 10229.0, 10209.0, 10225.0, 10214.0, 10229.0, 10254.0, 10231.0, 10244.0, 10214.0, 10241.0, 10230.0, 10242.0, 10256.0, 10229.0, 10245.0, 10223.0, 10249.0, 10235.0, 10249.0, 10245.0, 10263.0, 10232.0, 10234.0, 10292.0, 10274.0, 10231.0, 10255.0, 10248.0, 10250.0, 10266.0, 10287.0, 10264.0, 10284.0, 10253.0, 10268.0, 10352.0, 10321.0, 10354.0, 10317.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.0030185902031063328</td></tr>
<tr><td colspan=3>aqi</td><td>0.02596402891278375</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.27077654773925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2134804473444971</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000546768468899</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4263.2231</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07297842848011644</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.075268817204301</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4263164126034966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3180542174605536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6882432086345602</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272651811715377</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018745630979537964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03491438925266266</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.707425380187167</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>16.6452</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.5025</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.9468</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297868.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>479.2763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7504</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>712.559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.5074</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78676.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1088.8889</td></tr>
<tr><td colspan=3>tsnr</td><td>32.355278454953805</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>