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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:24:58.497500</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.997718, 0.0306988, 0.0601336, -0.0367591, 0.994062, 0.102418]</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.0908769</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -114, -260, 92, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74f225c2-330b-4d53-9057-660a2ce3f2bd||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.676804780960083, -0.0986219197511673, 0.15290755033493042, 113.46288299560547], [-0.08236251026391983, 2.6669957637786865, 0.28186464309692383, -92.3812484741211], [0.16133400797843933, -0.274778813123703, 2.6808900833129883, -66.68197631835938], [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': ['132458.497500', '132458.957500', '132459.417500', '132459.877500', '132500.337500', '132500.797500', '132501.257500', '132501.717500', '132502.177500', '132502.637500', '132503.097500', '132503.557500', '132504.017500', '132504.477500', '132504.937500', '132505.397500', '132505.857500', '132506.317500', '132506.777500', '132507.237500', '132507.697500', '132508.157500', '132508.617500', '132509.077500', '132509.537500', '132509.997500', '132510.457500', '132510.917500', '132511.377500', '132511.837500', '132512.297500', '132512.757500', '132513.217500', '132513.677500', '132514.137500', '132514.597500', '132515.057500', '132515.517500', '132515.977500', '132516.437500', '132516.897500', '132517.357500', '132517.817500', '132518.277500', '132518.737500', '132519.197500', '132519.657500', '132520.117500', '132520.577500', '132521.037500', '132521.497500', '132521.957500', '132522.417500', '132522.877500', '132523.337500', '132523.797500', '132524.257500', '132524.717500', '132525.177500', '132525.637500', '132526.097500', '132526.557500', '132527.017500', '132527.477500', '132527.937500', '132528.397500', '132528.857500', '132529.317500', '132529.777500', '132530.237500', '132530.697500', '132531.157500', '132531.617500', '132532.077500', '132532.537500', '132532.997500', '132533.457500', '132533.917500', '132534.377500', '132534.837500', '132535.297500', '132535.757500', '132536.217500', '132536.677500', '132537.137500', '132537.597500', '132538.057500', '132538.517500', '132538.977500', '132539.437500', '132539.897500', '132540.357500', '132540.817500', '132541.277500', '132541.737500', '132542.197500', '132542.657500', '132543.117500', '132543.577500', '132544.037500', '132544.497500', '132544.957500', '132545.417500', '132545.877500', '132546.337500', '132546.797500', '132547.257500', '132547.717500', '132548.177500', '132548.637500', '132549.097500', '132549.557500', '132550.017500', '132550.477500', '132550.937500', '132551.397500', '132551.857500', '132552.317500', '132552.777500', '132553.237500', '132553.697500', '132554.157500', '132554.617500', '132555.077500', '132555.537500', '132555.997500', '132556.457500', '132556.917500', '132557.377500', '132557.837500', '132558.297500', '132558.757500', '132559.217500', '132559.677500', '132600.137500', '132600.597500', '132601.057500', '132601.517500', '132601.977500', '132602.437500', '132602.897500', '132603.357500', '132603.817500', '132604.277500', '132604.737500', '132605.197500', '132605.657500', '132606.117500', '132606.577500', '132607.037500', '132607.497500', '132607.957500', '132608.417500', '132608.877500', '132609.337500', '132609.797500', '132610.257500', '132610.717500', '132611.177500', '132611.637500', '132612.097500', '132612.557500', '132613.017500', '132613.477500', '132613.937500', '132614.397500', '132614.857500', '132615.317500', '132615.777500', '132616.237500', '132616.697500', '132617.157500', '132617.617500', '132618.077500', '132618.537500', '132618.997500', '132619.457500', '132619.917500', '132620.377500', '132620.837500', '132621.297500', '132621.757500', '132622.217500', '132622.677500', '132623.137500', '132623.597500', '132624.057500', '132624.517500', '132624.977500', '132625.437500', '132625.897500', '132626.357500', '132626.817500', '132627.277500', '132627.737500', '132628.197500', '132628.657500', '132629.117500', '132629.577500', '132630.037500', '132630.497500', '132630.957500', '132631.417500', '132631.877500', '132632.337500', '132632.797500', '132633.257500', '132633.717500', '132634.177500', '132634.637500', '132635.097500', '132635.557500', '132636.017500', '132636.477500', '132636.937500', '132637.397500', '132637.857500', '132638.317500', '132638.777500', '132639.237500', '132639.697500', '132640.157500', '132640.617500', '132641.077500', '132641.537500', '132641.997500', '132642.457500', '132642.917500', '132643.377500', '132643.837500', '132644.297500', '132644.757500', '132645.217500', '132645.677500', '132646.137500', '132646.597500', '132647.057500', '132647.517500', '132647.977500', '132648.437500', '132648.897500', '132649.357500', '132649.817500', '132650.277500', '132650.737500', '132651.197500', '132651.657500', '132652.117500', '132652.577500', '132653.037500', '132653.497500', '132653.957500', '132654.417500', '132654.877500', '132655.337500', '132655.797500', '132656.257500', '132656.717500', '132657.177500', '132657.637500', '132658.097500', '132658.557500', '132659.017500', '132659.477500', '132659.937500', '132700.397500', '132700.857500', '132701.317500', '132701.777500', '132702.237500', '132702.697500', '132703.157500', '132703.617500', '132704.077500', '132704.537500', '132704.997500', '132705.457500', '132705.917500', '132706.377500', '132706.837500', '132707.297500', '132707.757500', '132708.217500', '132708.677500', '132709.137500', '132709.597500', '132710.057500', '132710.517500', '132710.977500', '132711.437500', '132711.897500', '132712.357500', '132712.817500', '132713.277500', '132713.737500', '132714.197500', '132714.657500', '132715.117500', '132715.577500', '132716.037500', '132716.497500', '132716.957500', '132717.417500', '132717.877500', '132718.337500', '132718.797500', '132719.257500', '132719.717500', '132720.177500', '132720.637500', '132721.097500', '132721.557500', '132722.017500', '132722.477500', '132722.937500', '132723.397500', '132723.857500', '132724.317500', '132724.777500', '132725.237500', '132725.697500', '132726.157500', '132726.617500', '132727.077500', '132727.537500', '132727.997500', '132728.457500', '132728.917500', '132729.377500', '132729.837500', '132730.297500', '132730.757500', '132731.217500', '132731.677500', '132732.137500', '132732.597500', '132733.057500', '132733.517500', '132733.977500', '132734.437500', '132734.897500', '132735.357500', '132735.817500', '132736.277500', '132736.737500', '132737.197500', '132737.657500', '132738.117500', '132738.577500', '132739.037500', '132739.497500', '132739.957500', '132740.417500', '132740.877500', '132741.337500', '132741.797500', '132742.257500', '132742.717500', '132743.177500', '132743.637500', '132744.097500', '132744.557500', '132745.017500', '132745.477500', '132745.937500', '132746.397500', '132746.857500', '132747.317500', '132747.777500', '132748.237500', '132748.697500', '132749.157500', '132749.617500', '132750.077500', '132750.537500', '132750.997500', '132751.457500', '132751.917500', '132752.377500', '132752.837500', '132753.297500', '132753.757500', '132754.217500', '132754.677500', '132755.137500', '132755.597500', '132756.057500', '132756.517500', '132756.977500', '132757.437500', '132757.897500', '132758.357500', '132758.817500', '132759.277500', '132759.737500', '132800.197500', '132800.657500', '132801.117500', '132801.577500', '132802.037500', '132802.497500', '132802.957500', '132803.417500', '132803.877500', '132804.337500', '132804.797500', '132805.257500', '132805.717500', '132806.177500', '132806.637500', '132807.097500', '132807.557500', '132808.017500', '132808.477500', '132808.937500', '132809.397500', '132809.857500', '132810.317500', '132810.777500', '132811.237500', '132811.697500', '132812.157500', '132812.617500', '132813.077500', '132813.537500', '132813.997500', '132814.457500', '132814.917500', '132815.377500', '132815.837500', '132816.297500', '132816.757500', '132817.217500', '132817.677500', '132818.137500', '132818.597500', '132819.057500', '132819.517500', '132819.977500', '132820.437500', '132820.897500', '132821.357500', '132821.817500', '132822.277500', '132822.737500', '132823.197500', '132823.657500', '132824.117500', '132824.577500', '132825.037500', '132825.497500', '132825.957500', '132826.417500', '132826.877500', '132827.337500', '132827.797500', '132828.257500', '132828.717500', '132829.177500', '132829.637500', '132830.097500', '132830.557500', '132831.017500', '132831.477500', '132831.937500', '132832.397500', '132832.857500', '132833.317500', '132833.777500', '132834.237500', '132834.697500', '132835.157500', '132835.617500', '132836.077500', '132836.537500', '132836.997500', '132837.457500', '132837.917500', '132838.377500', '132838.837500', '132839.297500', '132839.757500', '132840.217500', '132840.677500', '132841.137500', '132841.597500', '132842.057500', '132842.517500', '132842.977500', '132843.437500', '132843.897500', '132844.357500', '132844.817500', '132845.277500', '132845.737500', '132846.197500', '132846.657500', '132847.117500', '132847.577500', '132848.037500', '132848.497500', '132848.957500', '132849.417500', '132849.877500', '132850.337500', '132850.797500', '132851.257500', '132851.717500', '132852.177500', '132852.637500', '132853.097500', '132853.557500', '132854.017500', '132854.477500', '132854.937500', '132855.397500', '132855.857500', '132856.317500', '132856.777500', '132857.237500', '132857.697500', '132858.157500', '132858.617500', '132859.077500', '132859.537500', '132859.997500', '132900.457500', '132900.917500', '132901.377500', '132901.837500', '132902.297500', '132902.757500', '132903.217500', '132903.677500', '132904.137500', '132904.597500', '132905.057500', '132905.517500', '132905.977500', '132906.437500', '132906.897500', '132907.357500', '132907.817500', '132908.277500', '132908.737500', '132909.197500', '132909.657500', '132910.117500', '132910.577500', '132911.037500', '132911.497500', '132911.957500', '132912.417500', '132912.877500', '132913.337500', '132913.797500', '132914.257500', '132914.717500', '132915.177500', '132915.637500', '132916.097500', '132916.557500', '132917.017500', '132917.477500', '132917.937500', '132918.397500', '132918.857500', '132919.317500', '132919.777500', '132920.237500', '132920.697500', '132921.157500', '132921.617500', '132922.077500', '132922.537500', '132922.997500', '132923.457500', '132923.917500', '132924.377500', '132924.837500', '132925.297500', '132925.757500', '132926.217500', '132926.677500', '132927.137500', '132927.597500', '132928.057500', '132928.517500', '132928.977500', '132929.437500', '132929.897500', '132930.357500', '132930.817500', '132931.277500', '132931.737500', '132932.197500', '132932.657500', '132933.117500', '132933.577500', '132934.037500', '132934.497500', '132934.957500', '132935.417500', '132935.877500', '132936.337500', '132936.797500', '132937.257500', '132937.717500', '132938.177500', '132938.637500', '132939.097500', '132939.557500', '132940.017500', '132940.477500', '132940.937500', '132941.397500', '132941.857500', '132942.317500', '132942.777500', '132943.237500', '132943.697500', '132944.157500', '132944.617500', '132945.077500', '132945.537500', '132945.997500', '132946.457500', '132946.917500', '132947.377500', '132947.837500', '132948.297500', '132948.757500', '132949.217500', '132949.677500', '132950.137500', '132950.597500', '132951.057500', '132951.517500', '132951.977500', '132952.437500', '132952.897500', '132953.357500', '132953.817500', '132954.277500', '132954.737500', '132955.197500', '132955.657500', '132956.117500', '132956.577500', '132957.037500', '132957.497500', '132957.957500', '132958.417500', '132958.877500', '132959.337500', '132959.797500', '133000.257500', '133000.717500', '133001.177500', '133001.637500', '133002.097500', '133002.557500', '133003.017500', '133003.477500', '133003.937500', '133004.397500', '133004.857500', '133005.317500', '133005.777500', '133006.237500', '133006.697500', '133007.157500', '133007.617500', '133008.077500', '133008.537500', '133008.997500', '133009.457500', '133009.917500', '133010.377500', '133010.837500', '133011.297500', '133011.757500', '133012.217500', '133012.677500', '133013.137500', '133013.597500', '133014.057500', '133014.517500', '133014.977500', '133015.437500', '133015.897500', '133016.357500', '133016.817500', '133017.277500', '133017.737500', '133018.197500', '133018.657500', '133019.117500', '133019.577500', '133020.037500', '133020.497500', '133020.957500', '133021.417500', '133021.877500', '133022.337500', '133022.797500', '133023.257500', '133023.717500', '133024.177500', '133024.637500', '133025.097500', '133025.557500', '133026.017500', '133026.477500', '133026.937500', '133027.397500', '133027.857500', '133028.317500', '133028.777500', '133029.237500', '133029.697500', '133030.157500', '133030.617500', '133031.077500', '133031.537500', '133031.997500', '133032.457500', '133032.917500', '133033.377500', '133033.837500', '133034.297500', '133034.757500', '133035.217500', '133035.677500', '133036.137500', '133036.597500', '133037.057500', '133037.517500', '133037.977500', '133038.437500', '133038.897500', '133039.357500', '133039.817500', '133040.277500', '133040.737500', '133041.197500', '133041.657500', '133042.117500', '133042.577500', '133043.037500', '133043.497500', '133043.957500', '133044.417500', '133044.877500', '133045.337500', '133045.797500', '133046.257500', '133046.717500', '133047.177500', '133047.637500', '133048.097500', '133048.557500', '133049.017500', '133049.477500', '133049.937500', '133050.397500', '133050.857500', '133051.317500', '133051.777500', '133052.237500', '133052.697500', '133053.157500', '133053.617500', '133054.077500', '133054.537500', '133054.997500', '133055.457500', '133055.917500', '133056.377500', '133056.837500', '133057.297500', '133057.757500', '133058.217500', '133058.677500', '133059.137500', '133059.597500', '133100.057500', '133100.517500', '133100.977500', '133101.437500', '133101.897500', '133102.357500', '133102.817500', '133103.277500', '133103.737500', '133104.197500', '133104.657500', '133105.117500', '133105.577500', '133106.037500', '133106.497500', '133106.957500', '133107.417500', '133107.877500', '133108.337500', '133108.797500', '133109.257500', '133109.717500', '133110.177500', '133110.637500', '133111.097500', '133111.557500', '133112.017500', '133112.477500', '133112.937500', '133113.397500', '133113.857500', '133114.317500', '133114.777500', '133115.237500', '133115.697500', '133116.157500', '133116.617500', '133117.077500', '133117.537500', '133117.997500', '133118.457500', '133118.917500', '133119.377500', '133119.837500', '133120.297500', '133120.757500', '133121.217500', '133121.677500', '133122.137500', '133122.597500', '133123.057500', '133123.517500', '133123.977500'], 'ContentTime': ['132514.168000', '132514.171000', '132514.174000', '132514.177000', '132514.180000', '132514.183000', '132514.185000', '132514.188000', '132514.191000', '132514.194000', '132514.197000', '132514.200000', '132514.202000', '132514.208000', '132514.210000', '132514.213000', '132514.216000', '132514.219000', '132514.221000', '132514.224000', '132514.227000', '132514.230000', '132514.233000', '132514.236000', '132514.238000', '132514.241000', '132514.244000', '132514.247000', '132514.250000', '132514.253000', '132514.255000', '132514.258000', '132514.261000', '132534.131000', '132534.134000', '132534.137000', '132534.140000', '132534.142000', '132534.145000', '132534.155000', '132534.158000', '132534.161000', '132534.164000', '132534.166000', '132534.169000', '132534.172000', '132534.175000', '132534.178000', '132534.180000', '132534.183000', '132534.186000', '132534.189000', '132534.192000', '132534.194000', '132534.197000', '132534.200000', '132534.203000', '132534.206000', '132534.209000', '132534.211000', '132534.214000', '132534.217000', '132534.220000', '132534.222000', '132534.225000', '132534.228000', '132534.231000', '132534.234000', '132534.236000', '132534.257000', '132534.261000', '132534.263000', '132534.266000', '132534.269000', '132534.272000', '132534.275000', '132534.278000', '132554.130000', '132554.133000', '132554.135000', '132554.138000', '132554.141000', '132554.144000', '132554.147000', '132554.150000', '132554.153000', '132554.155000', '132554.158000', '132554.162000', '132554.164000', '132554.167000', '132554.170000', '132554.173000', '132554.176000', '132554.178000', '132554.181000', '132554.184000', '132554.187000', '132554.190000', '132554.193000', '132554.201000', '132554.204000', '132554.207000', '132554.209000', '132554.212000', '132554.215000', '132554.218000', '132554.221000', '132554.225000', '132554.228000', '132554.231000', '132554.234000', '132554.237000', '132554.240000', '132554.242000', '132554.245000', '132554.248000', '132554.251000', '132554.254000', '132554.256000', '132614.130000', '132614.133000', '132614.136000', '132614.138000', '132614.141000', '132614.144000', '132614.147000', '132614.150000', '132614.153000', '132614.155000', '132614.158000', '132614.161000', '132614.164000', '132614.167000', '132614.170000', '132614.173000', '132614.176000', '132614.178000', '132614.181000', '132614.184000', '132614.187000', '132614.190000', '132614.193000', '132614.195000', '132614.198000', '132614.201000', '132614.204000', '132614.207000', '132614.209000', '132614.212000', '132614.215000', '132614.218000', '132614.221000', '132614.224000', '132614.226000', '132614.229000', '132614.232000', '132614.235000', '132614.238000', '132614.240000', '132614.243000', '132614.246000', '132614.249000', '132614.252000', '132634.130000', '132634.133000', '132634.136000', '132634.139000', '132634.142000', '132634.144000', '132634.147000', '132634.150000', '132634.153000', '132634.156000', '132634.195000', '132634.198000', '132634.201000', '132634.204000', '132634.207000', '132634.210000', '132634.212000', '132634.215000', '132634.218000', '132634.221000', '132634.224000', '132634.226000', '132634.229000', '132634.232000', '132634.235000', '132634.238000', '132634.241000', '132634.244000', '132634.246000', '132634.249000', '132634.252000', '132634.255000', '132634.258000', '132634.261000', '132634.264000', '132634.266000', '132634.269000', '132634.272000', '132634.275000', '132634.278000', '132634.281000', '132634.283000', '132634.286000', '132654.130000', '132654.133000', '132654.136000', '132654.143000', '132654.146000', '132654.149000', '132654.152000', '132654.155000', '132654.157000', '132654.185000', '132654.188000', '132654.191000', '132654.194000', '132654.196000', '132654.199000', '132654.202000', '132654.205000', '132654.208000', '132654.211000', '132654.214000', '132654.216000', '132654.219000', '132654.222000', '132654.225000', '132654.227000', '132654.230000', '132654.233000', '132654.236000', '132654.239000', '132654.242000', '132654.244000', '132654.247000', '132654.250000', '132654.253000', '132654.256000', '132654.259000', '132654.261000', '132654.264000', '132654.267000', '132654.270000', '132654.273000', '132654.275000', '132654.278000', '132654.281000', '132714.131000', '132714.134000', '132714.137000', '132714.140000', '132714.143000', '132714.146000', '132714.149000', '132714.151000', '132714.154000', '132714.157000', '132714.185000', '132714.187000', '132714.190000', '132714.193000', '132714.196000', '132714.199000', '132714.201000', '132714.205000', '132714.207000', '132714.210000', '132714.213000', '132714.216000', '132714.219000', '132714.222000', '132714.224000', '132714.227000', '132714.230000', '132714.233000', '132714.236000', '132714.239000', '132714.242000', '132714.254000', '132714.256000', '132714.259000', '132714.263000', '132714.267000', '132714.269000', '132714.272000', '132714.275000', '132714.278000', '132714.281000', '132714.284000', '132714.287000', '132734.131000', '132734.134000', '132734.137000', '132734.140000', '132734.143000', '132734.146000', '132734.149000', '132734.152000', '132734.154000', '132734.157000', '132734.160000', '132734.163000', '132734.166000', '132734.168000', '132734.171000', '132734.174000', '132734.177000', '132734.180000', '132734.183000', '132734.186000', '132734.189000', '132734.191000', '132734.194000', '132734.197000', '132734.200000', '132734.203000', '132734.206000', '132734.208000', '132734.211000', '132734.214000', '132734.217000', '132734.220000', '132734.223000', '132734.225000', '132734.228000', '132734.231000', '132734.234000', '132734.237000', '132734.240000', '132734.243000', '132734.245000', '132734.248000', '132734.251000', '132734.254000', '132754.131000', '132754.134000', '132754.137000', '132754.140000', '132754.143000', '132754.145000', '132754.148000', '132754.151000', '132754.154000', '132754.157000', '132754.160000', '132754.163000', '132754.165000', '132754.168000', '132754.171000', '132754.174000', '132754.177000', '132754.180000', '132754.182000', '132754.185000', '132754.188000', '132754.191000', '132754.194000', '132754.197000', '132754.200000', '132754.202000', '132754.205000', '132754.208000', '132754.211000', '132754.214000', '132754.217000', '132754.219000', '132754.222000', '132754.225000', '132754.228000', '132754.231000', '132754.234000', '132754.236000', '132754.239000', '132754.242000', '132754.245000', '132754.248000', '132754.251000', '132814.130000', '132814.133000', '132814.136000', '132814.139000', '132814.141000', '132814.144000', '132814.147000', '132814.150000', '132814.153000', '132814.156000', '132814.185000', '132814.188000', '132814.191000', '132814.194000', '132814.197000', '132814.200000', '132814.202000', '132814.205000', '132814.208000', '132814.211000', '132814.214000', '132814.217000', '132814.220000', '132814.222000', '132814.225000', '132814.228000', '132814.231000', '132814.234000', '132814.236000', '132814.240000', '132814.242000', '132814.245000', '132814.248000', '132814.251000', '132814.261000', '132814.263000', '132814.266000', '132814.269000', '132814.272000', '132814.275000', '132814.277000', '132814.280000', '132814.283000', '132834.130000', '132834.133000', '132834.136000', '132834.138000', '132834.148000', '132834.151000', '132834.154000', '132834.157000', '132834.197000', '132834.200000', '132834.203000', '132834.206000', '132834.209000', '132834.211000', '132834.214000', '132834.217000', '132834.220000', '132834.223000', '132834.226000', '132834.229000', '132834.232000', '132834.234000', '132834.237000', '132834.240000', '132834.243000', '132834.246000', '132834.248000', '132834.251000', '132834.254000', '132834.257000', '132834.260000', '132834.263000', '132834.266000', '132834.268000', '132834.271000', '132834.274000', '132834.277000', '132834.280000', '132834.283000', '132834.285000', '132834.288000', '132834.291000', '132834.294000', '132834.297000', '132854.130000', '132854.133000', '132854.136000', '132854.139000', '132854.142000', '132854.144000', '132854.148000', '132854.153000', '132854.156000', '132854.217000', '132854.220000', '132854.223000', '132854.226000', '132854.243000', '132854.246000', '132854.249000', '132854.252000', '132854.255000', '132854.257000', '132854.260000', '132854.263000', '132854.266000', '132854.269000', '132854.271000', '132854.274000', '132854.277000', '132854.280000', '132854.283000', '132854.286000', '132854.289000', '132854.291000', '132854.294000', '132854.297000', '132854.300000', '132854.303000', '132854.305000', '132854.308000', '132854.311000', '132854.314000', '132854.317000', '132854.320000', '132854.322000', '132854.325000', '132914.130000', '132914.133000', '132914.136000', '132914.139000', '132914.142000', '132914.144000', '132914.147000', '132914.150000', '132914.153000', '132914.156000', '132914.178000', '132914.181000', '132914.184000', '132914.187000', '132914.190000', '132914.193000', '132914.195000', '132914.198000', '132914.201000', '132914.204000', '132914.207000', '132914.210000', '132914.212000', '132914.215000', '132914.218000', '132914.221000', '132914.224000', '132914.227000', '132914.230000', '132914.232000', '132914.235000', '132914.238000', '132914.241000', '132914.244000', '132914.246000', '132914.249000', '132914.252000', '132914.255000', '132914.258000', '132914.261000', '132914.263000', '132914.266000', '132914.269000', '132914.272000', '132934.131000', '132934.134000', '132934.137000', '132934.140000', '132934.143000', '132934.146000', '132934.149000', '132934.237000', '132934.240000', '132934.243000', '132934.245000', '132934.248000', '132934.259000', '132934.262000', '132934.265000', '132934.267000', '132934.270000', '132934.273000', '132934.276000', '132934.279000', '132934.282000', '132934.284000', '132934.287000', '132934.290000', '132934.293000', '132934.296000', '132934.299000', '132934.301000', '132934.304000', '132934.307000', '132934.310000', '132934.313000', '132934.316000', '132934.318000', '132934.321000', '132934.324000', '132934.327000', '132934.330000', '132934.333000', '132934.335000', '132934.338000', '132934.341000', '132934.344000', '132954.131000', '132954.134000', '132954.137000', '132954.140000', '132954.143000', '132954.145000', '132954.148000', '132954.151000', '132954.154000', '132954.157000', '132954.196000', '132954.199000', '132954.202000', '132954.204000', '132954.207000', '132954.210000', '132954.213000', '132954.216000', '132954.218000', '132954.221000', '132954.224000', '132954.227000', '132954.230000', '132954.233000', '132954.236000', '132954.238000', '132954.241000', '132954.244000', '132954.247000', '132954.250000', '132954.253000', '132954.256000', '132954.258000', '132954.261000', '132954.264000', '132954.267000', '132954.270000', '132954.273000', '132954.275000', '132954.278000', '132954.281000', '132954.284000', '132954.287000', '132954.290000', '133014.131000', '133014.134000', '133014.137000', '133014.140000', '133014.142000', '133014.146000', '133014.148000', '133014.151000', '133014.154000', '133014.157000', '133014.200000', '133014.203000', '133014.206000', '133014.209000', '133014.211000', '133014.214000', '133014.217000', '133014.220000', '133014.223000', '133014.226000', '133014.228000', '133014.231000', '133014.234000', '133014.237000', '133014.240000', '133014.242000', '133014.245000', '133014.248000', '133014.251000', '133014.254000', '133014.257000', '133014.260000', '133014.262000', '133014.265000', '133014.268000', '133014.271000', '133014.274000', '133014.277000', '133014.292000', '133014.295000', '133014.298000', '133014.300000', '133014.303000', '133034.130000', '133034.133000', '133034.136000', '133034.139000', '133034.142000', '133034.144000', '133034.147000', '133034.150000', '133034.153000', '133034.156000', '133034.211000', '133034.214000', '133034.216000', '133034.219000', '133034.222000', '133034.225000', '133034.228000', '133034.231000', '133034.234000', '133034.237000', '133034.239000', '133034.242000', '133034.247000', '133034.250000', '133034.253000', '133034.256000', '133034.259000', '133034.262000', '133034.265000', '133034.267000', '133034.270000', '133034.273000', '133034.276000', '133034.279000', '133034.282000', '133034.284000', '133034.287000', '133034.290000', '133034.293000', '133034.296000', '133034.299000', '133034.301000', '133034.304000', '133034.307000', '133054.130000', '133054.133000', '133054.136000', '133054.139000', '133054.143000', '133054.145000', '133054.148000', '133054.151000', '133054.154000', '133054.157000', '133054.247000', '133054.250000', '133054.253000', '133054.255000', '133054.258000', '133054.261000', '133054.264000', '133054.267000', '133054.270000', '133054.273000', '133054.275000', '133054.278000', '133054.281000', '133054.284000', '133054.287000', '133054.290000', '133054.293000', '133054.295000', '133054.298000', '133054.301000', '133054.304000', '133054.307000', '133054.309000', '133054.312000', '133054.315000', '133054.318000', '133054.321000', '133054.324000', '133054.327000', '133054.329000', '133054.332000', '133054.335000', '133054.338000', '133114.130000', '133114.133000', '133114.136000', '133114.139000', '133114.141000', '133114.144000', '133114.147000', '133114.150000', '133114.153000', '133114.156000', '133114.208000', '133114.210000', '133114.213000', '133114.216000', '133114.219000', '133114.222000', '133114.224000', '133114.227000', '133114.230000', '133114.233000', '133114.236000', '133114.239000', '133114.242000', '133114.244000', '133114.247000', '133114.250000', '133114.253000', '133114.256000', '133114.259000', '133114.262000', '133114.264000', '133114.267000', '133114.270000', '133114.273000', '133114.276000', '133114.278000', '133114.281000', '133114.284000', '133114.287000', '133114.290000', '133114.293000', '133114.296000', '133114.299000', '133114.301000', '133124.631000', '133124.635000', '133124.639000', '133124.652000', '133124.655000', '133124.658000', '133124.661000', '133124.664000', '133124.667000', '133124.670000', '133124.673000', '133124.676000', '133124.679000', '133124.683000', '133124.685000', '133124.688000', '133124.691000', '133124.694000', '133124.697000', '133124.700000', '133124.703000', '133124.706000', '133124.708000'], 'InstanceCreationTime': ['132514.168000', '132514.171000', '132514.174000', '132514.177000', '132514.180000', '132514.183000', '132514.185000', '132514.188000', '132514.191000', '132514.194000', '132514.197000', '132514.200000', '132514.202000', '132514.208000', '132514.210000', '132514.213000', '132514.216000', '132514.219000', '132514.221000', '132514.224000', '132514.227000', '132514.230000', '132514.233000', '132514.236000', '132514.238000', '132514.241000', '132514.244000', '132514.247000', '132514.250000', '132514.253000', '132514.255000', '132514.258000', '132514.261000', '132534.131000', '132534.134000', '132534.137000', '132534.140000', '132534.142000', '132534.145000', '132534.155000', '132534.158000', '132534.161000', '132534.164000', '132534.166000', '132534.169000', '132534.172000', '132534.175000', '132534.178000', '132534.180000', '132534.183000', '132534.186000', '132534.189000', '132534.192000', '132534.194000', '132534.197000', '132534.200000', '132534.203000', '132534.206000', '132534.209000', '132534.211000', '132534.214000', '132534.217000', '132534.220000', '132534.222000', '132534.225000', '132534.228000', '132534.231000', '132534.234000', '132534.236000', '132534.257000', '132534.261000', '132534.263000', '132534.266000', '132534.269000', '132534.272000', '132534.275000', '132534.278000', '132554.130000', '132554.133000', '132554.135000', '132554.138000', '132554.141000', '132554.144000', '132554.147000', '132554.150000', '132554.153000', '132554.155000', '132554.158000', '132554.162000', '132554.164000', '132554.167000', '132554.170000', '132554.173000', '132554.176000', '132554.178000', '132554.181000', '132554.184000', '132554.187000', '132554.190000', '132554.193000', '132554.201000', '132554.204000', '132554.207000', '132554.209000', '132554.212000', '132554.215000', '132554.218000', '132554.221000', '132554.225000', '132554.228000', '132554.231000', '132554.234000', '132554.237000', '132554.240000', '132554.242000', '132554.245000', '132554.248000', '132554.251000', '132554.254000', '132554.256000', '132614.130000', '132614.133000', '132614.136000', '132614.138000', '132614.141000', '132614.144000', '132614.147000', '132614.150000', '132614.153000', '132614.155000', '132614.158000', '132614.161000', '132614.164000', '132614.167000', '132614.170000', '132614.173000', '132614.176000', '132614.178000', '132614.181000', '132614.184000', '132614.187000', '132614.190000', '132614.193000', '132614.195000', '132614.198000', '132614.201000', '132614.204000', '132614.207000', '132614.209000', '132614.212000', '132614.215000', '132614.218000', '132614.221000', '132614.224000', '132614.226000', '132614.229000', '132614.232000', '132614.235000', '132614.238000', '132614.240000', '132614.243000', '132614.246000', '132614.249000', '132614.252000', '132634.130000', '132634.133000', '132634.136000', '132634.139000', '132634.142000', '132634.144000', '132634.147000', '132634.150000', '132634.153000', '132634.156000', '132634.195000', '132634.198000', '132634.201000', '132634.204000', '132634.207000', '132634.210000', '132634.212000', '132634.215000', '132634.218000', '132634.221000', '132634.224000', '132634.226000', '132634.229000', '132634.232000', '132634.235000', '132634.238000', '132634.241000', '132634.244000', '132634.246000', '132634.249000', '132634.252000', '132634.255000', '132634.258000', '132634.261000', '132634.264000', '132634.266000', '132634.269000', '132634.272000', '132634.275000', '132634.278000', '132634.281000', '132634.283000', '132634.286000', '132654.130000', '132654.133000', '132654.136000', '132654.143000', '132654.146000', '132654.149000', '132654.152000', '132654.155000', '132654.157000', '132654.185000', '132654.188000', '132654.191000', '132654.194000', '132654.196000', '132654.199000', '132654.202000', '132654.205000', '132654.208000', '132654.211000', '132654.214000', '132654.216000', '132654.219000', '132654.222000', '132654.225000', '132654.227000', '132654.230000', '132654.233000', '132654.236000', '132654.239000', '132654.242000', '132654.244000', '132654.247000', '132654.250000', '132654.253000', '132654.256000', '132654.259000', '132654.261000', '132654.264000', '132654.267000', '132654.270000', '132654.273000', '132654.275000', '132654.278000', '132654.281000', '132714.131000', '132714.134000', '132714.137000', '132714.140000', '132714.143000', '132714.146000', '132714.149000', '132714.151000', '132714.154000', '132714.157000', '132714.185000', '132714.187000', '132714.190000', '132714.193000', '132714.196000', '132714.199000', '132714.201000', '132714.205000', '132714.207000', '132714.210000', '132714.213000', '132714.216000', '132714.219000', '132714.222000', '132714.224000', '132714.227000', '132714.230000', '132714.233000', '132714.236000', '132714.239000', '132714.242000', '132714.254000', '132714.256000', '132714.259000', '132714.263000', '132714.267000', '132714.269000', '132714.272000', '132714.275000', '132714.278000', '132714.281000', '132714.284000', '132714.287000', '132734.131000', '132734.134000', '132734.137000', '132734.140000', '132734.143000', '132734.146000', '132734.149000', '132734.152000', '132734.154000', '132734.157000', '132734.160000', '132734.163000', '132734.166000', '132734.168000', '132734.171000', '132734.174000', '132734.177000', '132734.180000', '132734.183000', '132734.186000', '132734.189000', '132734.191000', '132734.194000', '132734.197000', '132734.200000', '132734.203000', '132734.206000', '132734.208000', '132734.211000', '132734.214000', '132734.217000', '132734.220000', '132734.223000', '132734.225000', '132734.228000', '132734.231000', '132734.234000', '132734.237000', '132734.240000', '132734.243000', '132734.245000', '132734.248000', '132734.251000', '132734.254000', '132754.131000', '132754.134000', '132754.137000', '132754.140000', '132754.143000', '132754.145000', '132754.148000', '132754.151000', '132754.154000', '132754.157000', '132754.160000', '132754.163000', '132754.165000', '132754.168000', '132754.171000', '132754.174000', '132754.177000', '132754.180000', '132754.182000', '132754.185000', '132754.188000', '132754.191000', '132754.194000', '132754.197000', '132754.200000', '132754.202000', '132754.205000', '132754.208000', '132754.211000', '132754.214000', '132754.217000', '132754.219000', '132754.222000', '132754.225000', '132754.228000', '132754.231000', '132754.234000', '132754.236000', '132754.239000', '132754.242000', '132754.245000', '132754.248000', '132754.251000', '132814.130000', '132814.133000', '132814.136000', '132814.139000', '132814.141000', '132814.144000', '132814.147000', '132814.150000', '132814.153000', '132814.156000', '132814.185000', '132814.188000', '132814.191000', '132814.194000', '132814.197000', '132814.200000', '132814.202000', '132814.205000', '132814.208000', '132814.211000', '132814.214000', '132814.217000', '132814.220000', '132814.222000', '132814.225000', '132814.228000', '132814.231000', '132814.234000', '132814.236000', '132814.240000', '132814.242000', '132814.245000', '132814.248000', '132814.251000', '132814.261000', '132814.263000', '132814.266000', '132814.269000', '132814.272000', '132814.275000', '132814.277000', '132814.280000', '132814.283000', '132834.130000', '132834.133000', '132834.136000', '132834.138000', '132834.148000', '132834.151000', '132834.154000', '132834.157000', '132834.197000', '132834.200000', '132834.203000', '132834.206000', '132834.209000', '132834.211000', '132834.214000', '132834.217000', '132834.220000', '132834.223000', '132834.226000', '132834.229000', '132834.232000', '132834.234000', '132834.237000', '132834.240000', '132834.243000', '132834.246000', '132834.248000', '132834.251000', '132834.254000', '132834.257000', '132834.260000', '132834.263000', '132834.266000', '132834.268000', '132834.271000', '132834.274000', '132834.277000', '132834.280000', '132834.283000', '132834.285000', '132834.288000', '132834.291000', '132834.294000', '132834.297000', '132854.130000', '132854.133000', '132854.136000', '132854.139000', '132854.142000', '132854.144000', '132854.148000', '132854.153000', '132854.156000', '132854.217000', '132854.220000', '132854.223000', '132854.226000', '132854.243000', '132854.246000', '132854.249000', '132854.252000', '132854.255000', '132854.257000', '132854.260000', '132854.263000', '132854.266000', '132854.269000', '132854.271000', '132854.274000', '132854.277000', '132854.280000', '132854.283000', '132854.286000', '132854.289000', '132854.291000', '132854.294000', '132854.297000', '132854.300000', '132854.303000', '132854.305000', '132854.308000', '132854.311000', '132854.314000', '132854.317000', '132854.320000', '132854.322000', '132854.325000', '132914.130000', '132914.133000', '132914.136000', '132914.139000', '132914.142000', '132914.144000', '132914.147000', '132914.150000', '132914.153000', '132914.156000', '132914.178000', '132914.181000', '132914.184000', '132914.187000', '132914.190000', '132914.193000', '132914.195000', '132914.198000', '132914.201000', '132914.204000', '132914.207000', '132914.210000', '132914.212000', '132914.215000', '132914.218000', '132914.221000', '132914.224000', '132914.227000', '132914.230000', '132914.232000', '132914.235000', '132914.238000', '132914.241000', '132914.244000', '132914.246000', '132914.249000', '132914.252000', '132914.255000', '132914.258000', '132914.261000', '132914.263000', '132914.266000', '132914.269000', '132914.272000', '132934.131000', '132934.134000', '132934.137000', '132934.140000', '132934.143000', '132934.146000', '132934.149000', '132934.237000', '132934.240000', '132934.243000', '132934.245000', '132934.248000', '132934.259000', '132934.262000', '132934.265000', '132934.267000', '132934.270000', '132934.273000', '132934.276000', '132934.279000', '132934.282000', '132934.284000', '132934.287000', '132934.290000', '132934.293000', '132934.296000', '132934.299000', '132934.301000', '132934.304000', '132934.307000', '132934.310000', '132934.313000', '132934.316000', '132934.318000', '132934.321000', '132934.324000', '132934.327000', '132934.330000', '132934.333000', '132934.335000', '132934.338000', '132934.341000', '132934.344000', '132954.131000', '132954.134000', '132954.137000', '132954.140000', '132954.143000', '132954.145000', '132954.148000', '132954.151000', '132954.154000', '132954.157000', '132954.196000', '132954.199000', '132954.202000', '132954.204000', '132954.207000', '132954.210000', '132954.213000', '132954.216000', '132954.218000', '132954.221000', '132954.224000', '132954.227000', '132954.230000', '132954.233000', '132954.236000', '132954.238000', '132954.241000', '132954.244000', '132954.247000', '132954.250000', '132954.253000', '132954.256000', '132954.258000', '132954.261000', '132954.264000', '132954.267000', '132954.270000', '132954.273000', '132954.275000', '132954.278000', '132954.281000', '132954.284000', '132954.287000', '132954.290000', '133014.131000', '133014.134000', '133014.137000', '133014.140000', '133014.142000', '133014.146000', '133014.148000', '133014.151000', '133014.154000', '133014.157000', '133014.200000', '133014.203000', '133014.206000', '133014.209000', '133014.211000', '133014.214000', '133014.217000', '133014.220000', '133014.223000', '133014.226000', '133014.228000', '133014.231000', '133014.234000', '133014.237000', '133014.240000', '133014.242000', '133014.245000', '133014.248000', '133014.251000', '133014.254000', '133014.257000', '133014.260000', '133014.262000', '133014.265000', '133014.268000', '133014.271000', '133014.274000', '133014.277000', '133014.292000', '133014.295000', '133014.298000', '133014.300000', '133014.303000', '133034.130000', '133034.133000', '133034.136000', '133034.139000', '133034.142000', '133034.144000', '133034.147000', '133034.150000', '133034.153000', '133034.156000', '133034.211000', '133034.214000', '133034.216000', '133034.219000', '133034.222000', '133034.225000', '133034.228000', '133034.231000', '133034.234000', '133034.237000', '133034.239000', '133034.242000', '133034.247000', '133034.250000', '133034.253000', '133034.256000', '133034.259000', '133034.262000', '133034.265000', '133034.267000', '133034.270000', '133034.273000', '133034.276000', '133034.279000', '133034.282000', '133034.284000', '133034.287000', '133034.290000', '133034.293000', '133034.296000', '133034.299000', '133034.301000', '133034.304000', '133034.307000', '133054.130000', '133054.133000', '133054.136000', '133054.139000', '133054.143000', '133054.145000', '133054.148000', '133054.151000', '133054.154000', '133054.157000', '133054.247000', '133054.250000', '133054.253000', '133054.255000', '133054.258000', '133054.261000', '133054.264000', '133054.267000', '133054.270000', '133054.273000', '133054.275000', '133054.278000', '133054.281000', '133054.284000', '133054.287000', '133054.290000', '133054.293000', '133054.295000', '133054.298000', '133054.301000', '133054.304000', '133054.307000', '133054.309000', '133054.312000', '133054.315000', '133054.318000', '133054.321000', '133054.324000', '133054.327000', '133054.329000', '133054.332000', '133054.335000', '133054.338000', '133114.130000', '133114.133000', '133114.136000', '133114.139000', '133114.141000', '133114.144000', '133114.147000', '133114.150000', '133114.153000', '133114.156000', '133114.208000', '133114.210000', '133114.213000', '133114.216000', '133114.219000', '133114.222000', '133114.224000', '133114.227000', '133114.230000', '133114.233000', '133114.236000', '133114.239000', '133114.242000', '133114.244000', '133114.247000', '133114.250000', '133114.253000', '133114.256000', '133114.259000', '133114.262000', '133114.264000', '133114.267000', '133114.270000', '133114.273000', '133114.276000', '133114.278000', '133114.281000', '133114.284000', '133114.287000', '133114.290000', '133114.293000', '133114.296000', '133114.299000', '133114.301000', '133124.631000', '133124.635000', '133124.639000', '133124.652000', '133124.655000', '133124.658000', '133124.661000', '133124.664000', '133124.667000', '133124.670000', '133124.673000', '133124.676000', '133124.679000', '133124.683000', '133124.685000', '133124.688000', '133124.691000', '133124.694000', '133124.697000', '133124.700000', '133124.703000', '133124.706000', '133124.708000'], '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': [13115, 16653, 12921, 16388, 11021, 16647, 12106, 13356, 9222, 9754, 9077, 9352, 9551, 9244, 9229, 9201, 14480, 9487, 9677, 8825, 9507, 10130, 9656, 9025, 9401, 9605, 9315, 9657, 9440, 9825, 8831, 9985, 8592, 9797, 13142, 9852, 10464, 9911, 9747, 8753, 9865, 15300, 10870, 9825, 15667, 9160, 11842, 9453, 9209, 9628, 9214, 14984, 9424, 10297, 9211, 9771, 13625, 9523, 9601, 8735, 9842, 14898, 10069, 9378, 15494, 9725, 9966, 16051, 9620, 10294, 8783, 9651, 7995, 9454, 8112, 9576, 8670, 9571, 10573, 9826, 11218, 9862, 11182, 14964, 10143, 11195, 10730, 9542, 14789, 9746, 9288, 9904, 9279, 9169, 9896, 9275, 9724, 8777, 9890, 11839, 10091, 12107, 9990, 13418, 9930, 11608, 9651, 13666, 9221, 8877, 8787, 9046, 8663, 9017, 9353, 9132, 8681, 9049, 12342, 8787, 10694, 9055, 13284, 9017, 13551, 10637, 10814, 12259, 9129, 15384, 9041, 11492, 9262, 9195, 8620, 9010, 7768, 8834, 9355, 8822, 9296, 8927, 9234, 8594, 9018, 8863, 8765, 8721, 8716, 7806, 8756, 7762, 8689, 9597, 8259, 8759, 15300, 8434, 11985, 8304, 9000, 11068, 8394, 10365, 8570, 8754, 8068, 8553, 13744, 8317, 11573, 8543, 9453, 15430, 8566, 13513, 14360, 10320, 13222, 8351, 8793, 13265, 8455, 9746, 7676, 8667, 7644, 8121, 9582, 8338, 8865, 13936, 8643, 9816, 8305, 8837, 15399, 9057, 12505, 12733, 8928, 12010, 8621, 10008, 8922, 9575, 8444, 9301, 8524, 9705, 8151, 9257, 15458, 11647, 9918, 14694, 8973, 12636, 16181, 9688, 13960, 10589, 9668, 9800, 8819, 10300, 8784, 9390, 15134, 9190, 10514, 7647, 9347, 10285, 8972, 9470, 8146, 9104, 7353, 8968, 9458, 11510, 9491, 11098, 8874, 9631, 8277, 9013, 11473, 9105, 10040, 8808, 9749, 8774, 9317, 8583, 9483, 8027, 9025, 7478, 8732, 15132, 9941, 14005, 9745, 12816, 8464, 12324, 8975, 14289, 8451, 9396, 15927, 9228, 15737, 10682, 12436, 8673, 9292, 7996, 9437, 7523, 9266, 7828, 9277, 11333, 8436, 9718, 15357, 9291, 9897, 8701, 9335, 8327, 9215, 8587, 9493, 8105, 9373, 7879, 9155, 14471, 11830, 9789, 8607, 10344, 9809, 11236, 10114, 10612, 8478, 8910, 8372, 8811, 8689, 8590, 8242, 9409, 8564, 16627, 10862, 16270, 11455, 16382, 16053, 16696, 17155, 15383, 15835, 12101, 10294, 8307, 9439, 9619, 9044, 9096, 8861, 8621, 8860, 9814, 9174, 8158, 9038, 8745, 8890, 9344, 8903, 9773, 9144, 9787, 8965, 9044, 9201, 9443, 9496, 9850, 9917, 7862, 10030, 8252, 9737, 8218, 9819, 11614, 10392, 13023, 10571, 15844, 14406, 14675, 11625, 11469, 16149, 10262, 14030, 8939, 10268, 8561, 9809, 8390, 9747, 9182, 9629, 10607, 9581, 11817, 9342, 9657, 15443, 10077, 10696, 9488, 9786, 8919, 9542, 11067, 9524, 9779, 8853, 9779, 13148, 9018, 9574, 7999, 9599, 10696, 9427, 10035, 9631, 9995, 9666, 10267, 15406, 9735, 11329, 8798, 9840, 8211, 9608, 9967, 9418, 9776, 9295, 9711, 8884, 9758, 8406, 9583, 11113, 9244, 13075, 9489, 9332, 16281, 9484, 12710, 8693, 9800, 9863, 10138, 9033, 9274, 9286, 9781, 9289, 10641, 9569, 11277, 9702, 11527, 12468, 10794, 15614, 15239, 14708, 12708, 14536, 17219, 16466, 17176, 13392, 16909, 9423, 12293, 9050, 9535, 9402, 9314, 10061, 9092, 9759, 8731, 9668, 14625, 9656, 12644, 11386, 9855, 14532, 9724, 9972, 9499, 9197, 9291, 9853, 9295, 8379, 9773, 8086, 9551, 8966, 9806, 8384, 9440, 9128, 9308, 15980, 13403, 13418, 9277, 9123, 9260, 10089, 9281, 10286, 9397, 9681, 8970, 9429, 8485, 9432, 14969, 9791, 12512, 8918, 10793, 8631, 9644, 7460, 9616, 17218, 9731, 12797, 10605, 13605, 9711, 10346, 9441, 10021, 9649, 12013, 11548, 9709, 12639, 9537, 12126, 9130, 10575, 9050, 10412, 8582, 9748, 8641, 9729, 14372, 9593, 17112, 9629, 10978, 9390, 9883, 9462, 9766, 9033, 9762, 8862, 9875, 8783, 10217, 8921, 9663, 8866, 9535, 8636, 9762, 9414, 9575, 9783, 9739, 10419, 9638, 10269, 9164, 9826, 9047, 10176, 9708, 11803, 9566, 9143, 9506, 8952, 9843, 11092, 9764, 16564, 11703, 17439, 10715, 14187, 10356, 13155, 18015, 13007, 15198, 10927, 12195, 10283, 11039, 10272, 10948, 10173, 11133, 9763, 10822, 16297, 9847, 10885, 10122, 9909, 14109, 10216, 10402, 8269, 9919, 10569, 9911, 10228, 9564, 10128, 9309, 9958, 9366, 9803, 8632, 9965, 9096, 10016, 10614, 10363, 10368, 9537, 10283, 9294, 10158, 10786, 10165, 9490, 9952, 9368, 9643, 9080, 9720, 8711, 9882, 9223, 9616, 9790, 9565, 15421, 11548, 13880, 18514, 15625, 12863, 11568, 10721, 11986, 10244, 11043, 9883, 10710, 9719, 10212, 9551, 10160, 9361, 10108, 9482, 11326, 9385, 13567, 8769, 9550, 9225, 10068, 15605, 11593, 12627, 10875, 10770, 13110, 11340, 10434, 10177, 10036, 11753, 11189, 14469, 11759, 16577, 10922, 16493, 14550, 18262, 12134, 18340, 11458, 17692, 10537, 17095, 10646, 12333, 10572, 10682, 9478, 10789, 10749, 10833, 10749, 10267, 10521, 10552, 10104, 9488, 9902, 9705, 10039, 9961, 10423, 9923, 10259, 9888, 10354, 8991, 9359, 8961, 9724, 17028, 12482, 14440, 10581, 12893, 11537, 9938, 16392, 13401, 14114, 10163, 10475, 9222, 10183, 9179, 10390, 9296, 10219, 9305, 9619, 9406, 9837, 12118, 15593, 10878, 10474, 9481, 10079, 11953, 10078, 9805, 9707, 10474, 9648, 10386, 9497, 10315, 13977, 10105, 16766, 10018, 14988, 12572, 14278, 11657, 14551, 9971, 13814, 10950, 15120, 16217, 12792, 13143, 16224, 10126, 10562, 9867, 10337, 12895, 9758, 9968, 9082, 9633, 10431, 9309, 9656, 9715, 9642, 10174, 9504, 10373, 9932, 9936, 13694, 9574, 10972, 14539, 10017, 13502, 11550, 10446, 15465, 9661, 11097, 9214, 10006, 9585, 9688, 10429, 9401, 9848, 9577, 10231, 9513, 9775, 9313, 9984, 9954, 10280, 8945, 9989, 11769, 9810, 13927, 9634, 10424, 9448, 10077, 8754, 9741, 8742], 'WindowCenter': [4387.0, 4383.0, 4348.0, 4355.0, 4312.0, 4340.0, 4306.0, 4315.0, 4272.0, 4275.0, 4274.0, 4276.0, 4286.0, 4287.0, 4287.0, 4288.0, 4339.0, 4289.0, 4287.0, 4275.0, 4288.0, 4296.0, 4301.0, 4288.0, 4300.0, 4310.0, 4300.0, 4311.0, 4326.0, 4338.0, 4330.0, 4340.0, 4320.0, 4341.0, 4369.0, 4353.0, 4352.0, 4341.0, 4341.0, 4320.0, 4340.0, 4382.0, 4338.0, 4341.0, 4392.0, 4331.0, 4348.0, 4330.0, 4327.0, 4329.0, 4331.0, 4380.0, 4329.0, 4339.0, 4316.0, 4338.0, 4367.0, 4341.0, 4330.0, 4320.0, 4340.0, 4380.0, 4328.0, 4331.0, 4379.0, 4316.0, 4326.0, 4364.0, 4314.0, 4324.0, 4317.0, 4327.0, 4305.0, 4329.0, 4307.0, 4339.0, 4331.0, 4366.0, 4362.0, 4353.0, 4362.0, 4351.0, 4361.0, 4381.0, 4342.0, 4348.0, 4336.0, 4315.0, 4353.0, 4313.0, 4313.0, 4326.0, 4326.0, 4341.0, 4368.0, 4356.0, 4341.0, 4316.0, 4326.0, 4346.0, 4337.0, 4345.0, 4326.0, 4354.0, 4313.0, 4333.0, 4324.0, 4368.0, 4327.0, 4316.0, 4304.0, 4314.0, 4315.0, 4315.0, 4326.0, 4328.0, 4316.0, 4329.0, 4357.0, 4316.0, 4334.0, 4315.0, 4353.0, 4303.0, 4355.0, 4323.0, 4322.0, 4330.0, 4301.0, 4351.0, 4301.0, 4319.0, 4302.0, 4300.0, 4288.0, 4301.0, 4268.0, 4300.0, 4313.0, 4301.0, 4313.0, 4314.0, 4314.0, 4305.0, 4313.0, 4315.0, 4316.0, 4316.0, 4317.0, 4307.0, 4318.0, 4306.0, 4328.0, 4337.0, 4317.0, 4329.0, 4377.0, 4308.0, 4346.0, 4316.0, 4329.0, 4346.0, 4319.0, 4337.0, 4317.0, 4317.0, 4306.0, 4318.0, 4367.0, 4330.0, 4360.0, 4318.0, 4339.0, 4376.0, 4315.0, 4366.0, 4365.0, 4325.0, 4355.0, 4291.0, 4302.0, 4351.0, 4304.0, 4326.0, 4295.0, 4316.0, 4295.0, 4305.0, 4325.0, 4317.0, 4330.0, 4378.0, 4330.0, 4337.0, 4318.0, 4329.0, 4378.0, 4330.0, 4358.0, 4355.0, 4315.0, 4344.0, 4330.0, 4338.0, 4329.0, 4338.0, 4320.0, 4340.0, 4330.0, 4340.0, 4318.0, 4341.0, 4391.0, 4348.0, 4339.0, 4365.0, 4313.0, 4344.0, 4363.0, 4313.0, 4352.0, 4320.0, 4312.0, 4310.0, 4301.0, 4310.0, 4301.0, 4312.0, 4361.0, 4299.0, 4319.0, 4267.0, 4298.0, 4307.0, 4302.0, 4311.0, 4290.0, 4312.0, 4281.0, 4315.0, 4325.0, 4345.0, 4324.0, 4334.0, 4315.0, 4325.0, 4315.0, 4328.0, 4358.0, 4329.0, 4337.0, 4342.0, 4338.0, 4328.0, 4339.0, 4328.0, 4351.0, 4322.0, 4341.0, 4308.0, 4329.0, 4390.0, 4350.0, 4381.0, 4338.0, 4368.0, 4317.0, 4357.0, 4326.0, 4366.0, 4304.0, 4325.0, 4373.0, 4314.0, 4374.0, 4324.0, 4344.0, 4301.0, 4312.0, 4293.0, 4324.0, 4293.0, 4326.0, 4293.0, 4325.0, 4335.0, 4302.0, 4324.0, 4365.0, 4315.0, 4325.0, 4315.0, 4325.0, 4316.0, 4326.0, 4329.0, 4339.0, 4320.0, 4341.0, 4318.0, 4341.0, 4393.0, 4372.0, 4350.0, 4330.0, 4349.0, 4338.0, 4347.0, 4337.0, 4348.0, 4330.0, 4343.0, 4320.0, 4329.0, 4318.0, 4329.0, 4319.0, 4341.0, 4329.0, 4391.0, 4350.0, 4379.0, 4334.0, 4367.0, 4351.0, 4352.0, 4338.0, 4325.0, 4325.0, 4302.0, 4294.0, 4249.0, 4270.0, 4269.0, 4272.0, 4269.0, 4272.0, 4272.0, 4287.0, 4310.0, 4300.0, 4278.0, 4302.0, 4300.0, 4312.0, 4313.0, 4327.0, 4349.0, 4339.0, 4337.0, 4354.0, 4339.0, 4338.0, 4340.0, 4352.0, 4351.0, 4350.0, 4317.0, 4350.0, 4332.0, 4364.0, 4332.0, 4364.0, 4372.0, 4364.0, 4381.0, 4363.0, 4390.0, 4379.0, 4379.0, 4346.0, 4346.0, 4364.0, 4322.0, 4367.0, 4315.0, 4323.0, 4303.0, 4323.0, 4301.0, 4323.0, 4326.0, 4337.0, 4335.0, 4340.0, 4356.0, 4314.0, 4326.0, 4375.0, 4325.0, 4332.0, 4323.0, 4324.0, 4314.0, 4337.0, 4344.0, 4326.0, 4334.0, 4326.0, 4337.0, 4365.0, 4327.0, 4336.0, 4305.0, 4334.0, 4344.0, 4335.0, 4348.0, 4339.0, 4346.0, 4338.0, 4350.0, 4387.0, 4338.0, 4360.0, 4317.0, 4338.0, 4316.0, 4336.0, 4336.0, 4338.0, 4348.0, 4339.0, 4349.0, 4339.0, 4349.0, 4330.0, 4351.0, 4371.0, 4341.0, 4380.0, 4338.0, 4340.0, 4388.0, 4337.0, 4382.0, 4340.0, 4350.0, 4350.0, 4348.0, 4338.0, 4338.0, 4352.0, 4362.0, 4364.0, 4372.0, 4352.0, 4373.0, 4352.0, 4372.0, 4370.0, 4360.0, 4389.0, 4376.0, 4366.0, 4341.0, 4352.0, 4360.0, 4361.0, 4359.0, 4350.0, 4372.0, 4309.0, 4328.0, 4297.0, 4309.0, 4322.0, 4311.0, 4322.0, 4310.0, 4324.0, 4301.0, 4324.0, 4352.0, 4311.0, 4342.0, 4319.0, 4308.0, 4340.0, 4298.0, 4295.0, 4297.0, 4284.0, 4297.0, 4308.0, 4312.0, 4303.0, 4338.0, 4319.0, 4338.0, 4328.0, 4337.0, 4317.0, 4339.0, 4325.0, 4329.0, 4389.0, 4371.0, 4370.0, 4328.0, 4325.0, 4325.0, 4335.0, 4330.0, 4339.0, 4338.0, 4339.0, 4327.0, 4329.0, 4317.0, 4339.0, 4378.0, 4338.0, 4359.0, 4316.0, 4346.0, 4316.0, 4327.0, 4285.0, 4326.0, 4399.0, 4341.0, 4368.0, 4347.0, 4364.0, 4325.0, 4335.0, 4327.0, 4334.0, 4352.0, 4369.0, 4360.0, 4329.0, 4345.0, 4324.0, 4344.0, 4314.0, 4335.0, 4315.0, 4321.0, 4303.0, 4324.0, 4313.0, 4337.0, 4377.0, 4323.0, 4372.0, 4310.0, 4319.0, 4301.0, 4310.0, 4310.0, 4311.0, 4301.0, 4309.0, 4314.0, 4322.0, 4314.0, 4347.0, 4314.0, 4323.0, 4315.0, 4338.0, 4315.0, 4348.0, 4326.0, 4337.0, 4335.0, 4340.0, 4349.0, 4338.0, 4347.0, 4338.0, 4338.0, 4342.0, 4362.0, 4353.0, 4370.0, 4349.0, 4340.0, 4350.0, 4328.0, 4350.0, 4359.0, 4349.0, 4402.0, 4371.0, 4401.0, 4350.0, 4378.0, 4335.0, 4357.0, 4373.0, 4344.0, 4354.0, 4321.0, 4354.0, 4347.0, 4332.0, 4322.0, 4330.0, 4322.0, 4330.0, 4321.0, 4332.0, 4360.0, 4310.0, 4320.0, 4322.0, 4323.0, 4348.0, 4308.0, 4307.0, 4286.0, 4310.0, 4317.0, 4310.0, 4318.0, 4312.0, 4319.0, 4325.0, 4335.0, 4324.0, 4336.0, 4314.0, 4336.0, 4325.0, 4348.0, 4349.0, 4349.0, 4347.0, 4336.0, 4335.0, 4337.0, 4362.0, 4360.0, 4360.0, 4336.0, 4348.0, 4337.0, 4337.0, 4338.0, 4337.0, 4327.0, 4349.0, 4339.0, 4339.0, 4350.0, 4338.0, 4388.0, 4357.0, 4380.0, 4385.0, 4364.0, 4343.0, 4330.0, 4320.0, 4328.0, 4318.0, 4328.0, 4322.0, 4331.0, 4310.0, 4322.0, 4321.0, 4346.0, 4350.0, 4348.0, 4337.0, 4360.0, 4328.0, 4356.0, 4314.0, 4325.0, 4324.0, 4335.0, 4375.0, 4346.0, 4357.0, 4345.0, 4347.0, 4365.0, 4345.0, 4331.0, 4322.0, 4309.0, 4329.0, 4318.0, 4352.0, 4331.0, 4363.0, 4320.0, 4348.0, 4339.0, 4347.0, 4313.0, 4343.0, 4302.0, 4333.0, 4290.0, 4330.0, 4290.0, 4299.0, 4290.0, 4290.0, 4281.0, 4289.0, 4288.0, 4290.0, 4302.0, 4304.0, 4318.0, 4319.0, 4318.0, 4319.0, 4319.0, 4321.0, 4323.0, 4335.0, 4345.0, 4349.0, 4348.0, 4339.0, 4350.0, 4343.0, 4355.0, 4342.0, 4338.0, 4388.0, 4357.0, 4367.0, 4337.0, 4358.0, 4346.0, 4327.0, 4377.0, 4356.0, 4352.0, 4322.0, 4322.0, 4313.0, 4334.0, 4339.0, 4351.0, 4338.0, 4347.0, 4326.0, 4337.0, 4326.0, 4337.0, 4369.0, 4376.0, 4347.0, 4335.0, 4351.0, 4349.0, 4356.0, 4336.0, 4335.0, 4339.0, 4358.0, 4340.0, 4348.0, 4339.0, 4351.0, 4391.0, 4351.0, 4401.0, 4363.0, 4416.0, 4383.0, 4391.0, 4358.0, 4366.0, 4349.0, 4378.0, 4358.0, 4380.0, 4377.0, 4367.0, 4355.0, 4371.0, 4320.0, 4319.0, 4333.0, 4333.0, 4352.0, 4323.0, 4334.0, 4311.0, 4321.0, 4343.0, 4333.0, 4335.0, 4332.0, 4334.0, 4343.0, 4334.0, 4334.0, 4335.0, 4347.0, 4365.0, 4335.0, 4347.0, 4363.0, 4322.0, 4351.0, 4329.0, 4319.0, 4349.0, 4308.0, 4328.0, 4297.0, 4320.0, 4308.0, 4320.0, 4331.0, 4334.0, 4335.0, 4335.0, 4334.0, 4336.0, 4334.0, 4336.0, 4347.0, 4348.0, 4348.0, 4327.0, 4348.0, 4356.0, 4336.0, 4377.0, 4338.0, 4346.0, 4335.0, 4347.0, 4352.0, 4349.0, 4328.0], 'WindowWidth': [9666.0, 9655.0, 9596.0, 9603.0, 9534.0, 9575.0, 9517.0, 9526.0, 9463.0, 9471.0, 9471.0, 9475.0, 9490.0, 9493.0, 9493.0, 9498.0, 9565.0, 9497.0, 9493.0, 9473.0, 9494.0, 9503.0, 9520.0, 9499.0, 9517.0, 9532.0, 9520.0, 9536.0, 9565.0, 9585.0, 9575.0, 9589.0, 9563.0, 9592.0, 9627.0, 9611.0, 9611.0, 9593.0, 9592.0, 9561.0, 9589.0, 9651.0, 9582.0, 9590.0, 9666.0, 9579.0, 9597.0, 9574.0, 9568.0, 9572.0, 9579.0, 9645.0, 9572.0, 9584.0, 9551.0, 9582.0, 9622.0, 9593.0, 9577.0, 9561.0, 9588.0, 9641.0, 9568.0, 9577.0, 9642.0, 9551.0, 9564.0, 9614.0, 9543.0, 9557.0, 9554.0, 9570.0, 9537.0, 9573.0, 9544.0, 9589.0, 9583.0, 9638.0, 9626.0, 9615.0, 9625.0, 9608.0, 9621.0, 9652.0, 9596.0, 9599.0, 9575.0, 9546.0, 9596.0, 9539.0, 9540.0, 9563.0, 9566.0, 9593.0, 9642.0, 9624.0, 9593.0, 9550.0, 9563.0, 9592.0, 9580.0, 9587.0, 9561.0, 9597.0, 9539.0, 9568.0, 9558.0, 9624.0, 9568.0, 9549.0, 9532.0, 9544.0, 9550.0, 9551.0, 9565.0, 9569.0, 9553.0, 9575.0, 9609.0, 9553.0, 9574.0, 9548.0, 9597.0, 9529.0, 9605.0, 9556.0, 9554.0, 9560.0, 9521.0, 9590.0, 9521.0, 9544.0, 9525.0, 9521.0, 9501.0, 9523.0, 9475.0, 9522.0, 9541.0, 9525.0, 9544.0, 9547.0, 9545.0, 9536.0, 9544.0, 9550.0, 9552.0, 9552.0, 9557.0, 9545.0, 9560.0, 9542.0, 9574.0, 9584.0, 9557.0, 9577.0, 9639.0, 9544.0, 9594.0, 9556.0, 9578.0, 9597.0, 9564.0, 9585.0, 9556.0, 9555.0, 9540.0, 9559.0, 9626.0, 9581.0, 9619.0, 9560.0, 9588.0, 9635.0, 9550.0, 9622.0, 9617.0, 9563.0, 9601.0, 9512.0, 9528.0, 9591.0, 9536.0, 9568.0, 9523.0, 9552.0, 9522.0, 9540.0, 9565.0, 9558.0, 9580.0, 9641.0, 9578.0, 9584.0, 9560.0, 9577.0, 9644.0, 9579.0, 9612.0, 9603.0, 9548.0, 9589.0, 9581.0, 9589.0, 9579.0, 9587.0, 9567.0, 9593.0, 9582.0, 9595.0, 9563.0, 9596.0, 9670.0, 9601.0, 9586.0, 9620.0, 9544.0, 9587.0, 9609.0, 9543.0, 9596.0, 9548.0, 9539.0, 9533.0, 9523.0, 9535.0, 9523.0, 9541.0, 9606.0, 9519.0, 9545.0, 9472.0, 9516.0, 9526.0, 9528.0, 9538.0, 9510.0, 9540.0, 9500.0, 9550.0, 9565.0, 9590.0, 9563.0, 9573.0, 9552.0, 9562.0, 9552.0, 9572.0, 9614.0, 9578.0, 9585.0, 9596.0, 9590.0, 9576.0, 9589.0, 9579.0, 9611.0, 9571.0, 9597.0, 9548.0, 9576.0, 9661.0, 9608.0, 9648.0, 9589.0, 9627.0, 9556.0, 9612.0, 9569.0, 9623.0, 9534.0, 9563.0, 9627.0, 9549.0, 9630.0, 9560.0, 9586.0, 9523.0, 9541.0, 9517.0, 9561.0, 9518.0, 9564.0, 9519.0, 9563.0, 9577.0, 9530.0, 9562.0, 9616.0, 9550.0, 9561.0, 9552.0, 9564.0, 9555.0, 9569.0, 9579.0, 9590.0, 9568.0, 9596.0, 9561.0, 9595.0, 9673.0, 9640.0, 9608.0, 9581.0, 9605.0, 9589.0, 9595.0, 9583.0, 9602.0, 9582.0, 9604.0, 9567.0, 9574.0, 9557.0, 9577.0, 9564.0, 9597.0, 9578.0, 9670.0, 9607.0, 9649.0, 9574.0, 9629.0, 9590.0, 9593.0, 9570.0, 9545.0, 9542.0, 9507.0, 9500.0, 9432.0, 9461.0, 9458.0, 9465.0, 9459.0, 9469.0, 9469.0, 9497.0, 9533.0, 9521.0, 9489.0, 9525.0, 9521.0, 9541.0, 9542.0, 9570.0, 9606.0, 9591.0, 9585.0, 9623.0, 9593.0, 9589.0, 9594.0, 9616.0, 9613.0, 9608.0, 9558.0, 9607.0, 9589.0, 9635.0, 9588.0, 9632.0, 9643.0, 9632.0, 9650.0, 9627.0, 9664.0, 9644.0, 9648.0, 9593.0, 9593.0, 9618.0, 9556.0, 9624.0, 9550.0, 9558.0, 9531.0, 9558.0, 9528.0, 9561.0, 9568.0, 9585.0, 9579.0, 9590.0, 9608.0, 9548.0, 9568.0, 9636.0, 9564.0, 9570.0, 9559.0, 9562.0, 9548.0, 9584.0, 9591.0, 9569.0, 9578.0, 9567.0, 9584.0, 9619.0, 9571.0, 9583.0, 9540.0, 9578.0, 9591.0, 9582.0, 9603.0, 9594.0, 9599.0, 9589.0, 9606.0, 9652.0, 9589.0, 9621.0, 9559.0, 9586.0, 9555.0, 9583.0, 9584.0, 9590.0, 9603.0, 9594.0, 9606.0, 9593.0, 9607.0, 9584.0, 9613.0, 9638.0, 9598.0, 9649.0, 9589.0, 9594.0, 9658.0, 9588.0, 9657.0, 9598.0, 9611.0, 9611.0, 9606.0, 9591.0, 9591.0, 9618.0, 9632.0, 9638.0, 9645.0, 9617.0, 9647.0, 9615.0, 9645.0, 9637.0, 9623.0, 9666.0, 9640.0, 9628.0, 9581.0, 9600.0, 9609.0, 9610.0, 9605.0, 9593.0, 9625.0, 9537.0, 9560.0, 9518.0, 9535.0, 9559.0, 9543.0, 9558.0, 9540.0, 9562.0, 9526.0, 9561.0, 9594.0, 9540.0, 9583.0, 9543.0, 9529.0, 9574.0, 9512.0, 9505.0, 9510.0, 9489.0, 9512.0, 9531.0, 9544.0, 9532.0, 9586.0, 9568.0, 9592.0, 9575.0, 9586.0, 9557.0, 9591.0, 9568.0, 9577.0, 9660.0, 9636.0, 9633.0, 9574.0, 9565.0, 9566.0, 9578.0, 9578.0, 9589.0, 9589.0, 9591.0, 9572.0, 9576.0, 9560.0, 9590.0, 9639.0, 9585.0, 9614.0, 9554.0, 9595.0, 9553.0, 9569.0, 9510.0, 9566.0, 9675.0, 9598.0, 9631.0, 9599.0, 9615.0, 9565.0, 9579.0, 9571.0, 9577.0, 9614.0, 9633.0, 9617.0, 9573.0, 9588.0, 9560.0, 9585.0, 9547.0, 9576.0, 9550.0, 9552.0, 9530.0, 9560.0, 9546.0, 9585.0, 9637.0, 9559.0, 9621.0, 9534.0, 9546.0, 9522.0, 9535.0, 9535.0, 9534.0, 9521.0, 9532.0, 9550.0, 9557.0, 9549.0, 9601.0, 9551.0, 9559.0, 9552.0, 9587.0, 9554.0, 9602.0, 9568.0, 9584.0, 9580.0, 9594.0, 9606.0, 9588.0, 9598.0, 9589.0, 9587.0, 9602.0, 9632.0, 9618.0, 9638.0, 9608.0, 9595.0, 9611.0, 9577.0, 9608.0, 9617.0, 9607.0, 9682.0, 9640.0, 9679.0, 9609.0, 9647.0, 9580.0, 9613.0, 9629.0, 9587.0, 9604.0, 9554.0, 9607.0, 9600.0, 9570.0, 9557.0, 9566.0, 9556.0, 9564.0, 9554.0, 9570.0, 9605.0, 9536.0, 9551.0, 9554.0, 9560.0, 9585.0, 9527.0, 9525.0, 9498.0, 9534.0, 9541.0, 9535.0, 9544.0, 9541.0, 9549.0, 9567.0, 9581.0, 9565.0, 9585.0, 9551.0, 9584.0, 9569.0, 9605.0, 9606.0, 9606.0, 9598.0, 9585.0, 9581.0, 9587.0, 9628.0, 9624.0, 9624.0, 9584.0, 9604.0, 9587.0, 9588.0, 9589.0, 9589.0, 9575.0, 9607.0, 9591.0, 9593.0, 9606.0, 9590.0, 9659.0, 9612.0, 9650.0, 9654.0, 9617.0, 9588.0, 9561.0, 9547.0, 9558.0, 9544.0, 9556.0, 9555.0, 9567.0, 9539.0, 9556.0, 9555.0, 9597.0, 9610.0, 9606.0, 9586.0, 9619.0, 9574.0, 9608.0, 9548.0, 9563.0, 9562.0, 9581.0, 9635.0, 9596.0, 9614.0, 9592.0, 9601.0, 9619.0, 9592.0, 9565.0, 9554.0, 9533.0, 9560.0, 9541.0, 9599.0, 9564.0, 9620.0, 9549.0, 9589.0, 9573.0, 9579.0, 9528.0, 9570.0, 9512.0, 9552.0, 9491.0, 9546.0, 9488.0, 9502.0, 9488.0, 9489.0, 9477.0, 9486.0, 9485.0, 9490.0, 9512.0, 9519.0, 9544.0, 9549.0, 9543.0, 9549.0, 9548.0, 9555.0, 9557.0, 9580.0, 9594.0, 9605.0, 9600.0, 9591.0, 9610.0, 9607.0, 9622.0, 9599.0, 9587.0, 9652.0, 9609.0, 9623.0, 9580.0, 9612.0, 9592.0, 9568.0, 9638.0, 9603.0, 9595.0, 9555.0, 9553.0, 9545.0, 9575.0, 9592.0, 9610.0, 9588.0, 9598.0, 9570.0, 9584.0, 9567.0, 9585.0, 9634.0, 9638.0, 9596.0, 9580.0, 9617.0, 9608.0, 9610.0, 9583.0, 9579.0, 9592.0, 9616.0, 9595.0, 9603.0, 9592.0, 9612.0, 9667.0, 9612.0, 9681.0, 9632.0, 9711.0, 9660.0, 9667.0, 9616.0, 9623.0, 9606.0, 9644.0, 9617.0, 9652.0, 9645.0, 9628.0, 9609.0, 9621.0, 9551.0, 9546.0, 9574.0, 9574.0, 9598.0, 9560.0, 9576.0, 9541.0, 9555.0, 9589.0, 9578.0, 9582.0, 9574.0, 9579.0, 9591.0, 9580.0, 9579.0, 9581.0, 9600.0, 9621.0, 9582.0, 9601.0, 9616.0, 9557.0, 9598.0, 9559.0, 9546.0, 9588.0, 9532.0, 9560.0, 9516.0, 9549.0, 9531.0, 9552.0, 9571.0, 9581.0, 9583.0, 9583.0, 9580.0, 9585.0, 9579.0, 9584.0, 9600.0, 9606.0, 9604.0, 9573.0, 9603.0, 9610.0, 9584.0, 9640.0, 9590.0, 9597.0, 9583.0, 9603.0, 9623.0, 9610.0, 9579.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.0014231585220500595</td></tr>
<tr><td colspan=3>aqi</td><td>0.06119400572109653</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11564355372315</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.164508582649165</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9607850590572775</td></tr>
<tr><td colspan=3>efc</td><td>0.4936</td></tr>
<tr><td colspan=3>fber</td><td>4386.6011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11455655116426298</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.395709177592371</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9193559348882006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.841661477704056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.191991560260627</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.724414766699919</td></tr>
<tr><td colspan=3>gcor</td><td>0.0146083</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014044176787137985</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029972540214657784</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</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.694798015342405</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>21.022</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9236</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7498</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>890.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9037</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0326</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.0191</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.6776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.9202</td></tr>
<tr><td colspan=3>tsnr</td><td>26.949868047609925</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>