<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>4eacd7eb4aa692ab2ef1307f3d3f3f8d</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>14:29:16.327500</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.998331, 0.0523887, -0.0242994, -0.0526697, 0.998551, -0.0110731]</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.259</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.0820334</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>[4233, -7723, -7193, 319, -54, 164, 143, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>536b5f4a-bf7b-4b8c-8ba6-36f01d6d04a6||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.6784493923187256, -0.14130908250808716, -0.06394695490598679, 121.07977294921875], [-0.14055508375167847, 2.6790382862091064, -0.03330307826399803, -96.69983673095703], [-0.06519346684217453, 0.02970835007727146, 2.6990370750427246, -45.6087760925293], [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': ['142916.327500', '142916.787500', '142917.247500', '142917.707500', '142918.167500', '142918.627500', '142919.087500', '142919.547500', '142920.007500', '142920.467500', '142920.927500', '142921.387500', '142921.847500', '142922.307500', '142922.767500', '142923.227500', '142923.687500', '142924.147500', '142924.607500', '142925.067500', '142925.527500', '142925.987500', '142926.447500', '142926.907500', '142927.367500', '142927.827500', '142928.287500', '142928.747500', '142929.207500', '142929.667500', '142930.127500', '142930.587500', '142931.047500', '142931.507500', '142931.967500', '142932.427500', '142932.887500', '142933.347500', '142933.807500', '142934.267500', '142934.727500', '142935.187500', '142935.647500', '142936.107500', '142936.567500', '142937.027500', '142937.487500', '142937.947500', '142938.407500', '142938.867500', '142939.327500', '142939.787500', '142940.247500', '142940.707500', '142941.167500', '142941.627500', '142942.087500', '142942.547500', '142943.007500', '142943.467500', '142943.927500', '142944.387500', '142944.847500', '142945.307500', '142945.767500', '142946.227500', '142946.687500', '142947.147500', '142947.607500', '142948.067500', '142948.527500', '142948.987500', '142949.447500', '142949.907500', '142950.367500', '142950.827500', '142951.287500', '142951.747500', '142952.207500', '142952.667500', '142953.127500', '142953.587500', '142954.047500', '142954.507500', '142954.967500', '142955.427500', '142955.887500', '142956.347500', '142956.807500', '142957.267500', '142957.727500', '142958.187500', '142958.647500', '142959.107500', '142959.567500', '143000.027500', '143000.487500', '143000.947500', '143001.407500', '143001.867500', '143002.327500', '143002.787500', '143003.247500', '143003.707500', '143004.167500', '143004.627500', '143005.087500', '143005.547500', '143006.007500', '143006.467500', '143006.927500', '143007.387500', '143007.847500', '143008.307500', '143008.767500', '143009.227500', '143009.687500', '143010.147500', '143010.607500', '143011.067500', '143011.527500', '143011.987500', '143012.447500', '143012.907500', '143013.367500', '143013.827500', '143014.287500', '143014.747500', '143015.207500', '143015.667500', '143016.127500', '143016.587500', '143017.047500', '143017.507500', '143017.967500', '143018.427500', '143018.887500', '143019.347500', '143019.807500', '143020.267500', '143020.727500', '143021.187500', '143021.647500', '143022.107500', '143022.567500', '143023.027500', '143023.487500', '143023.947500', '143024.407500', '143024.867500', '143025.327500', '143025.787500', '143026.247500', '143026.707500', '143027.167500', '143027.627500', '143028.087500', '143028.547500', '143029.007500', '143029.467500', '143029.927500', '143030.387500', '143030.847500', '143031.307500', '143031.767500', '143032.227500', '143032.687500', '143033.147500', '143033.607500', '143034.067500', '143034.527500', '143034.987500', '143035.447500', '143035.907500', '143036.367500', '143036.827500', '143037.287500', '143037.747500', '143038.207500', '143038.667500', '143039.127500', '143039.587500', '143040.047500', '143040.507500', '143040.967500', '143041.427500', '143041.887500', '143042.347500', '143042.807500', '143043.267500', '143043.727500', '143044.187500', '143044.647500', '143045.107500', '143045.567500', '143046.027500', '143046.487500', '143046.947500', '143047.407500', '143047.867500', '143048.327500', '143048.787500', '143049.247500', '143049.707500', '143050.167500', '143050.627500', '143051.087500', '143051.547500', '143052.007500', '143052.467500', '143052.927500', '143053.387500', '143053.847500', '143054.307500', '143054.767500', '143055.227500', '143055.687500', '143056.147500', '143056.607500', '143057.067500', '143057.527500', '143057.987500', '143058.447500', '143058.907500', '143059.367500', '143059.827500', '143100.287500', '143100.747500', '143101.207500', '143101.667500', '143102.127500', '143102.587500', '143103.047500', '143103.507500', '143103.967500', '143104.427500', '143104.887500', '143105.347500', '143105.807500', '143106.267500', '143106.727500', '143107.187500', '143107.647500', '143108.107500', '143108.567500', '143109.027500', '143109.487500', '143109.947500', '143110.407500', '143110.867500', '143111.327500', '143111.787500', '143112.247500', '143112.707500', '143113.167500', '143113.627500', '143114.087500', '143114.547500', '143115.007500', '143115.467500', '143115.927500', '143116.387500', '143116.847500', '143117.307500', '143117.767500', '143118.227500', '143118.687500', '143119.147500', '143119.607500', '143120.067500', '143120.527500', '143120.987500', '143121.447500', '143121.907500', '143122.367500', '143122.827500', '143123.287500', '143123.747500', '143124.207500', '143124.667500', '143125.127500', '143125.587500', '143126.047500', '143126.507500', '143126.967500', '143127.427500', '143127.887500', '143128.347500', '143128.807500', '143129.267500', '143129.727500', '143130.187500', '143130.647500', '143131.107500', '143131.567500', '143132.027500', '143132.487500', '143132.947500', '143133.407500', '143133.867500', '143134.327500', '143134.787500', '143135.247500', '143135.707500', '143136.167500', '143136.627500', '143137.087500', '143137.547500', '143138.007500', '143138.467500', '143138.927500', '143139.387500', '143139.847500', '143140.307500', '143140.767500', '143141.227500', '143141.687500', '143142.147500', '143142.607500', '143143.067500', '143143.527500', '143143.987500', '143144.447500', '143144.907500', '143145.367500', '143145.827500', '143146.287500', '143146.747500', '143147.207500', '143147.667500', '143148.127500', '143148.587500', '143149.047500', '143149.507500', '143149.967500', '143150.427500', '143150.887500', '143151.347500', '143151.807500', '143152.267500', '143152.727500', '143153.187500', '143153.647500', '143154.107500', '143154.567500', '143155.027500', '143155.487500', '143155.947500', '143156.407500', '143156.867500', '143157.327500', '143157.787500', '143158.247500', '143158.707500', '143159.167500', '143159.627500', '143200.087500', '143200.547500', '143201.007500', '143201.467500', '143201.927500', '143202.387500', '143202.847500', '143203.307500', '143203.767500', '143204.227500', '143204.687500', '143205.147500', '143205.607500', '143206.067500', '143206.527500', '143206.987500', '143207.447500', '143207.907500', '143208.367500', '143208.827500', '143209.287500', '143209.747500', '143210.207500', '143210.667500', '143211.127500', '143211.587500', '143212.047500', '143212.507500', '143212.967500', '143213.427500', '143213.887500', '143214.347500', '143214.807500', '143215.267500', '143215.727500', '143216.187500', '143216.647500', '143217.107500', '143217.567500', '143218.027500', '143218.487500', '143218.947500', '143219.407500', '143219.867500', '143220.327500', '143220.787500', '143221.247500', '143221.707500', '143222.167500', '143222.627500', '143223.087500', '143223.547500', '143224.007500', '143224.467500', '143224.927500', '143225.387500', '143225.847500', '143226.307500', '143226.767500', '143227.227500', '143227.687500', '143228.147500', '143228.607500', '143229.067500', '143229.527500', '143229.987500', '143230.447500', '143230.907500', '143231.367500', '143231.827500', '143232.287500', '143232.747500', '143233.207500', '143233.667500', '143234.127500', '143234.587500', '143235.047500', '143235.507500', '143235.967500', '143236.427500', '143236.887500', '143237.347500', '143237.807500', '143238.267500', '143238.727500', '143239.187500', '143239.647500', '143240.107500', '143240.567500', '143241.027500', '143241.487500', '143241.947500', '143242.407500', '143242.867500', '143243.327500', '143243.787500', '143244.247500', '143244.707500', '143245.167500', '143245.627500', '143246.087500', '143246.547500', '143247.007500', '143247.467500', '143247.927500', '143248.387500', '143248.847500', '143249.307500', '143249.767500', '143250.227500', '143250.687500', '143251.147500', '143251.607500', '143252.067500', '143252.527500', '143252.987500', '143253.447500', '143253.907500', '143254.367500', '143254.827500', '143255.287500', '143255.747500', '143256.207500', '143256.667500', '143257.127500', '143257.587500', '143258.047500', '143258.507500', '143258.967500', '143259.427500', '143259.887500', '143300.347500', '143300.807500', '143301.267500', '143301.727500', '143302.187500', '143302.647500', '143303.107500', '143303.567500', '143304.027500', '143304.487500', '143304.947500', '143305.407500', '143305.867500', '143306.327500', '143306.787500', '143307.247500', '143307.707500', '143308.167500', '143308.627500', '143309.087500', '143309.547500', '143310.007500', '143310.467500', '143310.927500', '143311.387500', '143311.847500', '143312.307500', '143312.767500', '143313.227500', '143313.687500', '143314.147500', '143314.607500', '143315.067500', '143315.527500', '143315.987500', '143316.447500', '143316.907500', '143317.367500', '143317.827500', '143318.287500', '143318.747500', '143319.207500', '143319.667500', '143320.127500', '143320.587500', '143321.047500', '143321.507500', '143321.967500', '143322.427500', '143322.887500', '143323.347500', '143323.807500', '143324.267500', '143324.727500', '143325.187500', '143325.647500', '143326.107500', '143326.567500', '143327.027500', '143327.487500', '143327.947500', '143328.407500', '143328.867500', '143329.327500', '143329.787500', '143330.247500', '143330.707500', '143331.167500', '143331.627500', '143332.087500', '143332.547500', '143333.007500', '143333.467500', '143333.927500', '143334.387500', '143334.847500', '143335.307500', '143335.767500', '143336.227500', '143336.687500', '143337.147500', '143337.607500', '143338.067500', '143338.527500', '143338.987500', '143339.447500', '143339.907500', '143340.367500', '143340.827500', '143341.287500', '143341.747500', '143342.207500', '143342.667500', '143343.127500', '143343.587500', '143344.047500', '143344.507500', '143344.967500', '143345.427500', '143345.887500', '143346.347500', '143346.807500', '143347.267500', '143347.727500', '143348.187500', '143348.647500', '143349.107500', '143349.567500', '143350.027500', '143350.487500', '143350.947500', '143351.407500', '143351.867500', '143352.327500', '143352.787500', '143353.247500', '143353.707500', '143354.167500', '143354.627500', '143355.087500', '143355.547500', '143356.007500', '143356.467500', '143356.927500', '143357.387500', '143357.847500', '143358.307500', '143358.767500', '143359.227500', '143359.687500', '143400.147500', '143400.607500', '143401.067500', '143401.527500', '143401.987500', '143402.447500', '143402.907500', '143403.367500', '143403.827500', '143404.287500', '143404.747500', '143405.207500', '143405.667500', '143406.127500', '143406.587500', '143407.047500', '143407.507500', '143407.967500', '143408.427500', '143408.887500', '143409.347500', '143409.807500', '143410.267500', '143410.727500', '143411.187500', '143411.647500', '143412.107500', '143412.567500', '143413.027500', '143413.487500', '143413.947500', '143414.407500', '143414.867500', '143415.327500', '143415.787500', '143416.247500', '143416.707500', '143417.167500', '143417.627500', '143418.087500', '143418.547500', '143419.007500', '143419.467500', '143419.927500', '143420.387500', '143420.847500', '143421.307500', '143421.767500', '143422.227500', '143422.687500', '143423.147500', '143423.607500', '143424.067500', '143424.527500', '143424.987500', '143425.447500', '143425.907500', '143426.367500', '143426.827500', '143427.287500', '143427.747500', '143428.207500', '143428.667500', '143429.127500', '143429.587500', '143430.047500', '143430.507500', '143430.967500', '143431.427500', '143431.887500', '143432.347500', '143432.807500', '143433.267500', '143433.727500', '143434.187500', '143434.647500', '143435.107500', '143435.567500', '143436.027500', '143436.487500', '143436.947500', '143437.407500', '143437.867500', '143438.327500', '143438.787500', '143439.247500', '143439.707500', '143440.167500', '143440.627500', '143441.087500', '143441.547500', '143442.007500', '143442.467500', '143442.927500', '143443.387500', '143443.847500', '143444.307500', '143444.767500', '143445.227500', '143445.687500', '143446.147500', '143446.607500', '143447.067500', '143447.527500', '143447.987500', '143448.447500', '143448.907500', '143449.367500', '143449.827500', '143450.287500', '143450.747500', '143451.207500', '143451.667500', '143452.127500', '143452.587500', '143453.047500', '143453.507500', '143453.967500', '143454.427500', '143454.887500', '143455.347500', '143455.807500', '143456.267500', '143456.727500', '143457.187500', '143457.647500', '143458.107500', '143458.567500', '143459.027500', '143459.487500', '143459.947500', '143500.407500', '143500.867500', '143501.327500', '143501.787500', '143502.247500', '143502.707500', '143503.167500', '143503.627500', '143504.087500', '143504.547500', '143505.007500', '143505.467500', '143505.927500', '143506.387500', '143506.847500', '143507.307500', '143507.767500', '143508.227500', '143508.687500', '143509.147500', '143509.607500', '143510.067500', '143510.527500', '143510.987500', '143511.447500', '143511.907500', '143512.367500', '143512.827500', '143513.287500', '143513.747500', '143514.207500', '143514.667500', '143515.127500', '143515.587500', '143516.047500', '143516.507500', '143516.967500', '143517.427500', '143517.887500', '143518.347500', '143518.807500', '143519.267500', '143519.727500', '143520.187500', '143520.647500', '143521.107500', '143521.567500', '143522.027500', '143522.487500', '143522.947500', '143523.407500', '143523.867500', '143524.327500', '143524.787500', '143525.247500', '143525.707500', '143526.167500', '143526.627500', '143527.087500', '143527.547500', '143528.007500', '143528.467500', '143528.927500', '143529.387500', '143529.847500', '143530.307500', '143530.767500', '143531.227500', '143531.687500', '143532.147500', '143532.607500', '143533.067500', '143533.527500', '143533.987500', '143534.447500', '143534.907500', '143535.367500', '143535.827500', '143536.287500', '143536.747500', '143537.207500', '143537.667500', '143538.127500', '143538.587500', '143539.047500', '143539.507500', '143539.967500', '143540.427500', '143540.887500', '143541.347500', '143541.807500'], 'ContentTime': ['142938.821000', '142938.825000', '142938.827000', '142938.830000', '142938.832000', '142938.835000', '142938.838000', '142938.840000', '142938.843000', '142938.845000', '142938.848000', '142938.850000', '142938.853000', '142938.856000', '142938.858000', '142938.861000', '142938.863000', '142938.866000', '142938.869000', '142938.871000', '142938.874000', '142938.876000', '142938.879000', '142938.881000', '142938.884000', '142938.887000', '142938.889000', '142938.892000', '142938.894000', '142938.897000', '142938.899000', '142938.902000', '142938.905000', '142938.907000', '142938.910000', '142938.912000', '142938.915000', '142938.917000', '142938.920000', '142938.922000', '142938.925000', '142938.928000', '142938.930000', '142938.933000', '142938.935000', '142938.938000', '142938.940000', '142958.788000', '142958.791000', '142958.794000', '142958.796000', '142958.799000', '142958.802000', '142958.804000', '142958.807000', '142958.809000', '142958.813000', '142958.816000', '142958.819000', '142958.821000', '142958.824000', '142958.826000', '142958.829000', '142958.831000', '142958.834000', '142958.837000', '142958.839000', '142958.842000', '142958.844000', '142958.847000', '142958.849000', '142958.852000', '142958.855000', '142958.857000', '142958.860000', '142958.862000', '142958.865000', '142958.867000', '142958.870000', '142958.873000', '142958.875000', '142958.878000', '142958.880000', '142958.883000', '142958.886000', '142958.888000', '142958.891000', '142958.893000', '142958.896000', '142958.898000', '143018.788000', '143018.791000', '143018.794000', '143018.796000', '143018.799000', '143018.802000', '143018.804000', '143018.807000', '143018.809000', '143018.812000', '143018.815000', '143018.817000', '143018.820000', '143018.827000', '143018.830000', '143018.832000', '143018.835000', '143018.837000', '143018.840000', '143018.842000', '143018.845000', '143018.848000', '143018.850000', '143018.853000', '143018.855000', '143018.858000', '143018.860000', '143018.863000', '143018.866000', '143018.868000', '143018.871000', '143018.873000', '143018.876000', '143018.879000', '143018.881000', '143018.884000', '143018.886000', '143018.889000', '143018.892000', '143018.894000', '143018.897000', '143018.899000', '143018.902000', '143018.905000', '143038.789000', '143038.792000', '143038.795000', '143038.797000', '143038.800000', '143038.802000', '143038.814000', '143038.817000', '143038.819000', '143038.822000', '143038.825000', '143038.827000', '143038.830000', '143038.832000', '143038.835000', '143038.837000', '143038.840000', '143038.842000', '143038.845000', '143038.848000', '143038.850000', '143038.853000', '143038.855000', '143038.858000', '143038.860000', '143038.864000', '143038.867000', '143038.870000', '143038.872000', '143038.875000', '143038.878000', '143038.880000', '143038.883000', '143038.885000', '143038.888000', '143038.896000', '143038.898000', '143038.901000', '143038.904000', '143038.906000', '143038.909000', '143038.911000', '143038.914000', '143058.790000', '143058.792000', '143058.795000', '143058.798000', '143058.800000', '143058.803000', '143058.806000', '143058.817000', '143058.820000', '143058.822000', '143058.825000', '143058.828000', '143058.830000', '143058.833000', '143058.835000', '143058.838000', '143058.841000', '143058.843000', '143058.846000', '143058.849000', '143058.866000', '143058.868000', '143058.871000', '143058.874000', '143058.876000', '143058.879000', '143058.881000', '143058.884000', '143058.887000', '143058.889000', '143058.892000', '143058.894000', '143058.897000', '143058.900000', '143058.902000', '143058.905000', '143058.907000', '143058.910000', '143058.913000', '143058.915000', '143058.918000', '143058.926000', '143058.934000', '143058.936000', '143118.789000', '143118.792000', '143118.795000', '143118.797000', '143118.800000', '143118.803000', '143118.805000', '143118.808000', '143118.811000', '143118.813000', '143118.816000', '143118.818000', '143118.821000', '143118.823000', '143118.826000', '143118.829000', '143118.831000', '143118.834000', '143118.836000', '143118.839000', '143118.842000', '143118.844000', '143118.847000', '143118.849000', '143118.852000', '143118.855000', '143118.867000', '143118.870000', '143118.873000', '143118.875000', '143118.878000', '143118.880000', '143118.883000', '143118.886000', '143118.888000', '143118.891000', '143118.893000', '143118.896000', '143118.899000', '143118.901000', '143118.904000', '143118.906000', '143118.909000', '143138.788000', '143138.791000', '143138.794000', '143138.796000', '143138.799000', '143138.802000', '143138.804000', '143138.807000', '143138.809000', '143138.812000', '143138.815000', '143138.817000', '143138.820000', '143138.822000', '143138.825000', '143138.827000', '143138.830000', '143138.832000', '143138.836000', '143138.838000', '143138.841000', '143138.843000', '143138.847000', '143138.849000', '143138.852000', '143138.854000', '143138.858000', '143138.860000', '143138.863000', '143138.865000', '143138.868000', '143138.871000', '143138.873000', '143138.876000', '143138.879000', '143138.881000', '143138.884000', '143138.886000', '143138.889000', '143138.891000', '143138.894000', '143138.897000', '143138.899000', '143138.902000', '143158.788000', '143158.791000', '143158.794000', '143158.797000', '143158.799000', '143158.802000', '143158.821000', '143158.823000', '143158.826000', '143158.828000', '143158.831000', '143158.834000', '143158.836000', '143158.839000', '143158.841000', '143158.844000', '143158.847000', '143158.849000', '143158.852000', '143158.854000', '143158.857000', '143158.860000', '143158.862000', '143158.865000', '143158.867000', '143158.871000', '143158.873000', '143158.876000', '143158.879000', '143158.881000', '143158.884000', '143158.887000', '143158.889000', '143158.892000', '143158.894000', '143158.897000', '143158.899000', '143158.903000', '143158.906000', '143158.909000', '143158.911000', '143158.914000', '143158.917000', '143218.788000', '143218.791000', '143218.794000', '143218.796000', '143218.799000', '143218.802000', '143218.804000', '143218.807000', '143218.809000', '143218.812000', '143218.815000', '143218.817000', '143218.820000', '143218.822000', '143218.825000', '143218.827000', '143218.830000', '143218.833000', '143218.835000', '143218.838000', '143218.840000', '143218.843000', '143218.846000', '143218.848000', '143218.851000', '143218.853000', '143218.856000', '143218.858000', '143218.861000', '143218.864000', '143218.866000', '143218.869000', '143218.872000', '143218.874000', '143218.877000', '143218.879000', '143218.882000', '143218.885000', '143218.887000', '143218.890000', '143218.892000', '143218.895000', '143218.897000', '143218.900000', '143238.789000', '143238.792000', '143238.794000', '143238.797000', '143238.800000', '143238.802000', '143238.805000', '143238.807000', '143238.810000', '143238.812000', '143238.815000', '143238.818000', '143238.820000', '143238.823000', '143238.825000', '143238.840000', '143238.842000', '143238.845000', '143238.847000', '143238.850000', '143238.852000', '143238.855000', '143238.858000', '143238.860000', '143238.863000', '143238.865000', '143238.868000', '143238.871000', '143238.873000', '143238.876000', '143238.879000', '143238.882000', '143238.885000', '143238.888000', '143238.891000', '143238.893000', '143238.896000', '143238.898000', '143238.902000', '143238.905000', '143238.907000', '143238.910000', '143238.912000', '143258.790000', '143258.792000', '143258.795000', '143258.798000', '143258.800000', '143258.803000', '143258.805000', '143258.808000', '143258.811000', '143258.813000', '143258.816000', '143258.818000', '143258.821000', '143258.823000', '143258.826000', '143258.829000', '143258.831000', '143258.834000', '143258.837000', '143258.839000', '143258.842000', '143258.844000', '143258.847000', '143258.849000', '143258.852000', '143258.855000', '143258.857000', '143258.860000', '143258.862000', '143258.865000', '143258.867000', '143258.870000', '143258.873000', '143258.875000', '143258.878000', '143258.880000', '143258.883000', '143258.886000', '143258.888000', '143258.891000', '143258.894000', '143258.896000', '143258.899000', '143258.901000', '143318.790000', '143318.792000', '143318.795000', '143318.798000', '143318.800000', '143318.803000', '143318.805000', '143318.808000', '143318.810000', '143318.813000', '143318.816000', '143318.818000', '143318.821000', '143318.823000', '143318.826000', '143318.829000', '143318.831000', '143318.834000', '143318.852000', '143318.854000', '143318.857000', '143318.859000', '143318.862000', '143318.865000', '143318.867000', '143318.870000', '143318.872000', '143318.875000', '143318.878000', '143318.880000', '143318.883000', '143318.886000', '143318.888000', '143318.891000', '143318.893000', '143318.896000', '143318.898000', '143318.901000', '143318.908000', '143318.911000', '143318.914000', '143318.916000', '143318.920000', '143338.789000', '143338.793000', '143338.795000', '143338.798000', '143338.800000', '143338.803000', '143338.806000', '143338.808000', '143338.811000', '143338.813000', '143338.816000', '143338.818000', '143338.821000', '143338.824000', '143338.826000', '143338.829000', '143338.831000', '143338.834000', '143338.837000', '143338.839000', '143338.842000', '143338.844000', '143338.847000', '143338.849000', '143338.852000', '143338.855000', '143338.857000', '143338.860000', '143338.863000', '143338.865000', '143338.868000', '143338.870000', '143338.873000', '143338.875000', '143338.878000', '143338.881000', '143338.883000', '143338.886000', '143338.888000', '143338.891000', '143338.894000', '143338.896000', '143338.899000', '143358.789000', '143358.791000', '143358.794000', '143358.797000', '143358.799000', '143358.802000', '143358.804000', '143358.807000', '143358.810000', '143358.812000', '143358.815000', '143358.817000', '143358.820000', '143358.823000', '143358.825000', '143358.828000', '143358.830000', '143358.833000', '143358.835000', '143358.838000', '143358.841000', '143358.843000', '143358.846000', '143358.848000', '143358.851000', '143358.853000', '143358.856000', '143358.859000', '143358.861000', '143358.864000', '143358.866000', '143358.869000', '143358.872000', '143358.874000', '143358.877000', '143358.879000', '143358.882000', '143358.884000', '143358.887000', '143358.890000', '143358.892000', '143358.907000', '143358.909000', '143358.912000', '143418.789000', '143418.791000', '143418.794000', '143418.797000', '143418.799000', '143418.802000', '143418.805000', '143418.807000', '143418.810000', '143418.812000', '143418.815000', '143418.818000', '143418.820000', '143418.823000', '143418.826000', '143418.828000', '143418.831000', '143418.833000', '143418.836000', '143418.839000', '143418.841000', '143418.844000', '143418.846000', '143418.849000', '143418.851000', '143418.854000', '143418.857000', '143418.859000', '143418.862000', '143418.864000', '143418.867000', '143418.870000', '143418.872000', '143418.875000', '143418.877000', '143418.880000', '143418.883000', '143418.885000', '143418.888000', '143418.890000', '143418.893000', '143418.895000', '143418.898000', '143418.901000', '143438.789000', '143438.791000', '143438.794000', '143438.797000', '143438.799000', '143438.802000', '143438.804000', '143438.807000', '143438.810000', '143438.812000', '143438.815000', '143438.817000', '143438.820000', '143438.823000', '143438.825000', '143438.828000', '143438.830000', '143438.833000', '143438.836000', '143438.847000', '143438.849000', '143438.852000', '143438.859000', '143438.862000', '143438.865000', '143438.867000', '143438.870000', '143438.873000', '143438.875000', '143438.878000', '143438.881000', '143438.883000', '143438.886000', '143438.888000', '143438.891000', '143438.894000', '143438.896000', '143438.899000', '143438.901000', '143438.904000', '143438.907000', '143438.909000', '143438.912000', '143458.789000', '143458.792000', '143458.795000', '143458.797000', '143458.800000', '143458.805000', '143458.807000', '143458.810000', '143458.812000', '143458.815000', '143458.818000', '143458.820000', '143458.823000', '143458.825000', '143458.828000', '143458.830000', '143458.833000', '143458.836000', '143458.838000', '143458.841000', '143458.843000', '143458.846000', '143458.848000', '143458.851000', '143458.854000', '143458.856000', '143458.859000', '143458.861000', '143458.864000', '143458.866000', '143458.869000', '143458.872000', '143458.874000', '143458.877000', '143458.879000', '143458.882000', '143458.885000', '143458.887000', '143458.890000', '143458.892000', '143458.895000', '143458.897000', '143458.900000', '143458.903000', '143518.789000', '143518.792000', '143518.795000', '143518.797000', '143518.800000', '143518.803000', '143518.805000', '143518.808000', '143518.811000', '143518.813000', '143518.816000', '143518.818000', '143518.821000', '143518.823000', '143518.826000', '143518.829000', '143518.831000', '143518.834000', '143518.836000', '143518.839000', '143518.842000', '143518.844000', '143518.847000', '143518.850000', '143518.852000', '143518.855000', '143518.857000', '143518.860000', '143518.862000', '143518.865000', '143518.868000', '143518.870000', '143518.873000', '143518.875000', '143518.878000', '143518.880000', '143518.883000', '143518.886000', '143518.888000', '143518.891000', '143518.893000', '143518.896000', '143518.898000', '143538.790000', '143538.792000', '143538.795000', '143538.798000', '143538.800000', '143538.803000', '143538.805000', '143538.808000', '143538.819000', '143538.821000', '143538.824000', '143538.827000', '143538.829000', '143538.832000', '143538.834000', '143538.837000', '143538.840000', '143538.842000', '143538.845000', '143538.848000', '143538.850000', '143538.853000', '143538.855000', '143538.858000', '143538.861000', '143538.863000', '143538.866000', '143538.869000', '143538.871000', '143538.874000', '143538.876000', '143538.879000', '143538.882000', '143538.884000', '143538.887000', '143538.889000', '143538.892000', '143538.894000', '143538.897000', '143538.900000', '143538.902000', '143538.905000', '143538.907000', '143538.910000', '143542.868000', '143542.871000', '143542.874000', '143542.877000', '143542.880000', '143542.882000', '143542.885000', '143542.888000', '143542.891000'], 'InstanceCreationTime': ['142938.821000', '142938.825000', '142938.827000', '142938.830000', '142938.832000', '142938.835000', '142938.838000', '142938.840000', '142938.843000', '142938.845000', '142938.848000', '142938.850000', '142938.853000', '142938.856000', '142938.858000', '142938.861000', '142938.863000', '142938.866000', '142938.869000', '142938.871000', '142938.874000', '142938.876000', '142938.879000', '142938.881000', '142938.884000', '142938.887000', '142938.889000', '142938.892000', '142938.894000', '142938.897000', '142938.899000', '142938.902000', '142938.905000', '142938.907000', '142938.910000', '142938.912000', '142938.915000', '142938.917000', '142938.920000', '142938.922000', '142938.925000', '142938.928000', '142938.930000', '142938.933000', '142938.935000', '142938.938000', '142938.940000', '142958.788000', '142958.791000', '142958.794000', '142958.796000', '142958.799000', '142958.802000', '142958.804000', '142958.807000', '142958.809000', '142958.813000', '142958.816000', '142958.819000', '142958.821000', '142958.824000', '142958.826000', '142958.829000', '142958.831000', '142958.834000', '142958.837000', '142958.839000', '142958.842000', '142958.844000', '142958.847000', '142958.849000', '142958.852000', '142958.855000', '142958.857000', '142958.860000', '142958.862000', '142958.865000', '142958.867000', '142958.870000', '142958.873000', '142958.875000', '142958.878000', '142958.880000', '142958.883000', '142958.886000', '142958.888000', '142958.891000', '142958.893000', '142958.896000', '142958.898000', '143018.788000', '143018.791000', '143018.794000', '143018.796000', '143018.799000', '143018.802000', '143018.804000', '143018.807000', '143018.809000', '143018.812000', '143018.815000', '143018.817000', '143018.820000', '143018.827000', '143018.830000', '143018.832000', '143018.835000', '143018.837000', '143018.840000', '143018.842000', '143018.845000', '143018.848000', '143018.850000', '143018.853000', '143018.855000', '143018.858000', '143018.860000', '143018.863000', '143018.866000', '143018.868000', '143018.871000', '143018.873000', '143018.876000', '143018.879000', '143018.881000', '143018.884000', '143018.886000', '143018.889000', '143018.892000', '143018.894000', '143018.897000', '143018.899000', '143018.902000', '143018.905000', '143038.789000', '143038.792000', '143038.795000', '143038.797000', '143038.800000', '143038.802000', '143038.814000', '143038.817000', '143038.819000', '143038.822000', '143038.825000', '143038.827000', '143038.830000', '143038.832000', '143038.835000', '143038.837000', '143038.840000', '143038.842000', '143038.845000', '143038.848000', '143038.850000', '143038.853000', '143038.855000', '143038.858000', '143038.860000', '143038.864000', '143038.867000', '143038.870000', '143038.872000', '143038.875000', '143038.878000', '143038.880000', '143038.883000', '143038.885000', '143038.888000', '143038.896000', '143038.898000', '143038.901000', '143038.904000', '143038.906000', '143038.909000', '143038.911000', '143038.914000', '143058.790000', '143058.792000', '143058.795000', '143058.798000', '143058.800000', '143058.803000', '143058.806000', '143058.817000', '143058.820000', '143058.822000', '143058.825000', '143058.828000', '143058.830000', '143058.833000', '143058.835000', '143058.838000', '143058.841000', '143058.843000', '143058.846000', '143058.849000', '143058.866000', '143058.868000', '143058.871000', '143058.874000', '143058.876000', '143058.879000', '143058.881000', '143058.884000', '143058.887000', '143058.889000', '143058.892000', '143058.894000', '143058.897000', '143058.900000', '143058.902000', '143058.905000', '143058.907000', '143058.910000', '143058.913000', '143058.915000', '143058.918000', '143058.926000', '143058.934000', '143058.936000', '143118.789000', '143118.792000', '143118.795000', '143118.797000', '143118.800000', '143118.803000', '143118.805000', '143118.808000', '143118.811000', '143118.813000', '143118.816000', '143118.818000', '143118.821000', '143118.823000', '143118.826000', '143118.829000', '143118.831000', '143118.834000', '143118.836000', '143118.839000', '143118.842000', '143118.844000', '143118.847000', '143118.849000', '143118.852000', '143118.855000', '143118.867000', '143118.870000', '143118.873000', '143118.875000', '143118.878000', '143118.880000', '143118.883000', '143118.886000', '143118.888000', '143118.891000', '143118.893000', '143118.896000', '143118.899000', '143118.901000', '143118.904000', '143118.906000', '143118.909000', '143138.788000', '143138.791000', '143138.794000', '143138.796000', '143138.799000', '143138.802000', '143138.804000', '143138.807000', '143138.809000', '143138.812000', '143138.815000', '143138.817000', '143138.820000', '143138.822000', '143138.825000', '143138.827000', '143138.830000', '143138.832000', '143138.836000', '143138.838000', '143138.841000', '143138.843000', '143138.847000', '143138.849000', '143138.852000', '143138.854000', '143138.858000', '143138.860000', '143138.863000', '143138.865000', '143138.868000', '143138.871000', '143138.873000', '143138.876000', '143138.879000', '143138.881000', '143138.884000', '143138.886000', '143138.889000', '143138.891000', '143138.894000', '143138.897000', '143138.899000', '143138.902000', '143158.788000', '143158.791000', '143158.794000', '143158.797000', '143158.799000', '143158.802000', '143158.821000', '143158.823000', '143158.826000', '143158.828000', '143158.831000', '143158.834000', '143158.836000', '143158.839000', '143158.841000', '143158.844000', '143158.847000', '143158.849000', '143158.852000', '143158.854000', '143158.857000', '143158.860000', '143158.862000', '143158.865000', '143158.867000', '143158.871000', '143158.873000', '143158.876000', '143158.879000', '143158.881000', '143158.884000', '143158.887000', '143158.889000', '143158.892000', '143158.894000', '143158.897000', '143158.899000', '143158.903000', '143158.906000', '143158.909000', '143158.911000', '143158.914000', '143158.917000', '143218.788000', '143218.791000', '143218.794000', '143218.796000', '143218.799000', '143218.802000', '143218.804000', '143218.807000', '143218.809000', '143218.812000', '143218.815000', '143218.817000', '143218.820000', '143218.822000', '143218.825000', '143218.827000', '143218.830000', '143218.833000', '143218.835000', '143218.838000', '143218.840000', '143218.843000', '143218.846000', '143218.848000', '143218.851000', '143218.853000', '143218.856000', '143218.858000', '143218.861000', '143218.864000', '143218.866000', '143218.869000', '143218.872000', '143218.874000', '143218.877000', '143218.879000', '143218.882000', '143218.885000', '143218.887000', '143218.890000', '143218.892000', '143218.895000', '143218.897000', '143218.900000', '143238.789000', '143238.792000', '143238.794000', '143238.797000', '143238.800000', '143238.802000', '143238.805000', '143238.807000', '143238.810000', '143238.812000', '143238.815000', '143238.818000', '143238.820000', '143238.823000', '143238.825000', '143238.840000', '143238.842000', '143238.845000', '143238.847000', '143238.850000', '143238.852000', '143238.855000', '143238.858000', '143238.860000', '143238.863000', '143238.865000', '143238.868000', '143238.871000', '143238.873000', '143238.876000', '143238.879000', '143238.882000', '143238.885000', '143238.888000', '143238.891000', '143238.893000', '143238.896000', '143238.898000', '143238.902000', '143238.905000', '143238.907000', '143238.910000', '143238.912000', '143258.790000', '143258.792000', '143258.795000', '143258.798000', '143258.800000', '143258.803000', '143258.805000', '143258.808000', '143258.811000', '143258.813000', '143258.816000', '143258.818000', '143258.821000', '143258.823000', '143258.826000', '143258.829000', '143258.831000', '143258.834000', '143258.837000', '143258.839000', '143258.842000', '143258.844000', '143258.847000', '143258.849000', '143258.852000', '143258.855000', '143258.857000', '143258.860000', '143258.862000', '143258.865000', '143258.867000', '143258.870000', '143258.873000', '143258.875000', '143258.878000', '143258.880000', '143258.883000', '143258.886000', '143258.888000', '143258.891000', '143258.894000', '143258.896000', '143258.899000', '143258.901000', '143318.790000', '143318.792000', '143318.795000', '143318.798000', '143318.800000', '143318.803000', '143318.805000', '143318.808000', '143318.810000', '143318.813000', '143318.816000', '143318.818000', '143318.821000', '143318.823000', '143318.826000', '143318.829000', '143318.831000', '143318.834000', '143318.852000', '143318.854000', '143318.857000', '143318.859000', '143318.862000', '143318.865000', '143318.867000', '143318.870000', '143318.872000', '143318.875000', '143318.878000', '143318.880000', '143318.883000', '143318.886000', '143318.888000', '143318.891000', '143318.893000', '143318.896000', '143318.898000', '143318.901000', '143318.908000', '143318.911000', '143318.914000', '143318.916000', '143318.920000', '143338.789000', '143338.793000', '143338.795000', '143338.798000', '143338.800000', '143338.803000', '143338.806000', '143338.808000', '143338.811000', '143338.813000', '143338.816000', '143338.818000', '143338.821000', '143338.824000', '143338.826000', '143338.829000', '143338.831000', '143338.834000', '143338.837000', '143338.839000', '143338.842000', '143338.844000', '143338.847000', '143338.849000', '143338.852000', '143338.855000', '143338.857000', '143338.860000', '143338.863000', '143338.865000', '143338.868000', '143338.870000', '143338.873000', '143338.875000', '143338.878000', '143338.881000', '143338.883000', '143338.886000', '143338.888000', '143338.891000', '143338.894000', '143338.896000', '143338.899000', '143358.789000', '143358.791000', '143358.794000', '143358.797000', '143358.799000', '143358.802000', '143358.804000', '143358.807000', '143358.810000', '143358.812000', '143358.815000', '143358.817000', '143358.820000', '143358.823000', '143358.825000', '143358.828000', '143358.830000', '143358.833000', '143358.835000', '143358.838000', '143358.841000', '143358.843000', '143358.846000', '143358.848000', '143358.851000', '143358.853000', '143358.856000', '143358.859000', '143358.861000', '143358.864000', '143358.866000', '143358.869000', '143358.872000', '143358.874000', '143358.877000', '143358.879000', '143358.882000', '143358.884000', '143358.887000', '143358.890000', '143358.892000', '143358.907000', '143358.909000', '143358.912000', '143418.789000', '143418.791000', '143418.794000', '143418.797000', '143418.799000', '143418.802000', '143418.805000', '143418.807000', '143418.810000', '143418.812000', '143418.815000', '143418.818000', '143418.820000', '143418.823000', '143418.826000', '143418.828000', '143418.831000', '143418.833000', '143418.836000', '143418.839000', '143418.841000', '143418.844000', '143418.846000', '143418.849000', '143418.851000', '143418.854000', '143418.857000', '143418.859000', '143418.862000', '143418.864000', '143418.867000', '143418.870000', '143418.872000', '143418.875000', '143418.877000', '143418.880000', '143418.883000', '143418.885000', '143418.888000', '143418.890000', '143418.893000', '143418.895000', '143418.898000', '143418.901000', '143438.789000', '143438.791000', '143438.794000', '143438.797000', '143438.799000', '143438.802000', '143438.804000', '143438.807000', '143438.810000', '143438.812000', '143438.815000', '143438.817000', '143438.820000', '143438.823000', '143438.825000', '143438.828000', '143438.830000', '143438.833000', '143438.836000', '143438.847000', '143438.849000', '143438.852000', '143438.859000', '143438.862000', '143438.865000', '143438.867000', '143438.870000', '143438.873000', '143438.875000', '143438.878000', '143438.881000', '143438.883000', '143438.886000', '143438.888000', '143438.891000', '143438.894000', '143438.896000', '143438.899000', '143438.901000', '143438.904000', '143438.907000', '143438.909000', '143438.912000', '143458.789000', '143458.792000', '143458.795000', '143458.797000', '143458.800000', '143458.805000', '143458.807000', '143458.810000', '143458.812000', '143458.815000', '143458.818000', '143458.820000', '143458.823000', '143458.825000', '143458.828000', '143458.830000', '143458.833000', '143458.836000', '143458.838000', '143458.841000', '143458.843000', '143458.846000', '143458.848000', '143458.851000', '143458.854000', '143458.856000', '143458.859000', '143458.861000', '143458.864000', '143458.866000', '143458.869000', '143458.872000', '143458.874000', '143458.877000', '143458.879000', '143458.882000', '143458.885000', '143458.887000', '143458.890000', '143458.892000', '143458.895000', '143458.897000', '143458.900000', '143458.903000', '143518.789000', '143518.792000', '143518.795000', '143518.797000', '143518.800000', '143518.803000', '143518.805000', '143518.808000', '143518.811000', '143518.813000', '143518.816000', '143518.818000', '143518.821000', '143518.823000', '143518.826000', '143518.829000', '143518.831000', '143518.834000', '143518.836000', '143518.839000', '143518.842000', '143518.844000', '143518.847000', '143518.850000', '143518.852000', '143518.855000', '143518.857000', '143518.860000', '143518.862000', '143518.865000', '143518.868000', '143518.870000', '143518.873000', '143518.875000', '143518.878000', '143518.880000', '143518.883000', '143518.886000', '143518.888000', '143518.891000', '143518.893000', '143518.896000', '143518.898000', '143538.790000', '143538.792000', '143538.795000', '143538.798000', '143538.800000', '143538.803000', '143538.805000', '143538.808000', '143538.819000', '143538.821000', '143538.824000', '143538.827000', '143538.829000', '143538.832000', '143538.834000', '143538.837000', '143538.840000', '143538.842000', '143538.845000', '143538.848000', '143538.850000', '143538.853000', '143538.855000', '143538.858000', '143538.861000', '143538.863000', '143538.866000', '143538.869000', '143538.871000', '143538.874000', '143538.876000', '143538.879000', '143538.882000', '143538.884000', '143538.887000', '143538.889000', '143538.892000', '143538.894000', '143538.897000', '143538.900000', '143538.902000', '143538.905000', '143538.907000', '143538.910000', '143542.868000', '143542.871000', '143542.874000', '143542.877000', '143542.880000', '143542.882000', '143542.885000', '143542.888000', '143542.891000'], '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': [13145, 11785, 13246, 12412, 13974, 11813, 13855, 11289, 14554, 13228, 13978, 14626, 13097, 13843, 12881, 14566, 13303, 14996, 14415, 14592, 11930, 14035, 12282, 13796, 11236, 13975, 13819, 13670, 13777, 13561, 12481, 14008, 14077, 14073, 11561, 13182, 13767, 14152, 15096, 13420, 14733, 13190, 14944, 13681, 15349, 12158, 15039, 12091, 14157, 12434, 13038, 16048, 13415, 14801, 13319, 14434, 13791, 14574, 12795, 14438, 12216, 13381, 14997, 13655, 13393, 12985, 13833, 12808, 14258, 13677, 14232, 12715, 14263, 12690, 14584, 11545, 14034, 13295, 15618, 12412, 13812, 12160, 13337, 11244, 13138, 12088, 13673, 10751, 13525, 12469, 12785, 15489, 13166, 14175, 13002, 15250, 13384, 15183, 13666, 14424, 12528, 14160, 12228, 14523, 13731, 14229, 14806, 14233, 13696, 14340, 14081, 14071, 11655, 14410, 12559, 15401, 12701, 14235, 12469, 14016, 13560, 13244, 14526, 13862, 13546, 12860, 15596, 13424, 18186, 13259, 16073, 13642, 12691, 12801, 15090, 12901, 15780, 13585, 14789, 13063, 14310, 12831, 14945, 12920, 13782, 12626, 13771, 12500, 13247, 15166, 13143, 15000, 13744, 15218, 12477, 15093, 12803, 12663, 12563, 14719, 12546, 13666, 12864, 13202, 13599, 13494, 12193, 13963, 12844, 13756, 13018, 12926, 17565, 12358, 14159, 12527, 14252, 12424, 13808, 12147, 13403, 13330, 13429, 12413, 13326, 12515, 12730, 14284, 12845, 11520, 12845, 11583, 12755, 13716, 12783, 14407, 12513, 14015, 15002, 13687, 13493, 13709, 11997, 13237, 11374, 12871, 17265, 13039, 13641, 12745, 13242, 12366, 13062, 13047, 12854, 11455, 12517, 16763, 13586, 14765, 13138, 13555, 12327, 14476, 12530, 13352, 12439, 12586, 15095, 13083, 11958, 12434, 11143, 12927, 12336, 12462, 17175, 13160, 14030, 13024, 14089, 12297, 13788, 12479, 13657, 12352, 12570, 13604, 12199, 11986, 12461, 17408, 12295, 13542, 12374, 14724, 12385, 12886, 12642, 12137, 11985, 12082, 10919, 12095, 11814, 11983, 16308, 12474, 17174, 12135, 15780, 12129, 14770, 12448, 13562, 12362, 13674, 13252, 13198, 11602, 12483, 15294, 12033, 14387, 12254, 13904, 14319, 13533, 10873, 13090, 10931, 12726, 11763, 12264, 15044, 12655, 12038, 12340, 10856, 12636, 12553, 12704, 16798, 13711, 16242, 12390, 12362, 11692, 13958, 12356, 18081, 12075, 18509, 12926, 18270, 12820, 14127, 12475, 13663, 12663, 13163, 11769, 13507, 13284, 13443, 12615, 12869, 12780, 13084, 12605, 12199, 17973, 12183, 14308, 12478, 13899, 11874, 13465, 12801, 13841, 11618, 13875, 12104, 13150, 11372, 13161, 13005, 13449, 17519, 12504, 19247, 11878, 14058, 11983, 13849, 11295, 13587, 12108, 13248, 11036, 12252, 12962, 12583, 18399, 12050, 14139, 11945, 13548, 12133, 13592, 12012, 13492, 13337, 12326, 13752, 11166, 15715, 12138, 14049, 13830, 14091, 11211, 14526, 11443, 13122, 11178, 12033, 18131, 12018, 13736, 12451, 13319, 12874, 13294, 11316, 12617, 13791, 11944, 15905, 12826, 13758, 12045, 13105, 12260, 13277, 11438, 13082, 13049, 12439, 17274, 12645, 15384, 12569, 14086, 13241, 13264, 13083, 12718, 17326, 13082, 13855, 14467, 14552, 11895, 12694, 12229, 12784, 14934, 13112, 13420, 12105, 13336, 11248, 12600, 14790, 12119, 15092, 12044, 13352, 11989, 13344, 11336, 12672, 12738, 12980, 16169, 13047, 13974, 12734, 13725, 12290, 12348, 12283, 12348, 15887, 13350, 13982, 13281, 13296, 12021, 12468, 11405, 12030, 15325, 12598, 17192, 12764, 17662, 12219, 13361, 12419, 13292, 12574, 12442, 13876, 12218, 18114, 12945, 14677, 13084, 13798, 12884, 12733, 17219, 12800, 14102, 14736, 13649, 12401, 12901, 11074, 12475, 10642, 12296, 12774, 13578, 17201, 14034, 16907, 12429, 15363, 12493, 16553, 12843, 14179, 12646, 14180, 12719, 13843, 14049, 13100, 12939, 12289, 16133, 13437, 14364, 12888, 13819, 14182, 15133, 12735, 13216, 15339, 13528, 16253, 13628, 14024, 12373, 14303, 12571, 13409, 13033, 12676, 14087, 12648, 17521, 11977, 13971, 13256, 14500, 13157, 13393, 11831, 12446, 12551, 12951, 15555, 13262, 14060, 12426, 13784, 13762, 13591, 11983, 13122, 12322, 12794, 11132, 12864, 17023, 12555, 14183, 15284, 15489, 12366, 13264, 11234, 12678, 12651, 12662, 13490, 12940, 10801, 13083, 11710, 12927, 15251, 12646, 14305, 12777, 13811, 13702, 12934, 15454, 13239, 16992, 13976, 13259, 16636, 13129, 14547, 12724, 13897, 13560, 13259, 14505, 12727, 16385, 12053, 14197, 13492, 14050, 12101, 13458, 12229, 12760, 11920, 12734, 14716, 13685, 14099, 13347, 13809, 12561, 13430, 11357, 13337, 13129, 12923, 10931, 12899, 12137, 13210, 16803, 12512, 13925, 13317, 13990, 13765, 13520, 13021, 13504, 14526, 13915, 13159, 12898, 16105, 13857, 14679, 13589, 14391, 12359, 14111, 12422, 13949, 13402, 13974, 14141, 14032, 13055, 14217, 13221, 15570, 13113, 13779, 12135, 13076, 12253, 12598, 15134, 13681, 16002, 13427, 15549, 13096, 14320, 12808, 14434, 15263, 14169, 14472, 14121, 12626, 14471, 12937, 13944, 13076, 13976, 13598, 13843, 13004, 14230, 12781, 14067, 15345, 13323, 17684, 13476, 17855, 13615, 16795, 13288, 14230, 12363, 14095, 14326, 14873, 11860, 14932, 12897, 13356, 13056, 12820, 17579, 12758, 14479, 15273, 14359, 12975, 15394, 13180, 14016, 12735, 13071, 18770, 13448, 14643, 12669, 14416, 12319, 13411, 12564, 13111, 17295, 13002, 14676, 13321, 13860, 12218, 13746, 12647, 13494, 12234, 13244, 15699, 13077, 14309, 12833, 14428, 12661, 13287, 15879, 13439, 14519, 13037, 14254, 12073, 13293, 12234, 13166, 17308, 12445, 14005, 12583, 14268, 12472, 13085, 13780, 13008, 15305, 13970, 13898, 12909, 13843, 12813, 13473, 11694, 13219, 12537, 13053, 13276, 13621, 12769, 13947, 13069, 13759, 13916, 14500, 13611, 13667, 13489, 13374, 13950, 12963, 14968, 13118, 17353, 14100, 14622, 13226, 14829, 13067, 14826, 13247, 14653, 15107, 14314, 14006, 14427, 13236, 14191, 14643, 15293, 12510, 15551, 12541, 15764, 13414, 13865, 13050, 13445, 15190, 13871, 14577, 13559, 15926, 13157, 14863, 13346, 14543, 14837, 14456, 14110, 15115, 13264, 13496, 13088, 13132, 13881, 13343, 12733, 13048, 13887, 13275, 17472, 13105, 16449, 13052, 14338], 'WindowCenter': [5298.0, 5252.0, 5248.0, 5222.0, 5234.0, 5212.0, 5222.0, 5201.0, 5232.0, 5207.0, 5232.0, 5228.0, 5218.0, 5205.0, 5197.0, 5203.0, 5203.0, 5211.0, 5203.0, 5218.0, 5199.0, 5215.0, 5195.0, 5205.0, 5187.0, 5214.0, 5228.0, 5228.0, 5228.0, 5217.0, 5222.0, 5228.0, 5230.0, 5230.0, 5211.0, 5219.0, 5205.0, 5216.0, 5211.0, 5205.0, 5203.0, 5194.0, 5215.0, 5205.0, 5213.0, 5182.0, 5213.0, 5180.0, 5203.0, 5194.0, 5204.0, 5198.0, 5191.0, 5188.0, 5189.0, 5190.0, 5189.0, 5201.0, 5179.0, 5200.0, 5181.0, 5202.0, 5200.0, 5190.0, 5179.0, 5191.0, 5189.0, 5191.0, 5200.0, 5202.0, 5202.0, 5195.0, 5203.0, 5192.0, 5214.0, 5196.0, 5205.0, 5202.0, 5212.0, 5193.0, 5204.0, 5193.0, 5215.0, 5195.0, 5207.0, 5194.0, 5215.0, 5184.0, 5205.0, 5193.0, 5206.0, 5212.0, 5218.0, 5202.0, 5204.0, 5210.0, 5204.0, 5211.0, 5202.0, 5190.0, 5184.0, 5188.0, 5180.0, 5190.0, 5201.0, 5203.0, 5203.0, 5190.0, 5191.0, 5199.0, 5203.0, 5200.0, 5182.0, 5202.0, 5194.0, 5210.0, 5181.0, 5190.0, 5179.0, 5203.0, 5191.0, 5192.0, 5187.0, 5189.0, 5187.0, 5180.0, 5208.0, 5192.0, 5216.0, 5191.0, 5196.0, 5190.0, 5188.0, 5194.0, 5210.0, 5205.0, 5212.0, 5193.0, 5199.0, 5193.0, 5201.0, 5182.0, 5202.0, 5181.0, 5190.0, 5167.0, 5190.0, 5168.0, 5180.0, 5195.0, 5191.0, 5200.0, 5200.0, 5197.0, 5180.0, 5198.0, 5192.0, 5193.0, 5206.0, 5214.0, 5207.0, 5204.0, 5206.0, 5194.0, 5203.0, 5194.0, 5182.0, 5193.0, 5182.0, 5193.0, 5178.0, 5183.0, 5209.0, 5180.0, 5177.0, 5169.0, 5178.0, 5180.0, 5179.0, 5181.0, 5189.0, 5191.0, 5191.0, 5179.0, 5192.0, 5182.0, 5192.0, 5188.0, 5181.0, 5171.0, 5193.0, 5172.0, 5195.0, 5190.0, 5193.0, 5203.0, 5194.0, 5193.0, 5200.0, 5191.0, 5190.0, 5191.0, 5180.0, 5193.0, 5171.0, 5195.0, 5221.0, 5206.0, 5194.0, 5194.0, 5191.0, 5194.0, 5192.0, 5192.0, 5195.0, 5182.0, 5197.0, 5223.0, 5204.0, 5203.0, 5193.0, 5193.0, 5193.0, 5214.0, 5192.0, 5204.0, 5194.0, 5197.0, 5201.0, 5194.0, 5180.0, 5192.0, 5172.0, 5194.0, 5193.0, 5196.0, 5223.0, 5195.0, 5201.0, 5193.0, 5191.0, 5182.0, 5190.0, 5182.0, 5202.0, 5194.0, 5190.0, 5190.0, 5181.0, 5169.0, 5182.0, 5209.0, 5183.0, 5189.0, 5181.0, 5200.0, 5182.0, 5192.0, 5181.0, 5182.0, 5168.0, 5182.0, 5161.0, 5183.0, 5172.0, 5185.0, 5211.0, 5193.0, 5208.0, 5184.0, 5211.0, 5196.0, 5203.0, 5195.0, 5203.0, 5196.0, 5203.0, 5192.0, 5193.0, 5171.0, 5182.0, 5197.0, 5180.0, 5189.0, 5183.0, 5189.0, 5188.0, 5179.0, 5159.0, 5181.0, 5159.0, 5191.0, 5181.0, 5185.0, 5198.0, 5181.0, 5181.0, 5181.0, 5170.0, 5194.0, 5180.0, 5193.0, 5209.0, 5192.0, 5208.0, 5193.0, 5181.0, 5183.0, 5200.0, 5195.0, 5229.0, 5183.0, 5218.0, 5192.0, 5219.0, 5203.0, 5202.0, 5192.0, 5191.0, 5180.0, 5179.0, 5172.0, 5189.0, 5190.0, 5191.0, 5180.0, 5181.0, 5165.0, 5180.0, 5168.0, 5171.0, 5205.0, 5181.0, 5188.0, 5169.0, 5177.0, 5170.0, 5178.0, 5180.0, 5189.0, 5171.0, 5190.0, 5167.0, 5180.0, 5168.0, 5191.0, 5179.0, 5191.0, 5207.0, 5181.0, 5204.0, 5169.0, 5176.0, 5168.0, 5179.0, 5159.0, 5167.0, 5166.0, 5177.0, 5157.0, 5171.0, 5176.0, 5181.0, 5206.0, 5169.0, 5179.0, 5169.0, 5178.0, 5168.0, 5178.0, 5169.0, 5191.0, 5177.0, 5169.0, 5177.0, 5160.0, 5188.0, 5169.0, 5188.0, 5190.0, 5187.0, 5159.0, 5188.0, 5170.0, 5190.0, 5170.0, 5182.0, 5218.0, 5183.0, 5181.0, 5181.0, 5180.0, 5181.0, 5191.0, 5171.0, 5195.0, 5190.0, 5185.0, 5211.0, 5181.0, 5190.0, 5171.0, 5179.0, 5180.0, 5181.0, 5172.0, 5194.0, 5180.0, 5185.0, 5210.0, 5183.0, 5189.0, 5170.0, 5178.0, 5179.0, 5179.0, 5166.0, 5179.0, 5196.0, 5178.0, 5167.0, 5175.0, 5175.0, 5157.0, 5167.0, 5166.0, 5181.0, 5186.0, 5179.0, 5177.0, 5171.0, 5180.0, 5170.0, 5184.0, 5198.0, 5182.0, 5188.0, 5182.0, 5189.0, 5172.0, 5191.0, 5174.0, 5192.0, 5179.0, 5192.0, 5209.0, 5193.0, 5192.0, 5191.0, 5193.0, 5171.0, 5185.0, 5171.0, 5182.0, 5197.0, 5192.0, 5189.0, 5189.0, 5191.0, 5171.0, 5183.0, 5169.0, 5182.0, 5209.0, 5193.0, 5219.0, 5193.0, 5220.0, 5194.0, 5202.0, 5195.0, 5205.0, 5193.0, 5195.0, 5193.0, 5194.0, 5219.0, 5192.0, 5203.0, 5190.0, 5193.0, 5179.0, 5181.0, 5205.0, 5181.0, 5189.0, 5199.0, 5189.0, 5167.0, 5178.0, 5160.0, 5180.0, 5160.0, 5184.0, 5192.0, 5193.0, 5219.0, 5200.0, 5208.0, 5194.0, 5211.0, 5196.0, 5221.0, 5195.0, 5202.0, 5193.0, 5205.0, 5193.0, 5191.0, 5179.0, 5181.0, 5168.0, 5172.0, 5195.0, 5189.0, 5188.0, 5169.0, 5175.0, 5176.0, 5185.0, 5165.0, 5179.0, 5185.0, 5177.0, 5183.0, 5176.0, 5174.0, 5166.0, 5186.0, 5176.0, 5189.0, 5176.0, 5178.0, 5175.0, 5179.0, 5205.0, 5169.0, 5188.0, 5191.0, 5199.0, 5179.0, 5191.0, 5169.0, 5181.0, 5177.0, 5190.0, 5198.0, 5179.0, 5188.0, 5180.0, 5187.0, 5189.0, 5192.0, 5179.0, 5190.0, 5179.0, 5182.0, 5168.0, 5193.0, 5209.0, 5192.0, 5200.0, 5201.0, 5201.0, 5181.0, 5193.0, 5170.0, 5193.0, 5190.0, 5192.0, 5189.0, 5193.0, 5172.0, 5206.0, 5193.0, 5207.0, 5224.0, 5205.0, 5216.0, 5196.0, 5205.0, 5193.0, 5194.0, 5203.0, 5193.0, 5212.0, 5178.0, 5182.0, 5197.0, 5178.0, 5188.0, 5177.0, 5178.0, 5164.0, 5168.0, 5172.0, 5178.0, 5194.0, 5168.0, 5189.0, 5191.0, 5190.0, 5180.0, 5191.0, 5180.0, 5194.0, 5180.0, 5195.0, 5201.0, 5191.0, 5189.0, 5191.0, 5189.0, 5181.0, 5192.0, 5172.0, 5202.0, 5191.0, 5194.0, 5171.0, 5193.0, 5182.0, 5204.0, 5224.0, 5196.0, 5201.0, 5192.0, 5191.0, 5191.0, 5192.0, 5192.0, 5194.0, 5187.0, 5190.0, 5176.0, 5180.0, 5195.0, 5189.0, 5188.0, 5180.0, 5188.0, 5169.0, 5177.0, 5177.0, 5188.0, 5188.0, 5188.0, 5188.0, 5187.0, 5180.0, 5187.0, 5178.0, 5197.0, 5177.0, 5178.0, 5165.0, 5177.0, 5155.0, 5169.0, 5185.0, 5188.0, 5184.0, 5178.0, 5185.0, 5176.0, 5177.0, 5177.0, 5188.0, 5197.0, 5187.0, 5188.0, 5189.0, 5181.0, 5198.0, 5193.0, 5204.0, 5203.0, 5200.0, 5194.0, 5191.0, 5193.0, 5203.0, 5181.0, 5205.0, 5200.0, 5193.0, 5207.0, 5179.0, 5196.0, 5179.0, 5194.0, 5190.0, 5189.0, 5180.0, 5190.0, 5201.0, 5191.0, 5171.0, 5201.0, 5179.0, 5191.0, 5179.0, 5182.0, 5206.0, 5179.0, 5190.0, 5188.0, 5178.0, 5166.0, 5185.0, 5165.0, 5178.0, 5164.0, 5178.0, 5205.0, 5166.0, 5172.0, 5165.0, 5177.0, 5156.0, 5177.0, 5168.0, 5180.0, 5195.0, 5177.0, 5186.0, 5180.0, 5187.0, 5180.0, 5190.0, 5191.0, 5204.0, 5181.0, 5194.0, 5200.0, 5192.0, 5188.0, 5180.0, 5190.0, 5179.0, 5192.0, 5196.0, 5180.0, 5178.0, 5178.0, 5187.0, 5167.0, 5181.0, 5170.0, 5191.0, 5206.0, 5179.0, 5188.0, 5182.0, 5200.0, 5182.0, 5193.0, 5192.0, 5192.0, 5197.0, 5192.0, 5190.0, 5190.0, 5192.0, 5193.0, 5202.0, 5183.0, 5193.0, 5192.0, 5193.0, 5203.0, 5216.0, 5206.0, 5215.0, 5206.0, 5216.0, 5214.0, 5216.0, 5216.0, 5217.0, 5203.0, 5205.0, 5193.0, 5194.0, 5198.0, 5192.0, 5210.0, 5201.0, 5200.0, 5179.0, 5186.0, 5178.0, 5187.0, 5179.0, 5188.0, 5198.0, 5188.0, 5191.0, 5190.0, 5181.0, 5187.0, 5199.0, 5199.0, 5181.0, 5189.0, 5167.0, 5197.0, 5177.0, 5179.0, 5177.0, 5179.0, 5187.0, 5180.0, 5176.0, 5177.0, 5184.0, 5179.0, 5187.0, 5178.0, 5176.0, 5188.0, 5178.0, 5175.0, 5186.0, 5176.0, 5189.0, 5178.0, 5178.0, 5177.0, 5178.0, 5167.0, 5178.0, 5186.0, 5192.0, 5218.0, 5190.0, 5199.0, 5190.0, 5189.0], 'WindowWidth': [11428.0, 11347.0, 11334.0, 11285.0, 11302.0, 11264.0, 11280.0, 11250.0, 11296.0, 11252.0, 11293.0, 11283.0, 11270.0, 11245.0, 11236.0, 11240.0, 11240.0, 11249.0, 11240.0, 11268.0, 11242.0, 11261.0, 11232.0, 11245.0, 11224.0, 11261.0, 11286.0, 11286.0, 11287.0, 11271.0, 11282.0, 11286.0, 11289.0, 11291.0, 11263.0, 11275.0, 11246.0, 11263.0, 11249.0, 11246.0, 11240.0, 11228.0, 11259.0, 11244.0, 11254.0, 11207.0, 11255.0, 11202.0, 11240.0, 11228.0, 11243.0, 11226.0, 11218.0, 11212.0, 11215.0, 11216.0, 11214.0, 11233.0, 11199.0, 11233.0, 11206.0, 11238.0, 11229.0, 11216.0, 11198.0, 11219.0, 11211.0, 11221.0, 11235.0, 11240.0, 11236.0, 11230.0, 11239.0, 11224.0, 11256.0, 11236.0, 11245.0, 11237.0, 11252.0, 11224.0, 11243.0, 11228.0, 11262.0, 11233.0, 11251.0, 11228.0, 11260.0, 11214.0, 11247.0, 11228.0, 11250.0, 11250.0, 11271.0, 11236.0, 11242.0, 11245.0, 11241.0, 11250.0, 11237.0, 11217.0, 11212.0, 11211.0, 11203.0, 11216.0, 11236.0, 11240.0, 11239.0, 11216.0, 11219.0, 11228.0, 11237.0, 11234.0, 11211.0, 11236.0, 11227.0, 11247.0, 11203.0, 11217.0, 11200.0, 11240.0, 11220.0, 11221.0, 11205.0, 11214.0, 11207.0, 11203.0, 11239.0, 11222.0, 11249.0, 11218.0, 11219.0, 11218.0, 11212.0, 11228.0, 11246.0, 11245.0, 11251.0, 11225.0, 11229.0, 11226.0, 11232.0, 11206.0, 11237.0, 11204.0, 11215.0, 11178.0, 11216.0, 11179.0, 11202.0, 11217.0, 11221.0, 11233.0, 11232.0, 11224.0, 11204.0, 11227.0, 11223.0, 11225.0, 11249.0, 11256.0, 11250.0, 11246.0, 11248.0, 11230.0, 11239.0, 11228.0, 11208.0, 11225.0, 11205.0, 11224.0, 11196.0, 11209.0, 11241.0, 11200.0, 11193.0, 11182.0, 11194.0, 11201.0, 11199.0, 11205.0, 11214.0, 11216.0, 11219.0, 11198.0, 11223.0, 11206.0, 11222.0, 11209.0, 11205.0, 11189.0, 11224.0, 11193.0, 11231.0, 11216.0, 11226.0, 11239.0, 11228.0, 11223.0, 11229.0, 11215.0, 11214.0, 11219.0, 11201.0, 11225.0, 11190.0, 11229.0, 11265.0, 11247.0, 11227.0, 11225.0, 11219.0, 11226.0, 11222.0, 11224.0, 11232.0, 11209.0, 11237.0, 11268.0, 11242.0, 11237.0, 11225.0, 11226.0, 11227.0, 11257.0, 11223.0, 11243.0, 11226.0, 11235.0, 11233.0, 11227.0, 11202.0, 11223.0, 11194.0, 11230.0, 11222.0, 11233.0, 11268.0, 11230.0, 11234.0, 11222.0, 11219.0, 11207.0, 11216.0, 11205.0, 11236.0, 11226.0, 11218.0, 11213.0, 11205.0, 11185.0, 11208.0, 11241.0, 11208.0, 11215.0, 11204.0, 11229.0, 11206.0, 11221.0, 11200.0, 11206.0, 11181.0, 11205.0, 11175.0, 11211.0, 11192.0, 11217.0, 11246.0, 11223.0, 11238.0, 11213.0, 11245.0, 11233.0, 11238.0, 11229.0, 11240.0, 11231.0, 11239.0, 11218.0, 11221.0, 11190.0, 11207.0, 11220.0, 11202.0, 11215.0, 11210.0, 11213.0, 11210.0, 11198.0, 11171.0, 11204.0, 11172.0, 11218.0, 11205.0, 11215.0, 11224.0, 11204.0, 11200.0, 11206.0, 11187.0, 11228.0, 11201.0, 11227.0, 11242.0, 11223.0, 11236.0, 11225.0, 11203.0, 11211.0, 11229.0, 11231.0, 11271.0, 11210.0, 11252.0, 11223.0, 11254.0, 11240.0, 11236.0, 11222.0, 11217.0, 11202.0, 11197.0, 11191.0, 11212.0, 11215.0, 11219.0, 11200.0, 11201.0, 11172.0, 11199.0, 11177.0, 11189.0, 11229.0, 11202.0, 11209.0, 11183.0, 11191.0, 11186.0, 11194.0, 11200.0, 11212.0, 11187.0, 11214.0, 11179.0, 11201.0, 11182.0, 11216.0, 11198.0, 11217.0, 11232.0, 11202.0, 11226.0, 11181.0, 11189.0, 11180.0, 11195.0, 11165.0, 11175.0, 11172.0, 11190.0, 11162.0, 11188.0, 11189.0, 11204.0, 11233.0, 11184.0, 11195.0, 11182.0, 11193.0, 11180.0, 11195.0, 11183.0, 11217.0, 11190.0, 11183.0, 11189.0, 11171.0, 11208.0, 11184.0, 11208.0, 11212.0, 11205.0, 11169.0, 11209.0, 11184.0, 11215.0, 11186.0, 11208.0, 11252.0, 11207.0, 11201.0, 11201.0, 11200.0, 11202.0, 11218.0, 11189.0, 11227.0, 11213.0, 11216.0, 11243.0, 11203.0, 11213.0, 11190.0, 11198.0, 11202.0, 11203.0, 11191.0, 11224.0, 11198.0, 11215.0, 11241.0, 11206.0, 11209.0, 11185.0, 11194.0, 11195.0, 11198.0, 11171.0, 11196.0, 11219.0, 11192.0, 11175.0, 11184.0, 11184.0, 11160.0, 11178.0, 11175.0, 11202.0, 11202.0, 11196.0, 11192.0, 11187.0, 11201.0, 11186.0, 11212.0, 11224.0, 11206.0, 11210.0, 11205.0, 11212.0, 11192.0, 11221.0, 11200.0, 11224.0, 11199.0, 11222.0, 11240.0, 11223.0, 11219.0, 11220.0, 11224.0, 11187.0, 11216.0, 11186.0, 11207.0, 11222.0, 11219.0, 11215.0, 11214.0, 11217.0, 11187.0, 11208.0, 11183.0, 11210.0, 11242.0, 11225.0, 11256.0, 11226.0, 11260.0, 11228.0, 11240.0, 11233.0, 11249.0, 11226.0, 11232.0, 11222.0, 11229.0, 11258.0, 11222.0, 11240.0, 11218.0, 11223.0, 11197.0, 11205.0, 11230.0, 11203.0, 11213.0, 11227.0, 11213.0, 11179.0, 11196.0, 11173.0, 11203.0, 11175.0, 11215.0, 11222.0, 11227.0, 11257.0, 11232.0, 11240.0, 11228.0, 11246.0, 11234.0, 11263.0, 11232.0, 11239.0, 11227.0, 11245.0, 11225.0, 11219.0, 11196.0, 11203.0, 11180.0, 11191.0, 11216.0, 11214.0, 11211.0, 11182.0, 11188.0, 11189.0, 11203.0, 11172.0, 11198.0, 11201.0, 11194.0, 11197.0, 11189.0, 11186.0, 11177.0, 11204.0, 11192.0, 11215.0, 11190.0, 11197.0, 11188.0, 11200.0, 11230.0, 11187.0, 11211.0, 11221.0, 11230.0, 11198.0, 11219.0, 11185.0, 11207.0, 11193.0, 11219.0, 11226.0, 11201.0, 11210.0, 11202.0, 11209.0, 11214.0, 11222.0, 11201.0, 11218.0, 11198.0, 11209.0, 11183.0, 11225.0, 11243.0, 11226.0, 11232.0, 11232.0, 11234.0, 11203.0, 11224.0, 11187.0, 11226.0, 11219.0, 11223.0, 11214.0, 11226.0, 11196.0, 11250.0, 11229.0, 11257.0, 11276.0, 11249.0, 11263.0, 11233.0, 11247.0, 11223.0, 11231.0, 11240.0, 11224.0, 11250.0, 11195.0, 11205.0, 11217.0, 11193.0, 11208.0, 11193.0, 11196.0, 11167.0, 11180.0, 11178.0, 11193.0, 11214.0, 11184.0, 11215.0, 11221.0, 11218.0, 11202.0, 11220.0, 11203.0, 11229.0, 11203.0, 11230.0, 11234.0, 11220.0, 11215.0, 11218.0, 11215.0, 11204.0, 11222.0, 11194.0, 11239.0, 11219.0, 11226.0, 11192.0, 11228.0, 11208.0, 11245.0, 11272.0, 11234.0, 11236.0, 11222.0, 11218.0, 11218.0, 11222.0, 11223.0, 11226.0, 11207.0, 11217.0, 11190.0, 11202.0, 11216.0, 11212.0, 11212.0, 11200.0, 11209.0, 11183.0, 11193.0, 11194.0, 11211.0, 11213.0, 11210.0, 11210.0, 11207.0, 11199.0, 11207.0, 11195.0, 11223.0, 11194.0, 11196.0, 11172.0, 11193.0, 11158.0, 11183.0, 11201.0, 11209.0, 11199.0, 11195.0, 11200.0, 11191.0, 11190.0, 11193.0, 11210.0, 11223.0, 11206.0, 11210.0, 11211.0, 11205.0, 11225.0, 11224.0, 11241.0, 11240.0, 11232.0, 11229.0, 11220.0, 11225.0, 11240.0, 11205.0, 11242.0, 11230.0, 11223.0, 11237.0, 11198.0, 11216.0, 11197.0, 11213.0, 11215.0, 11212.0, 11203.0, 11218.0, 11230.0, 11218.0, 11189.0, 11230.0, 11198.0, 11218.0, 11197.0, 11207.0, 11233.0, 11199.0, 11213.0, 11208.0, 11194.0, 11174.0, 11201.0, 11170.0, 11194.0, 11169.0, 11195.0, 11230.0, 11174.0, 11181.0, 11173.0, 11191.0, 11160.0, 11193.0, 11179.0, 11202.0, 11218.0, 11192.0, 11203.0, 11200.0, 11207.0, 11204.0, 11218.0, 11221.0, 11243.0, 11206.0, 11227.0, 11228.0, 11223.0, 11213.0, 11203.0, 11217.0, 11198.0, 11222.0, 11217.0, 11200.0, 11195.0, 11195.0, 11208.0, 11178.0, 11204.0, 11185.0, 11218.0, 11234.0, 11200.0, 11212.0, 11206.0, 11232.0, 11205.0, 11228.0, 11220.0, 11225.0, 11224.0, 11220.0, 11217.0, 11218.0, 11221.0, 11224.0, 11239.0, 11209.0, 11226.0, 11221.0, 11227.0, 11240.0, 11264.0, 11252.0, 11264.0, 11249.0, 11263.0, 11258.0, 11265.0, 11263.0, 11268.0, 11241.0, 11248.0, 11222.0, 11227.0, 11223.0, 11222.0, 11249.0, 11235.0, 11232.0, 11200.0, 11206.0, 11197.0, 11207.0, 11199.0, 11212.0, 11224.0, 11208.0, 11218.0, 11216.0, 11203.0, 11208.0, 11228.0, 11228.0, 11202.0, 11212.0, 11178.0, 11220.0, 11192.0, 11199.0, 11193.0, 11200.0, 11202.0, 11199.0, 11187.0, 11194.0, 11199.0, 11198.0, 11208.0, 11198.0, 11191.0, 11207.0, 11193.0, 11187.0, 11204.0, 11189.0, 11214.0, 11194.0, 11197.0, 11189.0, 11195.0, 11177.0, 11196.0, 11205.0, 11222.0, 11256.0, 11217.0, 11228.0, 11215.0, 11213.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.0009058830548926014</td></tr>
<tr><td colspan=3>aqi</td><td>0.021736677207637233</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13225262830355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.318001197933096</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024603912425318</td></tr>
<tr><td colspan=3>efc</td><td>0.4894</td></tr>
<tr><td colspan=3>fber</td><td>6379.5161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07043496266883395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2386634844868735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.530965487699498</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4755053955248068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.771961479365834</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3454295882078524</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101831</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016555428504943848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03624988719820976</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.108164423621059</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>31.1493</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2587</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.7978</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293525.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>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.4571</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>651.4444</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4369.5666</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1118.9845</td></tr>
<tr><td colspan=3>tsnr</td><td>44.04406340746209</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>