<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-02/func/sub-0041_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>84b5a148b3f40f7a137fb65c187ae47f</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>18:20:38.170000</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_VE11C_LATEST_20160120</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.996956, -0.0779004, 0.00310894, 0.0772368, 0.992319, 0.09663]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0945066</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7788, -7250, 524, -65, -254, -38, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c54840e-6d1d-4720-8723-c86d0d87021c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747608184814453, 0.20722061395645142, 0.028653951361775398, 104.49422454833984], [0.20900121331214905, 2.6623194217681885, 0.25945845246315, -107.08548736572266], [0.008341050706803799, -0.25925111770629883, 2.687351942062378, -56.24384307861328], [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': ['182038.170000', '182038.630000', '182039.090000', '182039.550000', '182040.010000', '182040.470000', '182040.930000', '182041.390000', '182041.850000', '182042.310000', '182042.770000', '182043.230000', '182043.690000', '182044.150000', '182044.610000', '182045.070000', '182045.530000', '182045.990000', '182046.450000', '182046.910000', '182047.370000', '182047.830000', '182048.290000', '182048.750000', '182049.210000', '182049.670000', '182050.130000', '182050.590000', '182051.050000', '182051.510000', '182051.970000', '182052.430000', '182052.890000', '182053.350000', '182053.810000', '182054.270000', '182054.730000', '182055.190000', '182055.650000', '182056.110000', '182056.570000', '182057.030000', '182057.490000', '182057.950000', '182058.410000', '182058.870000', '182059.330000', '182059.790000', '182100.250000', '182100.710000', '182101.170000', '182101.630000', '182102.090000', '182102.550000', '182103.010000', '182103.470000', '182103.930000', '182104.390000', '182104.850000', '182105.310000', '182105.770000', '182106.230000', '182106.690000', '182107.150000', '182107.610000', '182108.070000', '182108.530000', '182108.990000', '182109.450000', '182109.910000', '182110.370000', '182110.830000', '182111.290000', '182111.750000', '182112.210000', '182112.670000', '182113.130000', '182113.590000', '182114.050000', '182114.510000', '182114.970000', '182115.430000', '182115.890000', '182116.350000', '182116.810000', '182117.270000', '182117.730000', '182118.190000', '182118.650000', '182119.110000', '182119.570000', '182120.030000', '182120.490000', '182120.950000', '182121.410000', '182121.870000', '182122.330000', '182122.790000', '182123.250000', '182123.710000', '182124.170000', '182124.630000', '182125.090000', '182125.550000', '182126.010000', '182126.470000', '182126.930000', '182127.390000', '182127.850000', '182128.310000', '182128.770000', '182129.230000', '182129.690000', '182130.150000', '182130.610000', '182131.070000', '182131.530000', '182131.990000', '182132.450000', '182132.910000', '182133.370000', '182133.830000', '182134.290000', '182134.750000', '182135.210000', '182135.670000', '182136.130000', '182136.590000', '182137.050000', '182137.510000', '182137.970000', '182138.430000', '182138.890000', '182139.350000', '182139.810000', '182140.270000', '182140.730000', '182141.190000', '182141.650000', '182142.110000', '182142.570000', '182143.030000', '182143.490000', '182143.950000', '182144.410000', '182144.870000', '182145.330000', '182145.790000', '182146.250000', '182146.710000', '182147.170000', '182147.630000', '182148.090000', '182148.550000', '182149.010000', '182149.470000', '182149.930000', '182150.390000', '182150.850000', '182151.310000', '182151.770000', '182152.230000', '182152.690000', '182153.150000', '182153.610000', '182154.070000', '182154.530000', '182154.990000', '182155.450000', '182155.910000', '182156.370000', '182156.830000', '182157.290000', '182157.750000', '182158.210000', '182158.670000', '182159.130000', '182159.590000', '182200.050000', '182200.510000', '182200.970000', '182201.430000', '182201.890000', '182202.350000', '182202.810000', '182203.270000', '182203.730000', '182204.190000', '182204.650000', '182205.110000', '182205.570000', '182206.030000', '182206.490000', '182206.950000', '182207.410000', '182207.870000', '182208.330000', '182208.790000', '182209.250000', '182209.710000', '182210.170000', '182210.630000', '182211.090000', '182211.550000', '182212.010000', '182212.470000', '182212.930000', '182213.390000', '182213.850000', '182214.310000', '182214.770000', '182215.230000', '182215.690000', '182216.150000', '182216.610000', '182217.070000', '182217.530000', '182217.990000', '182218.450000', '182218.910000', '182219.370000', '182219.830000', '182220.290000', '182220.750000', '182221.210000', '182221.670000', '182222.130000', '182222.590000', '182223.050000', '182223.510000', '182223.970000', '182224.430000', '182224.890000', '182225.350000', '182225.810000', '182226.270000', '182226.730000', '182227.190000', '182227.650000', '182228.110000', '182228.570000', '182229.030000', '182229.490000', '182229.950000', '182230.410000', '182230.870000', '182231.330000', '182231.790000', '182232.250000', '182232.710000', '182233.170000', '182233.630000', '182234.090000', '182234.550000', '182235.010000', '182235.470000', '182235.930000', '182236.390000', '182236.850000', '182237.310000', '182237.770000', '182238.230000', '182238.690000', '182239.150000', '182239.610000', '182240.070000', '182240.530000', '182240.990000', '182241.450000', '182241.910000', '182242.370000', '182242.830000', '182243.290000', '182243.750000', '182244.210000', '182244.670000', '182245.130000', '182245.590000', '182246.050000', '182246.510000', '182246.970000', '182247.430000', '182247.890000', '182248.350000', '182248.810000', '182249.270000', '182249.730000', '182250.190000', '182250.650000', '182251.110000', '182251.570000', '182252.030000', '182252.490000', '182252.950000', '182253.410000', '182253.870000', '182254.330000', '182254.790000', '182255.250000', '182255.710000', '182256.170000', '182256.630000', '182257.090000', '182257.550000', '182258.010000', '182258.470000', '182258.930000', '182259.390000', '182259.850000', '182300.310000', '182300.770000', '182301.230000', '182301.690000', '182302.150000', '182302.610000', '182303.070000', '182303.530000', '182303.990000', '182304.450000', '182304.910000', '182305.370000', '182305.830000', '182306.290000', '182306.750000', '182307.210000', '182307.670000', '182308.130000', '182308.590000', '182309.050000', '182309.510000', '182309.970000', '182310.430000', '182310.890000', '182311.350000', '182311.810000', '182312.270000', '182312.730000', '182313.190000', '182313.650000', '182314.110000', '182314.570000', '182315.030000', '182315.490000', '182315.950000', '182316.410000', '182316.870000', '182317.330000', '182317.790000', '182318.250000', '182318.710000', '182319.170000', '182319.630000', '182320.090000', '182320.550000', '182321.010000', '182321.470000', '182321.930000', '182322.390000', '182322.850000', '182323.310000', '182323.770000', '182324.230000', '182324.690000', '182325.150000', '182325.610000', '182326.070000', '182326.530000', '182326.990000', '182327.450000', '182327.910000', '182328.370000', '182328.830000', '182329.290000', '182329.750000', '182330.210000', '182330.670000', '182331.130000', '182331.590000', '182332.050000', '182332.510000', '182332.970000', '182333.430000', '182333.890000', '182334.350000', '182334.810000', '182335.270000', '182335.730000', '182336.190000', '182336.650000', '182337.110000', '182337.570000', '182338.030000', '182338.490000', '182338.950000', '182339.410000', '182339.870000', '182340.330000', '182340.790000', '182341.250000', '182341.710000', '182342.170000', '182342.630000', '182343.090000', '182343.550000', '182344.010000', '182344.470000', '182344.930000', '182345.390000', '182345.850000', '182346.310000', '182346.770000', '182347.230000', '182347.690000', '182348.150000', '182348.610000', '182349.070000', '182349.530000', '182349.990000', '182350.450000', '182350.910000', '182351.370000', '182351.830000', '182352.290000', '182352.750000', '182353.210000', '182353.670000', '182354.130000', '182354.590000', '182355.050000', '182355.510000', '182355.970000', '182356.430000', '182356.890000', '182357.350000', '182357.810000', '182358.270000', '182358.730000', '182359.190000', '182359.650000', '182400.110000', '182400.570000', '182401.030000', '182401.490000', '182401.950000', '182402.410000', '182402.870000', '182403.330000', '182403.790000', '182404.250000', '182404.710000', '182405.170000', '182405.630000', '182406.090000', '182406.550000', '182407.010000', '182407.470000', '182407.930000', '182408.390000', '182408.850000', '182409.310000', '182409.770000', '182410.230000', '182410.690000', '182411.150000', '182411.610000', '182412.070000', '182412.530000', '182412.990000', '182413.450000', '182413.910000', '182414.370000', '182414.830000', '182415.290000', '182415.750000', '182416.210000', '182416.670000', '182417.130000', '182417.590000', '182418.050000', '182418.510000', '182418.970000', '182419.430000', '182419.890000', '182420.350000', '182420.810000', '182421.270000', '182421.730000', '182422.190000', '182422.650000', '182423.110000', '182423.570000', '182424.030000', '182424.490000', '182424.950000', '182425.410000', '182425.870000', '182426.330000', '182426.790000', '182427.250000', '182427.710000', '182428.170000', '182428.630000', '182429.090000', '182429.550000', '182430.010000', '182430.470000', '182430.930000', '182431.390000', '182431.850000', '182432.310000', '182432.770000', '182433.230000', '182433.690000', '182434.150000', '182434.610000', '182435.070000', '182435.530000', '182435.990000', '182436.450000', '182436.910000', '182437.370000', '182437.830000', '182438.290000', '182438.750000', '182439.210000', '182439.670000', '182440.130000', '182440.590000', '182441.050000', '182441.510000', '182441.970000', '182442.430000', '182442.890000', '182443.350000', '182443.810000', '182444.270000', '182444.730000', '182445.190000', '182445.650000', '182446.110000', '182446.570000', '182447.030000', '182447.490000', '182447.950000', '182448.410000', '182448.870000', '182449.330000', '182449.790000', '182450.250000', '182450.710000', '182451.170000', '182451.630000', '182452.090000', '182452.550000', '182453.010000', '182453.470000', '182453.930000', '182454.390000', '182454.850000', '182455.310000', '182455.770000', '182456.230000', '182456.690000', '182457.150000', '182457.610000', '182458.070000', '182458.530000', '182458.990000', '182459.450000', '182459.910000', '182500.370000', '182500.830000', '182501.290000', '182501.750000', '182502.210000', '182502.670000', '182503.130000', '182503.590000', '182504.050000', '182504.510000', '182504.970000', '182505.430000', '182505.890000', '182506.350000', '182506.810000', '182507.270000', '182507.730000', '182508.190000', '182508.650000', '182509.110000', '182509.570000', '182510.030000', '182510.490000', '182510.950000', '182511.410000', '182511.870000', '182512.330000', '182512.790000', '182513.250000', '182513.710000', '182514.170000', '182514.630000', '182515.090000', '182515.550000', '182516.010000', '182516.470000', '182516.930000', '182517.390000', '182517.850000', '182518.310000', '182518.770000', '182519.230000', '182519.690000', '182520.150000', '182520.610000', '182521.070000', '182521.530000', '182521.990000', '182522.450000', '182522.910000', '182523.370000', '182523.830000', '182524.290000', '182524.750000', '182525.210000', '182525.670000', '182526.130000', '182526.590000', '182527.050000', '182527.510000', '182527.970000', '182528.430000', '182528.890000', '182529.350000', '182529.810000', '182530.270000', '182530.730000', '182531.190000', '182531.650000', '182532.110000', '182532.570000', '182533.030000', '182533.490000', '182533.950000', '182534.410000', '182534.870000', '182535.330000', '182535.790000', '182536.250000', '182536.710000', '182537.170000', '182537.630000', '182538.090000', '182538.550000', '182539.010000', '182539.470000', '182539.930000', '182540.390000', '182540.850000', '182541.310000', '182541.770000', '182542.230000', '182542.690000', '182543.150000', '182543.610000', '182544.070000', '182544.530000', '182544.990000', '182545.450000', '182545.910000', '182546.370000', '182546.830000', '182547.290000', '182547.750000', '182548.210000', '182548.670000', '182549.130000', '182549.590000', '182550.050000', '182550.510000', '182550.970000', '182551.430000', '182551.890000', '182552.350000', '182552.810000', '182553.270000', '182553.730000', '182554.190000', '182554.650000', '182555.110000', '182555.570000', '182556.030000', '182556.490000', '182556.950000', '182557.410000', '182557.870000', '182558.330000', '182558.790000', '182559.250000', '182559.710000', '182600.170000', '182600.630000', '182601.090000', '182601.550000', '182602.010000', '182602.470000', '182602.930000', '182603.390000', '182603.850000', '182604.310000', '182604.770000', '182605.230000', '182605.690000', '182606.150000', '182606.610000', '182607.070000', '182607.530000', '182607.990000', '182608.450000', '182608.910000', '182609.370000', '182609.830000', '182610.290000', '182610.750000', '182611.210000', '182611.670000', '182612.130000', '182612.590000', '182613.050000', '182613.510000', '182613.970000', '182614.430000', '182614.890000', '182615.350000', '182615.810000', '182616.270000', '182616.730000', '182617.190000', '182617.650000', '182618.110000', '182618.570000', '182619.030000', '182619.490000', '182619.950000', '182620.410000', '182620.870000', '182621.330000', '182621.790000', '182622.250000', '182622.710000', '182623.170000', '182623.630000', '182624.090000', '182624.550000', '182625.010000', '182625.470000', '182625.930000', '182626.390000', '182626.850000', '182627.310000', '182627.770000', '182628.230000', '182628.690000', '182629.150000', '182629.610000', '182630.070000', '182630.530000', '182630.990000', '182631.450000', '182631.910000', '182632.370000', '182632.830000', '182633.290000', '182633.750000', '182634.210000', '182634.670000', '182635.130000', '182635.590000', '182636.050000', '182636.510000', '182636.970000', '182637.430000', '182637.890000', '182638.350000', '182638.810000', '182639.270000', '182639.730000', '182640.190000', '182640.650000', '182641.110000', '182641.570000', '182642.030000', '182642.490000', '182642.950000', '182643.410000', '182643.870000', '182644.330000', '182644.790000', '182645.250000', '182645.710000', '182646.170000', '182646.630000', '182647.090000', '182647.550000', '182648.010000', '182648.470000', '182648.930000', '182649.390000', '182649.850000', '182650.310000', '182650.770000', '182651.230000', '182651.690000', '182652.150000', '182652.610000', '182653.070000', '182653.530000', '182653.990000', '182654.450000', '182654.910000', '182655.370000', '182655.830000', '182656.290000', '182656.750000', '182657.210000', '182657.670000', '182658.130000', '182658.590000', '182659.050000', '182659.510000', '182659.970000', '182700.430000', '182700.890000', '182701.350000', '182701.810000', '182702.270000', '182702.730000', '182703.190000', '182703.650000'], 'ContentTime': ['182101.366000', '182101.370000', '182101.373000', '182101.376000', '182101.379000', '182101.382000', '182101.385000', '182101.388000', '182101.391000', '182101.394000', '182101.401000', '182101.404000', '182101.407000', '182101.431000', '182101.434000', '182101.437000', '182101.440000', '182101.442000', '182101.445000', '182101.448000', '182101.451000', '182101.454000', '182101.457000', '182101.460000', '182101.463000', '182101.466000', '182101.468000', '182101.471000', '182101.474000', '182101.477000', '182101.480000', '182101.483000', '182101.485000', '182101.488000', '182101.491000', '182101.494000', '182101.497000', '182101.500000', '182101.503000', '182101.506000', '182101.509000', '182101.512000', '182101.514000', '182101.517000', '182101.520000', '182101.523000', '182101.526000', '182101.529000', '182121.328000', '182121.331000', '182121.334000', '182121.337000', '182121.340000', '182121.342000', '182121.345000', '182121.348000', '182121.351000', '182121.354000', '182121.357000', '182121.360000', '182121.363000', '182121.366000', '182121.368000', '182121.371000', '182121.374000', '182121.377000', '182121.380000', '182121.383000', '182121.385000', '182121.388000', '182121.391000', '182121.394000', '182121.397000', '182121.400000', '182121.403000', '182121.406000', '182121.409000', '182121.411000', '182121.414000', '182121.417000', '182121.420000', '182121.423000', '182121.426000', '182121.429000', '182121.432000', '182121.435000', '182121.437000', '182121.440000', '182121.443000', '182121.446000', '182121.449000', '182141.328000', '182141.331000', '182141.334000', '182141.337000', '182141.340000', '182141.342000', '182141.345000', '182141.348000', '182141.351000', '182141.354000', '182141.357000', '182141.360000', '182141.363000', '182141.366000', '182141.369000', '182141.372000', '182141.374000', '182141.377000', '182141.380000', '182141.383000', '182141.386000', '182141.389000', '182141.392000', '182141.395000', '182141.398000', '182141.400000', '182141.403000', '182141.406000', '182141.409000', '182141.412000', '182141.415000', '182141.418000', '182141.421000', '182141.424000', '182141.426000', '182141.429000', '182141.432000', '182141.435000', '182141.438000', '182141.441000', '182141.444000', '182141.446000', '182141.449000', '182141.459000', '182201.327000', '182201.330000', '182201.333000', '182201.336000', '182201.339000', '182201.342000', '182201.344000', '182201.347000', '182201.350000', '182201.353000', '182201.356000', '182201.359000', '182201.362000', '182201.365000', '182201.368000', '182201.370000', '182201.373000', '182201.376000', '182201.379000', '182201.382000', '182201.385000', '182201.388000', '182201.391000', '182201.394000', '182201.397000', '182201.399000', '182201.402000', '182201.405000', '182201.408000', '182201.411000', '182201.414000', '182201.417000', '182201.421000', '182201.424000', '182201.427000', '182201.435000', '182201.438000', '182201.441000', '182201.444000', '182201.447000', '182201.450000', '182201.453000', '182201.456000', '182221.327000', '182221.330000', '182221.333000', '182221.336000', '182221.339000', '182221.351000', '182221.354000', '182221.357000', '182221.360000', '182221.362000', '182221.365000', '182221.368000', '182221.371000', '182221.374000', '182221.377000', '182221.380000', '182221.383000', '182221.386000', '182221.389000', '182221.392000', '182221.394000', '182221.397000', '182221.400000', '182221.403000', '182221.406000', '182221.409000', '182221.412000', '182221.414000', '182221.417000', '182221.420000', '182221.423000', '182221.426000', '182221.429000', '182221.432000', '182221.435000', '182221.438000', '182221.441000', '182221.444000', '182221.447000', '182221.450000', '182221.452000', '182221.455000', '182221.458000', '182221.461000', '182241.327000', '182241.330000', '182241.333000', '182241.336000', '182241.349000', '182241.352000', '182241.355000', '182241.358000', '182241.361000', '182241.363000', '182241.366000', '182241.369000', '182241.372000', '182241.375000', '182241.378000', '182241.381000', '182241.384000', '182241.387000', '182241.390000', '182241.392000', '182241.395000', '182241.398000', '182241.401000', '182241.404000', '182241.407000', '182241.410000', '182241.413000', '182241.416000', '182241.419000', '182241.421000', '182241.424000', '182241.427000', '182241.430000', '182241.433000', '182241.436000', '182241.439000', '182241.442000', '182241.445000', '182241.448000', '182241.450000', '182241.453000', '182241.456000', '182241.459000', '182301.327000', '182301.330000', '182301.333000', '182301.336000', '182301.339000', '182301.342000', '182301.345000', '182301.348000', '182301.351000', '182301.354000', '182301.357000', '182301.360000', '182301.362000', '182301.365000', '182301.368000', '182301.371000', '182301.374000', '182301.377000', '182301.380000', '182301.383000', '182301.386000', '182301.388000', '182301.391000', '182301.394000', '182301.397000', '182301.400000', '182301.403000', '182301.406000', '182301.409000', '182301.411000', '182301.414000', '182301.417000', '182301.420000', '182301.423000', '182301.426000', '182301.429000', '182301.432000', '182301.435000', '182301.438000', '182301.441000', '182301.444000', '182301.446000', '182301.449000', '182321.328000', '182321.331000', '182321.334000', '182321.337000', '182321.340000', '182321.343000', '182321.346000', '182321.349000', '182321.351000', '182321.354000', '182321.357000', '182321.360000', '182321.374000', '182321.376000', '182321.379000', '182321.382000', '182321.385000', '182321.388000', '182321.391000', '182321.394000', '182321.397000', '182321.400000', '182321.402000', '182321.405000', '182321.408000', '182321.411000', '182321.414000', '182321.417000', '182321.420000', '182321.423000', '182321.426000', '182321.428000', '182321.431000', '182321.434000', '182321.437000', '182321.440000', '182321.443000', '182321.446000', '182321.449000', '182321.452000', '182321.454000', '182321.458000', '182321.462000', '182321.464000', '182341.328000', '182341.331000', '182341.334000', '182341.337000', '182341.340000', '182341.343000', '182341.346000', '182341.348000', '182341.351000', '182341.354000', '182341.357000', '182341.360000', '182341.363000', '182341.366000', '182341.369000', '182341.372000', '182341.375000', '182341.377000', '182341.380000', '182341.383000', '182341.386000', '182341.389000', '182341.392000', '182341.395000', '182341.398000', '182341.401000', '182341.404000', '182341.406000', '182341.409000', '182341.412000', '182341.415000', '182341.418000', '182341.421000', '182341.425000', '182341.428000', '182341.431000', '182341.434000', '182341.437000', '182341.440000', '182341.443000', '182341.446000', '182341.449000', '182341.451000', '182341.454000', '182401.328000', '182401.331000', '182401.334000', '182401.337000', '182401.340000', '182401.343000', '182401.345000', '182401.348000', '182401.351000', '182401.354000', '182401.357000', '182401.360000', '182401.363000', '182401.366000', '182401.369000', '182401.372000', '182401.374000', '182401.377000', '182401.380000', '182401.383000', '182401.386000', '182401.389000', '182401.392000', '182401.395000', '182401.398000', '182401.401000', '182401.403000', '182401.406000', '182401.409000', '182401.412000', '182401.415000', '182401.418000', '182401.421000', '182401.424000', '182401.427000', '182401.429000', '182401.432000', '182401.435000', '182401.438000', '182401.441000', '182401.444000', '182401.447000', '182401.450000', '182421.327000', '182421.330000', '182421.333000', '182421.336000', '182421.339000', '182421.342000', '182421.345000', '182421.348000', '182421.350000', '182421.353000', '182421.356000', '182421.359000', '182421.362000', '182421.365000', '182421.368000', '182421.371000', '182421.374000', '182421.376000', '182421.379000', '182421.382000', '182421.385000', '182421.388000', '182421.391000', '182421.394000', '182421.397000', '182421.399000', '182421.402000', '182421.405000', '182421.408000', '182421.411000', '182421.414000', '182421.417000', '182421.420000', '182421.422000', '182421.425000', '182421.428000', '182421.431000', '182421.434000', '182421.437000', '182421.440000', '182421.443000', '182421.445000', '182421.448000', '182441.327000', '182441.330000', '182441.333000', '182441.336000', '182441.339000', '182441.342000', '182441.344000', '182441.347000', '182441.350000', '182441.353000', '182441.356000', '182441.359000', '182441.362000', '182441.365000', '182441.368000', '182441.371000', '182441.374000', '182441.376000', '182441.379000', '182441.382000', '182441.385000', '182441.388000', '182441.391000', '182441.394000', '182441.397000', '182441.399000', '182441.402000', '182441.405000', '182441.408000', '182441.411000', '182441.414000', '182441.417000', '182441.420000', '182441.422000', '182441.425000', '182441.428000', '182441.431000', '182441.434000', '182441.437000', '182441.440000', '182441.443000', '182441.445000', '182441.448000', '182441.451000', '182501.327000', '182501.330000', '182501.333000', '182501.336000', '182501.339000', '182501.342000', '182501.345000', '182501.348000', '182501.351000', '182501.354000', '182501.357000', '182501.360000', '182501.363000', '182501.366000', '182501.369000', '182501.371000', '182501.374000', '182501.377000', '182501.380000', '182501.383000', '182501.386000', '182501.389000', '182501.392000', '182501.395000', '182501.397000', '182501.400000', '182501.403000', '182501.406000', '182501.409000', '182501.412000', '182501.415000', '182501.418000', '182501.421000', '182501.424000', '182501.426000', '182501.429000', '182501.432000', '182501.435000', '182501.438000', '182501.441000', '182501.444000', '182501.447000', '182501.450000', '182521.327000', '182521.330000', '182521.333000', '182521.336000', '182521.339000', '182521.341000', '182521.344000', '182521.347000', '182521.350000', '182521.353000', '182521.356000', '182521.359000', '182521.362000', '182521.365000', '182521.368000', '182521.371000', '182521.374000', '182521.377000', '182521.379000', '182521.382000', '182521.385000', '182521.388000', '182521.391000', '182521.394000', '182521.397000', '182521.400000', '182521.403000', '182521.406000', '182521.409000', '182521.412000', '182521.414000', '182521.417000', '182521.420000', '182521.423000', '182521.426000', '182521.429000', '182521.432000', '182521.435000', '182521.438000', '182521.440000', '182521.443000', '182521.446000', '182521.449000', '182521.452000', '182541.328000', '182541.331000', '182541.334000', '182541.337000', '182541.340000', '182541.343000', '182541.346000', '182541.349000', '182541.352000', '182541.355000', '182541.359000', '182541.361000', '182541.364000', '182541.367000', '182541.370000', '182541.373000', '182541.376000', '182541.379000', '182541.382000', '182541.385000', '182541.388000', '182541.390000', '182541.393000', '182541.396000', '182541.399000', '182541.419000', '182541.422000', '182541.424000', '182541.427000', '182541.430000', '182541.433000', '182541.436000', '182541.439000', '182541.442000', '182541.445000', '182541.448000', '182541.451000', '182541.454000', '182541.457000', '182541.460000', '182541.462000', '182541.465000', '182541.468000', '182601.328000', '182601.331000', '182601.334000', '182601.337000', '182601.340000', '182601.342000', '182601.345000', '182601.348000', '182601.351000', '182601.354000', '182601.357000', '182601.360000', '182601.363000', '182601.366000', '182601.369000', '182601.372000', '182601.375000', '182601.378000', '182601.380000', '182601.383000', '182601.386000', '182601.389000', '182601.392000', '182601.395000', '182601.398000', '182601.401000', '182601.404000', '182601.407000', '182601.409000', '182601.412000', '182601.415000', '182601.418000', '182601.421000', '182601.424000', '182601.427000', '182601.430000', '182601.433000', '182601.436000', '182601.438000', '182601.441000', '182601.444000', '182601.447000', '182601.450000', '182601.453000', '182621.328000', '182621.331000', '182621.334000', '182621.337000', '182621.340000', '182621.343000', '182621.345000', '182621.348000', '182621.351000', '182621.354000', '182621.357000', '182621.360000', '182621.363000', '182621.366000', '182621.369000', '182621.372000', '182621.375000', '182621.378000', '182621.381000', '182621.384000', '182621.387000', '182621.390000', '182621.392000', '182621.395000', '182621.398000', '182621.401000', '182621.404000', '182621.407000', '182621.410000', '182621.413000', '182621.416000', '182621.418000', '182621.421000', '182621.424000', '182621.427000', '182621.430000', '182621.433000', '182621.436000', '182621.439000', '182621.442000', '182621.444000', '182621.447000', '182621.450000', '182641.327000', '182641.330000', '182641.333000', '182641.336000', '182641.339000', '182641.342000', '182641.345000', '182641.348000', '182641.351000', '182641.354000', '182641.357000', '182641.359000', '182641.362000', '182641.366000', '182641.369000', '182641.372000', '182641.375000', '182641.378000', '182641.380000', '182641.383000', '182641.386000', '182641.389000', '182641.392000', '182641.395000', '182641.398000', '182641.401000', '182641.404000', '182641.407000', '182641.409000', '182641.412000', '182641.415000', '182641.418000', '182641.421000', '182641.424000', '182641.427000', '182641.430000', '182641.433000', '182641.435000', '182641.438000', '182641.441000', '182641.444000', '182641.447000', '182641.450000', '182641.453000', '182701.327000', '182701.330000', '182701.334000', '182701.337000', '182701.340000', '182701.343000', '182701.346000', '182701.349000', '182701.352000', '182701.354000', '182701.357000', '182701.360000', '182701.363000', '182701.366000', '182701.369000', '182701.372000', '182701.375000', '182701.377000', '182701.380000', '182701.383000', '182701.386000', '182701.390000', '182701.393000', '182701.395000', '182701.399000', '182701.401000', '182701.404000', '182701.407000', '182701.410000', '182701.413000', '182701.416000', '182701.419000', '182701.422000', '182701.425000', '182701.427000', '182701.442000', '182701.445000', '182701.448000', '182701.450000', '182701.453000', '182701.456000', '182701.459000', '182701.462000', '182705.138000', '182705.141000', '182705.144000', '182705.147000', '182705.150000', '182705.153000', '182705.156000', '182705.160000', '182705.163000'], 'InstanceCreationTime': ['182101.366000', '182101.370000', '182101.373000', '182101.376000', '182101.379000', '182101.382000', '182101.385000', '182101.388000', '182101.391000', '182101.394000', '182101.401000', '182101.404000', '182101.407000', '182101.431000', '182101.434000', '182101.437000', '182101.440000', '182101.442000', '182101.445000', '182101.448000', '182101.451000', '182101.454000', '182101.457000', '182101.460000', '182101.463000', '182101.466000', '182101.468000', '182101.471000', '182101.474000', '182101.477000', '182101.480000', '182101.483000', '182101.485000', '182101.488000', '182101.491000', '182101.494000', '182101.497000', '182101.500000', '182101.503000', '182101.506000', '182101.509000', '182101.512000', '182101.514000', '182101.517000', '182101.520000', '182101.523000', '182101.526000', '182101.529000', '182121.328000', '182121.331000', '182121.334000', '182121.337000', '182121.340000', '182121.342000', '182121.345000', '182121.348000', '182121.351000', '182121.354000', '182121.357000', '182121.360000', '182121.363000', '182121.366000', '182121.368000', '182121.371000', '182121.374000', '182121.377000', '182121.380000', '182121.383000', '182121.385000', '182121.388000', '182121.391000', '182121.394000', '182121.397000', '182121.400000', '182121.403000', '182121.406000', '182121.409000', '182121.411000', '182121.414000', '182121.417000', '182121.420000', '182121.423000', '182121.426000', '182121.429000', '182121.432000', '182121.435000', '182121.437000', '182121.440000', '182121.443000', '182121.446000', '182121.449000', '182141.328000', '182141.331000', '182141.334000', '182141.337000', '182141.340000', '182141.342000', '182141.345000', '182141.348000', '182141.351000', '182141.354000', '182141.357000', '182141.360000', '182141.363000', '182141.366000', '182141.369000', '182141.372000', '182141.374000', '182141.377000', '182141.380000', '182141.383000', '182141.386000', '182141.389000', '182141.392000', '182141.395000', '182141.398000', '182141.400000', '182141.403000', '182141.406000', '182141.409000', '182141.412000', '182141.415000', '182141.418000', '182141.421000', '182141.424000', '182141.426000', '182141.429000', '182141.432000', '182141.435000', '182141.438000', '182141.441000', '182141.444000', '182141.446000', '182141.449000', '182141.459000', '182201.327000', '182201.330000', '182201.333000', '182201.336000', '182201.339000', '182201.342000', '182201.344000', '182201.347000', '182201.350000', '182201.353000', '182201.356000', '182201.359000', '182201.362000', '182201.365000', '182201.368000', '182201.370000', '182201.373000', '182201.376000', '182201.379000', '182201.382000', '182201.385000', '182201.388000', '182201.391000', '182201.394000', '182201.397000', '182201.399000', '182201.402000', '182201.405000', '182201.408000', '182201.411000', '182201.414000', '182201.417000', '182201.421000', '182201.424000', '182201.427000', '182201.435000', '182201.438000', '182201.441000', '182201.444000', '182201.447000', '182201.450000', '182201.453000', '182201.456000', '182221.327000', '182221.330000', '182221.333000', '182221.336000', '182221.339000', '182221.351000', '182221.354000', '182221.357000', '182221.360000', '182221.362000', '182221.365000', '182221.368000', '182221.371000', '182221.374000', '182221.377000', '182221.380000', '182221.383000', '182221.386000', '182221.389000', '182221.392000', '182221.394000', '182221.397000', '182221.400000', '182221.403000', '182221.406000', '182221.409000', '182221.412000', '182221.414000', '182221.417000', '182221.420000', '182221.423000', '182221.426000', '182221.429000', '182221.432000', '182221.435000', '182221.438000', '182221.441000', '182221.444000', '182221.447000', '182221.450000', '182221.452000', '182221.455000', '182221.458000', '182221.461000', '182241.327000', '182241.330000', '182241.333000', '182241.336000', '182241.349000', '182241.352000', '182241.355000', '182241.358000', '182241.361000', '182241.363000', '182241.366000', '182241.369000', '182241.372000', '182241.375000', '182241.378000', '182241.381000', '182241.384000', '182241.387000', '182241.390000', '182241.392000', '182241.395000', '182241.398000', '182241.401000', '182241.404000', '182241.407000', '182241.410000', '182241.413000', '182241.416000', '182241.419000', '182241.421000', '182241.424000', '182241.427000', '182241.430000', '182241.433000', '182241.436000', '182241.439000', '182241.442000', '182241.445000', '182241.448000', '182241.450000', '182241.453000', '182241.456000', '182241.459000', '182301.327000', '182301.330000', '182301.333000', '182301.336000', '182301.339000', '182301.342000', '182301.345000', '182301.348000', '182301.351000', '182301.354000', '182301.357000', '182301.360000', '182301.362000', '182301.365000', '182301.368000', '182301.371000', '182301.374000', '182301.377000', '182301.380000', '182301.383000', '182301.386000', '182301.388000', '182301.391000', '182301.394000', '182301.397000', '182301.400000', '182301.403000', '182301.406000', '182301.409000', '182301.411000', '182301.414000', '182301.417000', '182301.420000', '182301.423000', '182301.426000', '182301.429000', '182301.432000', '182301.435000', '182301.438000', '182301.441000', '182301.444000', '182301.446000', '182301.449000', '182321.328000', '182321.331000', '182321.334000', '182321.337000', '182321.340000', '182321.343000', '182321.346000', '182321.349000', '182321.351000', '182321.354000', '182321.357000', '182321.360000', '182321.374000', '182321.376000', '182321.379000', '182321.382000', '182321.385000', '182321.388000', '182321.391000', '182321.394000', '182321.397000', '182321.400000', '182321.402000', '182321.405000', '182321.408000', '182321.411000', '182321.414000', '182321.417000', '182321.420000', '182321.423000', '182321.426000', '182321.428000', '182321.431000', '182321.434000', '182321.437000', '182321.440000', '182321.443000', '182321.446000', '182321.449000', '182321.452000', '182321.454000', '182321.458000', '182321.462000', '182321.464000', '182341.328000', '182341.331000', '182341.334000', '182341.337000', '182341.340000', '182341.343000', '182341.346000', '182341.348000', '182341.351000', '182341.354000', '182341.357000', '182341.360000', '182341.363000', '182341.366000', '182341.369000', '182341.372000', '182341.375000', '182341.377000', '182341.380000', '182341.383000', '182341.386000', '182341.389000', '182341.392000', '182341.395000', '182341.398000', '182341.401000', '182341.404000', '182341.406000', '182341.409000', '182341.412000', '182341.415000', '182341.418000', '182341.421000', '182341.425000', '182341.428000', '182341.431000', '182341.434000', '182341.437000', '182341.440000', '182341.443000', '182341.446000', '182341.449000', '182341.451000', '182341.454000', '182401.328000', '182401.331000', '182401.334000', '182401.337000', '182401.340000', '182401.343000', '182401.345000', '182401.348000', '182401.351000', '182401.354000', '182401.357000', '182401.360000', '182401.363000', '182401.366000', '182401.369000', '182401.372000', '182401.374000', '182401.377000', '182401.380000', '182401.383000', '182401.386000', '182401.389000', '182401.392000', '182401.395000', '182401.398000', '182401.401000', '182401.403000', '182401.406000', '182401.409000', '182401.412000', '182401.415000', '182401.418000', '182401.421000', '182401.424000', '182401.427000', '182401.429000', '182401.432000', '182401.435000', '182401.438000', '182401.441000', '182401.444000', '182401.447000', '182401.450000', '182421.327000', '182421.330000', '182421.333000', '182421.336000', '182421.339000', '182421.342000', '182421.345000', '182421.348000', '182421.350000', '182421.353000', '182421.356000', '182421.359000', '182421.362000', '182421.365000', '182421.368000', '182421.371000', '182421.374000', '182421.376000', '182421.379000', '182421.382000', '182421.385000', '182421.388000', '182421.391000', '182421.394000', '182421.397000', '182421.399000', '182421.402000', '182421.405000', '182421.408000', '182421.411000', '182421.414000', '182421.417000', '182421.420000', '182421.422000', '182421.425000', '182421.428000', '182421.431000', '182421.434000', '182421.437000', '182421.440000', '182421.443000', '182421.445000', '182421.448000', '182441.327000', '182441.330000', '182441.333000', '182441.336000', '182441.339000', '182441.342000', '182441.344000', '182441.347000', '182441.350000', '182441.353000', '182441.356000', '182441.359000', '182441.362000', '182441.365000', '182441.368000', '182441.371000', '182441.374000', '182441.376000', '182441.379000', '182441.382000', '182441.385000', '182441.388000', '182441.391000', '182441.394000', '182441.397000', '182441.399000', '182441.402000', '182441.405000', '182441.408000', '182441.411000', '182441.414000', '182441.417000', '182441.420000', '182441.422000', '182441.425000', '182441.428000', '182441.431000', '182441.434000', '182441.437000', '182441.440000', '182441.443000', '182441.445000', '182441.448000', '182441.451000', '182501.327000', '182501.330000', '182501.333000', '182501.336000', '182501.339000', '182501.342000', '182501.345000', '182501.348000', '182501.351000', '182501.354000', '182501.357000', '182501.360000', '182501.363000', '182501.366000', '182501.369000', '182501.371000', '182501.374000', '182501.377000', '182501.380000', '182501.383000', '182501.386000', '182501.389000', '182501.392000', '182501.395000', '182501.397000', '182501.400000', '182501.403000', '182501.406000', '182501.409000', '182501.412000', '182501.415000', '182501.418000', '182501.421000', '182501.424000', '182501.426000', '182501.429000', '182501.432000', '182501.435000', '182501.438000', '182501.441000', '182501.444000', '182501.447000', '182501.450000', '182521.327000', '182521.330000', '182521.333000', '182521.336000', '182521.339000', '182521.341000', '182521.344000', '182521.347000', '182521.350000', '182521.353000', '182521.356000', '182521.359000', '182521.362000', '182521.365000', '182521.368000', '182521.371000', '182521.374000', '182521.377000', '182521.379000', '182521.382000', '182521.385000', '182521.388000', '182521.391000', '182521.394000', '182521.397000', '182521.400000', '182521.403000', '182521.406000', '182521.409000', '182521.412000', '182521.414000', '182521.417000', '182521.420000', '182521.423000', '182521.426000', '182521.429000', '182521.432000', '182521.435000', '182521.438000', '182521.440000', '182521.443000', '182521.446000', '182521.449000', '182521.452000', '182541.328000', '182541.331000', '182541.334000', '182541.337000', '182541.340000', '182541.343000', '182541.346000', '182541.349000', '182541.352000', '182541.355000', '182541.359000', '182541.361000', '182541.364000', '182541.367000', '182541.370000', '182541.373000', '182541.376000', '182541.379000', '182541.382000', '182541.385000', '182541.388000', '182541.390000', '182541.393000', '182541.396000', '182541.399000', '182541.419000', '182541.422000', '182541.424000', '182541.427000', '182541.430000', '182541.433000', '182541.436000', '182541.439000', '182541.442000', '182541.445000', '182541.448000', '182541.451000', '182541.454000', '182541.457000', '182541.460000', '182541.462000', '182541.465000', '182541.468000', '182601.328000', '182601.331000', '182601.334000', '182601.337000', '182601.340000', '182601.342000', '182601.345000', '182601.348000', '182601.351000', '182601.354000', '182601.357000', '182601.360000', '182601.363000', '182601.366000', '182601.369000', '182601.372000', '182601.375000', '182601.378000', '182601.380000', '182601.383000', '182601.386000', '182601.389000', '182601.392000', '182601.395000', '182601.398000', '182601.401000', '182601.404000', '182601.407000', '182601.409000', '182601.412000', '182601.415000', '182601.418000', '182601.421000', '182601.424000', '182601.427000', '182601.430000', '182601.433000', '182601.436000', '182601.438000', '182601.441000', '182601.444000', '182601.447000', '182601.450000', '182601.453000', '182621.328000', '182621.331000', '182621.334000', '182621.337000', '182621.340000', '182621.343000', '182621.345000', '182621.348000', '182621.351000', '182621.354000', '182621.357000', '182621.360000', '182621.363000', '182621.366000', '182621.369000', '182621.372000', '182621.375000', '182621.378000', '182621.381000', '182621.384000', '182621.387000', '182621.390000', '182621.392000', '182621.395000', '182621.398000', '182621.401000', '182621.404000', '182621.407000', '182621.410000', '182621.413000', '182621.416000', '182621.418000', '182621.421000', '182621.424000', '182621.427000', '182621.430000', '182621.433000', '182621.436000', '182621.439000', '182621.442000', '182621.444000', '182621.447000', '182621.450000', '182641.327000', '182641.330000', '182641.333000', '182641.336000', '182641.339000', '182641.342000', '182641.345000', '182641.348000', '182641.351000', '182641.354000', '182641.357000', '182641.359000', '182641.362000', '182641.366000', '182641.369000', '182641.372000', '182641.375000', '182641.378000', '182641.380000', '182641.383000', '182641.386000', '182641.389000', '182641.392000', '182641.395000', '182641.398000', '182641.401000', '182641.404000', '182641.407000', '182641.409000', '182641.412000', '182641.415000', '182641.418000', '182641.421000', '182641.424000', '182641.427000', '182641.430000', '182641.433000', '182641.435000', '182641.438000', '182641.441000', '182641.444000', '182641.447000', '182641.450000', '182641.453000', '182701.327000', '182701.330000', '182701.334000', '182701.337000', '182701.340000', '182701.343000', '182701.346000', '182701.349000', '182701.352000', '182701.354000', '182701.357000', '182701.360000', '182701.363000', '182701.366000', '182701.369000', '182701.372000', '182701.375000', '182701.377000', '182701.380000', '182701.383000', '182701.386000', '182701.390000', '182701.393000', '182701.395000', '182701.399000', '182701.401000', '182701.404000', '182701.407000', '182701.410000', '182701.413000', '182701.416000', '182701.419000', '182701.422000', '182701.425000', '182701.427000', '182701.442000', '182701.445000', '182701.448000', '182701.450000', '182701.453000', '182701.456000', '182701.459000', '182701.462000', '182705.138000', '182705.141000', '182705.144000', '182705.147000', '182705.150000', '182705.153000', '182705.156000', '182705.160000', '182705.163000'], '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': [12923, 16469, 11025, 15000, 14805, 10170, 13564, 11585, 10007, 15617, 11212, 10393, 14741, 10577, 12931, 11432, 10226, 13431, 10143, 9954, 14994, 11088, 11243, 10446, 10520, 12474, 11244, 10099, 14805, 10784, 12141, 10729, 10605, 12830, 10271, 10594, 11958, 10537, 13162, 10491, 11721, 14379, 10696, 15984, 10921, 11413, 16811, 10378, 16241, 11517, 10717, 16373, 10489, 14030, 15579, 10794, 15442, 10964, 10984, 17070, 10223, 15158, 11201, 9963, 16253, 10430, 14638, 11836, 10258, 15919, 10945, 12948, 11352, 9789, 11265, 10533, 11577, 11563, 16415, 12302, 14757, 11610, 10623, 16155, 10785, 14408, 10740, 12099, 15911, 11875, 14694, 11936, 11264, 11040, 9822, 10523, 12310, 10420, 14018, 17225, 13099, 13041, 18676, 10088, 16923, 11687, 11108, 15335, 10363, 10124, 15454, 9970, 10917, 10376, 12663, 10435, 10406, 13679, 10679, 10177, 15218, 10912, 14225, 11263, 10425, 16134, 10503, 12389, 11061, 12432, 15919, 10739, 15674, 13917, 10474, 14711, 11129, 10759, 17522, 10298, 11778, 17809, 11165, 17069, 10865, 12170, 10482, 16406, 12353, 11175, 14770, 10647, 10688, 17223, 11005, 14647, 11591, 10632, 15638, 11439, 10279, 17102, 11053, 11929, 14783, 10579, 14028, 11410, 10352, 15531, 11384, 11756, 14682, 10722, 14111, 11284, 10421, 16271, 10820, 10811, 18089, 10955, 15639, 11240, 10173, 16707, 11093, 12608, 13300, 10811, 13542, 11071, 10273, 17730, 11104, 13705, 12943, 10380, 17732, 10819, 12257, 10726, 11116, 10567, 15730, 14790, 11397, 14896, 15154, 10879, 15422, 10223, 10359, 16163, 10987, 10723, 17505, 10660, 11353, 17487, 11220, 14334, 10440, 10927, 14136, 11512, 10543, 17016, 11021, 12374, 11685, 10737, 14523, 10831, 10806, 17297, 10999, 15685, 12722, 10766, 16330, 11412, 10294, 17601, 11138, 12396, 14671, 10817, 13982, 11361, 10147, 16704, 11328, 12296, 12281, 10432, 15091, 11493, 10451, 17072, 11175, 13780, 15719, 10761, 16023, 12619, 10857, 16272, 11411, 10237, 17363, 11385, 12630, 10019, 10704, 15384, 10863, 10396, 15372, 10888, 13998, 11289, 10678, 16330, 11114, 10988, 17707, 11494, 14258, 14631, 10619, 15655, 11472, 10195, 17174, 11082, 13861, 12396, 10816, 13922, 11470, 10187, 15802, 11188, 13248, 11042, 10456, 17643, 10918, 14276, 10878, 10382, 17438, 11185, 15063, 11254, 10228, 18170, 10834, 15074, 11439, 11010, 11103, 12840, 11358, 13508, 11117, 15044, 10150, 15080, 10630, 11105, 12029, 10401, 15792, 17218, 12425, 13969, 17307, 11152, 15744, 10815, 11477, 15129, 10252, 14970, 12112, 10367, 12773, 11153, 10227, 11490, 10019, 13401, 10980, 13036, 10289, 10445, 13651, 10758, 12178, 10094, 11338, 16180, 11588, 16007, 11782, 11140, 14196, 10478, 11371, 14761, 10432, 14327, 10309, 10836, 11012, 11571, 15237, 10610, 15163, 10783, 10568, 14507, 10851, 11572, 14615, 10665, 15130, 11280, 10572, 15787, 10902, 14265, 13069, 10780, 14869, 11045, 10972, 14383, 10620, 14359, 11194, 10661, 15413, 10517, 13922, 11533, 10389, 15177, 11170, 13601, 10424, 10432, 15533, 10770, 11406, 14663, 10574, 14384, 11399, 10496, 15030, 10757, 13126, 11586, 10387, 15754, 11201, 12161, 11477, 10617, 14759, 10891, 11105, 13900, 10865, 14123, 10769, 10859, 14938, 10776, 15249, 11639, 10502, 15787, 11104, 15586, 11869, 10282, 15363, 10349, 12834, 14610, 10633, 14675, 10906, 11076, 14989, 10433, 14396, 11231, 10310, 16165, 10916, 15271, 11925, 10163, 15554, 10097, 12236, 14980, 10477, 15183, 11495, 10211, 15523, 10607, 12085, 11096, 10399, 13906, 9985, 10368, 14367, 10046, 14671, 10835, 10483, 14061, 10375, 14918, 10803, 10201, 15523, 10412, 15329, 11138, 9948, 16049, 10598, 14765, 11268, 9818, 16539, 10917, 12889, 11422, 9710, 15544, 10765, 13574, 11150, 10080, 14658, 10402, 14387, 11101, 10546, 14658, 10412, 14297, 10600, 11512, 15511, 10352, 14508, 10676, 11295, 15259, 10493, 15322, 11392, 9971, 15324, 10780, 14649, 11713, 9721, 14988, 10721, 12240, 12280, 10456, 13542, 11234, 9847, 15258, 10389, 12916, 11742, 10214, 15014, 10800, 12488, 11767, 10204, 15158, 10637, 12724, 10248, 10244, 15716, 10465, 11359, 13879, 10432, 15552, 10118, 11327, 10833, 10439, 10097, 10311, 15484, 10051, 12289, 14831, 10059, 15295, 10818, 10832, 16113, 10610, 16400, 10566, 14613, 11558, 11034, 15930, 10784, 11954, 9873, 9845, 14812, 10825, 11386, 9429, 9824, 15170, 10829, 11891, 11794, 9997, 14751, 9832, 10279, 14133, 10367, 13296, 11258, 9871, 14488, 10694, 11585, 11403, 10227, 13713, 11170, 11537, 11346, 10185, 9712, 11222, 9740, 10600, 10823, 9831, 10427, 12149, 9631, 15889, 17004, 12715, 13667, 18317, 11234, 16454, 10324, 10871, 10295, 10974, 10569, 12766, 16104, 11664, 15358, 10074, 14252, 11351, 9627, 11043, 10013, 14420, 10859, 15723, 10570, 10611, 10866, 10374, 10600, 11278, 17026, 10780, 13291, 17813, 10097, 14102, 13052, 10621, 16314, 10279, 10484, 17347, 10432, 13559, 10173, 9533, 10439, 10066, 9998, 14613, 11256, 10978, 15265, 9998, 11099, 18418, 10769, 16335, 11871, 10955, 11351, 10020, 10735, 13287, 10552, 16023, 16956, 12206, 15146, 10993, 10561, 17539, 9887, 10921, 15960, 10174, 14754, 11563, 9665, 15826, 10836, 10659, 10641, 12102, 10470, 12232, 12110, 10074, 16521, 10315, 11428, 15571, 10122, 15919, 10915, 10216, 17464, 10576, 14023, 16134, 10310, 16575, 11389, 10111, 16278, 10836, 11110, 13426, 10073, 13226, 11342, 9724, 15366, 11032, 11353, 10403, 10490, 12770, 11146, 9997, 15407, 10987, 12086, 11327, 10397, 12263, 10889, 13138, 11323, 10231, 17277, 11424, 13137, 11079, 10433, 11208, 11224, 15709, 10968, 15466, 11953, 11240, 16136, 10456, 13459, 15566, 10917, 15796, 10453, 13167, 15730, 10935, 15889, 11110, 12314, 16428, 11743, 16775, 11266, 11316, 18161, 10828, 16776, 11077, 10685, 16982, 10984, 14860, 11315, 9988, 17660, 10528, 14477, 15677, 10514, 16277, 10270, 10980, 15536, 9618, 16090, 9882, 10737, 14891, 9954, 15751, 10124, 10094, 10296, 11438, 10373, 11066, 10247, 15398, 11200, 10367, 17228, 10983, 12413, 15251, 10161, 15344, 11004, 9985, 11205, 9788, 11050], 'WindowCenter': [4724.0, 4718.0, 4674.0, 4703.0, 4690.0, 4649.0, 4667.0, 4656.0, 4637.0, 4687.0, 4656.0, 4648.0, 4675.0, 4648.0, 4667.0, 4656.0, 4647.0, 4678.0, 4647.0, 4648.0, 4685.0, 4659.0, 4659.0, 4647.0, 4648.0, 4665.0, 4657.0, 4649.0, 4687.0, 4658.0, 4668.0, 4645.0, 4649.0, 4668.0, 4649.0, 4649.0, 4657.0, 4659.0, 4680.0, 4659.0, 4670.0, 4677.0, 4649.0, 4699.0, 4657.0, 4658.0, 4697.0, 4647.0, 4696.0, 4656.0, 4647.0, 4686.0, 4646.0, 4677.0, 4684.0, 4645.0, 4675.0, 4644.0, 4644.0, 4684.0, 4635.0, 4685.0, 4644.0, 4636.0, 4684.0, 4645.0, 4686.0, 4655.0, 4646.0, 4684.0, 4657.0, 4680.0, 4657.0, 4648.0, 4668.0, 4674.0, 4681.0, 4670.0, 4699.0, 4668.0, 4690.0, 4656.0, 4648.0, 4685.0, 4645.0, 4675.0, 4660.0, 4680.0, 4696.0, 4679.0, 4684.0, 4652.0, 4670.0, 4670.0, 4649.0, 4662.0, 4671.0, 4651.0, 4692.0, 4702.0, 4668.0, 4655.0, 4682.0, 4622.0, 4672.0, 4642.0, 4631.0, 4660.0, 4621.0, 4620.0, 4659.0, 4623.0, 4633.0, 4633.0, 4665.0, 4634.0, 4635.0, 4663.0, 4634.0, 4636.0, 4674.0, 4646.0, 4678.0, 4645.0, 4647.0, 4685.0, 4647.0, 4666.0, 4659.0, 4670.0, 4688.0, 4648.0, 4687.0, 4678.0, 4648.0, 4687.0, 4657.0, 4648.0, 4697.0, 4648.0, 4657.0, 4707.0, 4656.0, 4695.0, 4648.0, 4666.0, 4659.0, 4701.0, 4668.0, 4657.0, 4675.0, 4645.0, 4645.0, 4684.0, 4646.0, 4676.0, 4641.0, 4645.0, 4685.0, 4655.0, 4646.0, 4685.0, 4645.0, 4655.0, 4673.0, 4634.0, 4664.0, 4643.0, 4634.0, 4683.0, 4644.0, 4656.0, 4673.0, 4645.0, 4675.0, 4644.0, 4646.0, 4684.0, 4644.0, 4646.0, 4694.0, 4646.0, 4683.0, 4644.0, 4647.0, 4686.0, 4645.0, 4667.0, 4664.0, 4646.0, 4665.0, 4647.0, 4647.0, 4696.0, 4656.0, 4677.0, 4665.0, 4647.0, 4696.0, 4656.0, 4665.0, 4659.0, 4656.0, 4661.0, 4713.0, 4691.0, 4657.0, 4688.0, 4675.0, 4646.0, 4686.0, 4634.0, 4635.0, 4685.0, 4634.0, 4644.0, 4683.0, 4633.0, 4643.0, 4683.0, 4644.0, 4673.0, 4632.0, 4644.0, 4663.0, 4654.0, 4645.0, 4683.0, 4645.0, 4664.0, 4654.0, 4646.0, 4673.0, 4646.0, 4656.0, 4694.0, 4646.0, 4685.0, 4664.0, 4646.0, 4685.0, 4643.0, 4635.0, 4693.0, 4644.0, 4664.0, 4671.0, 4644.0, 4674.0, 4654.0, 4644.0, 4694.0, 4655.0, 4666.0, 4654.0, 4647.0, 4686.0, 4657.0, 4646.0, 4696.0, 4646.0, 4677.0, 4686.0, 4645.0, 4685.0, 4653.0, 4646.0, 4684.0, 4644.0, 4635.0, 4684.0, 4644.0, 4666.0, 4634.0, 4646.0, 4686.0, 4646.0, 4647.0, 4685.0, 4658.0, 4687.0, 4656.0, 4648.0, 4696.0, 4657.0, 4657.0, 4695.0, 4656.0, 4687.0, 4673.0, 4646.0, 4686.0, 4656.0, 4648.0, 4695.0, 4656.0, 4678.0, 4666.0, 4645.0, 4676.0, 4656.0, 4657.0, 4698.0, 4670.0, 4679.0, 4669.0, 4660.0, 4709.0, 4660.0, 4689.0, 4657.0, 4660.0, 4708.0, 4660.0, 4689.0, 4656.0, 4648.0, 4708.0, 4658.0, 4687.0, 4667.0, 4657.0, 4670.0, 4679.0, 4671.0, 4690.0, 4660.0, 4698.0, 4665.0, 4701.0, 4662.0, 4672.0, 4681.0, 4661.0, 4704.0, 4702.0, 4668.0, 4668.0, 4673.0, 4631.0, 4671.0, 4632.0, 4643.0, 4659.0, 4622.0, 4660.0, 4640.0, 4621.0, 4640.0, 4641.0, 4632.0, 4654.0, 4635.0, 4662.0, 4645.0, 4664.0, 4635.0, 4646.0, 4662.0, 4644.0, 4654.0, 4636.0, 4657.0, 4686.0, 4645.0, 4686.0, 4643.0, 4644.0, 4661.0, 4634.0, 4644.0, 4673.0, 4645.0, 4674.0, 4633.0, 4645.0, 4657.0, 4669.0, 4686.0, 4647.0, 4686.0, 4645.0, 4647.0, 4674.0, 4646.0, 4657.0, 4675.0, 4646.0, 4687.0, 4655.0, 4645.0, 4685.0, 4646.0, 4677.0, 4663.0, 4645.0, 4673.0, 4642.0, 4646.0, 4673.0, 4644.0, 4673.0, 4643.0, 4644.0, 4673.0, 4645.0, 4674.0, 4644.0, 4645.0, 4674.0, 4645.0, 4675.0, 4643.0, 4645.0, 4674.0, 4644.0, 4655.0, 4674.0, 4645.0, 4673.0, 4654.0, 4646.0, 4686.0, 4645.0, 4665.0, 4653.0, 4647.0, 4685.0, 4656.0, 4667.0, 4656.0, 4646.0, 4686.0, 4656.0, 4658.0, 4675.0, 4657.0, 4678.0, 4657.0, 4659.0, 4686.0, 4658.0, 4687.0, 4657.0, 4647.0, 4686.0, 4657.0, 4687.0, 4654.0, 4646.0, 4685.0, 4635.0, 4666.0, 4675.0, 4646.0, 4674.0, 4644.0, 4656.0, 4674.0, 4645.0, 4686.0, 4656.0, 4646.0, 4685.0, 4646.0, 4686.0, 4655.0, 4645.0, 4684.0, 4634.0, 4664.0, 4674.0, 4644.0, 4674.0, 4642.0, 4636.0, 4683.0, 4644.0, 4653.0, 4641.0, 4635.0, 4664.0, 4635.0, 4635.0, 4671.0, 4635.0, 4675.0, 4645.0, 4646.0, 4672.0, 4635.0, 4683.0, 4646.0, 4645.0, 4674.0, 4645.0, 4686.0, 4644.0, 4634.0, 4684.0, 4644.0, 4675.0, 4644.0, 4635.0, 4684.0, 4645.0, 4665.0, 4655.0, 4636.0, 4685.0, 4646.0, 4676.0, 4656.0, 4647.0, 4686.0, 4647.0, 4674.0, 4655.0, 4646.0, 4685.0, 4646.0, 4686.0, 4645.0, 4658.0, 4686.0, 4647.0, 4677.0, 4646.0, 4657.0, 4685.0, 4646.0, 4687.0, 4656.0, 4646.0, 4683.0, 4646.0, 4686.0, 4654.0, 4635.0, 4674.0, 4645.0, 4656.0, 4655.0, 4643.0, 4662.0, 4644.0, 4636.0, 4685.0, 4646.0, 4665.0, 4654.0, 4645.0, 4684.0, 4657.0, 4666.0, 4655.0, 4647.0, 4686.0, 4658.0, 4676.0, 4647.0, 4647.0, 4687.0, 4648.0, 4658.0, 4675.0, 4646.0, 4687.0, 4645.0, 4657.0, 4655.0, 4646.0, 4646.0, 4658.0, 4699.0, 4646.0, 4667.0, 4674.0, 4636.0, 4686.0, 4644.0, 4646.0, 4683.0, 4644.0, 4685.0, 4645.0, 4685.0, 4642.0, 4645.0, 4683.0, 4644.0, 4653.0, 4622.0, 4633.0, 4673.0, 4644.0, 4654.0, 4622.0, 4635.0, 4675.0, 4645.0, 4655.0, 4643.0, 4633.0, 4674.0, 4633.0, 4635.0, 4661.0, 4634.0, 4664.0, 4644.0, 4635.0, 4673.0, 4646.0, 4654.0, 4655.0, 4647.0, 4677.0, 4668.0, 4667.0, 4669.0, 4662.0, 4663.0, 4682.0, 4663.0, 4675.0, 4674.0, 4665.0, 4676.0, 4697.0, 4667.0, 4718.0, 4716.0, 4672.0, 4693.0, 4699.0, 4647.0, 4676.0, 4624.0, 4634.0, 4635.0, 4647.0, 4648.0, 4666.0, 4675.0, 4644.0, 4674.0, 4635.0, 4686.0, 4645.0, 4624.0, 4658.0, 4649.0, 4689.0, 4660.0, 4689.0, 4647.0, 4646.0, 4647.0, 4647.0, 4660.0, 4659.0, 4702.0, 4649.0, 4668.0, 4695.0, 4634.0, 4675.0, 4652.0, 4634.0, 4675.0, 4634.0, 4634.0, 4682.0, 4634.0, 4661.0, 4661.0, 4637.0, 4659.0, 4648.0, 4649.0, 4691.0, 4657.0, 4649.0, 4687.0, 4635.0, 4658.0, 4695.0, 4646.0, 4697.0, 4656.0, 4631.0, 4632.0, 4633.0, 4656.0, 4676.0, 4659.0, 4701.0, 4697.0, 4656.0, 4675.0, 4632.0, 4633.0, 4682.0, 4623.0, 4634.0, 4671.0, 4622.0, 4662.0, 4630.0, 4622.0, 4670.0, 4631.0, 4631.0, 4644.0, 4654.0, 4647.0, 4667.0, 4655.0, 4637.0, 4684.0, 4633.0, 4655.0, 4672.0, 4633.0, 4684.0, 4641.0, 4635.0, 4693.0, 4634.0, 4672.0, 4671.0, 4631.0, 4683.0, 4642.0, 4634.0, 4681.0, 4642.0, 4644.0, 4661.0, 4633.0, 4664.0, 4642.0, 4633.0, 4672.0, 4644.0, 4643.0, 4632.0, 4646.0, 4664.0, 4653.0, 4645.0, 4684.0, 4656.0, 4666.0, 4656.0, 4659.0, 4667.0, 4659.0, 4678.0, 4656.0, 4659.0, 4706.0, 4670.0, 4678.0, 4658.0, 4658.0, 4669.0, 4682.0, 4700.0, 4660.0, 4701.0, 4669.0, 4670.0, 4698.0, 4659.0, 4680.0, 4687.0, 4658.0, 4695.0, 4647.0, 4679.0, 4697.0, 4656.0, 4686.0, 4656.0, 4667.0, 4686.0, 4667.0, 4696.0, 4655.0, 4655.0, 4694.0, 4647.0, 4696.0, 4656.0, 4645.0, 4684.0, 4644.0, 4675.0, 4644.0, 4635.0, 4694.0, 4635.0, 4676.0, 4682.0, 4644.0, 4683.0, 4633.0, 4644.0, 4671.0, 4624.0, 4683.0, 4633.0, 4644.0, 4672.0, 4623.0, 4670.0, 4632.0, 4631.0, 4645.0, 4655.0, 4658.0, 4668.0, 4661.0, 4701.0, 4658.0, 4647.0, 4685.0, 4645.0, 4667.0, 4685.0, 4635.0, 4684.0, 4642.0, 4633.0, 4655.0, 4647.0, 4670.0], 'WindowWidth': [10325.0, 10308.0, 10238.0, 10273.0, 10251.0, 10191.0, 10216.0, 10196.0, 10172.0, 10241.0, 10197.0, 10188.0, 10223.0, 10189.0, 10214.0, 10197.0, 10187.0, 10229.0, 10185.0, 10190.0, 10238.0, 10205.0, 10206.0, 10186.0, 10190.0, 10210.0, 10199.0, 10192.0, 10242.0, 10203.0, 10217.0, 10181.0, 10192.0, 10217.0, 10192.0, 10193.0, 10200.0, 10207.0, 10238.0, 10208.0, 10226.0, 10231.0, 10192.0, 10265.0, 10201.0, 10204.0, 10257.0, 10186.0, 10258.0, 10197.0, 10187.0, 10242.0, 10183.0, 10227.0, 10233.0, 10180.0, 10223.0, 10176.0, 10179.0, 10236.0, 10167.0, 10238.0, 10176.0, 10170.0, 10235.0, 10180.0, 10241.0, 10196.0, 10185.0, 10235.0, 10200.0, 10241.0, 10200.0, 10192.0, 10219.0, 10235.0, 10241.0, 10227.0, 10268.0, 10216.0, 10253.0, 10197.0, 10188.0, 10236.0, 10181.0, 10222.0, 10211.0, 10240.0, 10258.0, 10236.0, 10233.0, 10184.0, 10222.0, 10222.0, 10192.0, 10211.0, 10224.0, 10196.0, 10256.0, 10276.0, 10212.0, 10193.0, 10227.0, 10140.0, 10210.0, 10169.0, 10152.0, 10189.0, 10137.0, 10136.0, 10188.0, 10142.0, 10158.0, 10161.0, 10208.0, 10163.0, 10164.0, 10200.0, 10163.0, 10167.0, 10217.0, 10183.0, 10227.0, 10179.0, 10183.0, 10237.0, 10185.0, 10209.0, 10204.0, 10223.0, 10245.0, 10188.0, 10243.0, 10228.0, 10190.0, 10243.0, 10197.0, 10189.0, 10256.0, 10189.0, 10199.0, 10272.0, 10197.0, 10249.0, 10188.0, 10211.0, 10207.0, 10271.0, 10216.0, 10199.0, 10221.0, 10179.0, 10180.0, 10234.0, 10182.0, 10224.0, 10171.0, 10180.0, 10237.0, 10194.0, 10183.0, 10234.0, 10180.0, 10195.0, 10215.0, 10164.0, 10203.0, 10174.0, 10164.0, 10229.0, 10178.0, 10195.0, 10214.0, 10179.0, 10221.0, 10176.0, 10183.0, 10232.0, 10177.0, 10183.0, 10248.0, 10183.0, 10232.0, 10176.0, 10184.0, 10238.0, 10182.0, 10212.0, 10205.0, 10183.0, 10209.0, 10184.0, 10186.0, 10253.0, 10198.0, 10228.0, 10206.0, 10185.0, 10253.0, 10198.0, 10210.0, 10206.0, 10203.0, 10215.0, 10292.0, 10254.0, 10203.0, 10245.0, 10222.0, 10184.0, 10238.0, 10164.0, 10167.0, 10237.0, 10162.0, 10177.0, 10231.0, 10159.0, 10175.0, 10230.0, 10177.0, 10214.0, 10158.0, 10179.0, 10201.0, 10193.0, 10180.0, 10230.0, 10180.0, 10206.0, 10189.0, 10184.0, 10219.0, 10183.0, 10199.0, 10248.0, 10184.0, 10239.0, 10205.0, 10182.0, 10237.0, 10174.0, 10167.0, 10245.0, 10177.0, 10205.0, 10210.0, 10179.0, 10220.0, 10191.0, 10181.0, 10248.0, 10194.0, 10213.0, 10192.0, 10186.0, 10239.0, 10199.0, 10185.0, 10252.0, 10183.0, 10228.0, 10237.0, 10181.0, 10237.0, 10188.0, 10181.0, 10235.0, 10176.0, 10166.0, 10233.0, 10178.0, 10211.0, 10165.0, 10184.0, 10237.0, 10185.0, 10188.0, 10235.0, 10204.0, 10243.0, 10198.0, 10189.0, 10256.0, 10199.0, 10202.0, 10252.0, 10198.0, 10243.0, 10218.0, 10184.0, 10240.0, 10196.0, 10188.0, 10251.0, 10199.0, 10231.0, 10210.0, 10182.0, 10225.0, 10199.0, 10205.0, 10260.0, 10223.0, 10235.0, 10223.0, 10210.0, 10278.0, 10211.0, 10251.0, 10201.0, 10212.0, 10276.0, 10209.0, 10248.0, 10200.0, 10191.0, 10273.0, 10205.0, 10241.0, 10215.0, 10201.0, 10223.0, 10236.0, 10226.0, 10252.0, 10208.0, 10261.0, 10222.0, 10268.0, 10214.0, 10231.0, 10241.0, 10214.0, 10285.0, 10281.0, 10217.0, 10216.0, 10217.0, 10154.0, 10209.0, 10157.0, 10172.0, 10190.0, 10142.0, 10194.0, 10163.0, 10140.0, 10162.0, 10168.0, 10156.0, 10190.0, 10169.0, 10200.0, 10179.0, 10206.0, 10166.0, 10181.0, 10200.0, 10177.0, 10192.0, 10169.0, 10201.0, 10240.0, 10179.0, 10240.0, 10173.0, 10175.0, 10195.0, 10161.0, 10177.0, 10214.0, 10181.0, 10217.0, 10160.0, 10179.0, 10200.0, 10220.0, 10243.0, 10186.0, 10240.0, 10179.0, 10185.0, 10221.0, 10185.0, 10201.0, 10224.0, 10186.0, 10244.0, 10194.0, 10183.0, 10237.0, 10184.0, 10228.0, 10202.0, 10180.0, 10217.0, 10172.0, 10183.0, 10214.0, 10178.0, 10216.0, 10174.0, 10179.0, 10218.0, 10179.0, 10221.0, 10177.0, 10182.0, 10222.0, 10180.0, 10223.0, 10175.0, 10179.0, 10219.0, 10176.0, 10194.0, 10220.0, 10179.0, 10217.0, 10191.0, 10183.0, 10238.0, 10182.0, 10211.0, 10190.0, 10186.0, 10239.0, 10199.0, 10214.0, 10197.0, 10186.0, 10240.0, 10200.0, 10204.0, 10224.0, 10202.0, 10230.0, 10202.0, 10205.0, 10240.0, 10204.0, 10245.0, 10201.0, 10188.0, 10241.0, 10201.0, 10244.0, 10195.0, 10186.0, 10236.0, 10167.0, 10213.0, 10222.0, 10184.0, 10222.0, 10178.0, 10199.0, 10221.0, 10182.0, 10240.0, 10197.0, 10185.0, 10238.0, 10185.0, 10242.0, 10196.0, 10183.0, 10234.0, 10166.0, 10209.0, 10221.0, 10180.0, 10221.0, 10172.0, 10169.0, 10232.0, 10180.0, 10191.0, 10170.0, 10167.0, 10207.0, 10167.0, 10168.0, 10213.0, 10168.0, 10223.0, 10182.0, 10183.0, 10216.0, 10168.0, 10233.0, 10182.0, 10182.0, 10220.0, 10180.0, 10241.0, 10179.0, 10166.0, 10234.0, 10178.0, 10224.0, 10177.0, 10168.0, 10235.0, 10180.0, 10211.0, 10194.0, 10173.0, 10239.0, 10184.0, 10227.0, 10197.0, 10188.0, 10242.0, 10189.0, 10223.0, 10195.0, 10185.0, 10239.0, 10186.0, 10239.0, 10183.0, 10206.0, 10241.0, 10189.0, 10229.0, 10183.0, 10200.0, 10236.0, 10186.0, 10244.0, 10197.0, 10186.0, 10235.0, 10184.0, 10240.0, 10192.0, 10168.0, 10221.0, 10181.0, 10197.0, 10194.0, 10178.0, 10202.0, 10178.0, 10170.0, 10236.0, 10184.0, 10210.0, 10191.0, 10183.0, 10235.0, 10200.0, 10212.0, 10193.0, 10188.0, 10241.0, 10204.0, 10228.0, 10186.0, 10189.0, 10244.0, 10191.0, 10204.0, 10223.0, 10186.0, 10244.0, 10184.0, 10203.0, 10196.0, 10184.0, 10186.0, 10205.0, 10266.0, 10187.0, 10214.0, 10221.0, 10170.0, 10240.0, 10181.0, 10183.0, 10233.0, 10179.0, 10236.0, 10183.0, 10239.0, 10174.0, 10179.0, 10233.0, 10177.0, 10189.0, 10146.0, 10161.0, 10217.0, 10178.0, 10192.0, 10147.0, 10167.0, 10223.0, 10180.0, 10196.0, 10174.0, 10163.0, 10219.0, 10162.0, 10166.0, 10198.0, 10164.0, 10206.0, 10176.0, 10168.0, 10218.0, 10183.0, 10195.0, 10195.0, 10188.0, 10230.0, 10220.0, 10218.0, 10221.0, 10219.0, 10225.0, 10247.0, 10221.0, 10239.0, 10237.0, 10226.0, 10243.0, 10272.0, 10229.0, 10304.0, 10305.0, 10226.0, 10260.0, 10267.0, 10185.0, 10225.0, 10147.0, 10161.0, 10163.0, 10186.0, 10190.0, 10211.0, 10221.0, 10175.0, 10216.0, 10165.0, 10238.0, 10177.0, 10150.0, 10203.0, 10195.0, 10248.0, 10210.0, 10248.0, 10183.0, 10183.0, 10186.0, 10187.0, 10208.0, 10208.0, 10274.0, 10189.0, 10218.0, 10252.0, 10164.0, 10221.0, 10182.0, 10160.0, 10220.0, 10160.0, 10162.0, 10225.0, 10160.0, 10195.0, 10212.0, 10175.0, 10206.0, 10189.0, 10194.0, 10255.0, 10201.0, 10190.0, 10242.0, 10165.0, 10200.0, 10251.0, 10182.0, 10258.0, 10196.0, 10151.0, 10153.0, 10161.0, 10198.0, 10224.0, 10206.0, 10272.0, 10257.0, 10196.0, 10223.0, 10157.0, 10160.0, 10229.0, 10145.0, 10160.0, 10207.0, 10141.0, 10197.0, 10151.0, 10142.0, 10204.0, 10154.0, 10154.0, 10176.0, 10191.0, 10188.0, 10216.0, 10194.0, 10171.0, 10233.0, 10162.0, 10194.0, 10215.0, 10163.0, 10235.0, 10172.0, 10167.0, 10245.0, 10162.0, 10214.0, 10211.0, 10156.0, 10229.0, 10169.0, 10162.0, 10223.0, 10171.0, 10177.0, 10196.0, 10162.0, 10203.0, 10171.0, 10162.0, 10214.0, 10176.0, 10176.0, 10160.0, 10181.0, 10206.0, 10189.0, 10181.0, 10235.0, 10198.0, 10213.0, 10199.0, 10207.0, 10216.0, 10208.0, 10234.0, 10199.0, 10208.0, 10271.0, 10221.0, 10234.0, 10203.0, 10206.0, 10222.0, 10245.0, 10268.0, 10210.0, 10270.0, 10220.0, 10225.0, 10261.0, 10208.0, 10238.0, 10244.0, 10204.0, 10253.0, 10186.0, 10235.0, 10258.0, 10198.0, 10242.0, 10196.0, 10215.0, 10240.0, 10214.0, 10254.0, 10195.0, 10194.0, 10250.0, 10186.0, 10256.0, 10197.0, 10181.0, 10234.0, 10179.0, 10223.0, 10178.0, 10166.0, 10247.0, 10166.0, 10226.0, 10228.0, 10179.0, 10232.0, 10162.0, 10177.0, 10211.0, 10150.0, 10231.0, 10162.0, 10179.0, 10213.0, 10148.0, 10209.0, 10158.0, 10157.0, 10182.0, 10195.0, 10207.0, 10220.0, 10215.0, 10273.0, 10205.0, 10187.0, 10238.0, 10181.0, 10212.0, 10235.0, 10166.0, 10235.0, 10174.0, 10163.0, 10196.0, 10188.0, 10225.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.0007531736526946108</td></tr>
<tr><td colspan=3>aqi</td><td>0.018733423832335328</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.57352139217024</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1992654934532363</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0044045982014396</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>5687.1128</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08554499598353255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.155688622754491</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.528184604429777</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468423577511832</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.799241387806339</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3168888479711596</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112319</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01929483935236931</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025470267981290817</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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.822667321589968</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.7403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6143</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.7954</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299282.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1031.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.4575</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.4847</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3842.7617</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.2346</td></tr>
<tr><td colspan=3>tsnr</td><td>43.71616539079696</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>