<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>74251b0a3b2b63c807eedc11f49262f5</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>13:36:46.810000</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.999052, 0.0123631, -0.0417473, -0.0116831, 0.999796, 0.0164922]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967285</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>[4145, -7706, -7265, 724, 14, 25, -68, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b43677d-22da-4b98-b3f1-4a6da22037f9||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.68038272857666, -0.031344976276159286, -0.11324530839920044, 119.63668060302734], [-0.033169232308864594, 2.6823787689208984, 0.04316973313689232, -97.70323181152344], [-0.11200506240129471, -0.044247280806303024, 2.6972784996032715, -56.5930061340332], [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': ['133646.810000', '133647.270000', '133647.730000', '133648.190000', '133648.650000', '133649.110000', '133649.570000', '133650.030000', '133650.490000', '133650.950000', '133651.410000', '133651.870000', '133652.330000', '133652.790000', '133653.250000', '133653.710000', '133654.170000', '133654.630000', '133655.090000', '133655.550000', '133656.010000', '133656.470000', '133656.930000', '133657.390000', '133657.850000', '133658.310000', '133658.770000', '133659.230000', '133659.690000', '133700.150000', '133700.610000', '133701.070000', '133701.530000', '133701.990000', '133702.450000', '133702.910000', '133703.370000', '133703.830000', '133704.290000', '133704.750000', '133705.210000', '133705.670000', '133706.130000', '133706.590000', '133707.050000', '133707.510000', '133707.970000', '133708.430000', '133708.890000', '133709.350000', '133709.810000', '133710.270000', '133710.730000', '133711.190000', '133711.650000', '133712.110000', '133712.570000', '133713.030000', '133713.490000', '133713.950000', '133714.410000', '133714.870000', '133715.330000', '133715.790000', '133716.250000', '133716.710000', '133717.170000', '133717.630000', '133718.090000', '133718.550000', '133719.010000', '133719.470000', '133719.930000', '133720.390000', '133720.850000', '133721.310000', '133721.770000', '133722.230000', '133722.690000', '133723.150000', '133723.610000', '133724.070000', '133724.530000', '133724.990000', '133725.450000', '133725.910000', '133726.370000', '133726.830000', '133727.290000', '133727.750000', '133728.210000', '133728.670000', '133729.130000', '133729.590000', '133730.050000', '133730.510000', '133730.970000', '133731.430000', '133731.890000', '133732.350000', '133732.810000', '133733.270000', '133733.730000', '133734.190000', '133734.650000', '133735.110000', '133735.570000', '133736.030000', '133736.490000', '133736.950000', '133737.410000', '133737.870000', '133738.330000', '133738.790000', '133739.250000', '133739.710000', '133740.170000', '133740.630000', '133741.090000', '133741.550000', '133742.010000', '133742.470000', '133742.930000', '133743.390000', '133743.850000', '133744.310000', '133744.770000', '133745.230000', '133745.690000', '133746.150000', '133746.610000', '133747.070000', '133747.530000', '133747.990000', '133748.450000', '133748.910000', '133749.370000', '133749.830000', '133750.290000', '133750.750000', '133751.210000', '133751.670000', '133752.130000', '133752.590000', '133753.050000', '133753.510000', '133753.970000', '133754.430000', '133754.890000', '133755.350000', '133755.810000', '133756.270000', '133756.730000', '133757.190000', '133757.650000', '133758.110000', '133758.570000', '133759.030000', '133759.490000', '133759.950000', '133800.410000', '133800.870000', '133801.330000', '133801.790000', '133802.250000', '133802.710000', '133803.170000', '133803.630000', '133804.090000', '133804.550000', '133805.010000', '133805.470000', '133805.930000', '133806.390000', '133806.850000', '133807.310000', '133807.770000', '133808.230000', '133808.690000', '133809.150000', '133809.610000', '133810.070000', '133810.530000', '133810.990000', '133811.450000', '133811.910000', '133812.370000', '133812.830000', '133813.290000', '133813.750000', '133814.210000', '133814.670000', '133815.130000', '133815.590000', '133816.050000', '133816.510000', '133816.970000', '133817.430000', '133817.890000', '133818.350000', '133818.810000', '133819.270000', '133819.730000', '133820.190000', '133820.650000', '133821.110000', '133821.570000', '133822.030000', '133822.490000', '133822.950000', '133823.410000', '133823.870000', '133824.330000', '133824.790000', '133825.250000', '133825.710000', '133826.170000', '133826.630000', '133827.090000', '133827.550000', '133828.010000', '133828.470000', '133828.930000', '133829.390000', '133829.850000', '133830.310000', '133830.770000', '133831.230000', '133831.690000', '133832.150000', '133832.610000', '133833.070000', '133833.530000', '133833.990000', '133834.450000', '133834.910000', '133835.370000', '133835.830000', '133836.290000', '133836.750000', '133837.210000', '133837.670000', '133838.130000', '133838.590000', '133839.050000', '133839.510000', '133839.970000', '133840.430000', '133840.890000', '133841.350000', '133841.810000', '133842.270000', '133842.730000', '133843.190000', '133843.650000', '133844.110000', '133844.570000', '133845.030000', '133845.490000', '133845.950000', '133846.410000', '133846.870000', '133847.330000', '133847.790000', '133848.250000', '133848.710000', '133849.170000', '133849.630000', '133850.090000', '133850.550000', '133851.010000', '133851.470000', '133851.930000', '133852.390000', '133852.850000', '133853.310000', '133853.770000', '133854.230000', '133854.690000', '133855.150000', '133855.610000', '133856.070000', '133856.530000', '133856.990000', '133857.450000', '133857.910000', '133858.370000', '133858.830000', '133859.290000', '133859.750000', '133900.210000', '133900.670000', '133901.130000', '133901.590000', '133902.050000', '133902.510000', '133902.970000', '133903.430000', '133903.890000', '133904.350000', '133904.810000', '133905.270000', '133905.730000', '133906.190000', '133906.650000', '133907.110000', '133907.570000', '133908.030000', '133908.490000', '133908.950000', '133909.410000', '133909.870000', '133910.330000', '133910.790000', '133911.250000', '133911.710000', '133912.170000', '133912.630000', '133913.090000', '133913.550000', '133914.010000', '133914.470000', '133914.930000', '133915.390000', '133915.850000', '133916.310000', '133916.770000', '133917.230000', '133917.690000', '133918.150000', '133918.610000', '133919.070000', '133919.530000', '133919.990000', '133920.450000', '133920.910000', '133921.370000', '133921.830000', '133922.290000', '133922.750000', '133923.210000', '133923.670000', '133924.130000', '133924.590000', '133925.050000', '133925.510000', '133925.970000', '133926.430000', '133926.890000', '133927.350000', '133927.810000', '133928.270000', '133928.730000', '133929.190000', '133929.650000', '133930.110000', '133930.570000', '133931.030000', '133931.490000', '133931.950000', '133932.410000', '133932.870000', '133933.330000', '133933.790000', '133934.250000', '133934.710000', '133935.170000', '133935.630000', '133936.090000', '133936.550000', '133937.010000', '133937.470000', '133937.930000', '133938.390000', '133938.850000', '133939.310000', '133939.770000', '133940.230000', '133940.690000', '133941.150000', '133941.610000', '133942.070000', '133942.530000', '133942.990000', '133943.450000', '133943.910000', '133944.370000', '133944.830000', '133945.290000', '133945.750000', '133946.210000', '133946.670000', '133947.130000', '133947.590000', '133948.050000', '133948.510000', '133948.970000', '133949.430000', '133949.890000', '133950.350000', '133950.810000', '133951.270000', '133951.730000', '133952.190000', '133952.650000', '133953.110000', '133953.570000', '133954.030000', '133954.490000', '133954.950000', '133955.410000', '133955.870000', '133956.330000', '133956.790000', '133957.250000', '133957.710000', '133958.170000', '133958.630000', '133959.090000', '133959.550000', '134000.010000', '134000.470000', '134000.930000', '134001.390000', '134001.850000', '134002.310000', '134002.770000', '134003.230000', '134003.690000', '134004.150000', '134004.610000', '134005.070000', '134005.530000', '134005.990000', '134006.450000', '134006.910000', '134007.370000', '134007.830000', '134008.290000', '134008.750000', '134009.210000', '134009.670000', '134010.130000', '134010.590000', '134011.050000', '134011.510000', '134011.970000', '134012.430000', '134012.890000', '134013.350000', '134013.810000', '134014.270000', '134014.730000', '134015.190000', '134015.650000', '134016.110000', '134016.570000', '134017.030000', '134017.490000', '134017.950000', '134018.410000', '134018.870000', '134019.330000', '134019.790000', '134020.250000', '134020.710000', '134021.170000', '134021.630000', '134022.090000', '134022.550000', '134023.010000', '134023.470000', '134023.930000', '134024.390000', '134024.850000', '134025.310000', '134025.770000', '134026.230000', '134026.690000', '134027.150000', '134027.610000', '134028.070000', '134028.530000', '134028.990000', '134029.450000', '134029.910000', '134030.370000', '134030.830000', '134031.290000', '134031.750000', '134032.210000', '134032.670000', '134033.130000', '134033.590000', '134034.050000', '134034.510000', '134034.970000', '134035.430000', '134035.890000', '134036.350000', '134036.810000', '134037.270000', '134037.730000', '134038.190000', '134038.650000', '134039.110000', '134039.570000', '134040.030000', '134040.490000', '134040.950000', '134041.410000', '134041.870000', '134042.330000', '134042.790000', '134043.250000', '134043.710000', '134044.170000', '134044.630000', '134045.090000', '134045.550000', '134046.010000', '134046.470000', '134046.930000', '134047.390000', '134047.850000', '134048.310000', '134048.770000', '134049.230000', '134049.690000', '134050.150000', '134050.610000', '134051.070000', '134051.530000', '134051.990000', '134052.450000', '134052.910000', '134053.370000', '134053.830000', '134054.290000', '134054.750000', '134055.210000', '134055.670000', '134056.130000', '134056.590000', '134057.050000', '134057.510000', '134057.970000', '134058.430000', '134058.890000', '134059.350000', '134059.810000', '134100.270000', '134100.730000', '134101.190000', '134101.650000', '134102.110000', '134102.570000', '134103.030000', '134103.490000', '134103.950000', '134104.410000', '134104.870000', '134105.330000', '134105.790000', '134106.250000', '134106.710000', '134107.170000', '134107.630000', '134108.090000', '134108.550000', '134109.010000', '134109.470000', '134109.930000', '134110.390000', '134110.850000', '134111.310000', '134111.770000', '134112.230000', '134112.690000', '134113.150000', '134113.610000', '134114.070000', '134114.530000', '134114.990000', '134115.450000', '134115.910000', '134116.370000', '134116.830000', '134117.290000', '134117.750000', '134118.210000', '134118.670000', '134119.130000', '134119.590000', '134120.050000', '134120.510000', '134120.970000', '134121.430000', '134121.890000', '134122.350000', '134122.810000', '134123.270000', '134123.730000', '134124.190000', '134124.650000', '134125.110000', '134125.570000', '134126.030000', '134126.490000', '134126.950000', '134127.410000', '134127.870000', '134128.330000', '134128.790000', '134129.250000', '134129.710000', '134130.170000', '134130.630000', '134131.090000', '134131.550000', '134132.010000', '134132.470000', '134132.930000', '134133.390000', '134133.850000', '134134.310000', '134134.770000', '134135.230000', '134135.690000', '134136.150000', '134136.610000', '134137.070000', '134137.530000', '134137.990000', '134138.450000', '134138.910000', '134139.370000', '134139.830000', '134140.290000', '134140.750000', '134141.210000', '134141.670000', '134142.130000', '134142.590000', '134143.050000', '134143.510000', '134143.970000', '134144.430000', '134144.890000', '134145.350000', '134145.810000', '134146.270000', '134146.730000', '134147.190000', '134147.650000', '134148.110000', '134148.570000', '134149.030000', '134149.490000', '134149.950000', '134150.410000', '134150.870000', '134151.330000', '134151.790000', '134152.250000', '134152.710000', '134153.170000', '134153.630000', '134154.090000', '134154.550000', '134155.010000', '134155.470000', '134155.930000', '134156.390000', '134156.850000', '134157.310000', '134157.770000', '134158.230000', '134158.690000', '134159.150000', '134159.610000', '134200.070000', '134200.530000', '134200.990000', '134201.450000', '134201.910000', '134202.370000', '134202.830000', '134203.290000', '134203.750000', '134204.210000', '134204.670000', '134205.130000', '134205.590000', '134206.050000', '134206.510000', '134206.970000', '134207.430000', '134207.890000', '134208.350000', '134208.810000', '134209.270000', '134209.730000', '134210.190000', '134210.650000', '134211.110000', '134211.570000', '134212.030000', '134212.490000', '134212.950000', '134213.410000', '134213.870000', '134214.330000', '134214.790000', '134215.250000', '134215.710000', '134216.170000', '134216.630000', '134217.090000', '134217.550000', '134218.010000', '134218.470000', '134218.930000', '134219.390000', '134219.850000', '134220.310000', '134220.770000', '134221.230000', '134221.690000', '134222.150000', '134222.610000', '134223.070000', '134223.530000', '134223.990000', '134224.450000', '134224.910000', '134225.370000', '134225.830000', '134226.290000', '134226.750000', '134227.210000', '134227.670000', '134228.130000', '134228.590000', '134229.050000', '134229.510000', '134229.970000', '134230.430000', '134230.890000', '134231.350000', '134231.810000', '134232.270000', '134232.730000', '134233.190000', '134233.650000', '134234.110000', '134234.570000', '134235.030000', '134235.490000', '134235.950000', '134236.410000', '134236.870000', '134237.330000', '134237.790000', '134238.250000', '134238.710000', '134239.170000', '134239.630000', '134240.090000', '134240.550000', '134241.010000', '134241.470000', '134241.930000', '134242.390000', '134242.850000', '134243.310000', '134243.770000', '134244.230000', '134244.690000', '134245.150000', '134245.610000', '134246.070000', '134246.530000', '134246.990000', '134247.450000', '134247.910000', '134248.370000', '134248.830000', '134249.290000', '134249.750000', '134250.210000', '134250.670000', '134251.130000', '134251.590000', '134252.050000', '134252.510000', '134252.970000', '134253.430000', '134253.890000', '134254.350000', '134254.810000', '134255.270000', '134255.730000', '134256.190000', '134256.650000', '134257.110000', '134257.570000', '134258.030000', '134258.490000', '134258.950000', '134259.410000', '134259.870000', '134300.330000', '134300.790000', '134301.250000', '134301.710000', '134302.170000', '134302.630000', '134303.090000', '134303.550000', '134304.010000', '134304.470000', '134304.930000', '134305.390000', '134305.850000', '134306.310000', '134306.770000', '134307.230000', '134307.690000', '134308.150000', '134308.610000', '134309.070000', '134309.530000', '134309.990000', '134310.450000', '134310.910000', '134311.370000', '134311.830000', '134312.290000'], 'ContentTime': ['133657.853000', '133657.856000', '133657.859000', '133657.861000', '133657.864000', '133657.867000', '133657.869000', '133657.872000', '133657.875000', '133657.877000', '133657.880000', '133657.882000', '133657.885000', '133657.888000', '133657.890000', '133657.893000', '133657.895000', '133657.898000', '133657.901000', '133657.903000', '133657.906000', '133657.909000', '133717.815000', '133717.818000', '133717.821000', '133717.823000', '133717.826000', '133717.829000', '133717.831000', '133717.834000', '133717.837000', '133717.839000', '133717.842000', '133717.844000', '133717.847000', '133717.850000', '133717.852000', '133717.861000', '133717.864000', '133717.866000', '133717.869000', '133717.872000', '133717.875000', '133717.877000', '133717.880000', '133717.882000', '133717.888000', '133717.891000', '133717.893000', '133717.896000', '133717.899000', '133717.901000', '133717.904000', '133717.906000', '133717.909000', '133717.912000', '133717.914000', '133717.917000', '133717.920000', '133717.922000', '133717.925000', '133717.927000', '133717.930000', '133717.933000', '133717.939000', '133737.815000', '133737.818000', '133737.821000', '133737.823000', '133737.826000', '133737.829000', '133737.831000', '133737.834000', '133737.837000', '133737.839000', '133737.842000', '133737.844000', '133737.847000', '133737.850000', '133737.852000', '133737.855000', '133737.858000', '133737.860000', '133737.863000', '133737.866000', '133737.868000', '133737.871000', '133737.874000', '133737.876000', '133737.879000', '133737.881000', '133737.884000', '133737.886000', '133737.889000', '133737.892000', '133737.894000', '133737.897000', '133737.899000', '133737.902000', '133737.905000', '133737.907000', '133737.910000', '133737.912000', '133737.915000', '133737.918000', '133737.920000', '133737.923000', '133737.925000', '133737.928000', '133757.816000', '133757.818000', '133757.821000', '133757.824000', '133757.827000', '133757.830000', '133757.832000', '133757.835000', '133757.837000', '133757.840000', '133757.843000', '133757.845000', '133757.848000', '133757.851000', '133757.853000', '133757.856000', '133757.858000', '133757.861000', '133757.864000', '133757.866000', '133757.869000', '133757.872000', '133757.874000', '133757.877000', '133757.880000', '133757.882000', '133757.885000', '133757.887000', '133757.890000', '133757.892000', '133757.895000', '133757.898000', '133757.900000', '133757.903000', '133757.906000', '133757.908000', '133757.911000', '133757.913000', '133757.916000', '133757.919000', '133757.921000', '133757.924000', '133757.927000', '133817.816000', '133817.818000', '133817.821000', '133817.833000', '133817.836000', '133817.839000', '133817.841000', '133817.844000', '133817.847000', '133817.849000', '133817.852000', '133817.854000', '133817.857000', '133817.860000', '133817.862000', '133817.865000', '133817.868000', '133817.870000', '133817.873000', '133817.875000', '133817.878000', '133817.881000', '133817.883000', '133817.886000', '133817.889000', '133817.891000', '133817.894000', '133817.897000', '133817.899000', '133817.902000', '133817.904000', '133817.907000', '133817.910000', '133817.913000', '133817.915000', '133817.918000', '133817.920000', '133817.923000', '133817.925000', '133817.928000', '133817.931000', '133817.933000', '133817.936000', '133817.938000', '133837.816000', '133837.819000', '133837.821000', '133837.824000', '133837.827000', '133837.829000', '133837.832000', '133837.835000', '133837.837000', '133837.840000', '133837.843000', '133837.845000', '133837.848000', '133837.850000', '133837.853000', '133837.856000', '133837.859000', '133837.861000', '133837.864000', '133837.866000', '133837.869000', '133837.872000', '133837.874000', '133837.877000', '133837.879000', '133837.882000', '133837.885000', '133837.887000', '133837.890000', '133837.893000', '133837.895000', '133837.898000', '133837.901000', '133837.903000', '133837.906000', '133837.908000', '133837.911000', '133837.914000', '133837.916000', '133837.919000', '133837.921000', '133837.924000', '133837.927000', '133857.816000', '133857.819000', '133857.822000', '133857.825000', '133857.827000', '133857.830000', '133857.833000', '133857.835000', '133857.838000', '133857.840000', '133857.843000', '133857.846000', '133857.848000', '133857.851000', '133857.853000', '133857.856000', '133857.859000', '133857.861000', '133857.864000', '133857.867000', '133857.869000', '133857.872000', '133857.874000', '133857.877000', '133857.880000', '133857.882000', '133857.885000', '133857.888000', '133857.890000', '133857.893000', '133857.896000', '133857.898000', '133857.901000', '133857.904000', '133857.906000', '133857.909000', '133857.912000', '133857.915000', '133857.917000', '133857.920000', '133857.922000', '133857.925000', '133857.928000', '133917.817000', '133917.820000', '133917.823000', '133917.825000', '133917.828000', '133917.830000', '133917.833000', '133917.836000', '133917.838000', '133917.841000', '133917.844000', '133917.846000', '133917.849000', '133917.851000', '133917.854000', '133917.857000', '133917.859000', '133917.862000', '133917.865000', '133917.867000', '133917.870000', '133917.873000', '133917.876000', '133917.878000', '133917.881000', '133917.883000', '133917.886000', '133917.889000', '133917.891000', '133917.894000', '133917.897000', '133917.900000', '133917.902000', '133917.905000', '133917.908000', '133917.910000', '133917.913000', '133917.915000', '133917.918000', '133917.921000', '133917.923000', '133917.926000', '133917.929000', '133917.931000', '133937.815000', '133937.818000', '133937.821000', '133937.823000', '133937.826000', '133937.829000', '133937.831000', '133937.834000', '133937.837000', '133937.839000', '133937.842000', '133937.844000', '133937.847000', '133937.850000', '133937.852000', '133937.855000', '133937.858000', '133937.860000', '133937.863000', '133937.867000', '133937.870000', '133937.873000', '133937.875000', '133937.878000', '133937.890000', '133937.893000', '133937.896000', '133937.898000', '133937.901000', '133937.904000', '133937.907000', '133937.909000', '133937.912000', '133937.914000', '133937.917000', '133937.920000', '133937.923000', '133937.925000', '133937.928000', '133937.930000', '133937.933000', '133937.936000', '133937.950000', '133957.816000', '133957.819000', '133957.821000', '133957.824000', '133957.827000', '133957.829000', '133957.832000', '133957.835000', '133957.837000', '133957.840000', '133957.842000', '133957.845000', '133957.848000', '133957.851000', '133957.853000', '133957.856000', '133957.858000', '133957.861000', '133957.864000', '133957.866000', '133957.869000', '133957.872000', '133957.874000', '133957.877000', '133957.879000', '133957.882000', '133957.885000', '133957.888000', '133957.890000', '133957.893000', '133957.896000', '133957.898000', '133957.901000', '133957.904000', '133957.906000', '133957.909000', '133957.911000', '133957.914000', '133957.917000', '133957.919000', '133957.922000', '133957.925000', '133957.927000', '133957.930000', '134017.816000', '134017.819000', '134017.821000', '134017.824000', '134017.827000', '134017.829000', '134017.832000', '134017.835000', '134017.837000', '134017.840000', '134017.842000', '134017.845000', '134017.848000', '134017.850000', '134017.853000', '134017.856000', '134017.858000', '134017.861000', '134017.864000', '134017.866000', '134017.869000', '134017.872000', '134017.874000', '134017.877000', '134017.879000', '134017.882000', '134017.885000', '134017.888000', '134017.890000', '134017.893000', '134017.895000', '134017.898000', '134017.901000', '134017.903000', '134017.906000', '134017.909000', '134017.911000', '134017.914000', '134017.916000', '134017.919000', '134017.922000', '134017.924000', '134017.927000', '134037.816000', '134037.818000', '134037.821000', '134037.824000', '134037.826000', '134037.829000', '134037.832000', '134037.834000', '134037.837000', '134037.840000', '134037.842000', '134037.845000', '134037.848000', '134037.850000', '134037.853000', '134037.855000', '134037.858000', '134037.861000', '134037.863000', '134037.866000', '134037.869000', '134037.871000', '134037.874000', '134037.877000', '134037.879000', '134037.882000', '134037.885000', '134037.888000', '134037.890000', '134037.893000', '134037.896000', '134037.898000', '134037.901000', '134037.903000', '134037.906000', '134037.909000', '134037.911000', '134037.914000', '134037.917000', '134037.919000', '134037.922000', '134037.925000', '134037.927000', '134037.930000', '134057.816000', '134057.818000', '134057.821000', '134057.824000', '134057.827000', '134057.829000', '134057.832000', '134057.834000', '134057.837000', '134057.840000', '134057.843000', '134057.845000', '134057.848000', '134057.851000', '134057.853000', '134057.856000', '134057.860000', '134057.863000', '134057.865000', '134057.891000', '134057.894000', '134057.896000', '134057.899000', '134057.901000', '134057.904000', '134057.908000', '134057.911000', '134057.914000', '134057.917000', '134057.919000', '134057.922000', '134057.924000', '134057.927000', '134057.930000', '134057.932000', '134057.935000', '134057.937000', '134057.940000', '134057.943000', '134057.945000', '134057.948000', '134057.951000', '134057.953000', '134117.817000', '134117.820000', '134117.822000', '134117.826000', '134117.828000', '134117.831000', '134117.834000', '134117.836000', '134117.839000', '134117.842000', '134117.844000', '134117.847000', '134117.850000', '134117.853000', '134117.855000', '134117.858000', '134117.860000', '134117.863000', '134117.866000', '134117.868000', '134117.871000', '134117.873000', '134117.876000', '134117.879000', '134117.916000', '134117.919000', '134117.921000', '134117.924000', '134117.927000', '134117.929000', '134117.932000', '134117.935000', '134117.937000', '134117.940000', '134117.942000', '134117.945000', '134117.948000', '134117.950000', '134117.953000', '134117.955000', '134117.958000', '134117.961000', '134117.963000', '134117.966000', '134137.817000', '134137.820000', '134137.822000', '134137.825000', '134137.828000', '134137.830000', '134137.833000', '134137.835000', '134137.838000', '134137.841000', '134137.843000', '134137.846000', '134137.849000', '134137.851000', '134137.854000', '134137.857000', '134137.859000', '134137.862000', '134137.865000', '134137.868000', '134137.871000', '134137.874000', '134137.877000', '134137.879000', '134137.882000', '134137.885000', '134137.887000', '134137.890000', '134137.893000', '134137.895000', '134137.898000', '134137.901000', '134137.903000', '134137.906000', '134137.909000', '134137.911000', '134137.914000', '134137.917000', '134137.919000', '134137.922000', '134137.925000', '134137.927000', '134137.930000', '134157.816000', '134157.818000', '134157.822000', '134157.824000', '134157.827000', '134157.829000', '134157.832000', '134157.835000', '134157.837000', '134157.840000', '134157.843000', '134157.845000', '134157.848000', '134157.850000', '134157.860000', '134157.863000', '134157.865000', '134157.868000', '134157.871000', '134157.873000', '134157.876000', '134157.879000', '134157.882000', '134157.884000', '134157.887000', '134157.889000', '134157.892000', '134157.895000', '134157.897000', '134157.900000', '134157.903000', '134157.905000', '134157.908000', '134157.910000', '134157.913000', '134157.916000', '134157.918000', '134157.921000', '134157.924000', '134157.926000', '134157.929000', '134157.932000', '134157.934000', '134157.937000', '134217.816000', '134217.818000', '134217.821000', '134217.824000', '134217.827000', '134217.829000', '134217.832000', '134217.835000', '134217.837000', '134217.840000', '134217.843000', '134217.845000', '134217.848000', '134217.851000', '134217.854000', '134217.856000', '134217.859000', '134217.862000', '134217.864000', '134217.867000', '134217.870000', '134217.872000', '134217.875000', '134217.878000', '134217.880000', '134217.883000', '134217.885000', '134217.897000', '134217.900000', '134217.902000', '134217.905000', '134217.908000', '134217.910000', '134217.913000', '134217.916000', '134217.920000', '134217.923000', '134217.926000', '134217.928000', '134217.931000', '134217.934000', '134217.936000', '134217.939000', '134237.816000', '134237.819000', '134237.821000', '134237.824000', '134237.827000', '134237.830000', '134237.832000', '134237.835000', '134237.838000', '134237.840000', '134237.843000', '134237.846000', '134237.848000', '134237.851000', '134237.854000', '134237.856000', '134237.859000', '134237.861000', '134237.864000', '134237.867000', '134237.869000', '134237.872000', '134237.875000', '134237.877000', '134237.880000', '134237.882000', '134237.885000', '134237.888000', '134237.890000', '134237.893000', '134237.896000', '134237.898000', '134237.901000', '134237.904000', '134237.926000', '134237.929000', '134237.932000', '134237.935000', '134237.937000', '134237.940000', '134237.942000', '134237.945000', '134237.948000', '134237.950000', '134257.816000', '134257.818000', '134257.821000', '134257.824000', '134257.827000', '134257.829000', '134257.832000', '134257.835000', '134257.837000', '134257.840000', '134257.842000', '134257.845000', '134257.848000', '134257.850000', '134257.853000', '134257.856000', '134257.858000', '134257.861000', '134257.864000', '134257.866000', '134257.869000', '134257.872000', '134257.874000', '134257.877000', '134257.880000', '134257.883000', '134257.885000', '134257.888000', '134257.891000', '134257.893000', '134257.896000', '134257.899000', '134257.901000', '134257.904000', '134257.907000', '134257.910000', '134257.912000', '134257.915000', '134257.917000', '134257.920000', '134257.923000', '134257.925000', '134257.928000', '134313.558000', '134313.561000', '134313.564000', '134313.567000', '134313.570000', '134313.573000', '134313.576000', '134313.579000', '134313.582000', '134313.584000', '134313.587000', '134313.590000', '134313.593000', '134313.595000', '134313.598000', '134313.601000', '134313.605000', '134313.608000', '134313.612000', '134313.617000', '134313.621000', '134313.624000', '134313.627000', '134313.630000', '134313.633000', '134313.635000', '134313.638000', '134313.641000', '134313.644000', '134313.647000', '134313.650000', '134313.653000', '134313.656000', '134313.662000', '134313.665000'], 'InstanceCreationTime': ['133657.853000', '133657.856000', '133657.859000', '133657.861000', '133657.864000', '133657.867000', '133657.869000', '133657.872000', '133657.875000', '133657.877000', '133657.880000', '133657.882000', '133657.885000', '133657.888000', '133657.890000', '133657.893000', '133657.895000', '133657.898000', '133657.901000', '133657.903000', '133657.906000', '133657.909000', '133717.815000', '133717.818000', '133717.821000', '133717.823000', '133717.826000', '133717.829000', '133717.831000', '133717.834000', '133717.837000', '133717.839000', '133717.842000', '133717.844000', '133717.847000', '133717.850000', '133717.852000', '133717.861000', '133717.864000', '133717.866000', '133717.869000', '133717.872000', '133717.875000', '133717.877000', '133717.880000', '133717.882000', '133717.888000', '133717.891000', '133717.893000', '133717.896000', '133717.899000', '133717.901000', '133717.904000', '133717.906000', '133717.909000', '133717.912000', '133717.914000', '133717.917000', '133717.920000', '133717.922000', '133717.925000', '133717.927000', '133717.930000', '133717.933000', '133717.939000', '133737.815000', '133737.818000', '133737.821000', '133737.823000', '133737.826000', '133737.829000', '133737.831000', '133737.834000', '133737.837000', '133737.839000', '133737.842000', '133737.844000', '133737.847000', '133737.850000', '133737.852000', '133737.855000', '133737.858000', '133737.860000', '133737.863000', '133737.866000', '133737.868000', '133737.871000', '133737.874000', '133737.876000', '133737.879000', '133737.881000', '133737.884000', '133737.886000', '133737.889000', '133737.892000', '133737.894000', '133737.897000', '133737.899000', '133737.902000', '133737.905000', '133737.907000', '133737.910000', '133737.912000', '133737.915000', '133737.918000', '133737.920000', '133737.923000', '133737.925000', '133737.928000', '133757.816000', '133757.818000', '133757.821000', '133757.824000', '133757.827000', '133757.830000', '133757.832000', '133757.835000', '133757.837000', '133757.840000', '133757.843000', '133757.845000', '133757.848000', '133757.851000', '133757.853000', '133757.856000', '133757.858000', '133757.861000', '133757.864000', '133757.866000', '133757.869000', '133757.872000', '133757.874000', '133757.877000', '133757.880000', '133757.882000', '133757.885000', '133757.887000', '133757.890000', '133757.892000', '133757.895000', '133757.898000', '133757.900000', '133757.903000', '133757.906000', '133757.908000', '133757.911000', '133757.913000', '133757.916000', '133757.919000', '133757.921000', '133757.924000', '133757.927000', '133817.816000', '133817.818000', '133817.821000', '133817.833000', '133817.836000', '133817.839000', '133817.841000', '133817.844000', '133817.847000', '133817.849000', '133817.852000', '133817.854000', '133817.857000', '133817.860000', '133817.862000', '133817.865000', '133817.868000', '133817.870000', '133817.873000', '133817.875000', '133817.878000', '133817.881000', '133817.883000', '133817.886000', '133817.889000', '133817.891000', '133817.894000', '133817.897000', '133817.899000', '133817.902000', '133817.904000', '133817.907000', '133817.910000', '133817.913000', '133817.915000', '133817.918000', '133817.920000', '133817.923000', '133817.925000', '133817.928000', '133817.931000', '133817.933000', '133817.936000', '133817.938000', '133837.816000', '133837.819000', '133837.821000', '133837.824000', '133837.827000', '133837.829000', '133837.832000', '133837.835000', '133837.837000', '133837.840000', '133837.843000', '133837.845000', '133837.848000', '133837.850000', '133837.853000', '133837.856000', '133837.859000', '133837.861000', '133837.864000', '133837.866000', '133837.869000', '133837.872000', '133837.874000', '133837.877000', '133837.879000', '133837.882000', '133837.885000', '133837.887000', '133837.890000', '133837.893000', '133837.895000', '133837.898000', '133837.901000', '133837.903000', '133837.906000', '133837.908000', '133837.911000', '133837.914000', '133837.916000', '133837.919000', '133837.921000', '133837.924000', '133837.927000', '133857.816000', '133857.819000', '133857.822000', '133857.825000', '133857.827000', '133857.830000', '133857.833000', '133857.835000', '133857.838000', '133857.840000', '133857.843000', '133857.846000', '133857.848000', '133857.851000', '133857.853000', '133857.856000', '133857.859000', '133857.861000', '133857.864000', '133857.867000', '133857.869000', '133857.872000', '133857.874000', '133857.877000', '133857.880000', '133857.882000', '133857.885000', '133857.888000', '133857.890000', '133857.893000', '133857.896000', '133857.898000', '133857.901000', '133857.904000', '133857.906000', '133857.909000', '133857.912000', '133857.915000', '133857.917000', '133857.920000', '133857.922000', '133857.925000', '133857.928000', '133917.817000', '133917.820000', '133917.823000', '133917.825000', '133917.828000', '133917.830000', '133917.833000', '133917.836000', '133917.838000', '133917.841000', '133917.844000', '133917.846000', '133917.849000', '133917.851000', '133917.854000', '133917.857000', '133917.859000', '133917.862000', '133917.865000', '133917.867000', '133917.870000', '133917.873000', '133917.876000', '133917.878000', '133917.881000', '133917.883000', '133917.886000', '133917.889000', '133917.891000', '133917.894000', '133917.897000', '133917.900000', '133917.902000', '133917.905000', '133917.908000', '133917.910000', '133917.913000', '133917.915000', '133917.918000', '133917.921000', '133917.923000', '133917.926000', '133917.929000', '133917.931000', '133937.815000', '133937.818000', '133937.821000', '133937.823000', '133937.826000', '133937.829000', '133937.831000', '133937.834000', '133937.837000', '133937.839000', '133937.842000', '133937.844000', '133937.847000', '133937.850000', '133937.852000', '133937.855000', '133937.858000', '133937.860000', '133937.863000', '133937.867000', '133937.870000', '133937.873000', '133937.875000', '133937.878000', '133937.890000', '133937.893000', '133937.896000', '133937.898000', '133937.901000', '133937.904000', '133937.907000', '133937.909000', '133937.912000', '133937.914000', '133937.917000', '133937.920000', '133937.923000', '133937.925000', '133937.928000', '133937.930000', '133937.933000', '133937.936000', '133937.950000', '133957.816000', '133957.819000', '133957.821000', '133957.824000', '133957.827000', '133957.829000', '133957.832000', '133957.835000', '133957.837000', '133957.840000', '133957.842000', '133957.845000', '133957.848000', '133957.851000', '133957.853000', '133957.856000', '133957.858000', '133957.861000', '133957.864000', '133957.866000', '133957.869000', '133957.872000', '133957.874000', '133957.877000', '133957.879000', '133957.882000', '133957.885000', '133957.888000', '133957.890000', '133957.893000', '133957.896000', '133957.898000', '133957.901000', '133957.904000', '133957.906000', '133957.909000', '133957.911000', '133957.914000', '133957.917000', '133957.919000', '133957.922000', '133957.925000', '133957.927000', '133957.930000', '134017.816000', '134017.819000', '134017.821000', '134017.824000', '134017.827000', '134017.829000', '134017.832000', '134017.835000', '134017.837000', '134017.840000', '134017.842000', '134017.845000', '134017.848000', '134017.850000', '134017.853000', '134017.856000', '134017.858000', '134017.861000', '134017.864000', '134017.866000', '134017.869000', '134017.872000', '134017.874000', '134017.877000', '134017.879000', '134017.882000', '134017.885000', '134017.888000', '134017.890000', '134017.893000', '134017.895000', '134017.898000', '134017.901000', '134017.903000', '134017.906000', '134017.909000', '134017.911000', '134017.914000', '134017.916000', '134017.919000', '134017.922000', '134017.924000', '134017.927000', '134037.816000', '134037.818000', '134037.821000', '134037.824000', '134037.826000', '134037.829000', '134037.832000', '134037.834000', '134037.837000', '134037.840000', '134037.842000', '134037.845000', '134037.848000', '134037.850000', '134037.853000', '134037.855000', '134037.858000', '134037.861000', '134037.863000', '134037.866000', '134037.869000', '134037.871000', '134037.874000', '134037.877000', '134037.879000', '134037.882000', '134037.885000', '134037.888000', '134037.890000', '134037.893000', '134037.896000', '134037.898000', '134037.901000', '134037.903000', '134037.906000', '134037.909000', '134037.911000', '134037.914000', '134037.917000', '134037.919000', '134037.922000', '134037.925000', '134037.927000', '134037.930000', '134057.816000', '134057.818000', '134057.821000', '134057.824000', '134057.827000', '134057.829000', '134057.832000', '134057.834000', '134057.837000', '134057.840000', '134057.843000', '134057.845000', '134057.848000', '134057.851000', '134057.853000', '134057.856000', '134057.860000', '134057.863000', '134057.865000', '134057.891000', '134057.894000', '134057.896000', '134057.899000', '134057.901000', '134057.904000', '134057.908000', '134057.911000', '134057.914000', '134057.917000', '134057.919000', '134057.922000', '134057.924000', '134057.927000', '134057.930000', '134057.932000', '134057.935000', '134057.937000', '134057.940000', '134057.943000', '134057.945000', '134057.948000', '134057.951000', '134057.953000', '134117.817000', '134117.820000', '134117.822000', '134117.826000', '134117.828000', '134117.831000', '134117.834000', '134117.836000', '134117.839000', '134117.842000', '134117.844000', '134117.847000', '134117.850000', '134117.853000', '134117.855000', '134117.858000', '134117.860000', '134117.863000', '134117.866000', '134117.868000', '134117.871000', '134117.873000', '134117.876000', '134117.879000', '134117.916000', '134117.919000', '134117.921000', '134117.924000', '134117.927000', '134117.929000', '134117.932000', '134117.935000', '134117.937000', '134117.940000', '134117.942000', '134117.945000', '134117.948000', '134117.950000', '134117.953000', '134117.955000', '134117.958000', '134117.961000', '134117.963000', '134117.966000', '134137.817000', '134137.820000', '134137.822000', '134137.825000', '134137.828000', '134137.830000', '134137.833000', '134137.835000', '134137.838000', '134137.841000', '134137.843000', '134137.846000', '134137.849000', '134137.851000', '134137.854000', '134137.857000', '134137.859000', '134137.862000', '134137.865000', '134137.868000', '134137.871000', '134137.874000', '134137.877000', '134137.879000', '134137.882000', '134137.885000', '134137.887000', '134137.890000', '134137.893000', '134137.895000', '134137.898000', '134137.901000', '134137.903000', '134137.906000', '134137.909000', '134137.911000', '134137.914000', '134137.917000', '134137.919000', '134137.922000', '134137.925000', '134137.927000', '134137.930000', '134157.816000', '134157.818000', '134157.822000', '134157.824000', '134157.827000', '134157.829000', '134157.832000', '134157.835000', '134157.837000', '134157.840000', '134157.843000', '134157.845000', '134157.848000', '134157.850000', '134157.860000', '134157.863000', '134157.865000', '134157.868000', '134157.871000', '134157.873000', '134157.876000', '134157.879000', '134157.882000', '134157.884000', '134157.887000', '134157.889000', '134157.892000', '134157.895000', '134157.897000', '134157.900000', '134157.903000', '134157.905000', '134157.908000', '134157.910000', '134157.913000', '134157.916000', '134157.918000', '134157.921000', '134157.924000', '134157.926000', '134157.929000', '134157.932000', '134157.934000', '134157.937000', '134217.816000', '134217.818000', '134217.821000', '134217.824000', '134217.827000', '134217.829000', '134217.832000', '134217.835000', '134217.837000', '134217.840000', '134217.843000', '134217.845000', '134217.848000', '134217.851000', '134217.854000', '134217.856000', '134217.859000', '134217.862000', '134217.864000', '134217.867000', '134217.870000', '134217.872000', '134217.875000', '134217.878000', '134217.880000', '134217.883000', '134217.885000', '134217.897000', '134217.900000', '134217.902000', '134217.905000', '134217.908000', '134217.910000', '134217.913000', '134217.916000', '134217.920000', '134217.923000', '134217.926000', '134217.928000', '134217.931000', '134217.934000', '134217.936000', '134217.939000', '134237.816000', '134237.819000', '134237.821000', '134237.824000', '134237.827000', '134237.830000', '134237.832000', '134237.835000', '134237.838000', '134237.840000', '134237.843000', '134237.846000', '134237.848000', '134237.851000', '134237.854000', '134237.856000', '134237.859000', '134237.861000', '134237.864000', '134237.867000', '134237.869000', '134237.872000', '134237.875000', '134237.877000', '134237.880000', '134237.882000', '134237.885000', '134237.888000', '134237.890000', '134237.893000', '134237.896000', '134237.898000', '134237.901000', '134237.904000', '134237.926000', '134237.929000', '134237.932000', '134237.935000', '134237.937000', '134237.940000', '134237.942000', '134237.945000', '134237.948000', '134237.950000', '134257.816000', '134257.818000', '134257.821000', '134257.824000', '134257.827000', '134257.829000', '134257.832000', '134257.835000', '134257.837000', '134257.840000', '134257.842000', '134257.845000', '134257.848000', '134257.850000', '134257.853000', '134257.856000', '134257.858000', '134257.861000', '134257.864000', '134257.866000', '134257.869000', '134257.872000', '134257.874000', '134257.877000', '134257.880000', '134257.883000', '134257.885000', '134257.888000', '134257.891000', '134257.893000', '134257.896000', '134257.899000', '134257.901000', '134257.904000', '134257.907000', '134257.910000', '134257.912000', '134257.915000', '134257.917000', '134257.920000', '134257.923000', '134257.925000', '134257.928000', '134313.558000', '134313.561000', '134313.564000', '134313.567000', '134313.570000', '134313.573000', '134313.576000', '134313.579000', '134313.582000', '134313.584000', '134313.587000', '134313.590000', '134313.593000', '134313.595000', '134313.598000', '134313.601000', '134313.605000', '134313.608000', '134313.612000', '134313.617000', '134313.621000', '134313.624000', '134313.627000', '134313.630000', '134313.633000', '134313.635000', '134313.638000', '134313.641000', '134313.644000', '134313.647000', '134313.650000', '134313.653000', '134313.656000', '134313.662000', '134313.665000'], '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': [15571, 11788, 12441, 14552, 10985, 12400, 13391, 11092, 12484, 12006, 16119, 11711, 12371, 13505, 10371, 12024, 11568, 10523, 12104, 12104, 13369, 10478, 11857, 11584, 10552, 11941, 11991, 11701, 11437, 12083, 12834, 10728, 12103, 12115, 10218, 11967, 11780, 13264, 11133, 12011, 12031, 11774, 12244, 11598, 13946, 11895, 11705, 12670, 11033, 12261, 11601, 11116, 12449, 11769, 13307, 12051, 12391, 12829, 11636, 12218, 11927, 11133, 12167, 11828, 10458, 12098, 12256, 13054, 11669, 12057, 12580, 11718, 12112, 12895, 11506, 11799, 12572, 10966, 11964, 10516, 12010, 11822, 12999, 11660, 11512, 9989, 11917, 10717, 9349, 11745, 13328, 9443, 11741, 12900, 10505, 11917, 13832, 9491, 12004, 12480, 10303, 11809, 11726, 10823, 12325, 13564, 11747, 12685, 12197, 11410, 12463, 11998, 13777, 12130, 12116, 15880, 12059, 11949, 14097, 12316, 11924, 14607, 12355, 12164, 13172, 11032, 11808, 10917, 11922, 12295, 11511, 14737, 12197, 10949, 14341, 12649, 11366, 14816, 12478, 11354, 14464, 12001, 11605, 13337, 12938, 11474, 13754, 12176, 11551, 10478, 11299, 11811, 11659, 15139, 12213, 10672, 14701, 12374, 10982, 13202, 12522, 11296, 14221, 12862, 11495, 13671, 12504, 11595, 14023, 13062, 11310, 12860, 13049, 11894, 11133, 11469, 11849, 10646, 14805, 12867, 10739, 13031, 12348, 11243, 13295, 13020, 11481, 10657, 12213, 11586, 10188, 10944, 11336, 10180, 14427, 12056, 11111, 12184, 12172, 11658, 10543, 14283, 12057, 10884, 12624, 12194, 11750, 12200, 11974, 11638, 10881, 11953, 11391, 10910, 12583, 12007, 11620, 12424, 11468, 11595, 10623, 10839, 11781, 11307, 12783, 12001, 11695, 12783, 11203, 11751, 10714, 11457, 12309, 11299, 13028, 11817, 11401, 12796, 11381, 11950, 11308, 11941, 12055, 11123, 14544, 11899, 11723, 12160, 11161, 11914, 11169, 11590, 12091, 11409, 13749, 11919, 11752, 12017, 11368, 11866, 12175, 10963, 11882, 11648, 12548, 11603, 11629, 13644, 11223, 11887, 11850, 10624, 11944, 11391, 12994, 11828, 11511, 14252, 11683, 11585, 12337, 11125, 11762, 10652, 11409, 11971, 11200, 14118, 11920, 10761, 11602, 11574, 10932, 14192, 11642, 10622, 13037, 11287, 11316, 11107, 11694, 11450, 10805, 14646, 11775, 10713, 13947, 11696, 11266, 11140, 11499, 10911, 14887, 11964, 11281, 13333, 10859, 11918, 10779, 11496, 12142, 12388, 11815, 11883, 11901, 11305, 12086, 11513, 11730, 11255, 14085, 12206, 11613, 13687, 11930, 11886, 13715, 11088, 11702, 11796, 14406, 11723, 10473, 11694, 11583, 10890, 15378, 12528, 12008, 13043, 12652, 11462, 11847, 12111, 11043, 15544, 12825, 11933, 12338, 9504, 10428, 12648, 12198, 11383, 12350, 12894, 12758, 12225, 15574, 13115, 11656, 14945, 11602, 12277, 10630, 11603, 11923, 12163, 11222, 11709, 10335, 11693, 12056, 11038, 14087, 11861, 11334, 13319, 11926, 11638, 11757, 12365, 12062, 13816, 12135, 11972, 12194, 12035, 12024, 12592, 12228, 11672, 13052, 12034, 12154, 11037, 11902, 12314, 12296, 11198, 12221, 11406, 13979, 12290, 11362, 13298, 13001, 11429, 14647, 12562, 11525, 13636, 12708, 12033, 13117, 13054, 11764, 12058, 12317, 12162, 10992, 13409, 12723, 11807, 13488, 12639, 11857, 12932, 12232, 11946, 11604, 12303, 12371, 12398, 11505, 12033, 10891, 14597, 12274, 11530, 12392, 12390, 11728, 13603, 11271, 11744, 11074, 12840, 12409, 10984, 13135, 12633, 11330, 13430, 12655, 11661, 10799, 11562, 12211, 10930, 13447, 12377, 11425, 13075, 12183, 11926, 10996, 11752, 12287, 11726, 11369, 12224, 11043, 11687, 11833, 11558, 13122, 12594, 11768, 14142, 12737, 12048, 12396, 12561, 12311, 12058, 11092, 11835, 10838, 13564, 12480, 10972, 10704, 12315, 11437, 14219, 12472, 11128, 13173, 12774, 11872, 14086, 12590, 11403, 14066, 11876, 11952, 11140, 11566, 12014, 12803, 12328, 12227, 10832, 11088, 12091, 11226, 11974, 12242, 11169, 14924, 12015, 11292, 12761, 12233, 11881, 11900, 12374, 12041, 10649, 13221, 11427, 11105, 12808, 12243, 11443, 13454, 12392, 11191, 13428, 11393, 11981, 10837, 12038, 12168, 11419, 10819, 12073, 11062, 14397, 12293, 11376, 12217, 11811, 11882, 12100, 12151, 12472, 11204, 13378, 12120, 11726, 12642, 12613, 12007, 13666, 12518, 12065, 10540, 10601, 11998, 11605, 13803, 12246, 11432, 13141, 11810, 11549, 10628, 11722, 11765, 10796, 13889, 12021, 11007, 13390, 11360, 11121, 10674, 11899, 11627, 10415, 14171, 11842, 11027, 11685, 11561, 11999, 10775, 12208, 11643, 10965, 13659, 11589, 11285, 11090, 11861, 12166, 10882, 14432, 12298, 11872, 13187, 11484, 11984, 11563, 11975, 12068, 13740, 11918, 11984, 12822, 14042, 11635, 11543, 14022, 11993, 11516, 13667, 12481, 11116, 14984, 11593, 11786, 12847, 12237, 11300, 14599, 11789, 11040, 14972, 11160, 11063, 10737, 11446, 11475, 12261, 15389, 11330, 10319, 15068, 11786, 10917, 12942, 11187, 11213, 13538, 11858, 10858, 12857, 11677, 11435, 11760, 11890, 11217, 13544, 11468, 10986, 10730, 10832, 11545, 11621, 10931, 11283, 12184, 12110, 10853, 10246, 10039, 11331, 10851, 14170, 11314, 10448, 14274, 11654, 10493, 13164, 11440, 10670, 14594, 11504, 10803, 11914, 10937, 11328, 10547, 14496, 11497, 10545, 14061, 11074, 11204, 10705, 11115, 11237, 10825, 14322, 11109, 10555, 12780, 11105, 11109, 12412, 11539, 11381, 10659, 9411, 11175, 10608, 13431, 11350, 10719, 12772, 11108, 11143, 10463, 11354, 11383, 10259, 14903, 11152, 11154, 12686, 10631, 10991, 11872, 10256, 11127, 10352, 13751, 11408, 11350, 12196, 10240, 11115, 11622, 11167, 11498, 10535, 12117, 10839, 11331, 14011, 11681, 11517, 13052, 10358, 11798, 11218, 10474, 11518, 12865, 10380, 11622, 12001, 10017, 11163, 10308, 9766, 11535, 13531, 10875, 11673, 12931, 13986, 11302, 11578, 10986, 11426, 11250, 15874, 11934, 11130, 14203, 11915, 11181, 12988, 11333, 11099, 14700, 12009, 11408, 12948, 11814, 11418, 14800, 11675, 10894, 14643, 11514, 11452, 10367, 11546, 11816, 13611, 12773, 11269, 14068, 11123, 12002, 10536, 11898, 11709, 12640, 12624, 11621, 10559, 14618, 12530, 11113, 13362, 12171, 11979, 14506, 9685, 10973, 10127, 12447], 'WindowCenter': [4494.0, 4458.0, 4452.0, 4448.0, 4416.0, 4426.0, 4438.0, 4413.0, 4425.0, 4425.0, 4433.0, 4411.0, 4424.0, 4420.0, 4400.0, 4421.0, 4415.0, 4401.0, 4421.0, 4425.0, 4420.0, 4401.0, 4412.0, 4412.0, 4412.0, 4422.0, 4426.0, 4410.0, 4414.0, 4425.0, 4422.0, 4412.0, 4424.0, 4424.0, 4403.0, 4423.0, 4424.0, 4423.0, 4411.0, 4422.0, 4422.0, 4409.0, 4422.0, 4412.0, 4422.0, 4410.0, 4425.0, 4421.0, 4399.0, 4421.0, 4411.0, 4400.0, 4420.0, 4422.0, 4423.0, 4422.0, 4425.0, 4421.0, 4412.0, 4425.0, 4423.0, 4412.0, 4425.0, 4424.0, 4412.0, 4424.0, 4438.0, 4451.0, 4440.0, 4439.0, 4424.0, 4426.0, 4439.0, 4437.0, 4427.0, 4438.0, 4426.0, 4427.0, 4439.0, 4427.0, 4439.0, 4440.0, 4437.0, 4429.0, 4427.0, 4416.0, 4439.0, 4427.0, 4416.0, 4438.0, 4438.0, 4417.0, 4437.0, 4435.0, 4416.0, 4438.0, 4448.0, 4405.0, 4428.0, 4436.0, 4414.0, 4425.0, 4426.0, 4416.0, 4438.0, 4437.0, 4424.0, 4435.0, 4426.0, 4413.0, 4423.0, 4423.0, 4434.0, 4422.0, 4423.0, 4432.0, 4410.0, 4411.0, 4417.0, 4411.0, 4411.0, 4434.0, 4407.0, 4408.0, 4412.0, 4387.0, 4397.0, 4398.0, 4409.0, 4411.0, 4412.0, 4419.0, 4411.0, 4400.0, 4417.0, 4408.0, 4400.0, 4417.0, 4399.0, 4398.0, 4405.0, 4398.0, 4398.0, 4408.0, 4398.0, 4397.0, 4410.0, 4397.0, 4398.0, 4388.0, 4384.0, 4395.0, 4397.0, 4418.0, 4394.0, 4385.0, 4404.0, 4395.0, 4398.0, 4408.0, 4406.0, 4399.0, 4405.0, 4397.0, 4399.0, 4405.0, 4393.0, 4396.0, 4408.0, 4397.0, 4397.0, 4397.0, 4393.0, 4397.0, 4398.0, 4382.0, 4397.0, 4387.0, 4402.0, 4396.0, 4386.0, 4392.0, 4394.0, 4395.0, 4408.0, 4393.0, 4396.0, 4387.0, 4394.0, 4396.0, 4387.0, 4384.0, 4397.0, 4390.0, 4405.0, 4396.0, 4398.0, 4397.0, 4394.0, 4398.0, 4400.0, 4408.0, 4406.0, 4399.0, 4396.0, 4397.0, 4409.0, 4409.0, 4397.0, 4400.0, 4402.0, 4398.0, 4409.0, 4399.0, 4407.0, 4409.0, 4412.0, 4414.0, 4410.0, 4411.0, 4402.0, 4401.0, 4412.0, 4412.0, 4422.0, 4422.0, 4424.0, 4423.0, 4412.0, 4424.0, 4401.0, 4410.0, 4423.0, 4414.0, 4423.0, 4412.0, 4412.0, 4422.0, 4409.0, 4422.0, 4417.0, 4412.0, 4424.0, 4414.0, 4432.0, 4412.0, 4421.0, 4410.0, 4400.0, 4422.0, 4414.0, 4411.0, 4422.0, 4414.0, 4420.0, 4425.0, 4424.0, 4421.0, 4413.0, 4424.0, 4428.0, 4411.0, 4422.0, 4423.0, 4422.0, 4413.0, 4426.0, 4433.0, 4412.0, 4422.0, 4424.0, 4402.0, 4422.0, 4425.0, 4420.0, 4422.0, 4424.0, 4431.0, 4411.0, 4413.0, 4412.0, 4411.0, 4412.0, 4413.0, 4410.0, 4421.0, 4412.0, 4430.0, 4412.0, 4414.0, 4410.0, 4412.0, 4413.0, 4421.0, 4411.0, 4400.0, 4419.0, 4399.0, 4409.0, 4413.0, 4409.0, 4410.0, 4414.0, 4430.0, 4408.0, 4399.0, 4418.0, 4408.0, 4413.0, 4409.0, 4411.0, 4413.0, 4430.0, 4411.0, 4410.0, 4417.0, 4397.0, 4408.0, 4398.0, 4407.0, 4424.0, 4422.0, 4408.0, 4409.0, 4408.0, 4399.0, 4420.0, 4409.0, 4411.0, 4414.0, 4424.0, 4410.0, 4410.0, 4418.0, 4398.0, 4410.0, 4419.0, 4398.0, 4410.0, 4408.0, 4416.0, 4396.0, 4398.0, 4396.0, 4397.0, 4401.0, 4418.0, 4409.0, 4399.0, 4407.0, 4409.0, 4398.0, 4406.0, 4407.0, 4400.0, 4418.0, 4406.0, 4397.0, 4395.0, 4375.0, 4386.0, 4418.0, 4413.0, 4409.0, 4424.0, 4422.0, 4423.0, 4410.0, 4422.0, 4408.0, 4396.0, 4420.0, 4386.0, 4397.0, 4385.0, 4383.0, 4397.0, 4394.0, 4385.0, 4397.0, 4387.0, 4393.0, 4396.0, 4399.0, 4408.0, 4398.0, 4399.0, 4409.0, 4398.0, 4408.0, 4399.0, 4408.0, 4412.0, 4417.0, 4409.0, 4411.0, 4407.0, 4409.0, 4411.0, 4409.0, 4409.0, 4409.0, 4409.0, 4409.0, 4413.0, 4401.0, 4397.0, 4410.0, 4411.0, 4400.0, 4409.0, 4398.0, 4407.0, 4398.0, 4401.0, 4406.0, 4408.0, 4402.0, 4419.0, 4406.0, 4400.0, 4406.0, 4407.0, 4409.0, 4411.0, 4408.0, 4399.0, 4397.0, 4396.0, 4398.0, 4386.0, 4405.0, 4405.0, 4409.0, 4406.0, 4409.0, 4410.0, 4406.0, 4409.0, 4409.0, 4401.0, 4409.0, 4411.0, 4412.0, 4398.0, 4407.0, 4400.0, 4418.0, 4397.0, 4398.0, 4407.0, 4396.0, 4410.0, 4412.0, 4387.0, 4398.0, 4399.0, 4396.0, 4406.0, 4397.0, 4405.0, 4396.0, 4399.0, 4408.0, 4394.0, 4396.0, 4389.0, 4395.0, 4398.0, 4399.0, 4406.0, 4405.0, 4398.0, 4406.0, 4398.0, 4410.0, 4399.0, 4397.0, 4408.0, 4412.0, 4399.0, 4408.0, 4399.0, 4396.0, 4410.0, 4409.0, 4407.0, 4408.0, 4409.0, 4423.0, 4410.0, 4410.0, 4408.0, 4397.0, 4407.0, 4410.0, 4385.0, 4397.0, 4386.0, 4404.0, 4407.0, 4397.0, 4397.0, 4409.0, 4413.0, 4417.0, 4409.0, 4399.0, 4407.0, 4409.0, 4411.0, 4419.0, 4409.0, 4412.0, 4421.0, 4397.0, 4408.0, 4397.0, 4398.0, 4410.0, 4413.0, 4408.0, 4411.0, 4401.0, 4398.0, 4410.0, 4399.0, 4399.0, 4409.0, 4400.0, 4418.0, 4398.0, 4399.0, 4409.0, 4396.0, 4407.0, 4401.0, 4406.0, 4409.0, 4398.0, 4407.0, 4397.0, 4400.0, 4407.0, 4409.0, 4410.0, 4417.0, 4408.0, 4398.0, 4407.0, 4398.0, 4410.0, 4399.0, 4407.0, 4410.0, 4409.0, 4398.0, 4410.0, 4400.0, 4418.0, 4409.0, 4408.0, 4407.0, 4406.0, 4413.0, 4411.0, 4408.0, 4410.0, 4401.0, 4419.0, 4409.0, 4411.0, 4419.0, 4410.0, 4412.0, 4421.0, 4409.0, 4408.0, 4399.0, 4388.0, 4410.0, 4409.0, 4417.0, 4408.0, 4408.0, 4410.0, 4397.0, 4396.0, 4399.0, 4397.0, 4409.0, 4401.0, 4419.0, 4407.0, 4400.0, 4407.0, 4395.0, 4396.0, 4387.0, 4395.0, 4397.0, 4397.0, 4406.0, 4397.0, 4399.0, 4400.0, 4396.0, 4409.0, 4398.0, 4408.0, 4408.0, 4402.0, 4417.0, 4397.0, 4401.0, 4399.0, 4398.0, 4410.0, 4402.0, 4417.0, 4408.0, 4410.0, 4419.0, 4409.0, 4411.0, 4409.0, 4410.0, 4421.0, 4423.0, 4409.0, 4411.0, 4420.0, 4418.0, 4399.0, 4412.0, 4419.0, 4409.0, 4411.0, 4418.0, 4408.0, 4410.0, 4431.0, 4397.0, 4408.0, 4407.0, 4408.0, 4410.0, 4419.0, 4400.0, 4399.0, 4421.0, 4384.0, 4396.0, 4388.0, 4395.0, 4396.0, 4407.0, 4418.0, 4395.0, 4388.0, 4414.0, 4393.0, 4383.0, 4394.0, 4384.0, 4396.0, 4407.0, 4393.0, 4387.0, 4392.0, 4384.0, 4395.0, 4397.0, 4395.0, 4398.0, 4409.0, 4385.0, 4385.0, 4387.0, 4383.0, 4396.0, 4398.0, 4385.0, 4398.0, 4398.0, 4395.0, 4385.0, 4385.0, 4375.0, 4397.0, 4399.0, 4405.0, 4397.0, 4387.0, 4404.0, 4396.0, 4386.0, 4406.0, 4396.0, 4386.0, 4416.0, 4383.0, 4388.0, 4396.0, 4385.0, 4394.0, 4389.0, 4407.0, 4394.0, 4384.0, 4403.0, 4385.0, 4394.0, 4385.0, 4383.0, 4397.0, 4399.0, 4417.0, 4396.0, 4389.0, 4404.0, 4396.0, 4399.0, 4408.0, 4398.0, 4396.0, 4389.0, 4374.0, 4397.0, 4400.0, 4406.0, 4397.0, 4397.0, 4409.0, 4397.0, 4397.0, 4400.0, 4397.0, 4397.0, 4401.0, 4418.0, 4397.0, 4399.0, 4409.0, 4385.0, 4398.0, 4408.0, 4386.0, 4399.0, 4398.0, 4420.0, 4398.0, 4409.0, 4407.0, 4398.0, 4411.0, 4412.0, 4398.0, 4409.0, 4400.0, 4407.0, 4401.0, 4413.0, 4423.0, 4410.0, 4411.0, 4419.0, 4398.0, 4411.0, 4411.0, 4412.0, 4425.0, 4423.0, 4401.0, 4413.0, 4423.0, 4401.0, 4412.0, 4401.0, 4402.0, 4425.0, 4434.0, 4412.0, 4413.0, 4423.0, 4422.0, 4401.0, 4413.0, 4401.0, 4412.0, 4414.0, 4431.0, 4412.0, 4411.0, 4420.0, 4407.0, 4414.0, 4418.0, 4412.0, 4411.0, 4422.0, 4410.0, 4411.0, 4409.0, 4409.0, 4410.0, 4421.0, 4399.0, 4401.0, 4420.0, 4385.0, 4398.0, 4386.0, 4396.0, 4408.0, 4420.0, 4408.0, 4400.0, 4419.0, 4386.0, 4396.0, 4387.0, 4395.0, 4400.0, 4408.0, 4398.0, 4397.0, 4387.0, 4417.0, 4395.0, 4398.0, 4405.0, 4396.0, 4397.0, 4407.0, 4381.0, 4390.0, 4387.0, 4411.0], 'WindowWidth': [9883.0, 9812.0, 9797.0, 9786.0, 9735.0, 9748.0, 9766.0, 9725.0, 9742.0, 9743.0, 9753.0, 9717.0, 9738.0, 9730.0, 9702.0, 9733.0, 9730.0, 9705.0, 9732.0, 9741.0, 9730.0, 9704.0, 9722.0, 9724.0, 9722.0, 9737.0, 9745.0, 9718.0, 9726.0, 9744.0, 9736.0, 9721.0, 9741.0, 9743.0, 9709.0, 9737.0, 9741.0, 9737.0, 9718.0, 9735.0, 9738.0, 9714.0, 9735.0, 9724.0, 9736.0, 9716.0, 9741.0, 9732.0, 9700.0, 9732.0, 9723.0, 9699.0, 9731.0, 9737.0, 9736.0, 9734.0, 9743.0, 9734.0, 9722.0, 9742.0, 9740.0, 9721.0, 9743.0, 9743.0, 9722.0, 9740.0, 9768.0, 9791.0, 9773.0, 9768.0, 9741.0, 9745.0, 9769.0, 9764.0, 9748.0, 9766.0, 9747.0, 9750.0, 9768.0, 9750.0, 9771.0, 9775.0, 9764.0, 9754.0, 9750.0, 9733.0, 9767.0, 9751.0, 9735.0, 9768.0, 9769.0, 9735.0, 9763.0, 9760.0, 9733.0, 9766.0, 9784.0, 9717.0, 9750.0, 9762.0, 9727.0, 9745.0, 9749.0, 9732.0, 9763.0, 9767.0, 9740.0, 9755.0, 9746.0, 9724.0, 9738.0, 9742.0, 9754.0, 9734.0, 9740.0, 9756.0, 9713.0, 9716.0, 9723.0, 9713.0, 9717.0, 9754.0, 9705.0, 9709.0, 9718.0, 9679.0, 9693.0, 9697.0, 9710.0, 9716.0, 9722.0, 9727.0, 9713.0, 9702.0, 9722.0, 9707.0, 9702.0, 9723.0, 9695.0, 9695.0, 9702.0, 9692.0, 9695.0, 9710.0, 9692.0, 9692.0, 9714.0, 9690.0, 9692.0, 9681.0, 9669.0, 9688.0, 9695.0, 9722.0, 9684.0, 9675.0, 9700.0, 9686.0, 9695.0, 9707.0, 9702.0, 9698.0, 9703.0, 9690.0, 9696.0, 9700.0, 9681.0, 9689.0, 9708.0, 9688.0, 9690.0, 9692.0, 9679.0, 9690.0, 9694.0, 9667.0, 9690.0, 9679.0, 9697.0, 9686.0, 9677.0, 9680.0, 9682.0, 9688.0, 9709.0, 9681.0, 9687.0, 9677.0, 9682.0, 9688.0, 9679.0, 9672.0, 9693.0, 9688.0, 9704.0, 9688.0, 9693.0, 9694.0, 9684.0, 9694.0, 9700.0, 9709.0, 9703.0, 9698.0, 9691.0, 9691.0, 9711.0, 9714.0, 9692.0, 9699.0, 9705.0, 9695.0, 9712.0, 9701.0, 9710.0, 9712.0, 9721.0, 9726.0, 9714.0, 9717.0, 9708.0, 9703.0, 9721.0, 9723.0, 9735.0, 9734.0, 9740.0, 9739.0, 9719.0, 9738.0, 9708.0, 9716.0, 9737.0, 9728.0, 9738.0, 9722.0, 9724.0, 9737.0, 9713.0, 9735.0, 9733.0, 9720.0, 9738.0, 9727.0, 9751.0, 9719.0, 9734.0, 9720.0, 9701.0, 9735.0, 9726.0, 9718.0, 9735.0, 9728.0, 9734.0, 9740.0, 9742.0, 9734.0, 9724.0, 9742.0, 9753.0, 9718.0, 9736.0, 9740.0, 9735.0, 9725.0, 9747.0, 9756.0, 9719.0, 9735.0, 9741.0, 9707.0, 9733.0, 9743.0, 9731.0, 9734.0, 9741.0, 9750.0, 9718.0, 9723.0, 9723.0, 9717.0, 9721.0, 9725.0, 9716.0, 9732.0, 9725.0, 9746.0, 9720.0, 9726.0, 9716.0, 9720.0, 9727.0, 9735.0, 9716.0, 9703.0, 9730.0, 9698.0, 9715.0, 9723.0, 9711.0, 9716.0, 9727.0, 9747.0, 9710.0, 9701.0, 9724.0, 9710.0, 9722.0, 9714.0, 9717.0, 9725.0, 9745.0, 9716.0, 9715.0, 9725.0, 9693.0, 9710.0, 9699.0, 9708.0, 9736.0, 9737.0, 9709.0, 9714.0, 9711.0, 9697.0, 9729.0, 9713.0, 9717.0, 9725.0, 9742.0, 9715.0, 9715.0, 9725.0, 9694.0, 9714.0, 9730.0, 9695.0, 9713.0, 9712.0, 9721.0, 9689.0, 9696.0, 9690.0, 9693.0, 9705.0, 9727.0, 9710.0, 9699.0, 9709.0, 9710.0, 9697.0, 9706.0, 9706.0, 9700.0, 9724.0, 9703.0, 9692.0, 9688.0, 9661.0, 9677.0, 9724.0, 9723.0, 9713.0, 9738.0, 9735.0, 9733.0, 9718.0, 9740.0, 9705.0, 9690.0, 9727.0, 9670.0, 9688.0, 9673.0, 9666.0, 9689.0, 9685.0, 9669.0, 9689.0, 9677.0, 9680.0, 9688.0, 9698.0, 9707.0, 9693.0, 9697.0, 9709.0, 9695.0, 9710.0, 9696.0, 9709.0, 9717.0, 9721.0, 9710.0, 9715.0, 9707.0, 9710.0, 9717.0, 9714.0, 9710.0, 9713.0, 9713.0, 9709.0, 9719.0, 9704.0, 9692.0, 9713.0, 9718.0, 9698.0, 9709.0, 9697.0, 9706.0, 9693.0, 9702.0, 9706.0, 9708.0, 9704.0, 9725.0, 9703.0, 9699.0, 9703.0, 9703.0, 9710.0, 9717.0, 9705.0, 9695.0, 9695.0, 9689.0, 9692.0, 9679.0, 9701.0, 9702.0, 9711.0, 9705.0, 9709.0, 9714.0, 9705.0, 9709.0, 9713.0, 9705.0, 9709.0, 9714.0, 9719.0, 9695.0, 9705.0, 9701.0, 9724.0, 9693.0, 9696.0, 9707.0, 9690.0, 9713.0, 9719.0, 9677.0, 9694.0, 9697.0, 9690.0, 9702.0, 9693.0, 9703.0, 9689.0, 9697.0, 9709.0, 9685.0, 9691.0, 9684.0, 9685.0, 9694.0, 9698.0, 9705.0, 9701.0, 9696.0, 9706.0, 9692.0, 9713.0, 9697.0, 9692.0, 9710.0, 9720.0, 9696.0, 9709.0, 9699.0, 9691.0, 9713.0, 9714.0, 9709.0, 9709.0, 9713.0, 9737.0, 9711.0, 9713.0, 9710.0, 9691.0, 9705.0, 9713.0, 9674.0, 9691.0, 9679.0, 9701.0, 9706.0, 9695.0, 9693.0, 9712.0, 9722.0, 9725.0, 9711.0, 9700.0, 9708.0, 9712.0, 9717.0, 9728.0, 9712.0, 9718.0, 9730.0, 9692.0, 9709.0, 9694.0, 9694.0, 9714.0, 9723.0, 9708.0, 9714.0, 9702.0, 9695.0, 9711.0, 9699.0, 9696.0, 9710.0, 9701.0, 9727.0, 9693.0, 9697.0, 9710.0, 9688.0, 9706.0, 9702.0, 9701.0, 9710.0, 9697.0, 9706.0, 9693.0, 9702.0, 9706.0, 9711.0, 9716.0, 9723.0, 9708.0, 9696.0, 9708.0, 9694.0, 9713.0, 9698.0, 9705.0, 9715.0, 9715.0, 9696.0, 9711.0, 9701.0, 9723.0, 9709.0, 9712.0, 9707.0, 9705.0, 9719.0, 9719.0, 9709.0, 9714.0, 9706.0, 9725.0, 9712.0, 9720.0, 9727.0, 9714.0, 9721.0, 9735.0, 9710.0, 9711.0, 9700.0, 9682.0, 9712.0, 9713.0, 9724.0, 9710.0, 9711.0, 9714.0, 9691.0, 9693.0, 9697.0, 9691.0, 9710.0, 9703.0, 9728.0, 9705.0, 9699.0, 9707.0, 9687.0, 9691.0, 9680.0, 9687.0, 9694.0, 9695.0, 9706.0, 9691.0, 9698.0, 9701.0, 9688.0, 9711.0, 9699.0, 9709.0, 9709.0, 9706.0, 9723.0, 9692.0, 9701.0, 9700.0, 9693.0, 9713.0, 9706.0, 9724.0, 9709.0, 9716.0, 9727.0, 9712.0, 9719.0, 9715.0, 9716.0, 9733.0, 9741.0, 9712.0, 9718.0, 9732.0, 9727.0, 9698.0, 9720.0, 9726.0, 9712.0, 9718.0, 9725.0, 9711.0, 9718.0, 9748.0, 9695.0, 9710.0, 9706.0, 9708.0, 9716.0, 9728.0, 9697.0, 9698.0, 9732.0, 9672.0, 9689.0, 9681.0, 9685.0, 9690.0, 9708.0, 9723.0, 9685.0, 9681.0, 9713.0, 9682.0, 9670.0, 9685.0, 9668.0, 9689.0, 9706.0, 9682.0, 9678.0, 9682.0, 9669.0, 9687.0, 9693.0, 9686.0, 9692.0, 9712.0, 9672.0, 9672.0, 9676.0, 9667.0, 9687.0, 9694.0, 9672.0, 9692.0, 9696.0, 9686.0, 9673.0, 9675.0, 9659.0, 9691.0, 9697.0, 9703.0, 9691.0, 9679.0, 9699.0, 9687.0, 9679.0, 9704.0, 9689.0, 9678.0, 9721.0, 9669.0, 9678.0, 9690.0, 9670.0, 9686.0, 9684.0, 9707.0, 9683.0, 9673.0, 9697.0, 9670.0, 9685.0, 9675.0, 9669.0, 9691.0, 9698.0, 9720.0, 9689.0, 9683.0, 9699.0, 9689.0, 9697.0, 9711.0, 9692.0, 9691.0, 9684.0, 9657.0, 9691.0, 9700.0, 9705.0, 9692.0, 9695.0, 9712.0, 9692.0, 9694.0, 9701.0, 9691.0, 9694.0, 9704.0, 9726.0, 9692.0, 9698.0, 9710.0, 9675.0, 9696.0, 9713.0, 9678.0, 9697.0, 9698.0, 9727.0, 9696.0, 9714.0, 9711.0, 9697.0, 9717.0, 9722.0, 9696.0, 9712.0, 9703.0, 9708.0, 9703.0, 9721.0, 9734.0, 9716.0, 9719.0, 9728.0, 9698.0, 9720.0, 9718.0, 9721.0, 9742.0, 9742.0, 9705.0, 9724.0, 9737.0, 9704.0, 9722.0, 9706.0, 9708.0, 9742.0, 9757.0, 9720.0, 9722.0, 9740.0, 9734.0, 9701.0, 9723.0, 9704.0, 9720.0, 9727.0, 9748.0, 9718.0, 9719.0, 9729.0, 9708.0, 9725.0, 9727.0, 9718.0, 9720.0, 9736.0, 9713.0, 9718.0, 9713.0, 9711.0, 9715.0, 9732.0, 9695.0, 9701.0, 9726.0, 9672.0, 9693.0, 9677.0, 9689.0, 9711.0, 9728.0, 9708.0, 9700.0, 9727.0, 9673.0, 9688.0, 9680.0, 9687.0, 9697.0, 9712.0, 9695.0, 9691.0, 9680.0, 9720.0, 9686.0, 9695.0, 9704.0, 9688.0, 9694.0, 9703.0, 9672.0, 9683.0, 9678.0, 9716.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.0003722129186602871</td></tr>
<tr><td colspan=3>aqi</td><td>0.017025035167464116</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.175846940550905</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2449438754970057</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120705539520947</td></tr>
<tr><td colspan=3>efc</td><td>0.5178</td></tr>
<tr><td colspan=3>fber</td><td>3877.5403</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07541500276621148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.076555023923445</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5020515096217717</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.531727576002547</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6733788453525906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3010481075101765</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144561</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005079546477645636</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034356772899627686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.083335458237878</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>24.2502</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.4608</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.5597</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.493</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3535.5724</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.3413</td></tr>
<tr><td colspan=3>tsnr</td><td>45.89813332026824</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>