<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>3425817d5c66a54aba4ed4e6c0c87cfa</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>16:01:28.450000</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.998207, 0.0546309, 0.0244415, -0.0516151, 0.992536, -0.110489]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0893955</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7793, -7221, 192, -127, -199, -79, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>069af1d5-ddb7-4290-92f3-a66f3f9eaaaa||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.678117513656616, -0.13847962021827698, 0.08179696649312973, 117.13427734375], [-0.14657062292099, 2.6629021167755127, -0.2943784296512604, -86.28829193115234], [0.0655747801065445, 0.2964330017566681, 2.682657241821289, -92.55357360839844], [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': ['160128.450000', '160128.910000', '160129.370000', '160129.830000', '160130.290000', '160130.750000', '160131.210000', '160131.670000', '160132.130000', '160132.590000', '160133.050000', '160133.510000', '160133.970000', '160134.430000', '160134.890000', '160135.350000', '160135.810000', '160136.270000', '160136.730000', '160137.190000', '160137.650000', '160138.110000', '160138.570000', '160139.030000', '160139.490000', '160139.950000', '160140.410000', '160140.870000', '160141.330000', '160141.790000', '160142.250000', '160142.710000', '160143.170000', '160143.630000', '160144.090000', '160144.550000', '160145.010000', '160145.470000', '160145.930000', '160146.390000', '160146.850000', '160147.310000', '160147.770000', '160148.230000', '160148.690000', '160149.150000', '160149.610000', '160150.070000', '160150.530000', '160150.990000', '160151.450000', '160151.910000', '160152.370000', '160152.830000', '160153.290000', '160153.750000', '160154.210000', '160154.670000', '160155.130000', '160155.590000', '160156.050000', '160156.510000', '160156.970000', '160157.430000', '160157.890000', '160158.350000', '160158.810000', '160159.270000', '160159.730000', '160200.190000', '160200.650000', '160201.110000', '160201.570000', '160202.030000', '160202.490000', '160202.950000', '160203.410000', '160203.870000', '160204.330000', '160204.790000', '160205.250000', '160205.710000', '160206.170000', '160206.630000', '160207.090000', '160207.550000', '160208.010000', '160208.470000', '160208.930000', '160209.390000', '160209.850000', '160210.310000', '160210.770000', '160211.230000', '160211.690000', '160212.150000', '160212.610000', '160213.070000', '160213.530000', '160213.990000', '160214.450000', '160214.910000', '160215.370000', '160215.830000', '160216.290000', '160216.750000', '160217.210000', '160217.670000', '160218.130000', '160218.590000', '160219.050000', '160219.510000', '160219.970000', '160220.430000', '160220.890000', '160221.350000', '160221.810000', '160222.270000', '160222.730000', '160223.190000', '160223.650000', '160224.110000', '160224.570000', '160225.030000', '160225.490000', '160225.950000', '160226.410000', '160226.870000', '160227.330000', '160227.790000', '160228.250000', '160228.710000', '160229.170000', '160229.630000', '160230.090000', '160230.550000', '160231.010000', '160231.470000', '160231.930000', '160232.390000', '160232.850000', '160233.310000', '160233.770000', '160234.230000', '160234.690000', '160235.150000', '160235.610000', '160236.070000', '160236.530000', '160236.990000', '160237.450000', '160237.910000', '160238.370000', '160238.830000', '160239.290000', '160239.750000', '160240.210000', '160240.670000', '160241.130000', '160241.590000', '160242.050000', '160242.510000', '160242.970000', '160243.430000', '160243.890000', '160244.350000', '160244.810000', '160245.270000', '160245.730000', '160246.190000', '160246.650000', '160247.110000', '160247.570000', '160248.030000', '160248.490000', '160248.950000', '160249.410000', '160249.870000', '160250.330000', '160250.790000', '160251.250000', '160251.710000', '160252.170000', '160252.630000', '160253.090000', '160253.550000', '160254.010000', '160254.470000', '160254.930000', '160255.390000', '160255.850000', '160256.310000', '160256.770000', '160257.230000', '160257.690000', '160258.150000', '160258.610000', '160259.070000', '160259.530000', '160259.990000', '160300.450000', '160300.910000', '160301.370000', '160301.830000', '160302.290000', '160302.750000', '160303.210000', '160303.670000', '160304.130000', '160304.590000', '160305.050000', '160305.510000', '160305.970000', '160306.430000', '160306.890000', '160307.350000', '160307.810000', '160308.270000', '160308.730000', '160309.190000', '160309.650000', '160310.110000', '160310.570000', '160311.030000', '160311.490000', '160311.950000', '160312.410000', '160312.870000', '160313.330000', '160313.790000', '160314.250000', '160314.710000', '160315.170000', '160315.630000', '160316.090000', '160316.550000', '160317.010000', '160317.470000', '160317.930000', '160318.390000', '160318.850000', '160319.310000', '160319.770000', '160320.230000', '160320.690000', '160321.150000', '160321.610000', '160322.070000', '160322.530000', '160322.990000', '160323.450000', '160323.910000', '160324.370000', '160324.830000', '160325.290000', '160325.750000', '160326.210000', '160326.670000', '160327.130000', '160327.590000', '160328.050000', '160328.510000', '160328.970000', '160329.430000', '160329.890000', '160330.350000', '160330.810000', '160331.270000', '160331.730000', '160332.190000', '160332.650000', '160333.110000', '160333.570000', '160334.030000', '160334.490000', '160334.950000', '160335.410000', '160335.870000', '160336.330000', '160336.790000', '160337.250000', '160337.710000', '160338.170000', '160338.630000', '160339.090000', '160339.550000', '160340.010000', '160340.470000', '160340.930000', '160341.390000', '160341.850000', '160342.310000', '160342.770000', '160343.230000', '160343.690000', '160344.150000', '160344.610000', '160345.070000', '160345.530000', '160345.990000', '160346.450000', '160346.910000', '160347.370000', '160347.830000', '160348.290000', '160348.750000', '160349.210000', '160349.670000', '160350.130000', '160350.590000', '160351.050000', '160351.510000', '160351.970000', '160352.430000', '160352.890000', '160353.350000', '160353.810000', '160354.270000', '160354.730000', '160355.190000', '160355.650000', '160356.110000', '160356.570000', '160357.030000', '160357.490000', '160357.950000', '160358.410000', '160358.870000', '160359.330000', '160359.790000', '160400.250000', '160400.710000', '160401.170000', '160401.630000', '160402.090000', '160402.550000', '160403.010000', '160403.470000', '160403.930000', '160404.390000', '160404.850000', '160405.310000', '160405.770000', '160406.230000', '160406.690000', '160407.150000', '160407.610000', '160408.070000', '160408.530000', '160408.990000', '160409.450000', '160409.910000', '160410.370000', '160410.830000', '160411.290000', '160411.750000', '160412.210000', '160412.670000', '160413.130000', '160413.590000', '160414.050000', '160414.510000', '160414.970000', '160415.430000', '160415.890000', '160416.350000', '160416.810000', '160417.270000', '160417.730000', '160418.190000', '160418.650000', '160419.110000', '160419.570000', '160420.030000', '160420.490000', '160420.950000', '160421.410000', '160421.870000', '160422.330000', '160422.790000', '160423.250000', '160423.710000', '160424.170000', '160424.630000', '160425.090000', '160425.550000', '160426.010000', '160426.470000', '160426.930000', '160427.390000', '160427.850000', '160428.310000', '160428.770000', '160429.230000', '160429.690000', '160430.150000', '160430.610000', '160431.070000', '160431.530000', '160431.990000', '160432.450000', '160432.910000', '160433.370000', '160433.830000', '160434.290000', '160434.750000', '160435.210000', '160435.670000', '160436.130000', '160436.590000', '160437.050000', '160437.510000', '160437.970000', '160438.430000', '160438.890000', '160439.350000', '160439.810000', '160440.270000', '160440.730000', '160441.190000', '160441.650000', '160442.110000', '160442.570000', '160443.030000', '160443.490000', '160443.950000', '160444.410000', '160444.870000', '160445.330000', '160445.790000', '160446.250000', '160446.710000', '160447.170000', '160447.630000', '160448.090000', '160448.550000', '160449.010000', '160449.470000', '160449.930000', '160450.390000', '160450.850000', '160451.310000', '160451.770000', '160452.230000', '160452.690000', '160453.150000', '160453.610000', '160454.070000', '160454.530000', '160454.990000', '160455.450000', '160455.910000', '160456.370000', '160456.830000', '160457.290000', '160457.750000', '160458.210000', '160458.670000', '160459.130000', '160459.590000', '160500.050000', '160500.510000', '160500.970000', '160501.430000', '160501.890000', '160502.350000', '160502.810000', '160503.270000', '160503.730000', '160504.190000', '160504.650000', '160505.110000', '160505.570000', '160506.030000', '160506.490000', '160506.950000', '160507.410000', '160507.870000', '160508.330000', '160508.790000', '160509.250000', '160509.710000', '160510.170000', '160510.630000', '160511.090000', '160511.550000', '160512.010000', '160512.470000', '160512.930000', '160513.390000', '160513.850000', '160514.310000', '160514.770000', '160515.230000', '160515.690000', '160516.150000', '160516.610000', '160517.070000', '160517.530000', '160517.990000', '160518.450000', '160518.910000', '160519.370000', '160519.830000', '160520.290000', '160520.750000', '160521.210000', '160521.670000', '160522.130000', '160522.590000', '160523.050000', '160523.510000', '160523.970000', '160524.430000', '160524.890000', '160525.350000', '160525.810000', '160526.270000', '160526.730000', '160527.190000', '160527.650000', '160528.110000', '160528.570000', '160529.030000', '160529.490000', '160529.950000', '160530.410000', '160530.870000', '160531.330000', '160531.790000', '160532.250000', '160532.710000', '160533.170000', '160533.630000', '160534.090000', '160534.550000', '160535.010000', '160535.470000', '160535.930000', '160536.390000', '160536.850000', '160537.310000', '160537.770000', '160538.230000', '160538.690000', '160539.150000', '160539.610000', '160540.070000', '160540.530000', '160540.990000', '160541.450000', '160541.910000', '160542.370000', '160542.830000', '160543.290000', '160543.750000', '160544.210000', '160544.670000', '160545.130000', '160545.590000', '160546.050000', '160546.510000', '160546.970000', '160547.430000', '160547.890000', '160548.350000', '160548.810000', '160549.270000', '160549.730000', '160550.190000', '160550.650000', '160551.110000', '160551.570000', '160552.030000', '160552.490000', '160552.950000', '160553.410000', '160553.870000', '160554.330000', '160554.790000', '160555.250000', '160555.710000', '160556.170000', '160556.630000', '160557.090000', '160557.550000', '160558.010000', '160558.470000', '160558.930000', '160559.390000', '160559.850000', '160600.310000', '160600.770000', '160601.230000', '160601.690000', '160602.150000', '160602.610000', '160603.070000', '160603.530000', '160603.990000', '160604.450000', '160604.910000', '160605.370000', '160605.830000', '160606.290000', '160606.750000', '160607.210000', '160607.670000', '160608.130000', '160608.590000', '160609.050000', '160609.510000', '160609.970000', '160610.430000', '160610.890000', '160611.350000', '160611.810000', '160612.270000', '160612.730000', '160613.190000', '160613.650000', '160614.110000', '160614.570000', '160615.030000', '160615.490000', '160615.950000', '160616.410000', '160616.870000', '160617.330000', '160617.790000', '160618.250000', '160618.710000', '160619.170000', '160619.630000', '160620.090000', '160620.550000', '160621.010000', '160621.470000', '160621.930000', '160622.390000', '160622.850000', '160623.310000', '160623.770000', '160624.230000', '160624.690000', '160625.150000', '160625.610000', '160626.070000', '160626.530000', '160626.990000', '160627.450000', '160627.910000', '160628.370000', '160628.830000', '160629.290000', '160629.750000', '160630.210000', '160630.670000', '160631.130000', '160631.590000', '160632.050000', '160632.510000', '160632.970000', '160633.430000', '160633.890000', '160634.350000', '160634.810000', '160635.270000', '160635.730000', '160636.190000', '160636.650000', '160637.110000', '160637.570000', '160638.030000', '160638.490000', '160638.950000', '160639.410000', '160639.870000', '160640.330000', '160640.790000', '160641.250000', '160641.710000', '160642.170000', '160642.630000', '160643.090000', '160643.550000', '160644.010000', '160644.470000', '160644.930000', '160645.390000', '160645.850000', '160646.310000', '160646.770000', '160647.230000', '160647.690000', '160648.150000', '160648.610000', '160649.070000', '160649.530000', '160649.990000', '160650.450000', '160650.910000', '160651.370000', '160651.830000', '160652.290000', '160652.750000', '160653.210000', '160653.670000', '160654.130000', '160654.590000', '160655.050000', '160655.510000', '160655.970000', '160656.430000', '160656.890000', '160657.350000', '160657.810000', '160658.270000', '160658.730000', '160659.190000', '160659.650000', '160700.110000', '160700.570000', '160701.030000', '160701.490000', '160701.950000', '160702.410000', '160702.870000', '160703.330000', '160703.790000', '160704.250000', '160704.710000', '160705.170000', '160705.630000', '160706.090000', '160706.550000', '160707.010000', '160707.470000', '160707.930000', '160708.390000', '160708.850000', '160709.310000', '160709.770000', '160710.230000', '160710.690000', '160711.150000', '160711.610000', '160712.070000', '160712.530000', '160712.990000', '160713.450000', '160713.910000', '160714.370000', '160714.830000', '160715.290000', '160715.750000', '160716.210000', '160716.670000', '160717.130000', '160717.590000', '160718.050000', '160718.510000', '160718.970000', '160719.430000', '160719.890000', '160720.350000', '160720.810000', '160721.270000', '160721.730000', '160722.190000', '160722.650000', '160723.110000', '160723.570000', '160724.030000', '160724.490000', '160724.950000', '160725.410000', '160725.870000', '160726.330000', '160726.790000', '160727.250000', '160727.710000', '160728.170000', '160728.630000', '160729.090000', '160729.550000', '160730.010000', '160730.470000', '160730.930000', '160731.390000', '160731.850000', '160732.310000', '160732.770000', '160733.230000', '160733.690000', '160734.150000', '160734.610000', '160735.070000', '160735.530000', '160735.990000', '160736.450000', '160736.910000', '160737.370000', '160737.830000', '160738.290000', '160738.750000', '160739.210000', '160739.670000', '160740.130000', '160740.590000', '160741.050000', '160741.510000', '160741.970000', '160742.430000', '160742.890000', '160743.350000', '160743.810000', '160744.270000', '160744.730000', '160745.190000', '160745.650000', '160746.110000', '160746.570000', '160747.030000', '160747.490000', '160747.950000', '160748.410000', '160748.870000', '160749.330000', '160749.790000', '160750.250000', '160750.710000', '160751.170000', '160751.630000', '160752.090000', '160752.550000', '160753.010000', '160753.470000', '160753.930000'], 'ContentTime': ['160142.569000', '160142.572000', '160142.575000', '160142.578000', '160142.581000', '160142.586000', '160142.588000', '160142.591000', '160142.594000', '160142.596000', '160142.599000', '160142.602000', '160142.604000', '160142.607000', '160142.610000', '160142.612000', '160142.615000', '160142.618000', '160142.620000', '160142.623000', '160142.626000', '160142.628000', '160142.631000', '160142.633000', '160142.636000', '160142.639000', '160142.641000', '160202.533000', '160202.537000', '160202.544000', '160202.547000', '160202.549000', '160202.552000', '160202.554000', '160202.557000', '160202.559000', '160202.562000', '160202.565000', '160202.568000', '160202.570000', '160202.579000', '160202.582000', '160202.585000', '160202.587000', '160202.590000', '160202.593000', '160202.595000', '160202.598000', '160202.601000', '160202.603000', '160202.606000', '160202.608000', '160202.611000', '160202.614000', '160202.616000', '160202.619000', '160202.629000', '160202.632000', '160202.634000', '160202.637000', '160202.639000', '160202.642000', '160202.645000', '160202.647000', '160202.650000', '160202.652000', '160202.655000', '160202.658000', '160202.660000', '160202.663000', '160202.665000', '160222.533000', '160222.537000', '160222.539000', '160222.542000', '160222.544000', '160222.547000', '160222.550000', '160222.552000', '160222.555000', '160222.558000', '160222.560000', '160222.563000', '160222.565000', '160222.568000', '160222.571000', '160222.573000', '160222.576000', '160222.579000', '160222.581000', '160222.584000', '160222.586000', '160222.589000', '160222.592000', '160222.594000', '160222.600000', '160222.603000', '160222.605000', '160222.608000', '160222.611000', '160222.613000', '160222.616000', '160222.618000', '160222.621000', '160222.624000', '160222.626000', '160222.629000', '160222.631000', '160222.634000', '160222.637000', '160222.639000', '160222.642000', '160222.645000', '160222.647000', '160242.532000', '160242.535000', '160242.538000', '160242.541000', '160242.543000', '160242.546000', '160242.548000', '160242.551000', '160242.554000', '160242.556000', '160242.559000', '160242.562000', '160242.574000', '160242.576000', '160242.579000', '160242.582000', '160242.584000', '160242.587000', '160242.590000', '160242.592000', '160242.595000', '160242.598000', '160242.600000', '160242.603000', '160242.606000', '160242.608000', '160242.611000', '160242.614000', '160242.616000', '160242.619000', '160242.621000', '160242.624000', '160242.627000', '160242.629000', '160242.632000', '160242.635000', '160242.637000', '160242.640000', '160242.642000', '160242.645000', '160242.648000', '160242.651000', '160242.653000', '160242.656000', '160302.532000', '160302.535000', '160302.538000', '160302.540000', '160302.543000', '160302.546000', '160302.548000', '160302.551000', '160302.554000', '160302.557000', '160302.559000', '160302.562000', '160302.564000', '160302.567000', '160302.570000', '160302.572000', '160302.575000', '160302.577000', '160302.580000', '160302.583000', '160302.585000', '160302.588000', '160302.591000', '160302.594000', '160302.597000', '160302.599000', '160302.602000', '160302.604000', '160302.607000', '160302.610000', '160302.612000', '160302.615000', '160302.618000', '160302.622000', '160302.624000', '160302.627000', '160302.630000', '160302.632000', '160302.635000', '160302.637000', '160302.640000', '160302.643000', '160302.645000', '160322.532000', '160322.535000', '160322.538000', '160322.541000', '160322.544000', '160322.546000', '160322.549000', '160322.551000', '160322.554000', '160322.557000', '160322.559000', '160322.562000', '160322.565000', '160322.567000', '160322.570000', '160322.573000', '160322.575000', '160322.578000', '160322.580000', '160322.583000', '160322.586000', '160322.589000', '160322.591000', '160322.594000', '160322.597000', '160322.599000', '160322.602000', '160322.605000', '160322.607000', '160322.610000', '160322.613000', '160322.615000', '160322.618000', '160322.621000', '160322.623000', '160322.626000', '160322.628000', '160322.631000', '160322.634000', '160322.636000', '160322.639000', '160322.641000', '160322.644000', '160322.647000', '160342.532000', '160342.535000', '160342.538000', '160342.541000', '160342.543000', '160342.546000', '160342.549000', '160342.551000', '160342.554000', '160342.557000', '160342.559000', '160342.562000', '160342.564000', '160342.567000', '160342.570000', '160342.572000', '160342.575000', '160342.577000', '160342.580000', '160342.583000', '160342.586000', '160342.589000', '160342.592000', '160342.595000', '160342.598000', '160342.601000', '160342.603000', '160342.606000', '160342.609000', '160342.611000', '160342.614000', '160342.617000', '160342.619000', '160342.622000', '160342.625000', '160342.627000', '160342.630000', '160342.633000', '160342.635000', '160342.638000', '160342.641000', '160342.643000', '160342.646000', '160402.533000', '160402.536000', '160402.540000', '160402.543000', '160402.545000', '160402.548000', '160402.551000', '160402.553000', '160402.556000', '160402.559000', '160402.561000', '160402.564000', '160402.567000', '160402.570000', '160402.572000', '160402.575000', '160402.577000', '160402.580000', '160402.583000', '160402.585000', '160402.588000', '160402.590000', '160402.593000', '160402.596000', '160402.598000', '160402.601000', '160402.604000', '160402.607000', '160402.609000', '160402.612000', '160402.615000', '160402.617000', '160402.620000', '160402.622000', '160402.625000', '160402.628000', '160402.630000', '160402.633000', '160402.636000', '160402.638000', '160402.641000', '160402.643000', '160402.646000', '160402.649000', '160422.533000', '160422.536000', '160422.539000', '160422.542000', '160422.544000', '160422.547000', '160422.550000', '160422.560000', '160422.563000', '160422.565000', '160422.568000', '160422.570000', '160422.573000', '160422.576000', '160422.578000', '160422.581000', '160422.584000', '160422.586000', '160422.589000', '160422.592000', '160422.594000', '160422.597000', '160422.600000', '160422.602000', '160422.605000', '160422.608000', '160422.611000', '160422.613000', '160422.616000', '160422.619000', '160422.621000', '160422.624000', '160422.626000', '160422.629000', '160422.632000', '160422.634000', '160422.637000', '160422.640000', '160422.642000', '160422.645000', '160422.647000', '160422.650000', '160422.653000', '160442.534000', '160442.537000', '160442.539000', '160442.542000', '160442.545000', '160442.548000', '160442.550000', '160442.553000', '160442.555000', '160442.558000', '160442.561000', '160442.563000', '160442.566000', '160442.569000', '160442.571000', '160442.574000', '160442.576000', '160442.579000', '160442.582000', '160442.584000', '160442.587000', '160442.589000', '160442.592000', '160442.595000', '160442.597000', '160442.600000', '160442.603000', '160442.606000', '160442.608000', '160442.611000', '160442.613000', '160442.616000', '160442.619000', '160442.622000', '160442.624000', '160442.627000', '160442.629000', '160442.632000', '160442.635000', '160442.637000', '160442.640000', '160442.643000', '160442.645000', '160442.648000', '160502.532000', '160502.535000', '160502.538000', '160502.541000', '160502.543000', '160502.546000', '160502.548000', '160502.551000', '160502.554000', '160502.557000', '160502.559000', '160502.562000', '160502.564000', '160502.567000', '160502.569000', '160502.572000', '160502.575000', '160502.577000', '160502.580000', '160502.583000', '160502.585000', '160502.588000', '160502.591000', '160502.593000', '160502.596000', '160502.599000', '160502.601000', '160502.604000', '160502.607000', '160502.609000', '160502.612000', '160502.615000', '160502.617000', '160502.620000', '160502.623000', '160502.625000', '160502.628000', '160502.630000', '160502.633000', '160502.636000', '160502.638000', '160502.641000', '160502.643000', '160522.533000', '160522.535000', '160522.538000', '160522.541000', '160522.544000', '160522.546000', '160522.549000', '160522.551000', '160522.554000', '160522.557000', '160522.559000', '160522.562000', '160522.565000', '160522.567000', '160522.570000', '160522.573000', '160522.575000', '160522.578000', '160522.581000', '160522.583000', '160522.586000', '160522.589000', '160522.591000', '160522.594000', '160522.597000', '160522.599000', '160522.602000', '160522.604000', '160522.607000', '160522.610000', '160522.612000', '160522.615000', '160522.618000', '160522.620000', '160522.623000', '160522.626000', '160522.628000', '160522.631000', '160522.634000', '160522.636000', '160522.639000', '160522.642000', '160522.644000', '160522.647000', '160542.532000', '160542.535000', '160542.538000', '160542.541000', '160542.543000', '160542.546000', '160542.549000', '160542.551000', '160542.554000', '160542.557000', '160542.559000', '160542.562000', '160542.565000', '160542.567000', '160542.570000', '160542.573000', '160542.575000', '160542.578000', '160542.581000', '160542.583000', '160542.586000', '160542.588000', '160542.591000', '160542.594000', '160542.596000', '160542.599000', '160542.602000', '160542.604000', '160542.607000', '160542.610000', '160542.613000', '160542.615000', '160542.632000', '160542.634000', '160542.637000', '160542.640000', '160542.642000', '160542.645000', '160542.648000', '160542.650000', '160542.653000', '160542.656000', '160542.659000', '160602.532000', '160602.535000', '160602.538000', '160602.541000', '160602.543000', '160602.546000', '160602.548000', '160602.551000', '160602.554000', '160602.556000', '160602.559000', '160602.562000', '160602.564000', '160602.567000', '160602.569000', '160602.572000', '160602.575000', '160602.577000', '160602.580000', '160602.583000', '160602.586000', '160602.588000', '160602.591000', '160602.593000', '160602.596000', '160602.599000', '160602.601000', '160602.604000', '160602.607000', '160602.609000', '160602.612000', '160602.614000', '160602.617000', '160602.620000', '160602.622000', '160602.625000', '160602.628000', '160602.630000', '160602.633000', '160602.636000', '160602.638000', '160602.641000', '160602.643000', '160602.646000', '160622.534000', '160622.537000', '160622.539000', '160622.542000', '160622.545000', '160622.547000', '160622.550000', '160622.553000', '160622.555000', '160622.558000', '160622.561000', '160622.563000', '160622.566000', '160622.569000', '160622.571000', '160622.574000', '160622.576000', '160622.579000', '160622.582000', '160622.584000', '160622.587000', '160622.589000', '160622.592000', '160622.595000', '160622.597000', '160622.600000', '160622.603000', '160622.605000', '160622.608000', '160622.610000', '160622.613000', '160622.616000', '160622.618000', '160622.621000', '160622.624000', '160622.626000', '160622.629000', '160622.632000', '160622.634000', '160622.637000', '160622.640000', '160622.642000', '160622.645000', '160642.533000', '160642.536000', '160642.539000', '160642.542000', '160642.544000', '160642.547000', '160642.550000', '160642.552000', '160642.555000', '160642.558000', '160642.560000', '160642.563000', '160642.566000', '160642.568000', '160642.571000', '160642.574000', '160642.576000', '160642.579000', '160642.591000', '160642.593000', '160642.596000', '160642.599000', '160642.602000', '160642.604000', '160642.607000', '160642.609000', '160642.612000', '160642.615000', '160642.617000', '160642.620000', '160642.623000', '160642.625000', '160642.628000', '160642.631000', '160642.633000', '160642.636000', '160642.639000', '160642.641000', '160642.644000', '160642.647000', '160642.649000', '160642.652000', '160642.654000', '160642.657000', '160702.534000', '160702.536000', '160702.539000', '160702.542000', '160702.544000', '160702.547000', '160702.550000', '160702.552000', '160702.555000', '160702.558000', '160702.560000', '160702.563000', '160702.565000', '160702.568000', '160702.571000', '160702.573000', '160702.576000', '160702.579000', '160702.581000', '160702.584000', '160702.587000', '160702.589000', '160702.592000', '160702.594000', '160702.597000', '160702.600000', '160702.602000', '160702.605000', '160702.610000', '160702.612000', '160702.615000', '160702.618000', '160702.620000', '160702.623000', '160702.625000', '160702.628000', '160702.631000', '160702.633000', '160702.636000', '160702.639000', '160702.641000', '160702.644000', '160702.647000', '160722.544000', '160722.547000', '160722.550000', '160722.552000', '160722.555000', '160722.558000', '160722.560000', '160722.563000', '160722.565000', '160722.568000', '160722.571000', '160722.573000', '160722.576000', '160722.579000', '160722.581000', '160722.584000', '160722.587000', '160722.589000', '160722.592000', '160722.595000', '160722.597000', '160722.600000', '160722.603000', '160722.605000', '160722.608000', '160722.611000', '160722.613000', '160722.616000', '160722.618000', '160722.621000', '160722.624000', '160722.626000', '160722.629000', '160722.632000', '160722.634000', '160722.637000', '160722.639000', '160722.642000', '160722.645000', '160722.647000', '160722.650000', '160722.653000', '160722.656000', '160722.658000', '160742.533000', '160742.536000', '160742.538000', '160742.541000', '160742.544000', '160742.546000', '160742.549000', '160742.552000', '160742.554000', '160742.557000', '160742.560000', '160742.562000', '160742.565000', '160742.568000', '160742.570000', '160742.573000', '160742.576000', '160742.578000', '160742.581000', '160742.584000', '160742.586000', '160742.589000', '160742.591000', '160742.594000', '160742.597000', '160742.599000', '160742.602000', '160742.605000', '160742.607000', '160742.610000', '160742.613000', '160742.615000', '160742.618000', '160742.621000', '160742.623000', '160742.626000', '160742.629000', '160742.631000', '160742.634000', '160742.636000', '160742.639000', '160742.642000', '160742.644000', '160755.586000', '160755.589000', '160755.592000', '160755.595000', '160755.598000', '160755.600000', '160755.603000', '160755.606000', '160755.609000', '160755.611000', '160755.614000', '160755.617000', '160755.620000', '160755.623000', '160755.626000', '160755.629000', '160755.632000', '160755.634000', '160755.637000', '160755.640000', '160755.642000', '160755.645000', '160755.648000', '160755.651000', '160755.653000', '160755.656000', '160755.659000', '160755.662000', '160755.665000'], 'InstanceCreationTime': ['160142.569000', '160142.572000', '160142.575000', '160142.578000', '160142.581000', '160142.586000', '160142.588000', '160142.591000', '160142.594000', '160142.596000', '160142.599000', '160142.602000', '160142.604000', '160142.607000', '160142.610000', '160142.612000', '160142.615000', '160142.618000', '160142.620000', '160142.623000', '160142.626000', '160142.628000', '160142.631000', '160142.633000', '160142.636000', '160142.639000', '160142.641000', '160202.533000', '160202.537000', '160202.544000', '160202.547000', '160202.549000', '160202.552000', '160202.554000', '160202.557000', '160202.559000', '160202.562000', '160202.565000', '160202.568000', '160202.570000', '160202.579000', '160202.582000', '160202.585000', '160202.587000', '160202.590000', '160202.593000', '160202.595000', '160202.598000', '160202.601000', '160202.603000', '160202.606000', '160202.608000', '160202.611000', '160202.614000', '160202.616000', '160202.619000', '160202.629000', '160202.632000', '160202.634000', '160202.637000', '160202.639000', '160202.642000', '160202.645000', '160202.647000', '160202.650000', '160202.652000', '160202.655000', '160202.658000', '160202.660000', '160202.663000', '160202.665000', '160222.533000', '160222.537000', '160222.539000', '160222.542000', '160222.544000', '160222.547000', '160222.550000', '160222.552000', '160222.555000', '160222.558000', '160222.560000', '160222.563000', '160222.565000', '160222.568000', '160222.571000', '160222.573000', '160222.576000', '160222.579000', '160222.581000', '160222.584000', '160222.586000', '160222.589000', '160222.592000', '160222.594000', '160222.600000', '160222.603000', '160222.605000', '160222.608000', '160222.611000', '160222.613000', '160222.616000', '160222.618000', '160222.621000', '160222.624000', '160222.626000', '160222.629000', '160222.631000', '160222.634000', '160222.637000', '160222.639000', '160222.642000', '160222.645000', '160222.647000', '160242.532000', '160242.535000', '160242.538000', '160242.541000', '160242.543000', '160242.546000', '160242.548000', '160242.551000', '160242.554000', '160242.556000', '160242.559000', '160242.562000', '160242.574000', '160242.576000', '160242.579000', '160242.582000', '160242.584000', '160242.587000', '160242.590000', '160242.592000', '160242.595000', '160242.598000', '160242.600000', '160242.603000', '160242.606000', '160242.608000', '160242.611000', '160242.614000', '160242.616000', '160242.619000', '160242.621000', '160242.624000', '160242.627000', '160242.629000', '160242.632000', '160242.635000', '160242.637000', '160242.640000', '160242.642000', '160242.645000', '160242.648000', '160242.651000', '160242.653000', '160242.656000', '160302.532000', '160302.535000', '160302.538000', '160302.540000', '160302.543000', '160302.546000', '160302.548000', '160302.551000', '160302.554000', '160302.557000', '160302.559000', '160302.562000', '160302.564000', '160302.567000', '160302.570000', '160302.572000', '160302.575000', '160302.577000', '160302.580000', '160302.583000', '160302.585000', '160302.588000', '160302.591000', '160302.594000', '160302.597000', '160302.599000', '160302.602000', '160302.604000', '160302.607000', '160302.610000', '160302.612000', '160302.615000', '160302.618000', '160302.622000', '160302.624000', '160302.627000', '160302.630000', '160302.632000', '160302.635000', '160302.637000', '160302.640000', '160302.643000', '160302.645000', '160322.532000', '160322.535000', '160322.538000', '160322.541000', '160322.544000', '160322.546000', '160322.549000', '160322.551000', '160322.554000', '160322.557000', '160322.559000', '160322.562000', '160322.565000', '160322.567000', '160322.570000', '160322.573000', '160322.575000', '160322.578000', '160322.580000', '160322.583000', '160322.586000', '160322.589000', '160322.591000', '160322.594000', '160322.597000', '160322.599000', '160322.602000', '160322.605000', '160322.607000', '160322.610000', '160322.613000', '160322.615000', '160322.618000', '160322.621000', '160322.623000', '160322.626000', '160322.628000', '160322.631000', '160322.634000', '160322.636000', '160322.639000', '160322.641000', '160322.644000', '160322.647000', '160342.532000', '160342.535000', '160342.538000', '160342.541000', '160342.543000', '160342.546000', '160342.549000', '160342.551000', '160342.554000', '160342.557000', '160342.559000', '160342.562000', '160342.564000', '160342.567000', '160342.570000', '160342.572000', '160342.575000', '160342.577000', '160342.580000', '160342.583000', '160342.586000', '160342.589000', '160342.592000', '160342.595000', '160342.598000', '160342.601000', '160342.603000', '160342.606000', '160342.609000', '160342.611000', '160342.614000', '160342.617000', '160342.619000', '160342.622000', '160342.625000', '160342.627000', '160342.630000', '160342.633000', '160342.635000', '160342.638000', '160342.641000', '160342.643000', '160342.646000', '160402.533000', '160402.536000', '160402.540000', '160402.543000', '160402.545000', '160402.548000', '160402.551000', '160402.553000', '160402.556000', '160402.559000', '160402.561000', '160402.564000', '160402.567000', '160402.570000', '160402.572000', '160402.575000', '160402.577000', '160402.580000', '160402.583000', '160402.585000', '160402.588000', '160402.590000', '160402.593000', '160402.596000', '160402.598000', '160402.601000', '160402.604000', '160402.607000', '160402.609000', '160402.612000', '160402.615000', '160402.617000', '160402.620000', '160402.622000', '160402.625000', '160402.628000', '160402.630000', '160402.633000', '160402.636000', '160402.638000', '160402.641000', '160402.643000', '160402.646000', '160402.649000', '160422.533000', '160422.536000', '160422.539000', '160422.542000', '160422.544000', '160422.547000', '160422.550000', '160422.560000', '160422.563000', '160422.565000', '160422.568000', '160422.570000', '160422.573000', '160422.576000', '160422.578000', '160422.581000', '160422.584000', '160422.586000', '160422.589000', '160422.592000', '160422.594000', '160422.597000', '160422.600000', '160422.602000', '160422.605000', '160422.608000', '160422.611000', '160422.613000', '160422.616000', '160422.619000', '160422.621000', '160422.624000', '160422.626000', '160422.629000', '160422.632000', '160422.634000', '160422.637000', '160422.640000', '160422.642000', '160422.645000', '160422.647000', '160422.650000', '160422.653000', '160442.534000', '160442.537000', '160442.539000', '160442.542000', '160442.545000', '160442.548000', '160442.550000', '160442.553000', '160442.555000', '160442.558000', '160442.561000', '160442.563000', '160442.566000', '160442.569000', '160442.571000', '160442.574000', '160442.576000', '160442.579000', '160442.582000', '160442.584000', '160442.587000', '160442.589000', '160442.592000', '160442.595000', '160442.597000', '160442.600000', '160442.603000', '160442.606000', '160442.608000', '160442.611000', '160442.613000', '160442.616000', '160442.619000', '160442.622000', '160442.624000', '160442.627000', '160442.629000', '160442.632000', '160442.635000', '160442.637000', '160442.640000', '160442.643000', '160442.645000', '160442.648000', '160502.532000', '160502.535000', '160502.538000', '160502.541000', '160502.543000', '160502.546000', '160502.548000', '160502.551000', '160502.554000', '160502.557000', '160502.559000', '160502.562000', '160502.564000', '160502.567000', '160502.569000', '160502.572000', '160502.575000', '160502.577000', '160502.580000', '160502.583000', '160502.585000', '160502.588000', '160502.591000', '160502.593000', '160502.596000', '160502.599000', '160502.601000', '160502.604000', '160502.607000', '160502.609000', '160502.612000', '160502.615000', '160502.617000', '160502.620000', '160502.623000', '160502.625000', '160502.628000', '160502.630000', '160502.633000', '160502.636000', '160502.638000', '160502.641000', '160502.643000', '160522.533000', '160522.535000', '160522.538000', '160522.541000', '160522.544000', '160522.546000', '160522.549000', '160522.551000', '160522.554000', '160522.557000', '160522.559000', '160522.562000', '160522.565000', '160522.567000', '160522.570000', '160522.573000', '160522.575000', '160522.578000', '160522.581000', '160522.583000', '160522.586000', '160522.589000', '160522.591000', '160522.594000', '160522.597000', '160522.599000', '160522.602000', '160522.604000', '160522.607000', '160522.610000', '160522.612000', '160522.615000', '160522.618000', '160522.620000', '160522.623000', '160522.626000', '160522.628000', '160522.631000', '160522.634000', '160522.636000', '160522.639000', '160522.642000', '160522.644000', '160522.647000', '160542.532000', '160542.535000', '160542.538000', '160542.541000', '160542.543000', '160542.546000', '160542.549000', '160542.551000', '160542.554000', '160542.557000', '160542.559000', '160542.562000', '160542.565000', '160542.567000', '160542.570000', '160542.573000', '160542.575000', '160542.578000', '160542.581000', '160542.583000', '160542.586000', '160542.588000', '160542.591000', '160542.594000', '160542.596000', '160542.599000', '160542.602000', '160542.604000', '160542.607000', '160542.610000', '160542.613000', '160542.615000', '160542.632000', '160542.634000', '160542.637000', '160542.640000', '160542.642000', '160542.645000', '160542.648000', '160542.650000', '160542.653000', '160542.656000', '160542.659000', '160602.532000', '160602.535000', '160602.538000', '160602.541000', '160602.543000', '160602.546000', '160602.548000', '160602.551000', '160602.554000', '160602.556000', '160602.559000', '160602.562000', '160602.564000', '160602.567000', '160602.569000', '160602.572000', '160602.575000', '160602.577000', '160602.580000', '160602.583000', '160602.586000', '160602.588000', '160602.591000', '160602.593000', '160602.596000', '160602.599000', '160602.601000', '160602.604000', '160602.607000', '160602.609000', '160602.612000', '160602.614000', '160602.617000', '160602.620000', '160602.622000', '160602.625000', '160602.628000', '160602.630000', '160602.633000', '160602.636000', '160602.638000', '160602.641000', '160602.643000', '160602.646000', '160622.534000', '160622.537000', '160622.539000', '160622.542000', '160622.545000', '160622.547000', '160622.550000', '160622.553000', '160622.555000', '160622.558000', '160622.561000', '160622.563000', '160622.566000', '160622.569000', '160622.571000', '160622.574000', '160622.576000', '160622.579000', '160622.582000', '160622.584000', '160622.587000', '160622.589000', '160622.592000', '160622.595000', '160622.597000', '160622.600000', '160622.603000', '160622.605000', '160622.608000', '160622.610000', '160622.613000', '160622.616000', '160622.618000', '160622.621000', '160622.624000', '160622.626000', '160622.629000', '160622.632000', '160622.634000', '160622.637000', '160622.640000', '160622.642000', '160622.645000', '160642.533000', '160642.536000', '160642.539000', '160642.542000', '160642.544000', '160642.547000', '160642.550000', '160642.552000', '160642.555000', '160642.558000', '160642.560000', '160642.563000', '160642.566000', '160642.568000', '160642.571000', '160642.574000', '160642.576000', '160642.579000', '160642.591000', '160642.593000', '160642.596000', '160642.599000', '160642.602000', '160642.604000', '160642.607000', '160642.609000', '160642.612000', '160642.615000', '160642.617000', '160642.620000', '160642.623000', '160642.625000', '160642.628000', '160642.631000', '160642.633000', '160642.636000', '160642.639000', '160642.641000', '160642.644000', '160642.647000', '160642.649000', '160642.652000', '160642.654000', '160642.657000', '160702.534000', '160702.536000', '160702.539000', '160702.542000', '160702.544000', '160702.547000', '160702.550000', '160702.552000', '160702.555000', '160702.558000', '160702.560000', '160702.563000', '160702.565000', '160702.568000', '160702.571000', '160702.573000', '160702.576000', '160702.579000', '160702.581000', '160702.584000', '160702.587000', '160702.589000', '160702.592000', '160702.594000', '160702.597000', '160702.600000', '160702.602000', '160702.605000', '160702.610000', '160702.612000', '160702.615000', '160702.618000', '160702.620000', '160702.623000', '160702.625000', '160702.628000', '160702.631000', '160702.633000', '160702.636000', '160702.639000', '160702.641000', '160702.644000', '160702.647000', '160722.544000', '160722.547000', '160722.550000', '160722.552000', '160722.555000', '160722.558000', '160722.560000', '160722.563000', '160722.565000', '160722.568000', '160722.571000', '160722.573000', '160722.576000', '160722.579000', '160722.581000', '160722.584000', '160722.587000', '160722.589000', '160722.592000', '160722.595000', '160722.597000', '160722.600000', '160722.603000', '160722.605000', '160722.608000', '160722.611000', '160722.613000', '160722.616000', '160722.618000', '160722.621000', '160722.624000', '160722.626000', '160722.629000', '160722.632000', '160722.634000', '160722.637000', '160722.639000', '160722.642000', '160722.645000', '160722.647000', '160722.650000', '160722.653000', '160722.656000', '160722.658000', '160742.533000', '160742.536000', '160742.538000', '160742.541000', '160742.544000', '160742.546000', '160742.549000', '160742.552000', '160742.554000', '160742.557000', '160742.560000', '160742.562000', '160742.565000', '160742.568000', '160742.570000', '160742.573000', '160742.576000', '160742.578000', '160742.581000', '160742.584000', '160742.586000', '160742.589000', '160742.591000', '160742.594000', '160742.597000', '160742.599000', '160742.602000', '160742.605000', '160742.607000', '160742.610000', '160742.613000', '160742.615000', '160742.618000', '160742.621000', '160742.623000', '160742.626000', '160742.629000', '160742.631000', '160742.634000', '160742.636000', '160742.639000', '160742.642000', '160742.644000', '160755.586000', '160755.589000', '160755.592000', '160755.595000', '160755.598000', '160755.600000', '160755.603000', '160755.606000', '160755.609000', '160755.611000', '160755.614000', '160755.617000', '160755.620000', '160755.623000', '160755.626000', '160755.629000', '160755.632000', '160755.634000', '160755.637000', '160755.640000', '160755.642000', '160755.645000', '160755.648000', '160755.651000', '160755.653000', '160755.656000', '160755.659000', '160755.662000', '160755.665000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [6548, 11016, 7517, 12721, 7448, 11788, 7348, 12537, 9283, 7201, 9648, 6322, 10634, 6777, 9905, 6265, 10070, 6249, 9527, 6685, 10362, 6333, 10070, 6646, 10432, 6774, 11183, 7764, 10408, 7034, 11823, 8055, 11869, 8409, 11152, 7361, 10899, 7329, 11913, 8338, 6703, 8858, 6274, 9486, 7427, 10033, 6385, 10112, 6370, 10055, 7139, 11349, 6822, 10134, 6386, 9752, 6954, 10545, 6760, 10572, 7337, 11539, 8233, 10716, 7913, 11572, 6809, 10135, 6464, 10171, 6529, 10010, 6782, 10869, 7637, 6355, 9487, 6413, 9949, 6304, 11355, 7785, 8790, 8065, 6574, 10070, 8082, 10866, 6451, 11010, 6652, 10695, 7601, 9067, 7896, 6376, 9256, 6272, 11151, 7798, 10214, 8388, 6784, 9490, 7242, 10215, 7259, 10934, 6914, 6818, 9034, 7593, 11012, 6523, 9112, 7831, 6454, 11003, 7668, 6403, 9257, 6502, 9528, 8801, 7617, 10345, 6557, 8274, 7486, 6704, 11076, 7415, 7035, 8751, 6130, 9918, 6167, 10599, 9588, 6730, 8214, 11003, 7289, 6060, 9284, 7633, 12842, 8747, 9620, 8939, 6509, 10016, 8340, 6498, 9027, 8353, 6340, 9078, 6875, 10860, 7719, 6352, 9308, 6917, 11893, 7808, 6442, 8987, 6336, 10791, 8012, 7420, 9213, 6392, 10181, 6854, 10032, 9188, 6474, 9506, 6430, 10532, 7658, 8538, 9616, 6553, 10465, 7253, 6628, 9291, 7034, 10772, 6405, 6359, 8416, 6358, 9579, 7181, 11709, 8935, 6340, 9097, 6431, 11229, 7764, 7537, 8784, 6286, 9351, 6425, 12324, 9050, 6204, 9161, 6544, 9479, 8806, 6937, 9797, 6415, 7565, 9690, 7327, 10408, 6597, 6693, 8885, 6937, 10813, 7035, 6306, 9018, 6639, 10660, 8879, 6750, 9776, 6792, 6380, 10426, 7796, 12123, 7754, 8942, 8570, 6432, 10250, 7938, 11331, 6882, 10740, 7658, 6467, 9069, 6921, 10253, 6339, 6302, 8016, 8175, 9542, 7567, 10145, 6457, 9639, 6736, 11475, 8257, 7516, 9190, 6580, 9669, 6550, 10432, 7309, 10717, 8149, 6437, 8840, 7009, 10103, 7109, 10270, 6575, 10080, 7043, 11537, 8671, 6353, 9427, 6648, 9152, 6676, 11111, 7440, 10107, 6702, 9270, 6590, 10364, 7185, 10543, 7037, 10210, 7928, 9376, 9834, 6451, 9508, 6491, 10028, 6901, 12257, 7840, 7552, 7935, 6881, 10431, 7072, 8144, 7967, 6698, 10575, 7065, 10854, 6700, 7217, 7878, 6780, 9983, 7324, 10775, 6743, 8848, 7359, 6650, 9110, 6938, 10131, 6917, 11171, 7271, 9218, 8916, 6583, 9596, 6815, 6789, 8550, 6896, 8654, 9001, 6653, 11027, 6975, 13403, 9460, 7340, 8993, 6606, 10148, 7552, 9015, 9631, 6681, 10425, 7323, 7601, 9072, 6758, 8351, 8308, 6568, 10083, 7580, 11141, 9793, 6551, 9808, 6834, 8175, 9028, 6487, 9251, 6823, 6491, 8972, 6684, 11804, 7587, 6538, 9217, 6731, 10602, 7593, 12201, 8282, 6481, 9590, 6726, 7059, 8865, 7195, 10059, 6902, 11725, 8367, 12845, 9308, 7560, 9257, 6573, 9614, 7745, 10044, 6750, 10564, 6546, 8263, 7868, 6913, 9355, 6587, 6335, 8781, 6822, 9439, 7159, 10459, 6735, 10204, 7004, 11492, 8623, 6536, 9194, 6672, 10638, 8801, 6958, 9421, 6714, 6508, 9024, 7298, 11032, 6859, 9100, 7480, 8623, 9871, 7756, 10406, 6797, 10114, 6773, 11861, 8861, 6973, 9058, 6540, 10448, 7474, 12602, 9077, 6818, 9422, 6558, 9315, 6964, 12383, 8579, 6414, 8902, 6751, 11111, 8916, 7200, 9167, 6413, 9535, 6873, 12337, 8663, 6297, 9316, 6613, 10338, 7727, 7601, 9291, 6711, 9440, 7308, 7515, 9068, 6534, 9276, 7234, 6636, 10664, 7014, 6620, 8466, 6751, 11069, 8494, 6925, 9559, 6688, 8127, 8886, 6931, 10561, 7859, 6534, 9471, 8686, 7108, 12149, 9035, 6540, 9765, 6480, 13359, 10784, 6596, 9921, 6921, 6468, 9065, 7233, 6379, 8268, 6451, 9867, 9261, 7230, 9197, 7564, 6253, 10684, 9686, 8031, 10760, 7532, 6205, 10434, 7963, 8271, 10632, 6439, 7913, 9184, 7030, 12575, 8860, 6273, 8582, 6565, 10182, 9204, 6974, 9816, 6799, 6398, 8353, 7387, 8290, 9440, 6829, 6483, 8514, 6688, 12288, 9398, 6301, 9359, 6525, 12257, 10621, 8041, 10120, 6508, 7793, 9020, 7424, 11237, 6718, 6314, 8283, 6363, 11618, 9880, 6273, 9001, 6479, 7779, 8576, 6687, 10159, 6715, 10520, 8228, 12751, 9214, 7016, 9570, 6776, 8172, 7776, 6311, 10943, 7362, 6475, 8475, 6692, 9767, 10358, 7790, 10188, 6583, 9922, 6893, 11597, 10521, 6782, 10349, 7596, 6499, 9285, 7383, 11279, 8136, 6587, 9386, 6686, 12243, 10518, 8449, 9713, 6574, 7133, 8651, 7050, 11743, 7327, 6490, 8218, 6478, 11321, 9175, 7278, 9410, 6803, 10301, 8623, 7726, 9913, 7166, 6838, 8989, 7002, 11927, 9719, 7144, 9192, 7181, 12404, 9107, 7823, 10308, 7295, 9880, 7363, 7062, 9637, 7153, 9528, 7282, 10966, 7272, 12672, 8013, 7240, 8045, 7409, 8668, 6987, 9817, 8155, 7234, 9283, 7316, 10367, 7250, 10180, 7213, 9916, 7413, 11138, 7259, 7331, 7297, 10225, 8122, 10339, 9030, 7124, 9952, 7061, 8624, 7173, 10196, 7265, 10538, 7118, 9441, 7086, 10383, 7293, 10711, 7338, 9389, 7340, 11020, 8364, 11968, 8478, 7006, 9013, 9226, 8757, 10367, 9117, 7165, 8897, 7291, 9337, 7194, 11772, 7977, 7157, 9286, 7232, 10897, 8153, 8841, 8531, 11944, 8351, 14051, 9783, 7724, 9601, 7214, 10026, 7316, 10651, 7896, 8455, 8390, 12367, 7401, 11663, 8645, 6975, 9687, 7472, 9211, 7097, 12491, 8737, 7084, 9139, 7093, 10091, 7951, 11641, 8770, 7287, 9230, 7048, 9682, 9981, 7145, 10047, 7470, 6903, 10190, 7512, 8537, 8923, 7077, 10579, 8183, 11804, 8684, 7255, 9628, 7910, 7185, 9355, 7079, 10138, 7382, 11112, 9856, 7028, 10066, 7338, 7052, 8679, 6957, 10187, 6957, 8428, 7815, 7190, 9531, 7183, 10664, 7413, 7103, 8962, 7251, 10412, 6995, 10049, 7557, 6841, 9450, 7416, 8076, 8546, 7199, 10390, 8411, 7558], 'WindowCenter': [3930.0, 3968.0, 3923.0, 3963.0, 3910.0, 3950.0, 3909.0, 3949.0, 3928.0, 3896.0, 3926.0, 3875.0, 3937.0, 3884.0, 3926.0, 3874.0, 3925.0, 3874.0, 3925.0, 3884.0, 3937.0, 3887.0, 3938.0, 3897.0, 3938.0, 3898.0, 3948.0, 3908.0, 3938.0, 3897.0, 3949.0, 3918.0, 3948.0, 3908.0, 3935.0, 3896.0, 3935.0, 3894.0, 3935.0, 3905.0, 3884.0, 3916.0, 3885.0, 3927.0, 3896.0, 3926.0, 3886.0, 3937.0, 3885.0, 3927.0, 3896.0, 3937.0, 3885.0, 3937.0, 3885.0, 3926.0, 3895.0, 3937.0, 3886.0, 3937.0, 3907.0, 3946.0, 3917.0, 3937.0, 3907.0, 3936.0, 3885.0, 3924.0, 3873.0, 3925.0, 3885.0, 3926.0, 3897.0, 3937.0, 3907.0, 3887.0, 3939.0, 3900.0, 3951.0, 3899.0, 3951.0, 3921.0, 3929.0, 3920.0, 3898.0, 3940.0, 3917.0, 3938.0, 3886.0, 3938.0, 3885.0, 3936.0, 3907.0, 3916.0, 3917.0, 3887.0, 3927.0, 3887.0, 3948.0, 3908.0, 3938.0, 3918.0, 3887.0, 3928.0, 3895.0, 3926.0, 3894.0, 3936.0, 3896.0, 3895.0, 3927.0, 3907.0, 3938.0, 3887.0, 3927.0, 3905.0, 3885.0, 3937.0, 3907.0, 3887.0, 3929.0, 3888.0, 3928.0, 3928.0, 3908.0, 3938.0, 3887.0, 3916.0, 3907.0, 3885.0, 3949.0, 3906.0, 3896.0, 3916.0, 3876.0, 3938.0, 3876.0, 3937.0, 3927.0, 3898.0, 3919.0, 3950.0, 3910.0, 3887.0, 3928.0, 3905.0, 3948.0, 3915.0, 3924.0, 3913.0, 3873.0, 3926.0, 3915.0, 3886.0, 3927.0, 3917.0, 3887.0, 3928.0, 3897.0, 3949.0, 3908.0, 3887.0, 3927.0, 3897.0, 3949.0, 3907.0, 3886.0, 3928.0, 3886.0, 3938.0, 3907.0, 3895.0, 3927.0, 3887.0, 3938.0, 3897.0, 3926.0, 3928.0, 3886.0, 3927.0, 3887.0, 3938.0, 3906.0, 3917.0, 3928.0, 3886.0, 3938.0, 3907.0, 3885.0, 3926.0, 3896.0, 3937.0, 3887.0, 3886.0, 3917.0, 3885.0, 3927.0, 3898.0, 3949.0, 3928.0, 3886.0, 3927.0, 3886.0, 3937.0, 3907.0, 3905.0, 3916.0, 3886.0, 3926.0, 3886.0, 3948.0, 3928.0, 3876.0, 3927.0, 3887.0, 3927.0, 3927.0, 3897.0, 3939.0, 3887.0, 3907.0, 3939.0, 3908.0, 3938.0, 3898.0, 3897.0, 3927.0, 3897.0, 3949.0, 3897.0, 3886.0, 3927.0, 3897.0, 3939.0, 3929.0, 3898.0, 3940.0, 3899.0, 3898.0, 3940.0, 3908.0, 3949.0, 3908.0, 3928.0, 3918.0, 3884.0, 3925.0, 3905.0, 3935.0, 3884.0, 3934.0, 3905.0, 3872.0, 3913.0, 3894.0, 3926.0, 3885.0, 3885.0, 3917.0, 3915.0, 3926.0, 3905.0, 3926.0, 3884.0, 3926.0, 3885.0, 3936.0, 3916.0, 3895.0, 3926.0, 3886.0, 3926.0, 3886.0, 3937.0, 3907.0, 3937.0, 3917.0, 3886.0, 3928.0, 3896.0, 3937.0, 3895.0, 3936.0, 3897.0, 3937.0, 3898.0, 3948.0, 3918.0, 3887.0, 3928.0, 3897.0, 3927.0, 3885.0, 3937.0, 3907.0, 3936.0, 3886.0, 3914.0, 3884.0, 3925.0, 3896.0, 3937.0, 3897.0, 3936.0, 3917.0, 3927.0, 3937.0, 3886.0, 3927.0, 3887.0, 3927.0, 3895.0, 3947.0, 3907.0, 3906.0, 3906.0, 3895.0, 3936.0, 3896.0, 3906.0, 3906.0, 3884.0, 3937.0, 3896.0, 3937.0, 3886.0, 3895.0, 3906.0, 3885.0, 3927.0, 3895.0, 3936.0, 3885.0, 3916.0, 3895.0, 3884.0, 3915.0, 3896.0, 3938.0, 3896.0, 3947.0, 3907.0, 3926.0, 3927.0, 3887.0, 3938.0, 3898.0, 3899.0, 3930.0, 3910.0, 3931.0, 3941.0, 3900.0, 3950.0, 3909.0, 3960.0, 3929.0, 3907.0, 3917.0, 3886.0, 3938.0, 3906.0, 3927.0, 3927.0, 3897.0, 3938.0, 3907.0, 3907.0, 3927.0, 3898.0, 3918.0, 3919.0, 3898.0, 3939.0, 3908.0, 3949.0, 3938.0, 3887.0, 3938.0, 3898.0, 3917.0, 3929.0, 3888.0, 3929.0, 3898.0, 3888.0, 3929.0, 3899.0, 3961.0, 3919.0, 3888.0, 3928.0, 3897.0, 3939.0, 3908.0, 3949.0, 3918.0, 3887.0, 3929.0, 3897.0, 3908.0, 3930.0, 3909.0, 3939.0, 3910.0, 3950.0, 3918.0, 3948.0, 3929.0, 3906.0, 3928.0, 3885.0, 3925.0, 3893.0, 3925.0, 3884.0, 3924.0, 3884.0, 3905.0, 3906.0, 3895.0, 3928.0, 3897.0, 3888.0, 3929.0, 3898.0, 3930.0, 3898.0, 3939.0, 3897.0, 3938.0, 3897.0, 3948.0, 3918.0, 3887.0, 3928.0, 3897.0, 3938.0, 3928.0, 3898.0, 3928.0, 3898.0, 3887.0, 3929.0, 3907.0, 3950.0, 3898.0, 3929.0, 3907.0, 3917.0, 3928.0, 3906.0, 3937.0, 3886.0, 3936.0, 3885.0, 3937.0, 3917.0, 3897.0, 3927.0, 3886.0, 3938.0, 3908.0, 3948.0, 3928.0, 3885.0, 3926.0, 3886.0, 3925.0, 3895.0, 3947.0, 3916.0, 3886.0, 3927.0, 3897.0, 3949.0, 3929.0, 3908.0, 3930.0, 3888.0, 3928.0, 3897.0, 3949.0, 3918.0, 3886.0, 3928.0, 3886.0, 3937.0, 3908.0, 3908.0, 3928.0, 3897.0, 3938.0, 3908.0, 3908.0, 3928.0, 3888.0, 3929.0, 3908.0, 3897.0, 3939.0, 3898.0, 3897.0, 3917.0, 3898.0, 3949.0, 3930.0, 3898.0, 3939.0, 3898.0, 3917.0, 3927.0, 3898.0, 3949.0, 3919.0, 3888.0, 3939.0, 3930.0, 3908.0, 3962.0, 3930.0, 3888.0, 3939.0, 3887.0, 3959.0, 3950.0, 3897.0, 3937.0, 3897.0, 3886.0, 3927.0, 3908.0, 3887.0, 3918.0, 3898.0, 3939.0, 3940.0, 3920.0, 3940.0, 3919.0, 3899.0, 3951.0, 3940.0, 3920.0, 3951.0, 3919.0, 3888.0, 3949.0, 3919.0, 3919.0, 3949.0, 3888.0, 3917.0, 3927.0, 3897.0, 3959.0, 3928.0, 3885.0, 3916.0, 3897.0, 3936.0, 3928.0, 3897.0, 3938.0, 3897.0, 3886.0, 3917.0, 3908.0, 3919.0, 3939.0, 3899.0, 3887.0, 3929.0, 3898.0, 3961.0, 3929.0, 3887.0, 3929.0, 3887.0, 3949.0, 3939.0, 3906.0, 3938.0, 3886.0, 3905.0, 3917.0, 3895.0, 3937.0, 3886.0, 3886.0, 3917.0, 3887.0, 3949.0, 3939.0, 3886.0, 3928.0, 3887.0, 3908.0, 3929.0, 3898.0, 3938.0, 3898.0, 3937.0, 3918.0, 3947.0, 3927.0, 3895.0, 3925.0, 3885.0, 3916.0, 3907.0, 3887.0, 3950.0, 3908.0, 3900.0, 3931.0, 3912.0, 3951.0, 3952.0, 3921.0, 3941.0, 3898.0, 3939.0, 3899.0, 3948.0, 3939.0, 3898.0, 3938.0, 3907.0, 3887.0, 3929.0, 3909.0, 3950.0, 3918.0, 3898.0, 3929.0, 3898.0, 3949.0, 3939.0, 3918.0, 3940.0, 3899.0, 3896.0, 3917.0, 3909.0, 3961.0, 3909.0, 3899.0, 3919.0, 3887.0, 3949.0, 3929.0, 3908.0, 3927.0, 3897.0, 3938.0, 3916.0, 3907.0, 3938.0, 3896.0, 3896.0, 3928.0, 3898.0, 3947.0, 3928.0, 3897.0, 3940.0, 3897.0, 3947.0, 3928.0, 3906.0, 3926.0, 3895.0, 3925.0, 3896.0, 3896.0, 3928.0, 3897.0, 3939.0, 3908.0, 3949.0, 3907.0, 3948.0, 3907.0, 3894.0, 3906.0, 3896.0, 3916.0, 3897.0, 3938.0, 3919.0, 3907.0, 3940.0, 3908.0, 3938.0, 3907.0, 3937.0, 3906.0, 3937.0, 3896.0, 3937.0, 3906.0, 3906.0, 3908.0, 3938.0, 3918.0, 3937.0, 3928.0, 3897.0, 3939.0, 3897.0, 3917.0, 3895.0, 3938.0, 3907.0, 3937.0, 3898.0, 3939.0, 3897.0, 3938.0, 3896.0, 3938.0, 3908.0, 3927.0, 3908.0, 3937.0, 3918.0, 3948.0, 3917.0, 3895.0, 3927.0, 3927.0, 3918.0, 3937.0, 3927.0, 3896.0, 3927.0, 3907.0, 3927.0, 3898.0, 3950.0, 3920.0, 3908.0, 3940.0, 3910.0, 3951.0, 3921.0, 3929.0, 3930.0, 3949.0, 3919.0, 3959.0, 3928.0, 3906.0, 3926.0, 3895.0, 3936.0, 3906.0, 3936.0, 3918.0, 3917.0, 3918.0, 3949.0, 3907.0, 3936.0, 3916.0, 3897.0, 3926.0, 3908.0, 3928.0, 3898.0, 3949.0, 3929.0, 3897.0, 3927.0, 3898.0, 3938.0, 3918.0, 3948.0, 3917.0, 3906.0, 3926.0, 3896.0, 3927.0, 3937.0, 3897.0, 3937.0, 3907.0, 3896.0, 3938.0, 3906.0, 3916.0, 3927.0, 3896.0, 3937.0, 3916.0, 3936.0, 3916.0, 3895.0, 3925.0, 3906.0, 3896.0, 3927.0, 3896.0, 3937.0, 3908.0, 3947.0, 3938.0, 3896.0, 3938.0, 3909.0, 3897.0, 3928.0, 3896.0, 3938.0, 3897.0, 3917.0, 3907.0, 3895.0, 3928.0, 3897.0, 3937.0, 3908.0, 3897.0, 3927.0, 3907.0, 3939.0, 3897.0, 3937.0, 3907.0, 3896.0, 3927.0, 3908.0, 3919.0, 3930.0, 3910.0, 3938.0, 3918.0, 3918.0], 'WindowWidth': [8813.0, 8855.0, 8787.0, 8838.0, 8765.0, 8815.0, 8760.0, 8809.0, 8783.0, 8737.0, 8775.0, 8708.0, 8791.0, 8717.0, 8774.0, 8704.0, 8773.0, 8705.0, 8773.0, 8719.0, 8793.0, 8726.0, 8796.0, 8743.0, 8797.0, 8743.0, 8808.0, 8756.0, 8795.0, 8742.0, 8811.0, 8770.0, 8809.0, 8753.0, 8787.0, 8735.0, 8785.0, 8732.0, 8785.0, 8746.0, 8718.0, 8763.0, 8721.0, 8779.0, 8735.0, 8776.0, 8722.0, 8791.0, 8721.0, 8779.0, 8736.0, 8793.0, 8723.0, 8792.0, 8722.0, 8774.0, 8733.0, 8790.0, 8724.0, 8792.0, 8753.0, 8804.0, 8766.0, 8790.0, 8753.0, 8789.0, 8721.0, 8771.0, 8704.0, 8773.0, 8721.0, 8777.0, 8740.0, 8792.0, 8755.0, 8729.0, 8801.0, 8752.0, 8819.0, 8750.0, 8818.0, 8780.0, 8787.0, 8777.0, 8744.0, 8803.0, 8767.0, 8796.0, 8725.0, 8795.0, 8723.0, 8790.0, 8751.0, 8763.0, 8766.0, 8727.0, 8782.0, 8728.0, 8809.0, 8757.0, 8795.0, 8770.0, 8726.0, 8782.0, 8733.0, 8776.0, 8732.0, 8789.0, 8737.0, 8735.0, 8781.0, 8751.0, 8796.0, 8726.0, 8779.0, 8749.0, 8721.0, 8792.0, 8753.0, 8728.0, 8785.0, 8731.0, 8784.0, 8783.0, 8755.0, 8797.0, 8728.0, 8765.0, 8754.0, 8721.0, 8811.0, 8752.0, 8737.0, 8765.0, 8711.0, 8797.0, 8709.0, 8794.0, 8780.0, 8744.0, 8772.0, 8816.0, 8763.0, 8731.0, 8784.0, 8748.0, 8807.0, 8760.0, 8770.0, 8753.0, 8702.0, 8774.0, 8761.0, 8725.0, 8781.0, 8767.0, 8729.0, 8784.0, 8742.0, 8813.0, 8758.0, 8727.0, 8780.0, 8739.0, 8811.0, 8754.0, 8724.0, 8781.0, 8725.0, 8794.0, 8753.0, 8735.0, 8779.0, 8726.0, 8794.0, 8740.0, 8777.0, 8782.0, 8725.0, 8780.0, 8729.0, 8795.0, 8751.0, 8765.0, 8781.0, 8725.0, 8795.0, 8754.0, 8721.0, 8776.0, 8736.0, 8793.0, 8726.0, 8726.0, 8766.0, 8723.0, 8780.0, 8742.0, 8811.0, 8782.0, 8726.0, 8780.0, 8724.0, 8792.0, 8752.0, 8748.0, 8763.0, 8724.0, 8777.0, 8725.0, 8806.0, 8781.0, 8711.0, 8780.0, 8727.0, 8778.0, 8780.0, 8741.0, 8798.0, 8729.0, 8753.0, 8798.0, 8757.0, 8797.0, 8744.0, 8742.0, 8781.0, 8739.0, 8811.0, 8740.0, 8724.0, 8779.0, 8742.0, 8798.0, 8784.0, 8744.0, 8801.0, 8748.0, 8744.0, 8801.0, 8758.0, 8814.0, 8756.0, 8781.0, 8767.0, 8718.0, 8774.0, 8744.0, 8787.0, 8718.0, 8783.0, 8745.0, 8700.0, 8755.0, 8730.0, 8775.0, 8722.0, 8722.0, 8767.0, 8759.0, 8776.0, 8746.0, 8775.0, 8719.0, 8775.0, 8720.0, 8790.0, 8762.0, 8734.0, 8775.0, 8723.0, 8777.0, 8725.0, 8793.0, 8754.0, 8792.0, 8767.0, 8725.0, 8782.0, 8736.0, 8793.0, 8736.0, 8791.0, 8742.0, 8794.0, 8742.0, 8808.0, 8768.0, 8726.0, 8781.0, 8740.0, 8780.0, 8720.0, 8791.0, 8753.0, 8789.0, 8722.0, 8758.0, 8717.0, 8773.0, 8737.0, 8792.0, 8741.0, 8790.0, 8767.0, 8780.0, 8794.0, 8725.0, 8780.0, 8726.0, 8779.0, 8735.0, 8806.0, 8751.0, 8749.0, 8747.0, 8732.0, 8790.0, 8737.0, 8750.0, 8750.0, 8720.0, 8793.0, 8734.0, 8792.0, 8723.0, 8734.0, 8750.0, 8719.0, 8776.0, 8734.0, 8791.0, 8722.0, 8762.0, 8734.0, 8717.0, 8761.0, 8737.0, 8794.0, 8739.0, 8807.0, 8754.0, 8776.0, 8779.0, 8727.0, 8797.0, 8744.0, 8747.0, 8788.0, 8764.0, 8793.0, 8806.0, 8751.0, 8817.0, 8759.0, 8828.0, 8785.0, 8753.0, 8765.0, 8724.0, 8793.0, 8751.0, 8780.0, 8780.0, 8741.0, 8795.0, 8752.0, 8752.0, 8781.0, 8742.0, 8769.0, 8771.0, 8743.0, 8798.0, 8757.0, 8811.0, 8794.0, 8728.0, 8795.0, 8741.0, 8765.0, 8784.0, 8730.0, 8786.0, 8744.0, 8731.0, 8786.0, 8745.0, 8833.0, 8773.0, 8732.0, 8784.0, 8741.0, 8798.0, 8756.0, 8811.0, 8768.0, 8727.0, 8784.0, 8743.0, 8758.0, 8789.0, 8759.0, 8801.0, 8763.0, 8815.0, 8771.0, 8809.0, 8785.0, 8749.0, 8780.0, 8718.0, 8773.0, 8726.0, 8771.0, 8715.0, 8769.0, 8717.0, 8745.0, 8749.0, 8735.0, 8783.0, 8742.0, 8731.0, 8786.0, 8743.0, 8787.0, 8743.0, 8799.0, 8741.0, 8795.0, 8741.0, 8809.0, 8770.0, 8726.0, 8782.0, 8741.0, 8796.0, 8782.0, 8744.0, 8783.0, 8745.0, 8728.0, 8785.0, 8753.0, 8816.0, 8743.0, 8784.0, 8755.0, 8767.0, 8781.0, 8749.0, 8791.0, 8723.0, 8788.0, 8721.0, 8792.0, 8767.0, 8738.0, 8780.0, 8727.0, 8795.0, 8755.0, 8808.0, 8781.0, 8720.0, 8775.0, 8724.0, 8774.0, 8734.0, 8806.0, 8762.0, 8724.0, 8779.0, 8741.0, 8810.0, 8785.0, 8756.0, 8788.0, 8732.0, 8784.0, 8740.0, 8811.0, 8770.0, 8725.0, 8781.0, 8724.0, 8793.0, 8756.0, 8754.0, 8783.0, 8743.0, 8796.0, 8756.0, 8756.0, 8784.0, 8732.0, 8784.0, 8757.0, 8742.0, 8798.0, 8744.0, 8742.0, 8768.0, 8744.0, 8813.0, 8788.0, 8743.0, 8797.0, 8743.0, 8767.0, 8780.0, 8743.0, 8811.0, 8772.0, 8731.0, 8801.0, 8789.0, 8759.0, 8835.0, 8789.0, 8732.0, 8799.0, 8728.0, 8826.0, 8814.0, 8740.0, 8793.0, 8740.0, 8725.0, 8779.0, 8756.0, 8728.0, 8770.0, 8746.0, 8800.0, 8801.0, 8777.0, 8803.0, 8774.0, 8748.0, 8818.0, 8803.0, 8776.0, 8819.0, 8774.0, 8733.0, 8815.0, 8774.0, 8773.0, 8813.0, 8732.0, 8766.0, 8780.0, 8739.0, 8827.0, 8783.0, 8724.0, 8764.0, 8741.0, 8790.0, 8782.0, 8740.0, 8796.0, 8741.0, 8726.0, 8767.0, 8755.0, 8771.0, 8799.0, 8747.0, 8728.0, 8786.0, 8744.0, 8832.0, 8785.0, 8729.0, 8785.0, 8728.0, 8812.0, 8798.0, 8751.0, 8793.0, 8724.0, 8748.0, 8764.0, 8735.0, 8792.0, 8725.0, 8724.0, 8765.0, 8727.0, 8810.0, 8799.0, 8726.0, 8784.0, 8728.0, 8756.0, 8784.0, 8742.0, 8796.0, 8744.0, 8793.0, 8768.0, 8806.0, 8779.0, 8732.0, 8773.0, 8722.0, 8763.0, 8751.0, 8727.0, 8814.0, 8757.0, 8750.0, 8793.0, 8770.0, 8819.0, 8821.0, 8778.0, 8804.0, 8746.0, 8798.0, 8746.0, 8810.0, 8798.0, 8742.0, 8797.0, 8755.0, 8728.0, 8784.0, 8757.0, 8814.0, 8770.0, 8745.0, 8787.0, 8745.0, 8812.0, 8798.0, 8769.0, 8801.0, 8747.0, 8737.0, 8767.0, 8759.0, 8832.0, 8762.0, 8748.0, 8773.0, 8730.0, 8812.0, 8785.0, 8756.0, 8780.0, 8740.0, 8795.0, 8764.0, 8751.0, 8795.0, 8737.0, 8738.0, 8782.0, 8742.0, 8807.0, 8782.0, 8740.0, 8801.0, 8740.0, 8807.0, 8782.0, 8750.0, 8776.0, 8734.0, 8773.0, 8736.0, 8736.0, 8782.0, 8742.0, 8798.0, 8758.0, 8814.0, 8754.0, 8808.0, 8751.0, 8733.0, 8749.0, 8735.0, 8763.0, 8738.0, 8795.0, 8771.0, 8756.0, 8800.0, 8755.0, 8795.0, 8754.0, 8792.0, 8752.0, 8793.0, 8736.0, 8792.0, 8752.0, 8751.0, 8756.0, 8794.0, 8768.0, 8792.0, 8783.0, 8740.0, 8800.0, 8740.0, 8766.0, 8735.0, 8796.0, 8754.0, 8794.0, 8744.0, 8799.0, 8741.0, 8796.0, 8737.0, 8794.0, 8756.0, 8780.0, 8756.0, 8792.0, 8769.0, 8808.0, 8767.0, 8736.0, 8781.0, 8781.0, 8768.0, 8792.0, 8778.0, 8738.0, 8779.0, 8754.0, 8781.0, 8745.0, 8816.0, 8775.0, 8759.0, 8802.0, 8764.0, 8817.0, 8778.0, 8785.0, 8790.0, 8812.0, 8772.0, 8824.0, 8780.0, 8748.0, 8777.0, 8734.0, 8789.0, 8750.0, 8791.0, 8769.0, 8766.0, 8771.0, 8812.0, 8752.0, 8788.0, 8764.0, 8739.0, 8778.0, 8756.0, 8784.0, 8744.0, 8812.0, 8786.0, 8742.0, 8781.0, 8743.0, 8795.0, 8770.0, 8809.0, 8766.0, 8750.0, 8777.0, 8737.0, 8781.0, 8793.0, 8741.0, 8794.0, 8753.0, 8737.0, 8795.0, 8752.0, 8764.0, 8779.0, 8737.0, 8791.0, 8763.0, 8790.0, 8762.0, 8732.0, 8774.0, 8750.0, 8737.0, 8779.0, 8740.0, 8793.0, 8756.0, 8805.0, 8795.0, 8738.0, 8796.0, 8759.0, 8740.0, 8783.0, 8739.0, 8796.0, 8741.0, 8768.0, 8754.0, 8734.0, 8782.0, 8740.0, 8795.0, 8756.0, 8740.0, 8780.0, 8752.0, 8798.0, 8740.0, 8792.0, 8754.0, 8739.0, 8781.0, 8755.0, 8775.0, 8791.0, 8765.0, 8797.0, 8770.0, 8771.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.0010776555023923444</td></tr>
<tr><td colspan=3>aqi</td><td>0.016809465311004787</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.55948895195209</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2146932359880238</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095111374970078</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6799.0884</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08360863707052736</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9569377990430622</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5635623225975164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5936450290717747</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7489306617331133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3481112769876606</td></tr>
<tr><td colspan=3>gcor</td><td>0.00353168</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008816386573016644</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019637884572148323</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>3.8142551443534933</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1597</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0608</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.6754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302410.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.0096</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3037</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.938</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3125.9061</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.3644</td></tr>
<tr><td colspan=3>tsnr</td><td>43.558978234184906</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>