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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:15:35.415000</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.999357, -0.0308641, 0.0182307, 0.0300094, 0.998517, 0.0454289]</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_brain_imaging_center</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.123036</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7768, -7254, 477, -52, -105, -5, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15840151-b3cc-4aad-9116-76a93c70d6b1||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.6812026500701904, 0.08051304519176483, 0.05293568596243858, 112.7358169555664], [0.08280613273382187, 2.6789474487304688, 0.12110214680433273, -100.4349594116211], [0.04891170933842659, -0.12188251316547394, 2.696763277053833, -46.480892181396484], [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': ['141535.415000', '141535.875000', '141536.335000', '141536.795000', '141537.255000', '141537.715000', '141538.175000', '141538.635000', '141539.095000', '141539.555000', '141540.015000', '141540.475000', '141540.935000', '141541.395000', '141541.855000', '141542.315000', '141542.775000', '141543.235000', '141543.695000', '141544.155000', '141544.615000', '141545.075000', '141545.535000', '141545.995000', '141546.455000', '141546.915000', '141547.375000', '141547.835000', '141548.295000', '141548.755000', '141549.215000', '141549.675000', '141550.135000', '141550.595000', '141551.055000', '141551.515000', '141551.975000', '141552.435000', '141552.895000', '141553.355000', '141553.815000', '141554.275000', '141554.735000', '141555.195000', '141555.655000', '141556.115000', '141556.575000', '141557.035000', '141557.495000', '141557.955000', '141558.415000', '141558.875000', '141559.335000', '141559.795000', '141600.255000', '141600.715000', '141601.175000', '141601.635000', '141602.095000', '141602.555000', '141603.015000', '141603.475000', '141603.935000', '141604.395000', '141604.855000', '141605.315000', '141605.775000', '141606.235000', '141606.695000', '141607.155000', '141607.615000', '141608.075000', '141608.535000', '141608.995000', '141609.455000', '141609.915000', '141610.375000', '141610.835000', '141611.295000', '141611.755000', '141612.215000', '141612.675000', '141613.135000', '141613.595000', '141614.055000', '141614.515000', '141614.975000', '141615.435000', '141615.895000', '141616.355000', '141616.815000', '141617.275000', '141617.735000', '141618.195000', '141618.655000', '141619.115000', '141619.575000', '141620.035000', '141620.495000', '141620.955000', '141621.415000', '141621.875000', '141622.335000', '141622.795000', '141623.255000', '141623.715000', '141624.175000', '141624.635000', '141625.095000', '141625.555000', '141626.015000', '141626.475000', '141626.935000', '141627.395000', '141627.855000', '141628.315000', '141628.775000', '141629.235000', '141629.695000', '141630.155000', '141630.615000', '141631.075000', '141631.535000', '141631.995000', '141632.455000', '141632.915000', '141633.375000', '141633.835000', '141634.295000', '141634.755000', '141635.215000', '141635.675000', '141636.135000', '141636.595000', '141637.055000', '141637.515000', '141637.975000', '141638.435000', '141638.895000', '141639.355000', '141639.815000', '141640.275000', '141640.735000', '141641.195000', '141641.655000', '141642.115000', '141642.575000', '141643.035000', '141643.495000', '141643.955000', '141644.415000', '141644.875000', '141645.335000', '141645.795000', '141646.255000', '141646.715000', '141647.175000', '141647.635000', '141648.095000', '141648.555000', '141649.015000', '141649.475000', '141649.935000', '141650.395000', '141650.855000', '141651.315000', '141651.775000', '141652.235000', '141652.695000', '141653.155000', '141653.615000', '141654.075000', '141654.535000', '141654.995000', '141655.455000', '141655.915000', '141656.375000', '141656.835000', '141657.295000', '141657.755000', '141658.215000', '141658.675000', '141659.135000', '141659.595000', '141700.055000', '141700.515000', '141700.975000', '141701.435000', '141701.895000', '141702.355000', '141702.815000', '141703.275000', '141703.735000', '141704.195000', '141704.655000', '141705.115000', '141705.575000', '141706.035000', '141706.495000', '141706.955000', '141707.415000', '141707.875000', '141708.335000', '141708.795000', '141709.255000', '141709.715000', '141710.175000', '141710.635000', '141711.095000', '141711.555000', '141712.015000', '141712.475000', '141712.935000', '141713.395000', '141713.855000', '141714.315000', '141714.775000', '141715.235000', '141715.695000', '141716.155000', '141716.615000', '141717.075000', '141717.535000', '141717.995000', '141718.455000', '141718.915000', '141719.375000', '141719.835000', '141720.295000', '141720.755000', '141721.215000', '141721.675000', '141722.135000', '141722.595000', '141723.055000', '141723.515000', '141723.975000', '141724.435000', '141724.895000', '141725.355000', '141725.815000', '141726.275000', '141726.735000', '141727.195000', '141727.655000', '141728.115000', '141728.575000', '141729.035000', '141729.495000', '141729.955000', '141730.415000', '141730.875000', '141731.335000', '141731.795000', '141732.255000', '141732.715000', '141733.175000', '141733.635000', '141734.095000', '141734.555000', '141735.015000', '141735.475000', '141735.935000', '141736.395000', '141736.855000', '141737.315000', '141737.775000', '141738.235000', '141738.695000', '141739.155000', '141739.615000', '141740.075000', '141740.535000', '141740.995000', '141741.455000', '141741.915000', '141742.375000', '141742.835000', '141743.295000', '141743.755000', '141744.215000', '141744.675000', '141745.135000', '141745.595000', '141746.055000', '141746.515000', '141746.975000', '141747.435000', '141747.895000', '141748.355000', '141748.815000', '141749.275000', '141749.735000', '141750.195000', '141750.655000', '141751.115000', '141751.575000', '141752.035000', '141752.495000', '141752.955000', '141753.415000', '141753.875000', '141754.335000', '141754.795000', '141755.255000', '141755.715000', '141756.175000', '141756.635000', '141757.095000', '141757.555000', '141758.015000', '141758.475000', '141758.935000', '141759.395000', '141759.855000', '141800.315000', '141800.775000', '141801.235000', '141801.695000', '141802.155000', '141802.615000', '141803.075000', '141803.535000', '141803.995000', '141804.455000', '141804.915000', '141805.375000', '141805.835000', '141806.295000', '141806.755000', '141807.215000', '141807.675000', '141808.135000', '141808.595000', '141809.055000', '141809.515000', '141809.975000', '141810.435000', '141810.895000', '141811.355000', '141811.815000', '141812.275000', '141812.735000', '141813.195000', '141813.655000', '141814.115000', '141814.575000', '141815.035000', '141815.495000', '141815.955000', '141816.415000', '141816.875000', '141817.335000', '141817.795000', '141818.255000', '141818.715000', '141819.175000', '141819.635000', '141820.095000', '141820.555000', '141821.015000', '141821.475000', '141821.935000', '141822.395000', '141822.855000', '141823.315000', '141823.775000', '141824.235000', '141824.695000', '141825.155000', '141825.615000', '141826.075000', '141826.535000', '141826.995000', '141827.455000', '141827.915000', '141828.375000', '141828.835000', '141829.295000', '141829.755000', '141830.215000', '141830.675000', '141831.135000', '141831.595000', '141832.055000', '141832.515000', '141832.975000', '141833.435000', '141833.895000', '141834.355000', '141834.815000', '141835.275000', '141835.735000', '141836.195000', '141836.655000', '141837.115000', '141837.575000', '141838.035000', '141838.495000', '141838.955000', '141839.415000', '141839.875000', '141840.335000', '141840.795000', '141841.255000', '141841.715000', '141842.175000', '141842.635000', '141843.095000', '141843.555000', '141844.015000', '141844.475000', '141844.935000', '141845.395000', '141845.855000', '141846.315000', '141846.775000', '141847.235000', '141847.695000', '141848.155000', '141848.615000', '141849.075000', '141849.535000', '141849.995000', '141850.455000', '141850.915000', '141851.375000', '141851.835000', '141852.295000', '141852.755000', '141853.215000', '141853.675000', '141854.135000', '141854.595000', '141855.055000', '141855.515000', '141855.975000', '141856.435000', '141856.895000', '141857.355000', '141857.815000', '141858.275000', '141858.735000', '141859.195000', '141859.655000', '141900.115000', '141900.575000', '141901.035000', '141901.495000', '141901.955000', '141902.415000', '141902.875000', '141903.335000', '141903.795000', '141904.255000', '141904.715000', '141905.175000', '141905.635000', '141906.095000', '141906.555000', '141907.015000', '141907.475000', '141907.935000', '141908.395000', '141908.855000', '141909.315000', '141909.775000', '141910.235000', '141910.695000', '141911.155000', '141911.615000', '141912.075000', '141912.535000', '141912.995000', '141913.455000', '141913.915000', '141914.375000', '141914.835000', '141915.295000', '141915.755000', '141916.215000', '141916.675000', '141917.135000', '141917.595000', '141918.055000', '141918.515000', '141918.975000', '141919.435000', '141919.895000', '141920.355000', '141920.815000', '141921.275000', '141921.735000', '141922.195000', '141922.655000', '141923.115000', '141923.575000', '141924.035000', '141924.495000', '141924.955000', '141925.415000', '141925.875000', '141926.335000', '141926.795000', '141927.255000', '141927.715000', '141928.175000', '141928.635000', '141929.095000', '141929.555000', '141930.015000', '141930.475000', '141930.935000', '141931.395000', '141931.855000', '141932.315000', '141932.775000', '141933.235000', '141933.695000', '141934.155000', '141934.615000', '141935.075000', '141935.535000', '141935.995000', '141936.455000', '141936.915000', '141937.375000', '141937.835000', '141938.295000', '141938.755000', '141939.215000', '141939.675000', '141940.135000', '141940.595000', '141941.055000', '141941.515000', '141941.975000', '141942.435000', '141942.895000', '141943.355000', '141943.815000', '141944.275000', '141944.735000', '141945.195000', '141945.655000', '141946.115000', '141946.575000', '141947.035000', '141947.495000', '141947.955000', '141948.415000', '141948.875000', '141949.335000', '141949.795000', '141950.255000', '141950.715000', '141951.175000', '141951.635000', '141952.095000', '141952.555000', '141953.015000', '141953.475000', '141953.935000', '141954.395000', '141954.855000', '141955.315000', '141955.775000', '141956.235000', '141956.695000', '141957.155000', '141957.615000', '141958.075000', '141958.535000', '141958.995000', '141959.455000', '141959.915000', '142000.375000', '142000.835000', '142001.295000', '142001.755000', '142002.215000', '142002.675000', '142003.135000', '142003.595000', '142004.055000', '142004.515000', '142004.975000', '142005.435000', '142005.895000', '142006.355000', '142006.815000', '142007.275000', '142007.735000', '142008.195000', '142008.655000', '142009.115000', '142009.575000', '142010.035000', '142010.495000', '142010.955000', '142011.415000', '142011.875000', '142012.335000', '142012.795000', '142013.255000', '142013.715000', '142014.175000', '142014.635000', '142015.095000', '142015.555000', '142016.015000', '142016.475000', '142016.935000', '142017.395000', '142017.855000', '142018.315000', '142018.775000', '142019.235000', '142019.695000', '142020.155000', '142020.615000', '142021.075000', '142021.535000', '142021.995000', '142022.455000', '142022.915000', '142023.375000', '142023.835000', '142024.295000', '142024.755000', '142025.215000', '142025.675000', '142026.135000', '142026.595000', '142027.055000', '142027.515000', '142027.975000', '142028.435000', '142028.895000', '142029.355000', '142029.815000', '142030.275000', '142030.735000', '142031.195000', '142031.655000', '142032.115000', '142032.575000', '142033.035000', '142033.495000', '142033.955000', '142034.415000', '142034.875000', '142035.335000', '142035.795000', '142036.255000', '142036.715000', '142037.175000', '142037.635000', '142038.095000', '142038.555000', '142039.015000', '142039.475000', '142039.935000', '142040.395000', '142040.855000', '142041.315000', '142041.775000', '142042.235000', '142042.695000', '142043.155000', '142043.615000', '142044.075000', '142044.535000', '142044.995000', '142045.455000', '142045.915000', '142046.375000', '142046.835000', '142047.295000', '142047.755000', '142048.215000', '142048.675000', '142049.135000', '142049.595000', '142050.055000', '142050.515000', '142050.975000', '142051.435000', '142051.895000', '142052.355000', '142052.815000', '142053.275000', '142053.735000', '142054.195000', '142054.655000', '142055.115000', '142055.575000', '142056.035000', '142056.495000', '142056.955000', '142057.415000', '142057.875000', '142058.335000', '142058.795000', '142059.255000', '142059.715000', '142100.175000', '142100.635000', '142101.095000', '142101.555000', '142102.015000', '142102.475000', '142102.935000', '142103.395000', '142103.855000', '142104.315000', '142104.775000', '142105.235000', '142105.695000', '142106.155000', '142106.615000', '142107.075000', '142107.535000', '142107.995000', '142108.455000', '142108.915000', '142109.375000', '142109.835000', '142110.295000', '142110.755000', '142111.215000', '142111.675000', '142112.135000', '142112.595000', '142113.055000', '142113.515000', '142113.975000', '142114.435000', '142114.895000', '142115.355000', '142115.815000', '142116.275000', '142116.735000', '142117.195000', '142117.655000', '142118.115000', '142118.575000', '142119.035000', '142119.495000', '142119.955000', '142120.415000', '142120.875000', '142121.335000', '142121.795000', '142122.255000', '142122.715000', '142123.175000', '142123.635000', '142124.095000', '142124.555000', '142125.015000', '142125.475000', '142125.935000', '142126.395000', '142126.855000', '142127.315000', '142127.775000', '142128.235000', '142128.695000', '142129.155000', '142129.615000', '142130.075000', '142130.535000', '142130.995000', '142131.455000', '142131.915000', '142132.375000', '142132.835000', '142133.295000', '142133.755000', '142134.215000', '142134.675000', '142135.135000', '142135.595000', '142136.055000', '142136.515000', '142136.975000', '142137.435000', '142137.895000', '142138.355000', '142138.815000', '142139.275000', '142139.735000', '142140.195000', '142140.655000', '142141.115000', '142141.575000', '142142.035000', '142142.495000', '142142.955000', '142143.415000', '142143.875000', '142144.335000', '142144.795000', '142145.255000', '142145.715000', '142146.175000', '142146.635000', '142147.095000', '142147.555000', '142148.015000', '142148.475000', '142148.935000', '142149.395000', '142149.855000', '142150.315000', '142150.775000', '142151.235000', '142151.695000', '142152.155000', '142152.615000', '142153.075000', '142153.535000', '142153.995000', '142154.455000', '142154.915000', '142155.375000', '142155.835000', '142156.295000', '142156.755000', '142157.215000', '142157.675000', '142158.135000', '142158.595000', '142159.055000', '142159.515000', '142159.975000', '142200.435000', '142200.895000'], 'ContentTime': ['141552.892000', '141552.895000', '141552.897000', '141552.900000', '141552.903000', '141552.905000', '141552.912000', '141552.915000', '141552.917000', '141552.920000', '141552.922000', '141552.925000', '141552.928000', '141552.930000', '141552.933000', '141552.935000', '141552.938000', '141552.940000', '141552.943000', '141552.946000', '141552.948000', '141552.951000', '141552.954000', '141552.956000', '141552.959000', '141552.962000', '141552.964000', '141552.967000', '141552.969000', '141552.977000', '141552.979000', '141552.982000', '141552.985000', '141552.987000', '141552.990000', '141552.992000', '141612.859000', '141612.862000', '141612.865000', '141612.867000', '141612.870000', '141612.873000', '141612.875000', '141612.878000', '141612.880000', '141612.883000', '141612.885000', '141612.888000', '141612.891000', '141612.893000', '141612.896000', '141612.898000', '141612.901000', '141612.903000', '141612.906000', '141612.908000', '141612.911000', '141612.914000', '141612.916000', '141612.919000', '141612.921000', '141612.924000', '141612.927000', '141612.929000', '141612.932000', '141612.934000', '141612.937000', '141612.939000', '141612.942000', '141612.944000', '141612.947000', '141612.950000', '141612.952000', '141612.955000', '141612.957000', '141612.960000', '141612.962000', '141612.965000', '141612.968000', '141632.859000', '141632.862000', '141632.865000', '141632.868000', '141632.870000', '141632.873000', '141632.876000', '141632.878000', '141632.881000', '141632.883000', '141632.886000', '141632.889000', '141632.891000', '141632.894000', '141632.897000', '141632.899000', '141632.902000', '141632.904000', '141632.907000', '141632.926000', '141632.928000', '141632.931000', '141632.933000', '141632.936000', '141632.939000', '141632.941000', '141632.944000', '141632.947000', '141632.949000', '141632.952000', '141632.954000', '141632.957000', '141632.960000', '141632.962000', '141632.965000', '141632.968000', '141632.970000', '141632.973000', '141632.976000', '141632.978000', '141632.981000', '141632.983000', '141632.986000', '141632.989000', '141652.859000', '141652.862000', '141652.865000', '141652.868000', '141652.870000', '141652.873000', '141652.875000', '141652.878000', '141652.880000', '141652.883000', '141652.886000', '141652.888000', '141652.891000', '141652.893000', '141652.896000', '141652.898000', '141652.901000', '141652.904000', '141652.906000', '141652.909000', '141652.911000', '141652.914000', '141652.916000', '141652.919000', '141652.921000', '141652.924000', '141652.927000', '141652.929000', '141652.932000', '141652.934000', '141652.937000', '141652.939000', '141652.942000', '141652.945000', '141652.947000', '141652.950000', '141652.952000', '141652.955000', '141652.957000', '141652.960000', '141652.962000', '141652.965000', '141652.967000', '141712.859000', '141712.862000', '141712.864000', '141712.867000', '141712.870000', '141712.872000', '141712.875000', '141712.877000', '141712.880000', '141712.883000', '141712.885000', '141712.888000', '141712.890000', '141712.893000', '141712.896000', '141712.899000', '141712.901000', '141712.904000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.919000', '141712.922000', '141712.925000', '141712.927000', '141712.930000', '141712.933000', '141712.935000', '141712.938000', '141712.940000', '141712.943000', '141712.946000', '141712.948000', '141712.951000', '141712.953000', '141712.956000', '141712.959000', '141712.961000', '141712.964000', '141712.966000', '141712.969000', '141712.972000', '141732.859000', '141732.862000', '141732.864000', '141732.867000', '141732.870000', '141732.872000', '141732.875000', '141732.877000', '141732.880000', '141732.882000', '141732.885000', '141732.887000', '141732.890000', '141732.892000', '141732.895000', '141732.898000', '141732.900000', '141732.903000', '141732.905000', '141732.908000', '141732.911000', '141732.913000', '141732.916000', '141732.918000', '141732.921000', '141732.924000', '141732.926000', '141732.929000', '141732.931000', '141732.934000', '141732.937000', '141732.939000', '141732.942000', '141732.944000', '141732.947000', '141732.949000', '141732.952000', '141732.955000', '141732.957000', '141732.960000', '141732.962000', '141732.965000', '141732.968000', '141752.859000', '141752.862000', '141752.865000', '141752.868000', '141752.870000', '141752.873000', '141752.876000', '141752.878000', '141752.881000', '141752.883000', '141752.886000', '141752.889000', '141752.891000', '141752.894000', '141752.896000', '141752.899000', '141752.902000', '141752.904000', '141752.907000', '141752.909000', '141752.912000', '141752.914000', '141752.917000', '141752.920000', '141752.922000', '141752.925000', '141752.927000', '141752.930000', '141752.933000', '141752.935000', '141752.938000', '141752.941000', '141752.943000', '141752.946000', '141752.949000', '141752.951000', '141752.954000', '141752.956000', '141752.959000', '141752.961000', '141752.964000', '141752.967000', '141752.969000', '141752.972000', '141812.860000', '141812.863000', '141812.866000', '141812.869000', '141812.871000', '141812.874000', '141812.876000', '141812.879000', '141812.882000', '141812.884000', '141812.887000', '141812.889000', '141812.892000', '141812.894000', '141812.912000', '141812.915000', '141812.917000', '141812.920000', '141812.923000', '141812.925000', '141812.928000', '141812.930000', '141812.933000', '141812.935000', '141812.938000', '141812.940000', '141812.943000', '141812.945000', '141812.948000', '141812.951000', '141812.953000', '141812.956000', '141812.959000', '141812.961000', '141812.964000', '141812.966000', '141812.969000', '141812.971000', '141812.974000', '141812.976000', '141812.979000', '141812.982000', '141812.984000', '141832.860000', '141832.863000', '141832.867000', '141832.870000', '141832.872000', '141832.875000', '141832.878000', '141832.881000', '141832.884000', '141832.886000', '141832.889000', '141832.892000', '141832.894000', '141832.897000', '141832.899000', '141832.902000', '141832.905000', '141832.907000', '141832.910000', '141832.912000', '141832.915000', '141832.917000', '141832.920000', '141832.923000', '141832.925000', '141832.928000', '141832.930000', '141832.933000', '141832.936000', '141832.938000', '141832.941000', '141832.944000', '141832.946000', '141832.949000', '141832.951000', '141832.954000', '141832.957000', '141832.959000', '141832.962000', '141832.964000', '141832.967000', '141832.970000', '141832.972000', '141852.860000', '141852.863000', '141852.865000', '141852.868000', '141852.870000', '141852.873000', '141852.875000', '141852.878000', '141852.880000', '141852.883000', '141852.886000', '141852.888000', '141852.891000', '141852.893000', '141852.896000', '141852.898000', '141852.901000', '141852.904000', '141852.906000', '141852.909000', '141852.911000', '141852.914000', '141852.916000', '141852.919000', '141852.922000', '141852.924000', '141852.927000', '141852.929000', '141852.932000', '141852.934000', '141852.937000', '141852.940000', '141852.942000', '141852.945000', '141852.947000', '141852.950000', '141852.953000', '141852.955000', '141852.958000', '141852.960000', '141852.963000', '141852.965000', '141852.968000', '141852.971000', '141912.859000', '141912.862000', '141912.865000', '141912.868000', '141912.870000', '141912.873000', '141912.876000', '141912.878000', '141912.881000', '141912.883000', '141912.886000', '141912.889000', '141912.891000', '141912.894000', '141912.896000', '141912.899000', '141912.902000', '141912.904000', '141912.907000', '141912.910000', '141912.912000', '141912.915000', '141912.917000', '141912.920000', '141912.922000', '141912.925000', '141912.928000', '141912.930000', '141912.933000', '141912.935000', '141912.938000', '141912.941000', '141912.943000', '141912.946000', '141912.948000', '141912.951000', '141912.953000', '141912.956000', '141912.959000', '141912.961000', '141912.964000', '141912.967000', '141912.969000', '141932.859000', '141932.861000', '141932.864000', '141932.867000', '141932.869000', '141932.872000', '141932.874000', '141932.877000', '141932.879000', '141932.882000', '141932.885000', '141932.887000', '141932.890000', '141932.892000', '141932.895000', '141932.898000', '141932.900000', '141932.903000', '141932.906000', '141932.908000', '141932.911000', '141932.913000', '141932.916000', '141932.919000', '141932.921000', '141932.924000', '141932.926000', '141932.929000', '141932.932000', '141932.934000', '141932.937000', '141932.939000', '141932.942000', '141932.944000', '141932.947000', '141932.950000', '141932.952000', '141932.955000', '141932.957000', '141932.960000', '141932.993000', '141932.995000', '141932.998000', '141933.002000', '141952.859000', '141952.879000', '141952.882000', '141952.885000', '141952.887000', '141952.890000', '141952.893000', '141952.895000', '141952.898000', '141952.900000', '141952.903000', '141952.906000', '141952.908000', '141952.911000', '141952.913000', '141952.916000', '141952.920000', '141952.923000', '141952.926000', '141952.928000', '141952.931000', '141952.934000', '141952.936000', '141952.939000', '141952.941000', '141952.944000', '141952.947000', '141952.949000', '141952.952000', '141952.954000', '141952.957000', '141952.960000', '141952.962000', '141952.965000', '141952.967000', '141952.970000', '141952.973000', '141952.975000', '141952.978000', '141952.981000', '141952.983000', '141952.986000', '141952.988000', '142012.860000', '142012.862000', '142012.865000', '142012.868000', '142012.870000', '142012.873000', '142012.876000', '142012.878000', '142012.881000', '142012.883000', '142012.886000', '142012.889000', '142012.892000', '142012.894000', '142012.897000', '142012.900000', '142012.902000', '142012.905000', '142012.907000', '142012.910000', '142012.913000', '142012.915000', '142012.918000', '142012.920000', '142012.923000', '142012.926000', '142012.928000', '142012.931000', '142012.934000', '142012.936000', '142012.939000', '142012.941000', '142012.944000', '142012.946000', '142012.949000', '142012.952000', '142012.954000', '142012.957000', '142012.959000', '142012.962000', '142012.965000', '142012.967000', '142012.970000', '142012.972000', '142032.859000', '142032.862000', '142032.865000', '142032.867000', '142032.870000', '142032.873000', '142032.875000', '142032.878000', '142032.881000', '142032.883000', '142032.886000', '142032.889000', '142032.892000', '142032.894000', '142032.897000', '142032.900000', '142032.902000', '142032.905000', '142032.907000', '142032.910000', '142032.913000', '142032.915000', '142032.918000', '142032.921000', '142032.923000', '142032.926000', '142032.928000', '142032.931000', '142032.934000', '142032.936000', '142032.939000', '142032.941000', '142032.944000', '142032.946000', '142032.949000', '142032.952000', '142032.954000', '142032.957000', '142032.960000', '142032.962000', '142032.965000', '142032.967000', '142032.970000', '142052.859000', '142052.862000', '142052.865000', '142052.867000', '142052.870000', '142052.873000', '142052.875000', '142052.878000', '142052.881000', '142052.883000', '142052.886000', '142052.888000', '142052.891000', '142052.894000', '142052.896000', '142052.899000', '142052.901000', '142052.904000', '142052.906000', '142052.909000', '142052.912000', '142052.914000', '142052.917000', '142052.920000', '142052.922000', '142052.925000', '142052.927000', '142052.930000', '142052.932000', '142052.935000', '142052.938000', '142052.940000', '142052.943000', '142052.945000', '142052.948000', '142052.951000', '142052.953000', '142052.956000', '142052.958000', '142052.961000', '142052.964000', '142052.966000', '142052.969000', '142052.971000', '142112.859000', '142112.862000', '142112.865000', '142112.868000', '142112.870000', '142112.873000', '142112.884000', '142112.886000', '142112.889000', '142112.891000', '142112.894000', '142112.896000', '142112.899000', '142112.902000', '142112.904000', '142112.907000', '142112.912000', '142112.914000', '142112.917000', '142112.919000', '142112.922000', '142112.925000', '142112.928000', '142112.931000', '142112.934000', '142112.937000', '142112.939000', '142112.942000', '142112.945000', '142112.947000', '142112.950000', '142112.952000', '142112.955000', '142112.957000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.975000', '142112.978000', '142112.980000', '142112.983000', '142132.859000', '142132.862000', '142132.864000', '142132.867000', '142132.870000', '142132.872000', '142132.875000', '142132.877000', '142132.880000', '142132.883000', '142132.885000', '142132.888000', '142132.890000', '142132.893000', '142132.895000', '142132.898000', '142132.901000', '142132.903000', '142132.906000', '142132.908000', '142132.911000', '142132.914000', '142132.916000', '142132.919000', '142132.921000', '142132.924000', '142132.926000', '142132.929000', '142132.932000', '142132.934000', '142132.937000', '142132.940000', '142132.942000', '142132.945000', '142132.947000', '142132.950000', '142132.952000', '142132.955000', '142132.958000', '142132.960000', '142132.963000', '142132.965000', '142132.968000', '142132.970000', '142152.858000', '142152.861000', '142152.864000', '142152.867000', '142152.869000', '142152.872000', '142152.875000', '142152.877000', '142152.880000', '142152.882000', '142152.885000', '142152.888000', '142152.890000', '142152.893000', '142152.896000', '142152.898000', '142152.901000', '142152.903000', '142152.906000', '142152.909000', '142152.911000', '142152.914000', '142152.917000', '142152.920000', '142152.923000', '142152.926000', '142152.929000', '142152.931000', '142152.934000', '142152.936000', '142152.939000', '142152.942000', '142152.944000', '142152.947000', '142152.949000', '142152.952000', '142152.955000', '142152.957000', '142152.960000', '142152.962000', '142152.965000', '142152.967000', '142152.970000', '142202.126000', '142202.129000', '142202.132000', '142202.135000', '142202.138000', '142202.141000', '142202.143000', '142202.146000', '142202.149000', '142202.152000', '142202.155000', '142202.158000', '142202.161000', '142202.164000', '142202.167000', '142202.169000', '142202.173000', '142202.176000', '142202.179000', '142202.182000', '142202.184000'], 'InstanceCreationTime': ['141552.892000', '141552.895000', '141552.897000', '141552.900000', '141552.903000', '141552.905000', '141552.912000', '141552.915000', '141552.917000', '141552.920000', '141552.922000', '141552.925000', '141552.928000', '141552.930000', '141552.933000', '141552.935000', '141552.938000', '141552.940000', '141552.943000', '141552.946000', '141552.948000', '141552.951000', '141552.954000', '141552.956000', '141552.959000', '141552.962000', '141552.964000', '141552.967000', '141552.969000', '141552.977000', '141552.979000', '141552.982000', '141552.985000', '141552.987000', '141552.990000', '141552.992000', '141612.859000', '141612.862000', '141612.865000', '141612.867000', '141612.870000', '141612.873000', '141612.875000', '141612.878000', '141612.880000', '141612.883000', '141612.885000', '141612.888000', '141612.891000', '141612.893000', '141612.896000', '141612.898000', '141612.901000', '141612.903000', '141612.906000', '141612.908000', '141612.911000', '141612.914000', '141612.916000', '141612.919000', '141612.921000', '141612.924000', '141612.927000', '141612.929000', '141612.932000', '141612.934000', '141612.937000', '141612.939000', '141612.942000', '141612.944000', '141612.947000', '141612.950000', '141612.952000', '141612.955000', '141612.957000', '141612.960000', '141612.962000', '141612.965000', '141612.968000', '141632.859000', '141632.862000', '141632.865000', '141632.868000', '141632.870000', '141632.873000', '141632.876000', '141632.878000', '141632.881000', '141632.883000', '141632.886000', '141632.889000', '141632.891000', '141632.894000', '141632.897000', '141632.899000', '141632.902000', '141632.904000', '141632.907000', '141632.926000', '141632.928000', '141632.931000', '141632.933000', '141632.936000', '141632.939000', '141632.941000', '141632.944000', '141632.947000', '141632.949000', '141632.952000', '141632.954000', '141632.957000', '141632.960000', '141632.962000', '141632.965000', '141632.968000', '141632.970000', '141632.973000', '141632.976000', '141632.978000', '141632.981000', '141632.983000', '141632.986000', '141632.989000', '141652.859000', '141652.862000', '141652.865000', '141652.868000', '141652.870000', '141652.873000', '141652.875000', '141652.878000', '141652.880000', '141652.883000', '141652.886000', '141652.888000', '141652.891000', '141652.893000', '141652.896000', '141652.898000', '141652.901000', '141652.904000', '141652.906000', '141652.909000', '141652.911000', '141652.914000', '141652.916000', '141652.919000', '141652.921000', '141652.924000', '141652.927000', '141652.929000', '141652.932000', '141652.934000', '141652.937000', '141652.939000', '141652.942000', '141652.945000', '141652.947000', '141652.950000', '141652.952000', '141652.955000', '141652.957000', '141652.960000', '141652.962000', '141652.965000', '141652.967000', '141712.859000', '141712.862000', '141712.864000', '141712.867000', '141712.870000', '141712.872000', '141712.875000', '141712.877000', '141712.880000', '141712.883000', '141712.885000', '141712.888000', '141712.890000', '141712.893000', '141712.896000', '141712.899000', '141712.901000', '141712.904000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.919000', '141712.922000', '141712.925000', '141712.927000', '141712.930000', '141712.933000', '141712.935000', '141712.938000', '141712.940000', '141712.943000', '141712.946000', '141712.948000', '141712.951000', '141712.953000', '141712.956000', '141712.959000', '141712.961000', '141712.964000', '141712.966000', '141712.969000', '141712.972000', '141732.859000', '141732.862000', '141732.864000', '141732.867000', '141732.870000', '141732.872000', '141732.875000', '141732.877000', '141732.880000', '141732.882000', '141732.885000', '141732.887000', '141732.890000', '141732.892000', '141732.895000', '141732.898000', '141732.900000', '141732.903000', '141732.905000', '141732.908000', '141732.911000', '141732.913000', '141732.916000', '141732.918000', '141732.921000', '141732.924000', '141732.926000', '141732.929000', '141732.931000', '141732.934000', '141732.937000', '141732.939000', '141732.942000', '141732.944000', '141732.947000', '141732.949000', '141732.952000', '141732.955000', '141732.957000', '141732.960000', '141732.962000', '141732.965000', '141732.968000', '141752.859000', '141752.862000', '141752.865000', '141752.868000', '141752.870000', '141752.873000', '141752.876000', '141752.878000', '141752.881000', '141752.883000', '141752.886000', '141752.889000', '141752.891000', '141752.894000', '141752.896000', '141752.899000', '141752.902000', '141752.904000', '141752.907000', '141752.909000', '141752.912000', '141752.914000', '141752.917000', '141752.920000', '141752.922000', '141752.925000', '141752.927000', '141752.930000', '141752.933000', '141752.935000', '141752.938000', '141752.941000', '141752.943000', '141752.946000', '141752.949000', '141752.951000', '141752.954000', '141752.956000', '141752.959000', '141752.961000', '141752.964000', '141752.967000', '141752.969000', '141752.972000', '141812.860000', '141812.863000', '141812.866000', '141812.869000', '141812.871000', '141812.874000', '141812.876000', '141812.879000', '141812.882000', '141812.884000', '141812.887000', '141812.889000', '141812.892000', '141812.894000', '141812.912000', '141812.915000', '141812.917000', '141812.920000', '141812.923000', '141812.925000', '141812.928000', '141812.930000', '141812.933000', '141812.935000', '141812.938000', '141812.940000', '141812.943000', '141812.945000', '141812.948000', '141812.951000', '141812.953000', '141812.956000', '141812.959000', '141812.961000', '141812.964000', '141812.966000', '141812.969000', '141812.971000', '141812.974000', '141812.976000', '141812.979000', '141812.982000', '141812.984000', '141832.860000', '141832.863000', '141832.867000', '141832.870000', '141832.872000', '141832.875000', '141832.878000', '141832.881000', '141832.884000', '141832.886000', '141832.889000', '141832.892000', '141832.894000', '141832.897000', '141832.899000', '141832.902000', '141832.905000', '141832.907000', '141832.910000', '141832.912000', '141832.915000', '141832.917000', '141832.920000', '141832.923000', '141832.925000', '141832.928000', '141832.930000', '141832.933000', '141832.936000', '141832.938000', '141832.941000', '141832.944000', '141832.946000', '141832.949000', '141832.951000', '141832.954000', '141832.957000', '141832.959000', '141832.962000', '141832.964000', '141832.967000', '141832.970000', '141832.972000', '141852.860000', '141852.863000', '141852.865000', '141852.868000', '141852.870000', '141852.873000', '141852.875000', '141852.878000', '141852.880000', '141852.883000', '141852.886000', '141852.888000', '141852.891000', '141852.893000', '141852.896000', '141852.898000', '141852.901000', '141852.904000', '141852.906000', '141852.909000', '141852.911000', '141852.914000', '141852.916000', '141852.919000', '141852.922000', '141852.924000', '141852.927000', '141852.929000', '141852.932000', '141852.934000', '141852.937000', '141852.940000', '141852.942000', '141852.945000', '141852.947000', '141852.950000', '141852.953000', '141852.955000', '141852.958000', '141852.960000', '141852.963000', '141852.965000', '141852.968000', '141852.971000', '141912.859000', '141912.862000', '141912.865000', '141912.868000', '141912.870000', '141912.873000', '141912.876000', '141912.878000', '141912.881000', '141912.883000', '141912.886000', '141912.889000', '141912.891000', '141912.894000', '141912.896000', '141912.899000', '141912.902000', '141912.904000', '141912.907000', '141912.910000', '141912.912000', '141912.915000', '141912.917000', '141912.920000', '141912.922000', '141912.925000', '141912.928000', '141912.930000', '141912.933000', '141912.935000', '141912.938000', '141912.941000', '141912.943000', '141912.946000', '141912.948000', '141912.951000', '141912.953000', '141912.956000', '141912.959000', '141912.961000', '141912.964000', '141912.967000', '141912.969000', '141932.859000', '141932.861000', '141932.864000', '141932.867000', '141932.869000', '141932.872000', '141932.874000', '141932.877000', '141932.879000', '141932.882000', '141932.885000', '141932.887000', '141932.890000', '141932.892000', '141932.895000', '141932.898000', '141932.900000', '141932.903000', '141932.906000', '141932.908000', '141932.911000', '141932.913000', '141932.916000', '141932.919000', '141932.921000', '141932.924000', '141932.926000', '141932.929000', '141932.932000', '141932.934000', '141932.937000', '141932.939000', '141932.942000', '141932.944000', '141932.947000', '141932.950000', '141932.952000', '141932.955000', '141932.957000', '141932.960000', '141932.993000', '141932.995000', '141932.998000', '141933.002000', '141952.859000', '141952.879000', '141952.882000', '141952.885000', '141952.887000', '141952.890000', '141952.893000', '141952.895000', '141952.898000', '141952.900000', '141952.903000', '141952.906000', '141952.908000', '141952.911000', '141952.913000', '141952.916000', '141952.920000', '141952.923000', '141952.926000', '141952.928000', '141952.931000', '141952.934000', '141952.936000', '141952.939000', '141952.941000', '141952.944000', '141952.947000', '141952.949000', '141952.952000', '141952.954000', '141952.957000', '141952.960000', '141952.962000', '141952.965000', '141952.967000', '141952.970000', '141952.973000', '141952.975000', '141952.978000', '141952.981000', '141952.983000', '141952.986000', '141952.988000', '142012.860000', '142012.862000', '142012.865000', '142012.868000', '142012.870000', '142012.873000', '142012.876000', '142012.878000', '142012.881000', '142012.883000', '142012.886000', '142012.889000', '142012.892000', '142012.894000', '142012.897000', '142012.900000', '142012.902000', '142012.905000', '142012.907000', '142012.910000', '142012.913000', '142012.915000', '142012.918000', '142012.920000', '142012.923000', '142012.926000', '142012.928000', '142012.931000', '142012.934000', '142012.936000', '142012.939000', '142012.941000', '142012.944000', '142012.946000', '142012.949000', '142012.952000', '142012.954000', '142012.957000', '142012.959000', '142012.962000', '142012.965000', '142012.967000', '142012.970000', '142012.972000', '142032.859000', '142032.862000', '142032.865000', '142032.867000', '142032.870000', '142032.873000', '142032.875000', '142032.878000', '142032.881000', '142032.883000', '142032.886000', '142032.889000', '142032.892000', '142032.894000', '142032.897000', '142032.900000', '142032.902000', '142032.905000', '142032.907000', '142032.910000', '142032.913000', '142032.915000', '142032.918000', '142032.921000', '142032.923000', '142032.926000', '142032.928000', '142032.931000', '142032.934000', '142032.936000', '142032.939000', '142032.941000', '142032.944000', '142032.946000', '142032.949000', '142032.952000', '142032.954000', '142032.957000', '142032.960000', '142032.962000', '142032.965000', '142032.967000', '142032.970000', '142052.859000', '142052.862000', '142052.865000', '142052.867000', '142052.870000', '142052.873000', '142052.875000', '142052.878000', '142052.881000', '142052.883000', '142052.886000', '142052.888000', '142052.891000', '142052.894000', '142052.896000', '142052.899000', '142052.901000', '142052.904000', '142052.906000', '142052.909000', '142052.912000', '142052.914000', '142052.917000', '142052.920000', '142052.922000', '142052.925000', '142052.927000', '142052.930000', '142052.932000', '142052.935000', '142052.938000', '142052.940000', '142052.943000', '142052.945000', '142052.948000', '142052.951000', '142052.953000', '142052.956000', '142052.958000', '142052.961000', '142052.964000', '142052.966000', '142052.969000', '142052.971000', '142112.859000', '142112.862000', '142112.865000', '142112.868000', '142112.870000', '142112.873000', '142112.884000', '142112.886000', '142112.889000', '142112.891000', '142112.894000', '142112.896000', '142112.899000', '142112.902000', '142112.904000', '142112.907000', '142112.912000', '142112.914000', '142112.917000', '142112.919000', '142112.922000', '142112.925000', '142112.928000', '142112.931000', '142112.934000', '142112.937000', '142112.939000', '142112.942000', '142112.945000', '142112.947000', '142112.950000', '142112.952000', '142112.955000', '142112.957000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.975000', '142112.978000', '142112.980000', '142112.983000', '142132.859000', '142132.862000', '142132.864000', '142132.867000', '142132.870000', '142132.872000', '142132.875000', '142132.877000', '142132.880000', '142132.883000', '142132.885000', '142132.888000', '142132.890000', '142132.893000', '142132.895000', '142132.898000', '142132.901000', '142132.903000', '142132.906000', '142132.908000', '142132.911000', '142132.914000', '142132.916000', '142132.919000', '142132.921000', '142132.924000', '142132.926000', '142132.929000', '142132.932000', '142132.934000', '142132.937000', '142132.940000', '142132.942000', '142132.945000', '142132.947000', '142132.950000', '142132.952000', '142132.955000', '142132.958000', '142132.960000', '142132.963000', '142132.965000', '142132.968000', '142132.970000', '142152.858000', '142152.861000', '142152.864000', '142152.867000', '142152.869000', '142152.872000', '142152.875000', '142152.877000', '142152.880000', '142152.882000', '142152.885000', '142152.888000', '142152.890000', '142152.893000', '142152.896000', '142152.898000', '142152.901000', '142152.903000', '142152.906000', '142152.909000', '142152.911000', '142152.914000', '142152.917000', '142152.920000', '142152.923000', '142152.926000', '142152.929000', '142152.931000', '142152.934000', '142152.936000', '142152.939000', '142152.942000', '142152.944000', '142152.947000', '142152.949000', '142152.952000', '142152.955000', '142152.957000', '142152.960000', '142152.962000', '142152.965000', '142152.967000', '142152.970000', '142202.126000', '142202.129000', '142202.132000', '142202.135000', '142202.138000', '142202.141000', '142202.143000', '142202.146000', '142202.149000', '142202.152000', '142202.155000', '142202.158000', '142202.161000', '142202.164000', '142202.167000', '142202.169000', '142202.173000', '142202.176000', '142202.179000', '142202.182000', '142202.184000'], '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': [8350, 11646, 8565, 16383, 11949, 9695, 9149, 7632, 9702, 7998, 11513, 9514, 11642, 8529, 7810, 9253, 7785, 10099, 7787, 14806, 7809, 11062, 7818, 11699, 8256, 16002, 9080, 13661, 8008, 11905, 9167, 13114, 10283, 10227, 8502, 7891, 9916, 7994, 10801, 8022, 12228, 7834, 12530, 8031, 11506, 8055, 14057, 10904, 17949, 10779, 16335, 9571, 14704, 11448, 16359, 11813, 8873, 9136, 7976, 10630, 8423, 10901, 8096, 12511, 7752, 11105, 7806, 11582, 8564, 13636, 9656, 8405, 9001, 8457, 9321, 8215, 13303, 10357, 8252, 8546, 8211, 10492, 9275, 14882, 11812, 9459, 15826, 8278, 17271, 11855, 19303, 15789, 17941, 15706, 10057, 12044, 9655, 16977, 11219, 16305, 17594, 10360, 13611, 9013, 16682, 11972, 18528, 14105, 8865, 10166, 7689, 11597, 9300, 18499, 10212, 14422, 8734, 12011, 9991, 13245, 10033, 7916, 10005, 7994, 11423, 8437, 13618, 9894, 12846, 11424, 7976, 12122, 7588, 10140, 8789, 8363, 11721, 8434, 17183, 13275, 8740, 9232, 7579, 12114, 8990, 16212, 12557, 13599, 17497, 9872, 19097, 9387, 8042, 10623, 8330, 10897, 8975, 7903, 17463, 13287, 8503, 9245, 7949, 14211, 8797, 16161, 11419, 12507, 16661, 8279, 13084, 8491, 11220, 8933, 12860, 9792, 10432, 8478, 7869, 8875, 7858, 9770, 8023, 11108, 8002, 10853, 7764, 10597, 7917, 11309, 9574, 12513, 9174, 8109, 8253, 7779, 8869, 7741, 9751, 7655, 11834, 8001, 10814, 7936, 11354, 9414, 15434, 12550, 16638, 9960, 13104, 9549, 13232, 10161, 13213, 12568, 8086, 10099, 7732, 10909, 8153, 14429, 8465, 16571, 8169, 12677, 7852, 11683, 8331, 14844, 11183, 17215, 9762, 15191, 9539, 13066, 10794, 13093, 10804, 9269, 8669, 8154, 10946, 7652, 11745, 8446, 16974, 13272, 18122, 10952, 14287, 9615, 15269, 11741, 16477, 11323, 10437, 8692, 7951, 9530, 8211, 10330, 7815, 15021, 8706, 12547, 7906, 11414, 7858, 11501, 8550, 14534, 11689, 12225, 8133, 7651, 8806, 7943, 10551, 8351, 12629, 9297, 8472, 8349, 7688, 10002, 8204, 10671, 8600, 8022, 11296, 8629, 12097, 13840, 8005, 16982, 10498, 11123, 9694, 10308, 17478, 13639, 19805, 9999, 10467, 9028, 8041, 11078, 8600, 16892, 11496, 8374, 8578, 7977, 9819, 8406, 13547, 11409, 9308, 8509, 7810, 9577, 7920, 11811, 8463, 16381, 9569, 7825, 8454, 8099, 10731, 8415, 15604, 10789, 11851, 9075, 7623, 9990, 8409, 14457, 12713, 10984, 9279, 7961, 10297, 7895, 17622, 14541, 17516, 10459, 7742, 9593, 7827, 14706, 12685, 18303, 11713, 10013, 9188, 7752, 12472, 9345, 18292, 12945, 7870, 9190, 8154, 11034, 9028, 14314, 10845, 8099, 9672, 7865, 12395, 9470, 8587, 13841, 8780, 18086, 11314, 15207, 10929, 14102, 11803, 12146, 15381, 7731, 11133, 8221, 11347, 9413, 15733, 10853, 11579, 8461, 7885, 9058, 7840, 10889, 7936, 13460, 11083, 14420, 8577, 10030, 9150, 8620, 9089, 7860, 10410, 7854, 9950, 8077, 10791, 8041, 13768, 9906, 15400, 7950, 10508, 8561, 8280, 9242, 7666, 11600, 7968, 10535, 8385, 12102, 9788, 10274, 8423, 7738, 9035, 7815, 10461, 8151, 14448, 12977, 16152, 10117, 8199, 9896, 7866, 12478, 8569, 18069, 14183, 16926, 9865, 9709, 10040, 7940, 13886, 8690, 16963, 9612, 14544, 10043, 12510, 10828, 9730, 17908, 8676, 15651, 10199, 14916, 10973, 12063, 12383, 8728, 13707, 8278, 12210, 8954, 11247, 9164, 7928, 12809, 8093, 11536, 8657, 14153, 9650, 15725, 12184, 8909, 9648, 8163, 11793, 8681, 17390, 14979, 18865, 10962, 12918, 8883, 7696, 10073, 8211, 15510, 9039, 14068, 8897, 10062, 9105, 8260, 11651, 7970, 12426, 7592, 14455, 8438, 8175, 9885, 8179, 14488, 9036, 7984, 10004, 8557, 8058, 9168, 8372, 11484, 11327, 9344, 17756, 13623, 9078, 10773, 7998, 14460, 13125, 18901, 15090, 9143, 9043, 7827, 12198, 9307, 12998, 9852, 10755, 11518, 7808, 16240, 7743, 8188, 7932, 7980, 10323, 8560, 11171, 13028, 14290, 16039, 16180, 16575, 14412, 9540, 16256, 10558, 12549, 10657, 11565, 17593, 14013, 18910, 15165, 14685, 9687, 7903, 10019, 7793, 16734, 13650, 19370, 10195, 13585, 8433, 11354, 8965, 10640, 9906, 7745, 9221, 7966, 9709, 7828, 11409, 8920, 12946, 8289, 9112, 8105, 8076, 9082, 7720, 10394, 8337, 10836, 7619, 10892, 8414, 12483, 10466, 13803, 9724, 7917, 9142, 7785, 11066, 9110, 15801, 11932, 8001, 8686, 8275, 10772, 8504, 16578, 13604, 11877, 14747, 7781, 12094, 8903, 8408, 9399, 9986, 11761, 15597, 16401, 11261, 18646, 10337, 17890, 12424, 15640, 11938, 17366, 17591, 12767, 18355, 11164, 16393, 10685, 13144, 10977, 9340, 14260, 7634, 12489, 8106, 15836, 10743, 16862, 12872, 8465, 10347, 8104, 13283, 8342, 18208, 11839, 8895, 9262, 7670, 10731, 8589, 10951, 9063, 8122, 10028, 7544, 12327, 8322, 8106, 10506, 7762, 14178, 10482, 8349, 8785, 7772, 11155, 8267, 15342, 10716, 8504, 16266, 8476, 12243, 8744, 7906, 9479, 7788, 13824, 9184, 17475, 11264, 14558, 10906, 13520, 11998, 18072, 12671, 14047, 9094, 10687, 9124, 8110, 9252, 7614, 9390, 7627, 10441, 7909, 10366, 8042, 11778, 9501, 12260, 8229, 10488, 8705, 7887, 9214, 7897, 10782, 7765, 10425, 7755, 11212, 8928, 15160, 11156, 14709, 10915, 7919, 8631, 7788, 9936, 7837, 13647, 8297, 16786, 8871, 13492, 9238, 13095, 10570, 11577, 10276, 7894, 9153, 8008, 10260, 7696, 11801, 8037, 16428, 11940, 8096, 8071, 7955, 10887, 8744, 9019, 9703, 7911, 15460, 8537, 12258, 9161, 9421, 11929, 9352, 18198, 14886, 16142, 11878, 8972, 10414, 8576, 18075, 15674, 15067, 10530, 7993, 10690, 8372, 15658, 10751, 10263, 14739, 10071, 11846, 9308, 8149, 14256, 10535, 15473, 12422, 17490, 14832, 11385, 14318, 10171, 15779, 11155, 8774, 17495, 13768, 17479, 15160, 14854, 18665, 11383, 17398, 10036, 8460, 9715, 7847, 11450, 8722, 15632, 12264, 11429, 9383, 8150, 8398, 8211, 9767, 8276, 7596, 10366], 'WindowCenter': [4776.0, 4799.0, 4758.0, 4812.0, 4784.0, 4751.0, 4740.0, 4721.0, 4741.0, 4733.0, 4769.0, 4750.0, 4771.0, 4740.0, 4723.0, 4753.0, 4722.0, 4761.0, 4721.0, 4803.0, 4721.0, 4772.0, 4733.0, 4780.0, 4732.0, 4809.0, 4739.0, 4790.0, 4732.0, 4771.0, 4753.0, 4781.0, 4763.0, 4762.0, 4731.0, 4731.0, 4762.0, 4732.0, 4773.0, 4731.0, 4782.0, 4720.0, 4781.0, 4731.0, 4772.0, 4733.0, 4789.0, 4772.0, 4820.0, 4762.0, 4811.0, 4751.0, 4801.0, 4770.0, 4798.0, 4769.0, 4740.0, 4738.0, 4730.0, 4758.0, 4731.0, 4761.0, 4719.0, 4780.0, 4720.0, 4769.0, 4732.0, 4781.0, 4755.0, 4800.0, 4777.0, 4742.0, 4756.0, 4755.0, 4764.0, 4757.0, 4804.0, 4776.0, 4755.0, 4767.0, 4771.0, 4788.0, 4777.0, 4823.0, 4795.0, 4766.0, 4825.0, 4745.0, 4823.0, 4795.0, 4834.0, 4814.0, 4822.0, 4813.0, 4752.0, 4781.0, 4752.0, 4810.0, 4771.0, 4811.0, 4822.0, 4749.0, 4793.0, 4740.0, 4809.0, 4769.0, 4806.0, 4776.0, 4737.0, 4746.0, 4709.0, 4769.0, 4738.0, 4823.0, 4746.0, 4775.0, 4726.0, 4756.0, 4737.0, 4763.0, 4736.0, 4706.0, 4735.0, 4718.0, 4755.0, 4719.0, 4775.0, 4736.0, 4775.0, 4755.0, 4715.0, 4768.0, 4708.0, 4748.0, 4740.0, 4729.0, 4769.0, 4730.0, 4821.0, 4790.0, 4730.0, 4739.0, 4708.0, 4769.0, 4740.0, 4796.0, 4770.0, 4779.0, 4809.0, 4736.0, 4804.0, 4726.0, 4718.0, 4747.0, 4718.0, 4757.0, 4728.0, 4731.0, 4807.0, 4778.0, 4729.0, 4727.0, 4717.0, 4776.0, 4727.0, 4795.0, 4755.0, 4753.0, 4784.0, 4703.0, 4763.0, 4713.0, 4745.0, 4725.0, 4751.0, 4722.0, 4733.0, 4703.0, 4704.0, 4715.0, 4703.0, 4734.0, 4705.0, 4745.0, 4703.0, 4743.0, 4706.0, 4735.0, 4708.0, 4755.0, 4737.0, 4765.0, 4727.0, 4717.0, 4717.0, 4708.0, 4729.0, 4717.0, 4737.0, 4708.0, 4767.0, 4718.0, 4756.0, 4721.0, 4759.0, 4738.0, 4786.0, 4766.0, 4796.0, 4746.0, 4778.0, 4739.0, 4777.0, 4749.0, 4775.0, 4766.0, 4708.0, 4749.0, 4708.0, 4759.0, 4719.0, 4788.0, 4718.0, 4796.0, 4715.0, 4777.0, 4717.0, 4766.0, 4729.0, 4787.0, 4758.0, 4795.0, 4748.0, 4788.0, 4750.0, 4780.0, 4760.0, 4777.0, 4759.0, 4753.0, 4730.0, 4731.0, 4768.0, 4719.0, 4769.0, 4730.0, 4809.0, 4789.0, 4819.0, 4759.0, 4786.0, 4749.0, 4796.0, 4779.0, 4808.0, 4757.0, 4745.0, 4713.0, 4705.0, 4736.0, 4715.0, 4735.0, 4705.0, 4787.0, 4727.0, 4764.0, 4705.0, 4753.0, 4717.0, 4754.0, 4726.0, 4786.0, 4766.0, 4765.0, 4714.0, 4720.0, 4751.0, 4742.0, 4759.0, 4730.0, 4789.0, 4753.0, 4745.0, 4743.0, 4732.0, 4762.0, 4742.0, 4772.0, 4753.0, 4743.0, 4785.0, 4751.0, 4781.0, 4800.0, 4731.0, 4822.0, 4770.0, 4771.0, 4764.0, 4774.0, 4820.0, 4791.0, 4831.0, 4750.0, 4756.0, 4728.0, 4729.0, 4768.0, 4740.0, 4809.0, 4769.0, 4730.0, 4741.0, 4730.0, 4758.0, 4730.0, 4787.0, 4780.0, 4739.0, 4727.0, 4719.0, 4748.0, 4730.0, 4771.0, 4732.0, 4809.0, 4749.0, 4720.0, 4729.0, 4730.0, 4770.0, 4732.0, 4808.0, 4773.0, 4781.0, 4741.0, 4720.0, 4750.0, 4729.0, 4788.0, 4791.0, 4759.0, 4739.0, 4730.0, 4761.0, 4730.0, 4810.0, 4800.0, 4808.0, 4757.0, 4721.0, 4739.0, 4720.0, 4799.0, 4777.0, 4808.0, 4769.0, 4746.0, 4737.0, 4720.0, 4779.0, 4739.0, 4806.0, 4779.0, 4718.0, 4738.0, 4719.0, 4759.0, 4752.0, 4798.0, 4758.0, 4720.0, 4747.0, 4729.0, 4777.0, 4748.0, 4740.0, 4789.0, 4728.0, 4808.0, 4769.0, 4796.0, 4757.0, 4788.0, 4767.0, 4767.0, 4785.0, 4706.0, 4756.0, 4718.0, 4754.0, 4737.0, 4793.0, 4747.0, 4757.0, 4715.0, 4716.0, 4724.0, 4714.0, 4756.0, 4715.0, 4774.0, 4758.0, 4777.0, 4726.0, 4746.0, 4737.0, 4727.0, 4726.0, 4716.0, 4747.0, 4718.0, 4736.0, 4717.0, 4744.0, 4718.0, 4775.0, 4738.0, 4785.0, 4716.0, 4754.0, 4728.0, 4728.0, 4739.0, 4708.0, 4767.0, 4718.0, 4757.0, 4730.0, 4778.0, 4749.0, 4760.0, 4730.0, 4721.0, 4741.0, 4722.0, 4770.0, 4731.0, 4799.0, 4791.0, 4810.0, 4758.0, 4730.0, 4748.0, 4731.0, 4778.0, 4726.0, 4809.0, 4788.0, 4808.0, 4749.0, 4748.0, 4748.0, 4730.0, 4788.0, 4740.0, 4807.0, 4748.0, 4788.0, 4749.0, 4778.0, 4758.0, 4737.0, 4808.0, 4727.0, 4795.0, 4747.0, 4795.0, 4758.0, 4778.0, 4777.0, 4726.0, 4786.0, 4726.0, 4776.0, 4739.0, 4767.0, 4739.0, 4718.0, 4779.0, 4729.0, 4768.0, 4739.0, 4786.0, 4748.0, 4808.0, 4769.0, 4728.0, 4737.0, 4727.0, 4765.0, 4727.0, 4804.0, 4797.0, 4806.0, 4745.0, 4775.0, 4723.0, 4708.0, 4736.0, 4714.0, 4795.0, 4726.0, 4787.0, 4726.0, 4744.0, 4735.0, 4744.0, 4767.0, 4716.0, 4790.0, 4721.0, 4788.0, 4741.0, 4702.0, 4748.0, 4715.0, 4786.0, 4726.0, 4717.0, 4745.0, 4737.0, 4741.0, 4750.0, 4745.0, 4781.0, 4767.0, 4748.0, 4808.0, 4787.0, 4738.0, 4755.0, 4716.0, 4787.0, 4776.0, 4806.0, 4785.0, 4723.0, 4714.0, 4692.0, 4755.0, 4749.0, 4805.0, 4790.0, 4749.0, 4745.0, 4681.0, 4768.0, 4680.0, 4689.0, 4679.0, 4690.0, 4735.0, 4702.0, 4769.0, 4763.0, 4770.0, 4794.0, 4795.0, 4792.0, 4768.0, 4721.0, 4782.0, 4744.0, 4766.0, 4745.0, 4766.0, 4807.0, 4774.0, 4804.0, 4771.0, 4770.0, 4719.0, 4688.0, 4719.0, 4689.0, 4781.0, 4759.0, 4788.0, 4722.0, 4749.0, 4699.0, 4729.0, 4709.0, 4728.0, 4719.0, 4681.0, 4710.0, 4690.0, 4709.0, 4703.0, 4739.0, 4711.0, 4751.0, 4701.0, 4713.0, 4704.0, 4706.0, 4725.0, 4705.0, 4748.0, 4704.0, 4744.0, 4705.0, 4745.0, 4718.0, 4764.0, 4746.0, 4773.0, 4725.0, 4717.0, 4735.0, 4719.0, 4757.0, 4739.0, 4796.0, 4767.0, 4717.0, 4727.0, 4729.0, 4757.0, 4741.0, 4808.0, 4786.0, 4767.0, 4787.0, 4721.0, 4768.0, 4739.0, 4728.0, 4738.0, 4749.0, 4781.0, 4799.0, 4797.0, 4759.0, 4810.0, 4747.0, 4805.0, 4765.0, 4787.0, 4765.0, 4795.0, 4794.0, 4754.0, 4794.0, 4743.0, 4782.0, 4733.0, 4761.0, 4732.0, 4723.0, 4772.0, 4692.0, 4751.0, 4701.0, 4783.0, 4739.0, 4781.0, 4750.0, 4703.0, 4732.0, 4702.0, 4761.0, 4703.0, 4788.0, 4740.0, 4713.0, 4710.0, 4693.0, 4742.0, 4715.0, 4744.0, 4725.0, 4704.0, 4733.0, 4703.0, 4765.0, 4717.0, 4716.0, 4747.0, 4718.0, 4778.0, 4746.0, 4716.0, 4726.0, 4718.0, 4761.0, 4731.0, 4796.0, 4744.0, 4715.0, 4794.0, 4715.0, 4754.0, 4714.0, 4718.0, 4737.0, 4707.0, 4774.0, 4726.0, 4794.0, 4756.0, 4775.0, 4743.0, 4762.0, 4754.0, 4790.0, 4752.0, 4763.0, 4711.0, 4733.0, 4712.0, 4702.0, 4722.0, 4691.0, 4712.0, 4702.0, 4732.0, 4705.0, 4731.0, 4704.0, 4754.0, 4736.0, 4753.0, 4705.0, 4743.0, 4713.0, 4706.0, 4723.0, 4704.0, 4744.0, 4694.0, 4745.0, 4705.0, 4752.0, 4726.0, 4784.0, 4756.0, 4786.0, 4745.0, 4704.0, 4714.0, 4707.0, 4733.0, 4706.0, 4775.0, 4718.0, 4796.0, 4725.0, 4776.0, 4737.0, 4777.0, 4748.0, 4756.0, 4748.0, 4717.0, 4735.0, 4715.0, 4748.0, 4706.0, 4766.0, 4717.0, 4795.0, 4768.0, 4719.0, 4719.0, 4730.0, 4771.0, 4741.0, 4749.0, 4751.0, 4734.0, 4812.0, 4744.0, 4792.0, 4750.0, 4751.0, 4779.0, 4749.0, 4823.0, 4799.0, 4797.0, 4780.0, 4740.0, 4760.0, 4730.0, 4807.0, 4799.0, 4799.0, 4758.0, 4718.0, 4758.0, 4743.0, 4813.0, 4782.0, 4770.0, 4785.0, 4757.0, 4779.0, 4761.0, 4743.0, 4810.0, 4772.0, 4810.0, 4790.0, 4818.0, 4797.0, 4766.0, 4797.0, 4748.0, 4797.0, 4768.0, 4729.0, 4806.0, 4788.0, 4819.0, 4797.0, 4798.0, 4802.0, 4756.0, 4792.0, 4735.0, 4703.0, 4722.0, 4703.0, 4753.0, 4727.0, 4794.0, 4764.0, 4742.0, 4725.0, 4717.0, 4731.0, 4753.0, 4731.0, 4793.0, 4729.0, 4701.0], 'WindowWidth': [10449.0, 10466.0, 10405.0, 10469.0, 10430.0, 10382.0, 10365.0, 10341.0, 10367.0, 10360.0, 10403.0, 10382.0, 10409.0, 10366.0, 10346.0, 10385.0, 10345.0, 10397.0, 10342.0, 10455.0, 10343.0, 10409.0, 10363.0, 10421.0, 10357.0, 10459.0, 10365.0, 10432.0, 10357.0, 10408.0, 10385.0, 10421.0, 10398.0, 10398.0, 10353.0, 10355.0, 10397.0, 10360.0, 10414.0, 10357.0, 10426.0, 10339.0, 10422.0, 10358.0, 10411.0, 10363.0, 10432.0, 10411.0, 10475.0, 10396.0, 10463.0, 10381.0, 10450.0, 10408.0, 10442.0, 10404.0, 10364.0, 10361.0, 10354.0, 10390.0, 10355.0, 10395.0, 10337.0, 10420.0, 10340.0, 10404.0, 10360.0, 10424.0, 10398.0, 10452.0, 10429.0, 10373.0, 10398.0, 10397.0, 10406.0, 10400.0, 10460.0, 10426.0, 10395.0, 10418.0, 10429.0, 10448.0, 10432.0, 10488.0, 10451.0, 10412.0, 10490.0, 10382.0, 10485.0, 10449.0, 10503.0, 10474.0, 10482.0, 10471.0, 10382.0, 10422.0, 10383.0, 10462.0, 10409.0, 10463.0, 10482.0, 10375.0, 10440.0, 10366.0, 10459.0, 10403.0, 10451.0, 10408.0, 10358.0, 10368.0, 10320.0, 10403.0, 10357.0, 10485.0, 10367.0, 10404.0, 10339.0, 10380.0, 10353.0, 10388.0, 10353.0, 10313.0, 10349.0, 10331.0, 10380.0, 10332.0, 10406.0, 10352.0, 10405.0, 10376.0, 10324.0, 10397.0, 10318.0, 10372.0, 10366.0, 10350.0, 10401.0, 10351.0, 10481.0, 10434.0, 10351.0, 10360.0, 10318.0, 10400.0, 10364.0, 10438.0, 10402.0, 10415.0, 10457.0, 10351.0, 10445.0, 10339.0, 10332.0, 10369.0, 10333.0, 10384.0, 10346.0, 10354.0, 10452.0, 10413.0, 10346.0, 10342.0, 10329.0, 10409.0, 10342.0, 10433.0, 10376.0, 10371.0, 10413.0, 10302.0, 10382.0, 10316.0, 10360.0, 10335.0, 10368.0, 10329.0, 10343.0, 10302.0, 10306.0, 10321.0, 10305.0, 10345.0, 10308.0, 10363.0, 10303.0, 10357.0, 10310.0, 10350.0, 10316.0, 10377.0, 10355.0, 10390.0, 10340.0, 10329.0, 10328.0, 10318.0, 10347.0, 10330.0, 10357.0, 10317.0, 10398.0, 10331.0, 10382.0, 10339.0, 10388.0, 10360.0, 10421.0, 10396.0, 10435.0, 10368.0, 10412.0, 10361.0, 10411.0, 10373.0, 10406.0, 10394.0, 10317.0, 10373.0, 10320.0, 10389.0, 10336.0, 10427.0, 10330.0, 10436.0, 10326.0, 10410.0, 10332.0, 10395.0, 10349.0, 10424.0, 10387.0, 10435.0, 10372.0, 10427.0, 10378.0, 10419.0, 10391.0, 10411.0, 10390.0, 10388.0, 10352.0, 10355.0, 10403.0, 10338.0, 10402.0, 10351.0, 10458.0, 10432.0, 10471.0, 10389.0, 10425.0, 10376.0, 10438.0, 10418.0, 10457.0, 10383.0, 10364.0, 10319.0, 10309.0, 10352.0, 10324.0, 10352.0, 10310.0, 10422.0, 10341.0, 10389.0, 10311.0, 10373.0, 10328.0, 10375.0, 10340.0, 10422.0, 10394.0, 10393.0, 10323.0, 10341.0, 10387.0, 10375.0, 10392.0, 10355.0, 10434.0, 10391.0, 10381.0, 10377.0, 10360.0, 10401.0, 10374.0, 10413.0, 10391.0, 10376.0, 10436.0, 10387.0, 10424.0, 10448.0, 10359.0, 10484.0, 10410.0, 10411.0, 10406.0, 10420.0, 10480.0, 10437.0, 10498.0, 10380.0, 10383.0, 10347.0, 10352.0, 10403.0, 10366.0, 10460.0, 10403.0, 10352.0, 10372.0, 10356.0, 10392.0, 10353.0, 10428.0, 10422.0, 10364.0, 10347.0, 10337.0, 10377.0, 10354.0, 10409.0, 10359.0, 10457.0, 10376.0, 10339.0, 10350.0, 10353.0, 10408.0, 10359.0, 10458.0, 10418.0, 10422.0, 10366.0, 10341.0, 10379.0, 10351.0, 10430.0, 10437.0, 10391.0, 10362.0, 10353.0, 10395.0, 10353.0, 10459.0, 10447.0, 10454.0, 10384.0, 10340.0, 10362.0, 10340.0, 10445.0, 10414.0, 10455.0, 10405.0, 10369.0, 10355.0, 10339.0, 10415.0, 10361.0, 10451.0, 10416.0, 10333.0, 10360.0, 10336.0, 10390.0, 10387.0, 10445.0, 10388.0, 10335.0, 10371.0, 10351.0, 10416.0, 10376.0, 10366.0, 10433.0, 10346.0, 10458.0, 10402.0, 10438.0, 10384.0, 10427.0, 10396.0, 10395.0, 10419.0, 10314.0, 10380.0, 10331.0, 10378.0, 10356.0, 10429.0, 10370.0, 10381.0, 10323.0, 10326.0, 10335.0, 10324.0, 10380.0, 10328.0, 10404.0, 10383.0, 10409.0, 10340.0, 10367.0, 10356.0, 10342.0, 10341.0, 10326.0, 10369.0, 10330.0, 10353.0, 10330.0, 10364.0, 10333.0, 10406.0, 10358.0, 10420.0, 10328.0, 10380.0, 10346.0, 10347.0, 10362.0, 10318.0, 10399.0, 10335.0, 10386.0, 10353.0, 10416.0, 10377.0, 10394.0, 10353.0, 10341.0, 10369.0, 10347.0, 10409.0, 10358.0, 10447.0, 10437.0, 10462.0, 10389.0, 10354.0, 10375.0, 10355.0, 10417.0, 10345.0, 10460.0, 10428.0, 10457.0, 10377.0, 10377.0, 10376.0, 10352.0, 10432.0, 10366.0, 10456.0, 10375.0, 10430.0, 10377.0, 10415.0, 10389.0, 10358.0, 10458.0, 10346.0, 10439.0, 10373.0, 10438.0, 10387.0, 10414.0, 10414.0, 10340.0, 10422.0, 10344.0, 10414.0, 10365.0, 10401.0, 10365.0, 10336.0, 10419.0, 10351.0, 10405.0, 10367.0, 10427.0, 10377.0, 10456.0, 10402.0, 10346.0, 10358.0, 10345.0, 10394.0, 10346.0, 10447.0, 10439.0, 10450.0, 10364.0, 10405.0, 10335.0, 10318.0, 10354.0, 10322.0, 10435.0, 10340.0, 10424.0, 10341.0, 10365.0, 10353.0, 10380.0, 10401.0, 10328.0, 10436.0, 10342.0, 10427.0, 10371.0, 10298.0, 10375.0, 10326.0, 10422.0, 10342.0, 10329.0, 10367.0, 10361.0, 10375.0, 10385.0, 10385.0, 10425.0, 10400.0, 10376.0, 10459.0, 10426.0, 10359.0, 10379.0, 10330.0, 10425.0, 10409.0, 10450.0, 10416.0, 10330.0, 10318.0, 10289.0, 10377.0, 10379.0, 10468.0, 10455.0, 10374.0, 10360.0, 10267.0, 10382.0, 10264.0, 10273.0, 10259.0, 10276.0, 10345.0, 10299.0, 10407.0, 10386.0, 10388.0, 10437.0, 10436.0, 10424.0, 10386.0, 10323.0, 10410.0, 10361.0, 10391.0, 10365.0, 10395.0, 10454.0, 10402.0, 10445.0, 10393.0, 10390.0, 10318.0, 10276.0, 10318.0, 10278.0, 10406.0, 10373.0, 10413.0, 10322.0, 10357.0, 10291.0, 10332.0, 10305.0, 10329.0, 10317.0, 10265.0, 10305.0, 10278.0, 10305.0, 10303.0, 10346.0, 10312.0, 10364.0, 10298.0, 10315.0, 10304.0, 10310.0, 10335.0, 10307.0, 10369.0, 10304.0, 10359.0, 10310.0, 10363.0, 10330.0, 10386.0, 10365.0, 10398.0, 10334.0, 10329.0, 10352.0, 10335.0, 10383.0, 10360.0, 10435.0, 10396.0, 10329.0, 10344.0, 10351.0, 10387.0, 10373.0, 10457.0, 10422.0, 10394.0, 10425.0, 10341.0, 10400.0, 10365.0, 10349.0, 10362.0, 10378.0, 10425.0, 10443.0, 10439.0, 10388.0, 10459.0, 10369.0, 10449.0, 10392.0, 10423.0, 10392.0, 10432.0, 10431.0, 10371.0, 10428.0, 10357.0, 10410.0, 10341.0, 10379.0, 10340.0, 10330.0, 10394.0, 10285.0, 10364.0, 10297.0, 10410.0, 10349.0, 10406.0, 10362.0, 10301.0, 10339.0, 10300.0, 10377.0, 10302.0, 10414.0, 10348.0, 10314.0, 10309.0, 10289.0, 10353.0, 10321.0, 10362.0, 10336.0, 10305.0, 10345.0, 10304.0, 10390.0, 10330.0, 10329.0, 10367.0, 10331.0, 10412.0, 10366.0, 10325.0, 10342.0, 10333.0, 10392.0, 10353.0, 10438.0, 10361.0, 10323.0, 10430.0, 10323.0, 10374.0, 10321.0, 10332.0, 10354.0, 10315.0, 10402.0, 10339.0, 10431.0, 10377.0, 10405.0, 10360.0, 10383.0, 10373.0, 10420.0, 10368.0, 10382.0, 10311.0, 10340.0, 10313.0, 10299.0, 10326.0, 10283.0, 10314.0, 10303.0, 10340.0, 10308.0, 10340.0, 10308.0, 10372.0, 10350.0, 10370.0, 10308.0, 10357.0, 10317.0, 10310.0, 10331.0, 10307.0, 10362.0, 10290.0, 10361.0, 10308.0, 10371.0, 10340.0, 10416.0, 10379.0, 10419.0, 10363.0, 10307.0, 10320.0, 10315.0, 10346.0, 10313.0, 10405.0, 10328.0, 10433.0, 10337.0, 10406.0, 10355.0, 10410.0, 10371.0, 10381.0, 10370.0, 10328.0, 10351.0, 10325.0, 10369.0, 10314.0, 10396.0, 10332.0, 10433.0, 10399.0, 10333.0, 10334.0, 10353.0, 10410.0, 10371.0, 10380.0, 10384.0, 10364.0, 10469.0, 10377.0, 10439.0, 10383.0, 10384.0, 10418.0, 10377.0, 10484.0, 10447.0, 10441.0, 10417.0, 10365.0, 10391.0, 10350.0, 10456.0, 10442.0, 10441.0, 10384.0, 10332.0, 10389.0, 10374.0, 10471.0, 10429.0, 10415.0, 10426.0, 10392.0, 10423.0, 10405.0, 10383.0, 10467.0, 10419.0, 10468.0, 10439.0, 10475.0, 10443.0, 10396.0, 10441.0, 10373.0, 10439.0, 10403.0, 10350.0, 10455.0, 10430.0, 10478.0, 10442.0, 10443.0, 10443.0, 10380.0, 10428.0, 10350.0, 10303.0, 10327.0, 10305.0, 10374.0, 10343.0, 10432.0, 10388.0, 10354.0, 10335.0, 10331.0, 10356.0, 10400.0, 10342.0, 10476.0, 10355.0, 10284.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.008009904306220094</td></tr>
<tr><td colspan=3>aqi</td><td>0.02619198504784689</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.87127866452697</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.285658086838323</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1387305306467066</td></tr>
<tr><td colspan=3>efc</td><td>0.5173</td></tr>
<tr><td colspan=3>fber</td><td>3365.3738</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11850390759859464</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.732057416267942</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5737552995601107</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5272846670175655</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697777572043607</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4962036596191606</td></tr>
<tr><td colspan=3>gcor</td><td>0.00853437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.016037343069911003</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022940728813409805</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.025962535309464</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>12.5296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.2605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.6181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291275.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.8036</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5228</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3900.7757</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.1421</td></tr>
<tr><td colspan=3>tsnr</td><td>33.308781248517334</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>