<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-02/func/sub-0093_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>6d9ecd8fb9a3df8f78a3c67cfcbcc893</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:37:45.080000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993957, 0.0194609, 0.108027, -0.0319309, 0.99286, 0.114935]</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.105666</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>[4141, -7792, -7234, 620, -75, -346, 62, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ccd4266f-a0de-45ae-bf7e-06d94fb7c993||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666715383529663, -0.0856684073805809, 0.28355053067207336, 112.34896087646484], [-0.05221211910247803, 2.6637699604034424, 0.3177633285522461, -100.13822174072266], [0.28982800245285034, -0.30836281180381775, 2.666200637817383, -61.286590576171875], [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': ['153745.080000', '153745.540000', '153746.000000', '153746.460000', '153746.920000', '153747.380000', '153747.840000', '153748.300000', '153748.760000', '153749.220000', '153749.680000', '153750.140000', '153750.600000', '153751.060000', '153751.520000', '153751.980000', '153752.440000', '153752.900000', '153753.360000', '153753.820000', '153754.280000', '153754.740000', '153755.200000', '153755.660000', '153756.120000', '153756.580000', '153757.040000', '153757.500000', '153757.960000', '153758.420000', '153758.880000', '153759.340000', '153759.800000', '153800.260000', '153800.720000', '153801.180000', '153801.640000', '153802.100000', '153802.560000', '153803.020000', '153803.480000', '153803.940000', '153804.400000', '153804.860000', '153805.320000', '153805.780000', '153806.240000', '153806.700000', '153807.160000', '153807.620000', '153808.080000', '153808.540000', '153809.000000', '153809.460000', '153809.920000', '153810.380000', '153810.840000', '153811.300000', '153811.760000', '153812.220000', '153812.680000', '153813.140000', '153813.600000', '153814.060000', '153814.520000', '153814.980000', '153815.440000', '153815.900000', '153816.360000', '153816.820000', '153817.280000', '153817.740000', '153818.200000', '153818.660000', '153819.120000', '153819.580000', '153820.040000', '153820.500000', '153820.960000', '153821.420000', '153821.880000', '153822.340000', '153822.800000', '153823.260000', '153823.720000', '153824.180000', '153824.640000', '153825.100000', '153825.560000', '153826.020000', '153826.480000', '153826.940000', '153827.400000', '153827.860000', '153828.320000', '153828.780000', '153829.240000', '153829.700000', '153830.160000', '153830.620000', '153831.080000', '153831.540000', '153832.000000', '153832.460000', '153832.920000', '153833.380000', '153833.840000', '153834.300000', '153834.760000', '153835.220000', '153835.680000', '153836.140000', '153836.600000', '153837.060000', '153837.520000', '153837.980000', '153838.440000', '153838.900000', '153839.360000', '153839.820000', '153840.280000', '153840.740000', '153841.200000', '153841.660000', '153842.120000', '153842.580000', '153843.040000', '153843.500000', '153843.960000', '153844.420000', '153844.880000', '153845.340000', '153845.800000', '153846.260000', '153846.720000', '153847.180000', '153847.640000', '153848.100000', '153848.560000', '153849.020000', '153849.480000', '153849.940000', '153850.400000', '153850.860000', '153851.320000', '153851.780000', '153852.240000', '153852.700000', '153853.160000', '153853.620000', '153854.080000', '153854.540000', '153855.000000', '153855.460000', '153855.920000', '153856.380000', '153856.840000', '153857.300000', '153857.760000', '153858.220000', '153858.680000', '153859.140000', '153859.600000', '153900.060000', '153900.520000', '153900.980000', '153901.440000', '153901.900000', '153902.360000', '153902.820000', '153903.280000', '153903.740000', '153904.200000', '153904.660000', '153905.120000', '153905.580000', '153906.040000', '153906.500000', '153906.960000', '153907.420000', '153907.880000', '153908.340000', '153908.800000', '153909.260000', '153909.720000', '153910.180000', '153910.640000', '153911.100000', '153911.560000', '153912.020000', '153912.480000', '153912.940000', '153913.400000', '153913.860000', '153914.320000', '153914.780000', '153915.240000', '153915.700000', '153916.160000', '153916.620000', '153917.080000', '153917.540000', '153918.000000', '153918.460000', '153918.920000', '153919.380000', '153919.840000', '153920.300000', '153920.760000', '153921.220000', '153921.680000', '153922.140000', '153922.600000', '153923.060000', '153923.520000', '153923.980000', '153924.440000', '153924.900000', '153925.360000', '153925.820000', '153926.280000', '153926.740000', '153927.200000', '153927.660000', '153928.120000', '153928.580000', '153929.040000', '153929.500000', '153929.960000', '153930.420000', '153930.880000', '153931.340000', '153931.800000', '153932.260000', '153932.720000', '153933.180000', '153933.640000', '153934.100000', '153934.560000', '153935.020000', '153935.480000', '153935.940000', '153936.400000', '153936.860000', '153937.320000', '153937.780000', '153938.240000', '153938.700000', '153939.160000', '153939.620000', '153940.080000', '153940.540000', '153941.000000', '153941.460000', '153941.920000', '153942.380000', '153942.840000', '153943.300000', '153943.760000', '153944.220000', '153944.680000', '153945.140000', '153945.600000', '153946.060000', '153946.520000', '153946.980000', '153947.440000', '153947.900000', '153948.360000', '153948.820000', '153949.280000', '153949.740000', '153950.200000', '153950.660000', '153951.120000', '153951.580000', '153952.040000', '153952.500000', '153952.960000', '153953.420000', '153953.880000', '153954.340000', '153954.800000', '153955.260000', '153955.720000', '153956.180000', '153956.640000', '153957.100000', '153957.560000', '153958.020000', '153958.480000', '153958.940000', '153959.400000', '153959.860000', '154000.320000', '154000.780000', '154001.240000', '154001.700000', '154002.160000', '154002.620000', '154003.080000', '154003.540000', '154004.000000', '154004.460000', '154004.920000', '154005.380000', '154005.840000', '154006.300000', '154006.760000', '154007.220000', '154007.680000', '154008.140000', '154008.600000', '154009.060000', '154009.520000', '154009.980000', '154010.440000', '154010.900000', '154011.360000', '154011.820000', '154012.280000', '154012.740000', '154013.200000', '154013.660000', '154014.120000', '154014.580000', '154015.040000', '154015.500000', '154015.960000', '154016.420000', '154016.880000', '154017.340000', '154017.800000', '154018.260000', '154018.720000', '154019.180000', '154019.640000', '154020.100000', '154020.560000', '154021.020000', '154021.480000', '154021.940000', '154022.400000', '154022.860000', '154023.320000', '154023.780000', '154024.240000', '154024.700000', '154025.160000', '154025.620000', '154026.080000', '154026.540000', '154027.000000', '154027.460000', '154027.920000', '154028.380000', '154028.840000', '154029.300000', '154029.760000', '154030.220000', '154030.680000', '154031.140000', '154031.600000', '154032.060000', '154032.520000', '154032.980000', '154033.440000', '154033.900000', '154034.360000', '154034.820000', '154035.280000', '154035.740000', '154036.200000', '154036.660000', '154037.120000', '154037.580000', '154038.040000', '154038.500000', '154038.960000', '154039.420000', '154039.880000', '154040.340000', '154040.800000', '154041.260000', '154041.720000', '154042.180000', '154042.640000', '154043.100000', '154043.560000', '154044.020000', '154044.480000', '154044.940000', '154045.400000', '154045.860000', '154046.320000', '154046.780000', '154047.240000', '154047.700000', '154048.160000', '154048.620000', '154049.080000', '154049.540000', '154050.000000', '154050.460000', '154050.920000', '154051.380000', '154051.840000', '154052.300000', '154052.760000', '154053.220000', '154053.680000', '154054.140000', '154054.600000', '154055.060000', '154055.520000', '154055.980000', '154056.440000', '154056.900000', '154057.360000', '154057.820000', '154058.280000', '154058.740000', '154059.200000', '154059.660000', '154100.120000', '154100.580000', '154101.040000', '154101.500000', '154101.960000', '154102.420000', '154102.880000', '154103.340000', '154103.800000', '154104.260000', '154104.720000', '154105.180000', '154105.640000', '154106.100000', '154106.560000', '154107.020000', '154107.480000', '154107.940000', '154108.400000', '154108.860000', '154109.320000', '154109.780000', '154110.240000', '154110.700000', '154111.160000', '154111.620000', '154112.080000', '154112.540000', '154113.000000', '154113.460000', '154113.920000', '154114.380000', '154114.840000', '154115.300000', '154115.760000', '154116.220000', '154116.680000', '154117.140000', '154117.600000', '154118.060000', '154118.520000', '154118.980000', '154119.440000', '154119.900000', '154120.360000', '154120.820000', '154121.280000', '154121.740000', '154122.200000', '154122.660000', '154123.120000', '154123.580000', '154124.040000', '154124.500000', '154124.960000', '154125.420000', '154125.880000', '154126.340000', '154126.800000', '154127.260000', '154127.720000', '154128.180000', '154128.640000', '154129.100000', '154129.560000', '154130.020000', '154130.480000', '154130.940000', '154131.400000', '154131.860000', '154132.320000', '154132.780000', '154133.240000', '154133.700000', '154134.160000', '154134.620000', '154135.080000', '154135.540000', '154136.000000', '154136.460000', '154136.920000', '154137.380000', '154137.840000', '154138.300000', '154138.760000', '154139.220000', '154139.680000', '154140.140000', '154140.600000', '154141.060000', '154141.520000', '154141.980000', '154142.440000', '154142.900000', '154143.360000', '154143.820000', '154144.280000', '154144.740000', '154145.200000', '154145.660000', '154146.120000', '154146.580000', '154147.040000', '154147.500000', '154147.960000', '154148.420000', '154148.880000', '154149.340000', '154149.800000', '154150.260000', '154150.720000', '154151.180000', '154151.640000', '154152.100000', '154152.560000', '154153.020000', '154153.480000', '154153.940000', '154154.400000', '154154.860000', '154155.320000', '154155.780000', '154156.240000', '154156.700000', '154157.160000', '154157.620000', '154158.080000', '154158.540000', '154159.000000', '154159.460000', '154159.920000', '154200.380000', '154200.840000', '154201.300000', '154201.760000', '154202.220000', '154202.680000', '154203.140000', '154203.600000', '154204.060000', '154204.520000', '154204.980000', '154205.440000', '154205.900000', '154206.360000', '154206.820000', '154207.280000', '154207.740000', '154208.200000', '154208.660000', '154209.120000', '154209.580000', '154210.040000', '154210.500000', '154210.960000', '154211.420000', '154211.880000', '154212.340000', '154212.800000', '154213.260000', '154213.720000', '154214.180000', '154214.640000', '154215.100000', '154215.560000', '154216.020000', '154216.480000', '154216.940000', '154217.400000', '154217.860000', '154218.320000', '154218.780000', '154219.240000', '154219.700000', '154220.160000', '154220.620000', '154221.080000', '154221.540000', '154222.000000', '154222.460000', '154222.920000', '154223.380000', '154223.840000', '154224.300000', '154224.760000', '154225.220000', '154225.680000', '154226.140000', '154226.600000', '154227.060000', '154227.520000', '154227.980000', '154228.440000', '154228.900000', '154229.360000', '154229.820000', '154230.280000', '154230.740000', '154231.200000', '154231.660000', '154232.120000', '154232.580000', '154233.040000', '154233.500000', '154233.960000', '154234.420000', '154234.880000', '154235.340000', '154235.800000', '154236.260000', '154236.720000', '154237.180000', '154237.640000', '154238.100000', '154238.560000', '154239.020000', '154239.480000', '154239.940000', '154240.400000', '154240.860000', '154241.320000', '154241.780000', '154242.240000', '154242.700000', '154243.160000', '154243.620000', '154244.080000', '154244.540000', '154245.000000', '154245.460000', '154245.920000', '154246.380000', '154246.840000', '154247.300000', '154247.760000', '154248.220000', '154248.680000', '154249.140000', '154249.600000', '154250.060000', '154250.520000', '154250.980000', '154251.440000', '154251.900000', '154252.360000', '154252.820000', '154253.280000', '154253.740000', '154254.200000', '154254.660000', '154255.120000', '154255.580000', '154256.040000', '154256.500000', '154256.960000', '154257.420000', '154257.880000', '154258.340000', '154258.800000', '154259.260000', '154259.720000', '154300.180000', '154300.640000', '154301.100000', '154301.560000', '154302.020000', '154302.480000', '154302.940000', '154303.400000', '154303.860000', '154304.320000', '154304.780000', '154305.240000', '154305.700000', '154306.160000', '154306.620000', '154307.080000', '154307.540000', '154308.000000', '154308.460000', '154308.920000', '154309.380000', '154309.840000', '154310.300000', '154310.760000', '154311.220000', '154311.680000', '154312.140000', '154312.600000', '154313.060000', '154313.520000', '154313.980000', '154314.440000', '154314.900000', '154315.360000', '154315.820000', '154316.280000', '154316.740000', '154317.200000', '154317.660000', '154318.120000', '154318.580000', '154319.040000', '154319.500000', '154319.960000', '154320.420000', '154320.880000', '154321.340000', '154321.800000', '154322.260000', '154322.720000', '154323.180000', '154323.640000', '154324.100000', '154324.560000', '154325.020000', '154325.480000', '154325.940000', '154326.400000', '154326.860000', '154327.320000', '154327.780000', '154328.240000', '154328.700000', '154329.160000', '154329.620000', '154330.080000', '154330.540000', '154331.000000', '154331.460000', '154331.920000', '154332.380000', '154332.840000', '154333.300000', '154333.760000', '154334.220000', '154334.680000', '154335.140000', '154335.600000', '154336.060000', '154336.520000', '154336.980000', '154337.440000', '154337.900000', '154338.360000', '154338.820000', '154339.280000', '154339.740000', '154340.200000', '154340.660000', '154341.120000', '154341.580000', '154342.040000', '154342.500000', '154342.960000', '154343.420000', '154343.880000', '154344.340000', '154344.800000', '154345.260000', '154345.720000', '154346.180000', '154346.640000', '154347.100000', '154347.560000', '154348.020000', '154348.480000', '154348.940000', '154349.400000', '154349.860000', '154350.320000', '154350.780000', '154351.240000', '154351.700000', '154352.160000', '154352.620000', '154353.080000', '154353.540000', '154354.000000', '154354.460000', '154354.920000', '154355.380000', '154355.840000', '154356.300000', '154356.760000', '154357.220000', '154357.680000', '154358.140000', '154358.600000', '154359.060000', '154359.520000', '154359.980000', '154400.440000', '154400.900000', '154401.360000', '154401.820000', '154402.280000', '154402.740000', '154403.200000', '154403.660000', '154404.120000', '154404.580000', '154405.040000', '154405.500000', '154405.960000', '154406.420000', '154406.880000', '154407.340000', '154407.800000', '154408.260000', '154408.720000', '154409.180000', '154409.640000', '154410.100000', '154410.560000'], 'ContentTime': ['153810.616000', '153810.619000', '153810.622000', '153810.624000', '153810.627000', '153810.629000', '153810.632000', '153810.634000', '153810.637000', '153810.639000', '153810.642000', '153810.644000', '153810.647000', '153810.658000', '153810.661000', '153810.664000', '153810.666000', '153810.669000', '153810.671000', '153810.674000', '153810.676000', '153810.679000', '153810.681000', '153810.684000', '153810.686000', '153810.689000', '153810.691000', '153810.694000', '153810.697000', '153810.699000', '153810.702000', '153810.704000', '153810.707000', '153810.709000', '153810.712000', '153810.714000', '153810.717000', '153810.719000', '153810.722000', '153810.725000', '153810.727000', '153810.730000', '153810.732000', '153810.735000', '153810.737000', '153810.740000', '153810.742000', '153810.745000', '153810.747000', '153810.750000', '153810.762000', '153810.765000', '153810.767000', '153830.587000', '153830.589000', '153830.592000', '153830.595000', '153830.597000', '153830.600000', '153830.602000', '153830.605000', '153830.607000', '153830.610000', '153830.612000', '153830.615000', '153830.618000', '153830.625000', '153830.628000', '153830.630000', '153830.633000', '153830.636000', '153830.639000', '153830.641000', '153830.644000', '153830.646000', '153830.649000', '153830.651000', '153830.654000', '153830.657000', '153830.659000', '153830.662000', '153830.664000', '153830.667000', '153830.669000', '153830.672000', '153830.675000', '153830.677000', '153830.680000', '153830.682000', '153830.685000', '153830.688000', '153830.690000', '153830.693000', '153830.695000', '153830.698000', '153830.700000', '153850.586000', '153850.589000', '153850.592000', '153850.594000', '153850.597000', '153850.599000', '153850.602000', '153850.605000', '153850.607000', '153850.610000', '153850.612000', '153850.615000', '153850.617000', '153850.620000', '153850.622000', '153850.625000', '153850.628000', '153850.630000', '153850.633000', '153850.635000', '153850.638000', '153850.640000', '153850.643000', '153850.645000', '153850.648000', '153850.650000', '153850.653000', '153850.656000', '153850.658000', '153850.661000', '153850.663000', '153850.666000', '153850.668000', '153850.671000', '153850.673000', '153850.676000', '153850.679000', '153850.681000', '153850.684000', '153850.686000', '153850.689000', '153850.691000', '153850.694000', '153850.697000', '153910.586000', '153910.589000', '153910.592000', '153910.594000', '153910.597000', '153910.600000', '153910.602000', '153910.605000', '153910.607000', '153910.610000', '153910.612000', '153910.615000', '153910.617000', '153910.620000', '153910.623000', '153910.625000', '153910.628000', '153910.630000', '153910.633000', '153910.636000', '153910.638000', '153910.641000', '153910.643000', '153910.646000', '153910.655000', '153910.657000', '153910.660000', '153910.663000', '153910.665000', '153910.668000', '153910.671000', '153910.673000', '153910.676000', '153910.678000', '153910.681000', '153910.683000', '153910.686000', '153910.688000', '153910.691000', '153910.694000', '153910.696000', '153910.699000', '153910.701000', '153930.586000', '153930.589000', '153930.592000', '153930.594000', '153930.597000', '153930.600000', '153930.602000', '153930.605000', '153930.607000', '153930.610000', '153930.612000', '153930.615000', '153930.618000', '153930.620000', '153930.623000', '153930.625000', '153930.628000', '153930.630000', '153930.633000', '153930.635000', '153930.638000', '153930.641000', '153930.643000', '153930.646000', '153930.648000', '153930.651000', '153930.653000', '153930.656000', '153930.659000', '153930.661000', '153930.664000', '153930.666000', '153930.669000', '153930.678000', '153930.681000', '153930.683000', '153930.686000', '153930.689000', '153930.691000', '153930.694000', '153930.696000', '153930.699000', '153930.702000', '153930.704000', '153950.586000', '153950.589000', '153950.592000', '153950.594000', '153950.597000', '153950.600000', '153950.602000', '153950.605000', '153950.607000', '153950.610000', '153950.612000', '153950.615000', '153950.617000', '153950.630000', '153950.633000', '153950.636000', '153950.638000', '153950.641000', '153950.643000', '153950.646000', '153950.648000', '153950.651000', '153950.654000', '153950.656000', '153950.659000', '153950.661000', '153950.664000', '153950.666000', '153950.669000', '153950.671000', '153950.674000', '153950.677000', '153950.688000', '153950.691000', '153950.693000', '153950.696000', '153950.699000', '153950.701000', '153950.704000', '153950.706000', '153950.709000', '153950.712000', '153950.714000', '154010.586000', '154010.588000', '154010.591000', '154010.594000', '154010.596000', '154010.599000', '154010.601000', '154010.604000', '154010.606000', '154010.609000', '154010.612000', '154010.614000', '154010.617000', '154010.619000', '154010.622000', '154010.624000', '154010.627000', '154010.630000', '154010.632000', '154010.635000', '154010.637000', '154010.640000', '154010.642000', '154010.645000', '154010.647000', '154010.650000', '154010.652000', '154010.655000', '154010.658000', '154010.660000', '154010.663000', '154010.665000', '154010.668000', '154010.671000', '154010.673000', '154010.676000', '154010.678000', '154010.681000', '154010.683000', '154010.686000', '154010.688000', '154010.691000', '154010.693000', '154010.696000', '154030.586000', '154030.589000', '154030.592000', '154030.594000', '154030.597000', '154030.600000', '154030.602000', '154030.605000', '154030.607000', '154030.610000', '154030.613000', '154030.615000', '154030.618000', '154030.620000', '154030.623000', '154030.626000', '154030.628000', '154030.631000', '154030.633000', '154030.636000', '154030.648000', '154030.651000', '154030.653000', '154030.656000', '154030.658000', '154030.661000', '154030.664000', '154030.666000', '154030.669000', '154030.671000', '154030.674000', '154030.676000', '154030.679000', '154030.682000', '154030.684000', '154030.687000', '154030.689000', '154030.692000', '154030.695000', '154030.697000', '154030.700000', '154030.703000', '154030.705000', '154050.587000', '154050.589000', '154050.592000', '154050.595000', '154050.597000', '154050.600000', '154050.603000', '154050.605000', '154050.608000', '154050.610000', '154050.613000', '154050.616000', '154050.618000', '154050.621000', '154050.623000', '154050.626000', '154050.628000', '154050.631000', '154050.633000', '154050.636000', '154050.639000', '154050.641000', '154050.644000', '154050.646000', '154050.649000', '154050.651000', '154050.654000', '154050.656000', '154050.659000', '154050.662000', '154050.664000', '154050.667000', '154050.669000', '154050.672000', '154050.675000', '154050.677000', '154050.680000', '154050.682000', '154050.685000', '154050.687000', '154050.690000', '154050.693000', '154050.695000', '154050.698000', '154110.586000', '154110.589000', '154110.592000', '154110.594000', '154110.597000', '154110.599000', '154110.602000', '154110.605000', '154110.607000', '154110.610000', '154110.612000', '154110.615000', '154110.618000', '154110.620000', '154110.623000', '154110.625000', '154110.628000', '154110.630000', '154110.633000', '154110.635000', '154110.638000', '154110.641000', '154110.643000', '154110.646000', '154110.648000', '154110.651000', '154110.653000', '154110.656000', '154110.659000', '154110.661000', '154110.664000', '154110.667000', '154110.669000', '154110.672000', '154110.674000', '154110.677000', '154110.679000', '154110.682000', '154110.698000', '154110.700000', '154110.703000', '154110.706000', '154110.708000', '154130.586000', '154130.589000', '154130.592000', '154130.594000', '154130.597000', '154130.600000', '154130.602000', '154130.605000', '154130.608000', '154130.610000', '154130.613000', '154130.615000', '154130.618000', '154130.621000', '154130.623000', '154130.626000', '154130.628000', '154130.631000', '154130.633000', '154130.636000', '154130.639000', '154130.641000', '154130.644000', '154130.646000', '154130.649000', '154130.651000', '154130.654000', '154130.657000', '154130.659000', '154130.662000', '154130.664000', '154130.667000', '154130.669000', '154130.672000', '154130.675000', '154130.677000', '154130.680000', '154130.682000', '154130.685000', '154130.688000', '154130.690000', '154130.693000', '154130.695000', '154130.698000', '154150.586000', '154150.589000', '154150.592000', '154150.594000', '154150.597000', '154150.600000', '154150.603000', '154150.605000', '154150.608000', '154150.610000', '154150.613000', '154150.615000', '154150.618000', '154150.621000', '154150.623000', '154150.626000', '154150.628000', '154150.631000', '154150.634000', '154150.636000', '154150.639000', '154150.641000', '154150.644000', '154150.647000', '154150.649000', '154150.652000', '154150.654000', '154150.657000', '154150.659000', '154150.662000', '154150.665000', '154150.667000', '154150.676000', '154150.678000', '154150.681000', '154150.683000', '154150.686000', '154150.689000', '154150.691000', '154150.694000', '154150.696000', '154150.699000', '154150.701000', '154210.587000', '154210.590000', '154210.592000', '154210.595000', '154210.597000', '154210.600000', '154210.602000', '154210.605000', '154210.608000', '154210.610000', '154210.613000', '154210.615000', '154210.618000', '154210.620000', '154210.623000', '154210.625000', '154210.628000', '154210.631000', '154210.633000', '154210.636000', '154210.638000', '154210.641000', '154210.643000', '154210.646000', '154210.648000', '154210.651000', '154210.654000', '154210.656000', '154210.659000', '154210.661000', '154210.664000', '154210.666000', '154210.669000', '154210.671000', '154210.674000', '154210.677000', '154210.679000', '154210.682000', '154210.684000', '154210.687000', '154210.689000', '154210.692000', '154210.695000', '154210.697000', '154230.585000', '154230.588000', '154230.591000', '154230.593000', '154230.596000', '154230.599000', '154230.601000', '154230.604000', '154230.606000', '154230.609000', '154230.611000', '154230.614000', '154230.617000', '154230.619000', '154230.622000', '154230.625000', '154230.627000', '154230.630000', '154230.632000', '154230.635000', '154230.637000', '154230.640000', '154230.643000', '154230.645000', '154230.648000', '154230.650000', '154230.653000', '154230.656000', '154230.658000', '154230.661000', '154230.663000', '154230.666000', '154230.669000', '154230.671000', '154230.674000', '154230.676000', '154230.679000', '154230.682000', '154230.684000', '154230.687000', '154230.689000', '154230.692000', '154230.694000', '154250.586000', '154250.590000', '154250.593000', '154250.595000', '154250.598000', '154250.601000', '154250.603000', '154250.606000', '154250.609000', '154250.611000', '154250.614000', '154250.616000', '154250.619000', '154250.621000', '154250.624000', '154250.626000', '154250.629000', '154250.632000', '154250.634000', '154250.637000', '154250.651000', '154250.654000', '154250.656000', '154250.659000', '154250.661000', '154250.664000', '154250.666000', '154250.669000', '154250.672000', '154250.674000', '154250.677000', '154250.679000', '154250.682000', '154250.684000', '154250.687000', '154250.690000', '154250.692000', '154250.695000', '154250.697000', '154250.700000', '154250.703000', '154250.705000', '154250.708000', '154250.710000', '154310.586000', '154310.589000', '154310.592000', '154310.594000', '154310.597000', '154310.600000', '154310.602000', '154310.605000', '154310.607000', '154310.610000', '154310.613000', '154310.615000', '154310.618000', '154310.621000', '154310.623000', '154310.626000', '154310.628000', '154310.631000', '154310.634000', '154310.636000', '154310.639000', '154310.641000', '154310.644000', '154310.647000', '154310.649000', '154310.652000', '154310.654000', '154310.657000', '154310.659000', '154310.662000', '154310.665000', '154310.667000', '154310.670000', '154310.672000', '154310.675000', '154310.677000', '154310.680000', '154310.683000', '154310.685000', '154310.688000', '154310.690000', '154310.693000', '154310.695000', '154330.587000', '154330.589000', '154330.592000', '154330.594000', '154330.597000', '154330.600000', '154330.602000', '154330.605000', '154330.607000', '154330.610000', '154330.612000', '154330.615000', '154330.617000', '154330.620000', '154330.623000', '154330.625000', '154330.628000', '154330.630000', '154330.633000', '154330.635000', '154330.638000', '154330.641000', '154330.643000', '154330.646000', '154330.648000', '154330.651000', '154330.653000', '154330.656000', '154330.658000', '154330.661000', '154330.664000', '154330.666000', '154330.669000', '154330.671000', '154330.674000', '154330.676000', '154330.679000', '154330.682000', '154330.684000', '154330.687000', '154330.689000', '154330.692000', '154330.694000', '154330.697000', '154350.586000', '154350.589000', '154350.592000', '154350.594000', '154350.597000', '154350.600000', '154350.602000', '154350.605000', '154350.607000', '154350.610000', '154350.612000', '154350.615000', '154350.618000', '154350.620000', '154350.623000', '154350.625000', '154350.628000', '154350.630000', '154350.633000', '154350.635000', '154350.638000', '154350.641000', '154350.643000', '154350.646000', '154350.648000', '154350.651000', '154350.653000', '154350.656000', '154350.658000', '154350.661000', '154350.664000', '154350.666000', '154350.669000', '154350.671000', '154350.674000', '154350.677000', '154350.679000', '154350.682000', '154350.684000', '154350.687000', '154350.689000', '154350.692000', '154350.694000', '154410.587000', '154410.589000', '154410.592000', '154410.595000', '154410.597000', '154410.600000', '154410.602000', '154410.605000', '154410.608000', '154410.610000', '154410.613000', '154410.615000', '154410.618000', '154410.620000', '154410.623000', '154410.625000', '154410.629000', '154410.632000', '154410.634000', '154410.637000', '154410.640000', '154410.642000', '154410.645000', '154410.647000', '154410.650000', '154410.652000', '154410.655000', '154410.657000', '154410.660000', '154410.663000', '154410.676000', '154410.678000', '154410.681000', '154410.683000', '154410.686000', '154410.689000', '154410.691000', '154410.694000', '154410.696000', '154410.699000', '154410.701000', '154410.704000', '154410.706000', '154410.709000', '154411.983000', '154411.987000', '154411.989000'], 'InstanceCreationTime': ['153810.616000', '153810.619000', '153810.622000', '153810.624000', '153810.627000', '153810.629000', '153810.632000', '153810.634000', '153810.637000', '153810.639000', '153810.642000', '153810.644000', '153810.647000', '153810.658000', '153810.661000', '153810.664000', '153810.666000', '153810.669000', '153810.671000', '153810.674000', '153810.676000', '153810.679000', '153810.681000', '153810.684000', '153810.686000', '153810.689000', '153810.691000', '153810.694000', '153810.697000', '153810.699000', '153810.702000', '153810.704000', '153810.707000', '153810.709000', '153810.712000', '153810.714000', '153810.717000', '153810.719000', '153810.722000', '153810.725000', '153810.727000', '153810.730000', '153810.732000', '153810.735000', '153810.737000', '153810.740000', '153810.742000', '153810.745000', '153810.747000', '153810.750000', '153810.762000', '153810.765000', '153810.767000', '153830.587000', '153830.589000', '153830.592000', '153830.595000', '153830.597000', '153830.600000', '153830.602000', '153830.605000', '153830.607000', '153830.610000', '153830.612000', '153830.615000', '153830.618000', '153830.625000', '153830.628000', '153830.630000', '153830.633000', '153830.636000', '153830.639000', '153830.641000', '153830.644000', '153830.646000', '153830.649000', '153830.651000', '153830.654000', '153830.657000', '153830.659000', '153830.662000', '153830.664000', '153830.667000', '153830.669000', '153830.672000', '153830.675000', '153830.677000', '153830.680000', '153830.682000', '153830.685000', '153830.688000', '153830.690000', '153830.693000', '153830.695000', '153830.698000', '153830.700000', '153850.586000', '153850.589000', '153850.592000', '153850.594000', '153850.597000', '153850.599000', '153850.602000', '153850.605000', '153850.607000', '153850.610000', '153850.612000', '153850.615000', '153850.617000', '153850.620000', '153850.622000', '153850.625000', '153850.628000', '153850.630000', '153850.633000', '153850.635000', '153850.638000', '153850.640000', '153850.643000', '153850.645000', '153850.648000', '153850.650000', '153850.653000', '153850.656000', '153850.658000', '153850.661000', '153850.663000', '153850.666000', '153850.668000', '153850.671000', '153850.673000', '153850.676000', '153850.679000', '153850.681000', '153850.684000', '153850.686000', '153850.689000', '153850.691000', '153850.694000', '153850.697000', '153910.586000', '153910.589000', '153910.592000', '153910.594000', '153910.597000', '153910.600000', '153910.602000', '153910.605000', '153910.607000', '153910.610000', '153910.612000', '153910.615000', '153910.617000', '153910.620000', '153910.623000', '153910.625000', '153910.628000', '153910.630000', '153910.633000', '153910.636000', '153910.638000', '153910.641000', '153910.643000', '153910.646000', '153910.655000', '153910.657000', '153910.660000', '153910.663000', '153910.665000', '153910.668000', '153910.671000', '153910.673000', '153910.676000', '153910.678000', '153910.681000', '153910.683000', '153910.686000', '153910.688000', '153910.691000', '153910.694000', '153910.696000', '153910.699000', '153910.701000', '153930.586000', '153930.589000', '153930.592000', '153930.594000', '153930.597000', '153930.600000', '153930.602000', '153930.605000', '153930.607000', '153930.610000', '153930.612000', '153930.615000', '153930.618000', '153930.620000', '153930.623000', '153930.625000', '153930.628000', '153930.630000', '153930.633000', '153930.635000', '153930.638000', '153930.641000', '153930.643000', '153930.646000', '153930.648000', '153930.651000', '153930.653000', '153930.656000', '153930.659000', '153930.661000', '153930.664000', '153930.666000', '153930.669000', '153930.678000', '153930.681000', '153930.683000', '153930.686000', '153930.689000', '153930.691000', '153930.694000', '153930.696000', '153930.699000', '153930.702000', '153930.704000', '153950.586000', '153950.589000', '153950.592000', '153950.594000', '153950.597000', '153950.600000', '153950.602000', '153950.605000', '153950.607000', '153950.610000', '153950.612000', '153950.615000', '153950.617000', '153950.630000', '153950.633000', '153950.636000', '153950.638000', '153950.641000', '153950.643000', '153950.646000', '153950.648000', '153950.651000', '153950.654000', '153950.656000', '153950.659000', '153950.661000', '153950.664000', '153950.666000', '153950.669000', '153950.671000', '153950.674000', '153950.677000', '153950.688000', '153950.691000', '153950.693000', '153950.696000', '153950.699000', '153950.701000', '153950.704000', '153950.706000', '153950.709000', '153950.712000', '153950.714000', '154010.586000', '154010.588000', '154010.591000', '154010.594000', '154010.596000', '154010.599000', '154010.601000', '154010.604000', '154010.606000', '154010.609000', '154010.612000', '154010.614000', '154010.617000', '154010.619000', '154010.622000', '154010.624000', '154010.627000', '154010.630000', '154010.632000', '154010.635000', '154010.637000', '154010.640000', '154010.642000', '154010.645000', '154010.647000', '154010.650000', '154010.652000', '154010.655000', '154010.658000', '154010.660000', '154010.663000', '154010.665000', '154010.668000', '154010.671000', '154010.673000', '154010.676000', '154010.678000', '154010.681000', '154010.683000', '154010.686000', '154010.688000', '154010.691000', '154010.693000', '154010.696000', '154030.586000', '154030.589000', '154030.592000', '154030.594000', '154030.597000', '154030.600000', '154030.602000', '154030.605000', '154030.607000', '154030.610000', '154030.613000', '154030.615000', '154030.618000', '154030.620000', '154030.623000', '154030.626000', '154030.628000', '154030.631000', '154030.633000', '154030.636000', '154030.648000', '154030.651000', '154030.653000', '154030.656000', '154030.658000', '154030.661000', '154030.664000', '154030.666000', '154030.669000', '154030.671000', '154030.674000', '154030.676000', '154030.679000', '154030.682000', '154030.684000', '154030.687000', '154030.689000', '154030.692000', '154030.695000', '154030.697000', '154030.700000', '154030.703000', '154030.705000', '154050.587000', '154050.589000', '154050.592000', '154050.595000', '154050.597000', '154050.600000', '154050.603000', '154050.605000', '154050.608000', '154050.610000', '154050.613000', '154050.616000', '154050.618000', '154050.621000', '154050.623000', '154050.626000', '154050.628000', '154050.631000', '154050.633000', '154050.636000', '154050.639000', '154050.641000', '154050.644000', '154050.646000', '154050.649000', '154050.651000', '154050.654000', '154050.656000', '154050.659000', '154050.662000', '154050.664000', '154050.667000', '154050.669000', '154050.672000', '154050.675000', '154050.677000', '154050.680000', '154050.682000', '154050.685000', '154050.687000', '154050.690000', '154050.693000', '154050.695000', '154050.698000', '154110.586000', '154110.589000', '154110.592000', '154110.594000', '154110.597000', '154110.599000', '154110.602000', '154110.605000', '154110.607000', '154110.610000', '154110.612000', '154110.615000', '154110.618000', '154110.620000', '154110.623000', '154110.625000', '154110.628000', '154110.630000', '154110.633000', '154110.635000', '154110.638000', '154110.641000', '154110.643000', '154110.646000', '154110.648000', '154110.651000', '154110.653000', '154110.656000', '154110.659000', '154110.661000', '154110.664000', '154110.667000', '154110.669000', '154110.672000', '154110.674000', '154110.677000', '154110.679000', '154110.682000', '154110.698000', '154110.700000', '154110.703000', '154110.706000', '154110.708000', '154130.586000', '154130.589000', '154130.592000', '154130.594000', '154130.597000', '154130.600000', '154130.602000', '154130.605000', '154130.608000', '154130.610000', '154130.613000', '154130.615000', '154130.618000', '154130.621000', '154130.623000', '154130.626000', '154130.628000', '154130.631000', '154130.633000', '154130.636000', '154130.639000', '154130.641000', '154130.644000', '154130.646000', '154130.649000', '154130.651000', '154130.654000', '154130.657000', '154130.659000', '154130.662000', '154130.664000', '154130.667000', '154130.669000', '154130.672000', '154130.675000', '154130.677000', '154130.680000', '154130.682000', '154130.685000', '154130.688000', '154130.690000', '154130.693000', '154130.695000', '154130.698000', '154150.586000', '154150.589000', '154150.592000', '154150.594000', '154150.597000', '154150.600000', '154150.603000', '154150.605000', '154150.608000', '154150.610000', '154150.613000', '154150.615000', '154150.618000', '154150.621000', '154150.623000', '154150.626000', '154150.628000', '154150.631000', '154150.634000', '154150.636000', '154150.639000', '154150.641000', '154150.644000', '154150.647000', '154150.649000', '154150.652000', '154150.654000', '154150.657000', '154150.659000', '154150.662000', '154150.665000', '154150.667000', '154150.676000', '154150.678000', '154150.681000', '154150.683000', '154150.686000', '154150.689000', '154150.691000', '154150.694000', '154150.696000', '154150.699000', '154150.701000', '154210.587000', '154210.590000', '154210.592000', '154210.595000', '154210.597000', '154210.600000', '154210.602000', '154210.605000', '154210.608000', '154210.610000', '154210.613000', '154210.615000', '154210.618000', '154210.620000', '154210.623000', '154210.625000', '154210.628000', '154210.631000', '154210.633000', '154210.636000', '154210.638000', '154210.641000', '154210.643000', '154210.646000', '154210.648000', '154210.651000', '154210.654000', '154210.656000', '154210.659000', '154210.661000', '154210.664000', '154210.666000', '154210.669000', '154210.671000', '154210.674000', '154210.677000', '154210.679000', '154210.682000', '154210.684000', '154210.687000', '154210.689000', '154210.692000', '154210.695000', '154210.697000', '154230.585000', '154230.588000', '154230.591000', '154230.593000', '154230.596000', '154230.599000', '154230.601000', '154230.604000', '154230.606000', '154230.609000', '154230.611000', '154230.614000', '154230.617000', '154230.619000', '154230.622000', '154230.625000', '154230.627000', '154230.630000', '154230.632000', '154230.635000', '154230.637000', '154230.640000', '154230.643000', '154230.645000', '154230.648000', '154230.650000', '154230.653000', '154230.656000', '154230.658000', '154230.661000', '154230.663000', '154230.666000', '154230.669000', '154230.671000', '154230.674000', '154230.676000', '154230.679000', '154230.682000', '154230.684000', '154230.687000', '154230.689000', '154230.692000', '154230.694000', '154250.586000', '154250.590000', '154250.593000', '154250.595000', '154250.598000', '154250.601000', '154250.603000', '154250.606000', '154250.609000', '154250.611000', '154250.614000', '154250.616000', '154250.619000', '154250.621000', '154250.624000', '154250.626000', '154250.629000', '154250.632000', '154250.634000', '154250.637000', '154250.651000', '154250.654000', '154250.656000', '154250.659000', '154250.661000', '154250.664000', '154250.666000', '154250.669000', '154250.672000', '154250.674000', '154250.677000', '154250.679000', '154250.682000', '154250.684000', '154250.687000', '154250.690000', '154250.692000', '154250.695000', '154250.697000', '154250.700000', '154250.703000', '154250.705000', '154250.708000', '154250.710000', '154310.586000', '154310.589000', '154310.592000', '154310.594000', '154310.597000', '154310.600000', '154310.602000', '154310.605000', '154310.607000', '154310.610000', '154310.613000', '154310.615000', '154310.618000', '154310.621000', '154310.623000', '154310.626000', '154310.628000', '154310.631000', '154310.634000', '154310.636000', '154310.639000', '154310.641000', '154310.644000', '154310.647000', '154310.649000', '154310.652000', '154310.654000', '154310.657000', '154310.659000', '154310.662000', '154310.665000', '154310.667000', '154310.670000', '154310.672000', '154310.675000', '154310.677000', '154310.680000', '154310.683000', '154310.685000', '154310.688000', '154310.690000', '154310.693000', '154310.695000', '154330.587000', '154330.589000', '154330.592000', '154330.594000', '154330.597000', '154330.600000', '154330.602000', '154330.605000', '154330.607000', '154330.610000', '154330.612000', '154330.615000', '154330.617000', '154330.620000', '154330.623000', '154330.625000', '154330.628000', '154330.630000', '154330.633000', '154330.635000', '154330.638000', '154330.641000', '154330.643000', '154330.646000', '154330.648000', '154330.651000', '154330.653000', '154330.656000', '154330.658000', '154330.661000', '154330.664000', '154330.666000', '154330.669000', '154330.671000', '154330.674000', '154330.676000', '154330.679000', '154330.682000', '154330.684000', '154330.687000', '154330.689000', '154330.692000', '154330.694000', '154330.697000', '154350.586000', '154350.589000', '154350.592000', '154350.594000', '154350.597000', '154350.600000', '154350.602000', '154350.605000', '154350.607000', '154350.610000', '154350.612000', '154350.615000', '154350.618000', '154350.620000', '154350.623000', '154350.625000', '154350.628000', '154350.630000', '154350.633000', '154350.635000', '154350.638000', '154350.641000', '154350.643000', '154350.646000', '154350.648000', '154350.651000', '154350.653000', '154350.656000', '154350.658000', '154350.661000', '154350.664000', '154350.666000', '154350.669000', '154350.671000', '154350.674000', '154350.677000', '154350.679000', '154350.682000', '154350.684000', '154350.687000', '154350.689000', '154350.692000', '154350.694000', '154410.587000', '154410.589000', '154410.592000', '154410.595000', '154410.597000', '154410.600000', '154410.602000', '154410.605000', '154410.608000', '154410.610000', '154410.613000', '154410.615000', '154410.618000', '154410.620000', '154410.623000', '154410.625000', '154410.629000', '154410.632000', '154410.634000', '154410.637000', '154410.640000', '154410.642000', '154410.645000', '154410.647000', '154410.650000', '154410.652000', '154410.655000', '154410.657000', '154410.660000', '154410.663000', '154410.676000', '154410.678000', '154410.681000', '154410.683000', '154410.686000', '154410.689000', '154410.691000', '154410.694000', '154410.696000', '154410.699000', '154410.701000', '154410.704000', '154410.706000', '154410.709000', '154411.983000', '154411.987000', '154411.989000'], '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': [12369, 8977, 10326, 8635, 7121, 11279, 7111, 11593, 9124, 8950, 9474, 7089, 11130, 7269, 11527, 7374, 10861, 7972, 9868, 8707, 7079, 9766, 6994, 11746, 7191, 10628, 8380, 8666, 7636, 7148, 9667, 6981, 10539, 7519, 10403, 7697, 11205, 7268, 9868, 8092, 9079, 8793, 7200, 9917, 7331, 10741, 7351, 10963, 7351, 10892, 8227, 9391, 7834, 7053, 10644, 7325, 9930, 7857, 11123, 7772, 7904, 8070, 7061, 10741, 7290, 9805, 7421, 11517, 7554, 10863, 7787, 8662, 8974, 7387, 9675, 7724, 11508, 7106, 11035, 7158, 10108, 8697, 9372, 9210, 7549, 9384, 7081, 11500, 7291, 11315, 8264, 12249, 7934, 10869, 7728, 8906, 9870, 7672, 10884, 7514, 11236, 7309, 11460, 8366, 9958, 9558, 7053, 11236, 7224, 10962, 8679, 10129, 8695, 7519, 10003, 7096, 11179, 7389, 11382, 8435, 10742, 9340, 6994, 10735, 7315, 10226, 7976, 10182, 8560, 7160, 10712, 7184, 11215, 8428, 12536, 10574, 10178, 9917, 7060, 11956, 7695, 11414, 9074, 13146, 7607, 9376, 8784, 8296, 11540, 8743, 11425, 7170, 11363, 7324, 10861, 8919, 9457, 9648, 6823, 10849, 7304, 11713, 7732, 12090, 8100, 11348, 9183, 8812, 10935, 6789, 11512, 7099, 10457, 7916, 9800, 9696, 7688, 10753, 7209, 11180, 7214, 11028, 7360, 10736, 8759, 11912, 8814, 10399, 8358, 8051, 9542, 7522, 11302, 7924, 11544, 7171, 11556, 6776, 11294, 8425, 11871, 8483, 11853, 7582, 9297, 9064, 7681, 10953, 7622, 11366, 7049, 10940, 7269, 11029, 8448, 10366, 9338, 9018, 10453, 6936, 11163, 6891, 11186, 7418, 10701, 8413, 10978, 8074, 9078, 8224, 6987, 10711, 7305, 10005, 6991, 10335, 7100, 10509, 7899, 9746, 9077, 8792, 9875, 6998, 10670, 6831, 11404, 7066, 10578, 8010, 12006, 8528, 9282, 8444, 6930, 10607, 7116, 9909, 8011, 12805, 7771, 10349, 8623, 6940, 10986, 7077, 11067, 8360, 12452, 8984, 9323, 7838, 7042, 11339, 7444, 10402, 8455, 12125, 7789, 9510, 8601, 7803, 10764, 7335, 10481, 7005, 11165, 6947, 10215, 9088, 7695, 9927, 7629, 10961, 7340, 9141, 8811, 7035, 10513, 7694, 12092, 7620, 10313, 8268, 7859, 10928, 7793, 12323, 7310, 10401, 8092, 7084, 10718, 7589, 12245, 7497, 9007, 8703, 7139, 10911, 7953, 12662, 8398, 8628, 8777, 6931, 11191, 7651, 10157, 9181, 7091, 10054, 7070, 9011, 8730, 7885, 10010, 7792, 12161, 7115, 10850, 8447, 9282, 10289, 7704, 10950, 7347, 7573, 9489, 7428, 9914, 7634, 7365, 10328, 8138, 12274, 9237, 13459, 10132, 8144, 11588, 7495, 12254, 8171, 13551, 9719, 13903, 9820, 9669, 8925, 7354, 11792, 7567, 12985, 9545, 11898, 10144, 6765, 11224, 7114, 6995, 9802, 6918, 8923, 7629, 6800, 10261, 7752, 12754, 9361, 9119, 11557, 8044, 12984, 11204, 8191, 13578, 9955, 8052, 12516, 8142, 13625, 9940, 10257, 11238, 7666, 12657, 7697, 13447, 8727, 8697, 9955, 6996, 12118, 7401, 9693, 11346, 7062, 12289, 7001, 7141, 10639, 6865, 11493, 10070, 7339, 12662, 7527, 11909, 9630, 8012, 12272, 8114, 12896, 9134, 10738, 8623, 6860, 11812, 7336, 12835, 8158, 10690, 10013, 7262, 13127, 8600, 6924, 11090, 7278, 10752, 9392, 7679, 13002, 8561, 14355, 9765, 10280, 10659, 7391, 12431, 7741, 13116, 9091, 12802, 8178, 11096, 7491, 7996, 9924, 7535, 12938, 8826, 13377, 8260, 12253, 8395, 11100, 11092, 9410, 12665, 7320, 12257, 7015, 11616, 9691, 7699, 12065, 7025, 12290, 8355, 9210, 12260, 8581, 13359, 9239, 10125, 9726, 7131, 12241, 8593, 13318, 10607, 7714, 12274, 6905, 11540, 8727, 7848, 12691, 8308, 12896, 8338, 8137, 9984, 7238, 12709, 9228, 12594, 10088, 7034, 11763, 7174, 10479, 9316, 7825, 13672, 8258, 11791, 8523, 7598, 12186, 8202, 13170, 9327, 8705, 10962, 7388, 13096, 9012, 12952, 10463, 7126, 10392, 7088, 11664, 7707, 8951, 12530, 8198, 12278, 8472, 9580, 9851, 7694, 13128, 8985, 12728, 8725, 8839, 9938, 7398, 13380, 9574, 12550, 9247, 7103, 11373, 7144, 12901, 10142, 9852, 10874, 7049, 11706, 7520, 12002, 10761, 8750, 12798, 7548, 12063, 8665, 10975, 11472, 9047, 13422, 8512, 12700, 8031, 9547, 10043, 7172, 12913, 7921, 12266, 9372, 7212, 11982, 8328, 7204, 12077, 8874, 11975, 11328, 7344, 12216, 8100, 8359, 11784, 8620, 12168, 10382, 8230, 10455, 7326, 10822, 8024, 7172, 11952, 8301, 12133, 11006, 7792, 12139, 7596, 9464, 10116, 7031, 13189, 9428, 11578, 10178, 7159, 11876, 7376, 13051, 9701, 12253, 11402, 7572, 12572, 7510, 12070, 8734, 7766, 11933, 8509, 13247, 10528, 9557, 9845, 6929, 12389, 7732, 12685, 10029, 11530, 12663, 8378, 12925, 7537, 12567, 8927, 11192, 9842, 8002, 11997, 7729, 13562, 9762, 12609, 9927, 7357, 12025, 7296, 10461, 9837, 7388, 13849, 10265, 11937, 11185, 7727, 12406, 7287, 7498, 10214, 7213, 12599, 10097, 9551, 12746, 9166, 9897, 7191, 7674, 10223, 7824, 8347, 10924, 7488, 12938, 10742, 10225, 13397, 8497, 12924, 8968, 8184, 10099, 7238, 12615, 8766, 8226, 11064, 8480, 10165, 10611, 7635, 11091, 13566, 10585, 12807, 11123, 7153, 12127, 8095, 7742, 10104, 7156, 12614, 8783, 13129, 10750, 8757, 9837, 7292, 11278, 7362, 11666, 10168, 9398, 12616, 7717, 11797, 8099, 12249, 9214, 11228, 9841, 8513, 12637, 8420, 12433, 7567, 11586, 8325, 9766, 9989, 8138, 13113, 8054, 12464, 8024, 9919, 9530, 7927, 14013, 9736, 10914, 8481, 7089, 11472, 7730, 12925, 10824, 7739, 11280, 7490, 11086, 8516, 7257, 11379, 7673, 12560, 9094, 8314, 10346, 7362, 12806, 9365, 7988, 9546, 7335, 11662, 8243, 9082, 10680, 7329, 11675, 8571, 8501, 11897, 8524, 12183, 9338, 7288, 11067, 7200, 12259, 9323, 10979, 11410, 8164, 12128, 7878, 7401, 10436, 7139, 11453, 7862, 8085, 10928, 8188, 11539, 9636, 11221, 10305, 7837, 12763, 9046, 7281, 10684, 7498, 9712, 11854, 11613, 12781], 'WindowCenter': [4169.0, 4125.0, 4121.0, 4100.0, 4077.0, 4129.0, 4078.0, 4131.0, 4118.0, 4098.0, 4110.0, 4067.0, 4119.0, 4086.0, 4136.0, 4075.0, 4117.0, 4088.0, 4107.0, 4099.0, 4076.0, 4107.0, 4077.0, 4129.0, 4077.0, 4119.0, 4101.0, 4110.0, 4100.0, 4080.0, 4129.0, 4088.0, 4132.0, 4092.0, 4131.0, 4092.0, 4140.0, 4092.0, 4129.0, 4100.0, 4108.0, 4101.0, 4087.0, 4119.0, 4088.0, 4129.0, 4078.0, 4129.0, 4081.0, 4139.0, 4100.0, 4118.0, 4097.0, 4087.0, 4121.0, 4091.0, 4130.0, 4112.0, 4143.0, 4103.0, 4103.0, 4101.0, 4090.0, 4140.0, 4099.0, 4122.0, 4094.0, 4142.0, 4104.0, 4144.0, 4104.0, 4109.0, 4112.0, 4076.0, 4120.0, 4089.0, 4139.0, 4080.0, 4140.0, 4080.0, 4128.0, 4108.0, 4116.0, 4110.0, 4097.0, 4109.0, 4075.0, 4136.0, 4075.0, 4119.0, 4088.0, 4136.0, 4088.0, 4117.0, 4076.0, 4093.0, 4107.0, 4077.0, 4117.0, 4075.0, 4125.0, 4076.0, 4117.0, 4087.0, 4105.0, 4117.0, 4078.0, 4128.0, 4078.0, 4117.0, 4098.0, 4119.0, 4109.0, 4078.0, 4111.0, 4076.0, 4130.0, 4076.0, 4136.0, 4098.0, 4138.0, 4110.0, 4088.0, 4131.0, 4090.0, 4118.0, 4102.0, 4121.0, 4120.0, 4080.0, 4131.0, 4089.0, 4132.0, 4103.0, 4142.0, 4140.0, 4129.0, 4120.0, 4076.0, 4127.0, 4085.0, 4119.0, 4096.0, 4139.0, 4097.0, 4107.0, 4109.0, 4102.0, 4138.0, 4099.0, 4137.0, 4067.0, 4115.0, 4084.0, 4117.0, 4098.0, 4108.0, 4116.0, 4064.0, 4125.0, 4075.0, 4115.0, 4078.0, 4115.0, 4087.0, 4116.0, 4109.0, 4106.0, 4130.0, 4069.0, 4130.0, 4088.0, 4130.0, 4098.0, 4120.0, 4130.0, 4092.0, 4132.0, 4091.0, 4131.0, 4089.0, 4119.0, 4086.0, 4115.0, 4100.0, 4137.0, 4097.0, 4108.0, 4087.0, 4076.0, 4106.0, 4073.0, 4126.0, 4094.0, 4117.0, 4063.0, 4124.0, 4063.0, 4115.0, 4087.0, 4114.0, 4099.0, 4135.0, 4079.0, 4104.0, 4096.0, 4074.0, 4126.0, 4085.0, 4126.0, 4066.0, 4116.0, 4076.0, 4124.0, 4096.0, 4115.0, 4117.0, 4097.0, 4127.0, 4068.0, 4128.0, 4065.0, 4126.0, 4086.0, 4127.0, 4098.0, 4119.0, 4089.0, 4107.0, 4107.0, 4067.0, 4120.0, 4087.0, 4128.0, 4080.0, 4128.0, 4079.0, 4127.0, 4089.0, 4108.0, 4111.0, 4099.0, 4129.0, 4088.0, 4121.0, 4068.0, 4137.0, 4076.0, 4126.0, 4090.0, 4128.0, 4108.0, 4117.0, 4099.0, 4087.0, 4119.0, 4076.0, 4107.0, 4098.0, 4138.0, 4090.0, 4118.0, 4099.0, 4076.0, 4127.0, 4076.0, 4128.0, 4098.0, 4140.0, 4111.0, 4112.0, 4092.0, 4080.0, 4128.0, 4078.0, 4119.0, 4107.0, 4130.0, 4091.0, 4109.0, 4099.0, 4087.0, 4128.0, 4075.0, 4116.0, 4068.0, 4119.0, 4066.0, 4117.0, 4110.0, 4087.0, 4119.0, 4099.0, 4131.0, 4092.0, 4110.0, 4110.0, 4067.0, 4128.0, 4088.0, 4138.0, 4098.0, 4120.0, 4101.0, 4088.0, 4120.0, 4088.0, 4141.0, 4079.0, 4118.0, 4086.0, 4068.0, 4120.0, 4091.0, 4128.0, 4077.0, 4108.0, 4099.0, 4079.0, 4130.0, 4090.0, 4139.0, 4108.0, 4099.0, 4107.0, 4080.0, 4128.0, 4091.0, 4121.0, 4122.0, 4092.0, 4141.0, 4094.0, 4112.0, 4112.0, 4103.0, 4123.0, 4101.0, 4143.0, 4107.0, 4143.0, 4112.0, 4110.0, 4121.0, 4110.0, 4131.0, 4079.0, 4098.0, 4125.0, 4100.0, 4120.0, 4099.0, 4089.0, 4123.0, 4111.0, 4143.0, 4121.0, 4142.0, 4118.0, 4096.0, 4118.0, 4073.0, 4113.0, 4072.0, 4125.0, 4096.0, 4124.0, 4094.0, 4104.0, 4084.0, 4062.0, 4102.0, 4060.0, 4123.0, 4108.0, 4127.0, 4119.0, 4056.0, 4115.0, 4066.0, 4077.0, 4106.0, 4064.0, 4092.0, 4076.0, 4053.0, 4107.0, 4076.0, 4127.0, 4109.0, 4105.0, 4114.0, 4074.0, 4146.0, 4111.0, 4080.0, 4112.0, 4101.0, 4059.0, 4110.0, 4061.0, 4113.0, 4081.0, 4088.0, 4098.0, 4047.0, 4097.0, 4046.0, 4095.0, 4058.0, 4066.0, 4075.0, 4038.0, 4099.0, 4060.0, 4092.0, 4104.0, 4062.0, 4122.0, 4065.0, 4063.0, 4115.0, 4075.0, 4127.0, 4117.0, 4088.0, 4148.0, 4088.0, 4130.0, 4109.0, 4086.0, 4126.0, 4097.0, 4140.0, 4110.0, 4129.0, 4097.0, 4065.0, 4128.0, 4075.0, 4126.0, 4088.0, 4126.0, 4118.0, 4078.0, 4151.0, 4111.0, 4091.0, 4142.0, 4091.0, 4131.0, 4111.0, 4090.0, 4154.0, 4115.0, 4166.0, 4134.0, 4134.0, 4131.0, 4078.0, 4126.0, 4077.0, 4126.0, 4098.0, 4127.0, 4089.0, 4116.0, 4076.0, 4085.0, 4106.0, 4075.0, 4124.0, 4096.0, 4135.0, 4095.0, 4127.0, 4085.0, 4113.0, 4114.0, 4095.0, 4135.0, 4065.0, 4113.0, 4062.0, 4113.0, 4103.0, 4085.0, 4127.0, 4066.0, 4124.0, 4085.0, 4095.0, 4126.0, 4097.0, 4139.0, 4109.0, 4116.0, 4106.0, 4066.0, 4135.0, 4097.0, 4136.0, 4120.0, 4075.0, 4128.0, 4068.0, 4127.0, 4097.0, 4085.0, 4138.0, 4088.0, 4137.0, 4097.0, 4096.0, 4108.0, 4076.0, 4146.0, 4111.0, 4139.0, 4120.0, 4078.0, 4129.0, 4079.0, 4117.0, 4117.0, 4089.0, 4140.0, 4108.0, 4130.0, 4097.0, 4087.0, 4126.0, 4100.0, 4139.0, 4108.0, 4096.0, 4117.0, 4078.0, 4136.0, 4098.0, 4127.0, 4118.0, 4068.0, 4118.0, 4077.0, 4136.0, 4087.0, 4108.0, 4140.0, 4108.0, 4150.0, 4110.0, 4118.0, 4119.0, 4089.0, 4137.0, 4108.0, 4137.0, 4098.0, 4100.0, 4107.0, 4077.0, 4135.0, 4116.0, 4128.0, 4106.0, 4074.0, 4117.0, 4063.0, 4128.0, 4118.0, 4109.0, 4126.0, 4075.0, 4128.0, 4086.0, 4127.0, 4119.0, 4097.0, 4139.0, 4096.0, 4128.0, 4098.0, 4116.0, 4116.0, 4096.0, 4136.0, 4096.0, 4126.0, 4084.0, 4095.0, 4105.0, 4075.0, 4151.0, 4096.0, 4128.0, 4097.0, 4085.0, 4127.0, 4096.0, 4076.0, 4129.0, 4108.0, 4137.0, 4129.0, 4081.0, 4129.0, 4087.0, 4085.0, 4129.0, 4099.0, 4140.0, 4123.0, 4110.0, 4129.0, 4089.0, 4130.0, 4100.0, 4066.0, 4127.0, 4099.0, 4142.0, 4131.0, 4090.0, 4153.0, 4101.0, 4121.0, 4117.0, 4076.0, 4137.0, 4110.0, 4139.0, 4118.0, 4078.0, 4130.0, 4077.0, 4127.0, 4116.0, 4126.0, 4115.0, 4076.0, 4127.0, 4067.0, 4124.0, 4086.0, 4083.0, 4125.0, 4088.0, 4147.0, 4119.0, 4117.0, 4108.0, 4065.0, 4125.0, 4084.0, 4127.0, 4106.0, 4128.0, 4149.0, 4086.0, 4137.0, 4076.0, 4135.0, 4095.0, 4113.0, 4096.0, 4074.0, 4113.0, 4072.0, 4126.0, 4106.0, 4125.0, 4106.0, 4073.0, 4113.0, 4064.0, 4103.0, 4105.0, 4077.0, 4137.0, 4119.0, 4131.0, 4131.0, 4099.0, 4137.0, 4076.0, 4075.0, 4108.0, 4086.0, 4138.0, 4119.0, 4122.0, 4155.0, 4124.0, 4142.0, 4091.0, 4098.0, 4105.0, 4077.0, 4088.0, 4117.0, 4078.0, 4130.0, 4132.0, 4119.0, 4141.0, 4108.0, 4125.0, 4084.0, 4080.0, 4093.0, 4053.0, 4114.0, 4084.0, 4087.0, 4117.0, 4084.0, 4105.0, 4105.0, 4075.0, 4115.0, 4139.0, 4119.0, 4139.0, 4129.0, 4080.0, 4149.0, 4088.0, 4083.0, 4092.0, 4061.0, 4114.0, 4087.0, 4127.0, 4115.0, 4097.0, 4104.0, 4074.0, 4113.0, 4062.0, 4114.0, 4105.0, 4097.0, 4126.0, 4079.0, 4127.0, 4088.0, 4125.0, 4097.0, 4101.0, 4094.0, 4072.0, 4116.0, 4074.0, 4113.0, 4062.0, 4100.0, 4082.0, 4090.0, 4092.0, 4073.0, 4139.0, 4075.0, 4115.0, 4073.0, 4091.0, 4093.0, 4073.0, 4136.0, 4106.0, 4117.0, 4105.0, 4067.0, 4115.0, 4076.0, 4128.0, 4116.0, 4076.0, 4115.0, 4077.0, 4114.0, 4095.0, 4074.0, 4114.0, 4076.0, 4124.0, 4098.0, 4087.0, 4106.0, 4075.0, 4146.0, 4116.0, 4088.0, 4105.0, 4086.0, 4116.0, 4097.0, 4097.0, 4120.0, 4088.0, 4129.0, 4101.0, 4099.0, 4129.0, 4102.0, 4142.0, 4112.0, 4078.0, 4128.0, 4078.0, 4128.0, 4113.0, 4129.0, 4128.0, 4088.0, 4129.0, 4115.0, 4092.0, 4139.0, 4093.0, 4142.0, 4108.0, 4099.0, 4132.0, 4111.0, 4143.0, 4135.0, 4144.0, 4144.0, 4104.0, 4152.0, 4111.0, 4081.0, 4116.0, 4065.0, 4109.0, 4131.0, 4132.0, 4142.0], 'WindowWidth': [9234.0, 9167.0, 9154.0, 9123.0, 9087.0, 9156.0, 9087.0, 9159.0, 9149.0, 9114.0, 9132.0, 9072.0, 9140.0, 9103.0, 9169.0, 9081.0, 9137.0, 9101.0, 9123.0, 9116.0, 9089.0, 9125.0, 9084.0, 9155.0, 9085.0, 9144.0, 9123.0, 9134.0, 9129.0, 9095.0, 9167.0, 9111.0, 9164.0, 9113.0, 9164.0, 9114.0, 9184.0, 9114.0, 9166.0, 9121.0, 9128.0, 9122.0, 9108.0, 9145.0, 9109.0, 9157.0, 9088.0, 9156.0, 9094.0, 9179.0, 9120.0, 9148.0, 9122.0, 9106.0, 9147.0, 9110.0, 9171.0, 9149.0, 9185.0, 9131.0, 9132.0, 9126.0, 9116.0, 9182.0, 9127.0, 9155.0, 9119.0, 9183.0, 9134.0, 9186.0, 9133.0, 9132.0, 9137.0, 9085.0, 9147.0, 9106.0, 9182.0, 9096.0, 9182.0, 9096.0, 9162.0, 9136.0, 9144.0, 9133.0, 9119.0, 9129.0, 9081.0, 9168.0, 9079.0, 9140.0, 9098.0, 9169.0, 9100.0, 9136.0, 9082.0, 9101.0, 9122.0, 9082.0, 9136.0, 9079.0, 9152.0, 9081.0, 9136.0, 9098.0, 9120.0, 9147.0, 9089.0, 9154.0, 9090.0, 9139.0, 9115.0, 9143.0, 9138.0, 9087.0, 9134.0, 9090.0, 9156.0, 9082.0, 9170.0, 9115.0, 9176.0, 9133.0, 9113.0, 9162.0, 9108.0, 9143.0, 9126.0, 9149.0, 9156.0, 9095.0, 9164.0, 9115.0, 9166.0, 9128.0, 9179.0, 9184.0, 9165.0, 9146.0, 9090.0, 9150.0, 9101.0, 9141.0, 9110.0, 9168.0, 9119.0, 9123.0, 9131.0, 9124.0, 9176.0, 9116.0, 9171.0, 9070.0, 9132.0, 9099.0, 9134.0, 9112.0, 9123.0, 9141.0, 9069.0, 9151.0, 9079.0, 9132.0, 9084.0, 9130.0, 9096.0, 9133.0, 9128.0, 9130.0, 9159.0, 9079.0, 9161.0, 9112.0, 9159.0, 9116.0, 9145.0, 9169.0, 9111.0, 9165.0, 9111.0, 9165.0, 9105.0, 9142.0, 9104.0, 9131.0, 9119.0, 9171.0, 9110.0, 9125.0, 9096.0, 9079.0, 9120.0, 9073.0, 9155.0, 9111.0, 9135.0, 9061.0, 9149.0, 9068.0, 9130.0, 9097.0, 9131.0, 9115.0, 9167.0, 9087.0, 9123.0, 9108.0, 9075.0, 9155.0, 9100.0, 9155.0, 9069.0, 9134.0, 9082.0, 9151.0, 9117.0, 9139.0, 9145.0, 9111.0, 9160.0, 9074.0, 9154.0, 9067.0, 9156.0, 9105.0, 9158.0, 9114.0, 9142.0, 9105.0, 9133.0, 9134.0, 9072.0, 9144.0, 9106.0, 9162.0, 9093.0, 9162.0, 9092.0, 9160.0, 9104.0, 9127.0, 9135.0, 9116.0, 9166.0, 9110.0, 9147.0, 9075.0, 9171.0, 9090.0, 9155.0, 9104.0, 9153.0, 9136.0, 9148.0, 9117.0, 9106.0, 9143.0, 9084.0, 9125.0, 9124.0, 9169.0, 9107.0, 9141.0, 9118.0, 9091.0, 9159.0, 9091.0, 9153.0, 9116.0, 9174.0, 9137.0, 9139.0, 9111.0, 9094.0, 9153.0, 9087.0, 9143.0, 9134.0, 9158.0, 9109.0, 9130.0, 9118.0, 9098.0, 9161.0, 9080.0, 9135.0, 9074.0, 9141.0, 9071.0, 9136.0, 9133.0, 9100.0, 9146.0, 9128.0, 9164.0, 9112.0, 9134.0, 9133.0, 9072.0, 9164.0, 9102.0, 9178.0, 9124.0, 9145.0, 9121.0, 9101.0, 9144.0, 9101.0, 9175.0, 9090.0, 9141.0, 9097.0, 9074.0, 9144.0, 9107.0, 9154.0, 9086.0, 9127.0, 9117.0, 9090.0, 9159.0, 9107.0, 9169.0, 9136.0, 9116.0, 9134.0, 9095.0, 9154.0, 9110.0, 9149.0, 9155.0, 9116.0, 9187.0, 9120.0, 9141.0, 9140.0, 9127.0, 9156.0, 9133.0, 9184.0, 9147.0, 9187.0, 9142.0, 9134.0, 9149.0, 9145.0, 9164.0, 9092.0, 9122.0, 9159.0, 9129.0, 9147.0, 9128.0, 9107.0, 9153.0, 9145.0, 9183.0, 9153.0, 9180.0, 9142.0, 9115.0, 9136.0, 9079.0, 9122.0, 9066.0, 9141.0, 9105.0, 9141.0, 9101.0, 9121.0, 9086.0, 9055.0, 9107.0, 9049.0, 9136.0, 9124.0, 9151.0, 9143.0, 9056.0, 9127.0, 9069.0, 9086.0, 9119.0, 9063.0, 9104.0, 9078.0, 9046.0, 9122.0, 9080.0, 9151.0, 9129.0, 9127.0, 9128.0, 9074.0, 9183.0, 9127.0, 9084.0, 9120.0, 9113.0, 9045.0, 9115.0, 9050.0, 9120.0, 9075.0, 9089.0, 9101.0, 9024.0, 9090.0, 9022.0, 9084.0, 9039.0, 9055.0, 9061.0, 9015.0, 9098.0, 9049.0, 9093.0, 9112.0, 9058.0, 9136.0, 9065.0, 9060.0, 9131.0, 9088.0, 9151.0, 9141.0, 9111.0, 9190.0, 9104.0, 9158.0, 9130.0, 9095.0, 9148.0, 9119.0, 9173.0, 9133.0, 9158.0, 9113.0, 9068.0, 9152.0, 9079.0, 9147.0, 9101.0, 9156.0, 9140.0, 9090.0, 9189.0, 9138.0, 9114.0, 9182.0, 9114.0, 9165.0, 9138.0, 9110.0, 9199.0, 9147.0, 9219.0, 9173.0, 9172.0, 9164.0, 9087.0, 9148.0, 9081.0, 9147.0, 9111.0, 9151.0, 9101.0, 9134.0, 9083.0, 9091.0, 9120.0, 9078.0, 9143.0, 9107.0, 9160.0, 9113.0, 9149.0, 9091.0, 9124.0, 9130.0, 9104.0, 9165.0, 9065.0, 9125.0, 9057.0, 9124.0, 9115.0, 9098.0, 9149.0, 9070.0, 9144.0, 9094.0, 9105.0, 9150.0, 9112.0, 9170.0, 9130.0, 9137.0, 9121.0, 9068.0, 9165.0, 9109.0, 9160.0, 9144.0, 9080.0, 9153.0, 9073.0, 9150.0, 9111.0, 9092.0, 9165.0, 9101.0, 9166.0, 9113.0, 9118.0, 9127.0, 9082.0, 9184.0, 9135.0, 9170.0, 9147.0, 9090.0, 9156.0, 9092.0, 9139.0, 9147.0, 9104.0, 9172.0, 9136.0, 9160.0, 9112.0, 9098.0, 9150.0, 9117.0, 9170.0, 9126.0, 9108.0, 9137.0, 9085.0, 9161.0, 9113.0, 9151.0, 9140.0, 9073.0, 9140.0, 9085.0, 9170.0, 9099.0, 9128.0, 9174.0, 9139.0, 9197.0, 9137.0, 9145.0, 9145.0, 9102.0, 9166.0, 9136.0, 9167.0, 9114.0, 9118.0, 9125.0, 9084.0, 9160.0, 9144.0, 9154.0, 9122.0, 9085.0, 9134.0, 9062.0, 9151.0, 9141.0, 9129.0, 9150.0, 9083.0, 9153.0, 9097.0, 9150.0, 9144.0, 9112.0, 9169.0, 9116.0, 9152.0, 9111.0, 9132.0, 9135.0, 9107.0, 9162.0, 9107.0, 9148.0, 9089.0, 9102.0, 9118.0, 9081.0, 9190.0, 9117.0, 9152.0, 9109.0, 9100.0, 9149.0, 9116.0, 9081.0, 9153.0, 9127.0, 9175.0, 9156.0, 9095.0, 9155.0, 9099.0, 9092.0, 9154.0, 9117.0, 9174.0, 9156.0, 9141.0, 9160.0, 9107.0, 9161.0, 9121.0, 9071.0, 9152.0, 9118.0, 9178.0, 9164.0, 9109.0, 9196.0, 9132.0, 9150.0, 9138.0, 9090.0, 9165.0, 9131.0, 9178.0, 9143.0, 9088.0, 9158.0, 9084.0, 9147.0, 9141.0, 9145.0, 9132.0, 9081.0, 9148.0, 9069.0, 9142.0, 9093.0, 9094.0, 9144.0, 9098.0, 9185.0, 9142.0, 9145.0, 9126.0, 9066.0, 9144.0, 9097.0, 9147.0, 9122.0, 9152.0, 9189.0, 9096.0, 9165.0, 9082.0, 9166.0, 9104.0, 9131.0, 9103.0, 9072.0, 9124.0, 9070.0, 9144.0, 9119.0, 9144.0, 9119.0, 9081.0, 9124.0, 9062.0, 9112.0, 9118.0, 9084.0, 9166.0, 9144.0, 9163.0, 9163.0, 9126.0, 9165.0, 9084.0, 9079.0, 9124.0, 9102.0, 9166.0, 9147.0, 9152.0, 9201.0, 9159.0, 9188.0, 9111.0, 9123.0, 9118.0, 9082.0, 9097.0, 9135.0, 9085.0, 9157.0, 9164.0, 9144.0, 9177.0, 9134.0, 9147.0, 9086.0, 9083.0, 9095.0, 9040.0, 9124.0, 9086.0, 9096.0, 9132.0, 9086.0, 9113.0, 9116.0, 9078.0, 9131.0, 9170.0, 9144.0, 9171.0, 9157.0, 9094.0, 9190.0, 9100.0, 9093.0, 9094.0, 9059.0, 9124.0, 9092.0, 9147.0, 9130.0, 9110.0, 9117.0, 9077.0, 9125.0, 9055.0, 9124.0, 9117.0, 9108.0, 9146.0, 9087.0, 9151.0, 9098.0, 9151.0, 9105.0, 9104.0, 9096.0, 9065.0, 9128.0, 9071.0, 9124.0, 9054.0, 9104.0, 9087.0, 9088.0, 9093.0, 9069.0, 9168.0, 9076.0, 9127.0, 9070.0, 9093.0, 9097.0, 9073.0, 9160.0, 9121.0, 9136.0, 9126.0, 9067.0, 9129.0, 9078.0, 9149.0, 9134.0, 9079.0, 9131.0, 9083.0, 9129.0, 9105.0, 9083.0, 9127.0, 9079.0, 9141.0, 9110.0, 9094.0, 9120.0, 9079.0, 9182.0, 9144.0, 9100.0, 9118.0, 9102.0, 9133.0, 9112.0, 9110.0, 9144.0, 9109.0, 9157.0, 9121.0, 9116.0, 9157.0, 9123.0, 9178.0, 9138.0, 9088.0, 9152.0, 9086.0, 9152.0, 9140.0, 9158.0, 9153.0, 9098.0, 9157.0, 9151.0, 9114.0, 9179.0, 9116.0, 9179.0, 9138.0, 9117.0, 9168.0, 9138.0, 9185.0, 9178.0, 9186.0, 9196.0, 9137.0, 9195.0, 9135.0, 9094.0, 9134.0, 9063.0, 9124.0, 9162.0, 9165.0, 9182.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.0012215053763440858</td></tr>
<tr><td colspan=3>aqi</td><td>0.030794377180406212</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.80168372708134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1156803219258378</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9698976419736849</td></tr>
<tr><td colspan=3>efc</td><td>0.4558</td></tr>
<tr><td colspan=3>fber</td><td>4819.3047</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09099505875928761</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.540023894862604</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4722474890823425</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4064763062614976</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673136572631094</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337129588354436</td></tr>
<tr><td colspan=3>gcor</td><td>0.00965352</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016911933198571205</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018249329179525375</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.6911678515163744</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>35.2326</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5816</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8071</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306438.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.6277</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8253</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.4519</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3328.8277</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.8121</td></tr>
<tr><td colspan=3>tsnr</td><td>35.03133721539052</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>