<?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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-02/func/sub-0122_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>0a47c138f18a6c0e737a5d44762b0867</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>21:57:51.925000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999675, 0.0247275, -0.00622593, -0.0242569, 0.997471, 0.0668109]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819235</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7635, -7102, 875, -174, 296, -454, 75]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>232.155</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d887d778-fdea-4858-b75c-b6fe6535a99b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820545196533203, -0.06507955491542816, -0.02122807689011097, 113.68132019042969], [-0.06634218245744705, 2.6761410236358643, 0.17992305755615234, -97.89546966552734], [-0.016703709959983826, -0.17924880981445312, 2.6939146518707275, -51.6805305480957], [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': ['215751.925000', '215752.385000', '215752.845000', '215753.305000', '215753.765000', '215754.225000', '215754.685000', '215755.145000', '215755.605000', '215756.065000', '215756.525000', '215756.985000', '215757.445000', '215757.905000', '215758.365000', '215758.825000', '215759.285000', '215759.745000', '215800.205000', '215800.665000', '215801.125000', '215801.585000', '215802.045000', '215802.505000', '215802.965000', '215803.425000', '215803.885000', '215804.345000', '215804.805000', '215805.265000', '215805.725000', '215806.185000', '215806.645000', '215807.105000', '215807.565000', '215808.025000', '215808.485000', '215808.945000', '215809.405000', '215809.865000', '215810.325000', '215810.785000', '215811.245000', '215811.705000', '215812.165000', '215812.625000', '215813.085000', '215813.545000', '215814.005000', '215814.465000', '215814.925000', '215815.385000', '215815.845000', '215816.305000', '215816.765000', '215817.225000', '215817.685000', '215818.145000', '215818.605000', '215819.065000', '215819.525000', '215819.985000', '215820.445000', '215820.905000', '215821.365000', '215821.825000', '215822.285000', '215822.745000', '215823.205000', '215823.665000', '215824.125000', '215824.585000', '215825.045000', '215825.505000', '215825.965000', '215826.425000', '215826.885000', '215827.345000', '215827.805000', '215828.265000', '215828.725000', '215829.185000', '215829.645000', '215830.105000', '215830.565000', '215831.025000', '215831.485000', '215831.945000', '215832.405000', '215832.865000', '215833.325000', '215833.785000', '215834.245000', '215834.705000', '215835.165000', '215835.625000', '215836.085000', '215836.545000', '215837.005000', '215837.465000', '215837.925000', '215838.385000', '215838.845000', '215839.305000', '215839.765000', '215840.225000', '215840.685000', '215841.145000', '215841.605000', '215842.065000', '215842.525000', '215842.985000', '215843.445000', '215843.905000', '215844.365000', '215844.825000', '215845.285000', '215845.745000', '215846.205000', '215846.665000', '215847.125000', '215847.585000', '215848.045000', '215848.505000', '215848.965000', '215849.425000', '215849.885000', '215850.345000', '215850.805000', '215851.265000', '215851.725000', '215852.185000', '215852.645000', '215853.105000', '215853.565000', '215854.025000', '215854.485000', '215854.945000', '215855.405000', '215855.865000', '215856.325000', '215856.785000', '215857.245000', '215857.705000', '215858.165000', '215858.625000', '215859.085000', '215859.545000', '215900.005000', '215900.465000', '215900.925000', '215901.385000', '215901.845000', '215902.305000', '215902.765000', '215903.225000', '215903.685000', '215904.145000', '215904.605000', '215905.065000', '215905.525000', '215905.985000', '215906.445000', '215906.905000', '215907.365000', '215907.825000', '215908.285000', '215908.745000', '215909.205000', '215909.665000', '215910.125000', '215910.585000', '215911.045000', '215911.505000', '215911.965000', '215912.425000', '215912.885000', '215913.345000', '215913.805000', '215914.265000', '215914.725000', '215915.185000', '215915.645000', '215916.105000', '215916.565000', '215917.025000', '215917.485000', '215917.945000', '215918.405000', '215918.865000', '215919.325000', '215919.785000', '215920.245000', '215920.705000', '215921.165000', '215921.625000', '215922.085000', '215922.545000', '215923.005000', '215923.465000', '215923.925000', '215924.385000', '215924.845000', '215925.305000', '215925.765000', '215926.225000', '215926.685000', '215927.145000', '215927.605000', '215928.065000', '215928.525000', '215928.985000', '215929.445000', '215929.905000', '215930.365000', '215930.825000', '215931.285000', '215931.745000', '215932.205000', '215932.665000', '215933.125000', '215933.585000', '215934.045000', '215934.505000', '215934.965000', '215935.425000', '215935.885000', '215936.345000', '215936.805000', '215937.265000', '215937.725000', '215938.185000', '215938.645000', '215939.105000', '215939.565000', '215940.025000', '215940.485000', '215940.945000', '215941.405000', '215941.865000', '215942.325000', '215942.785000', '215943.245000', '215943.705000', '215944.165000', '215944.625000', '215945.085000', '215945.545000', '215946.005000', '215946.465000', '215946.925000', '215947.385000', '215947.845000', '215948.305000', '215948.765000', '215949.225000', '215949.685000', '215950.145000', '215950.605000', '215951.065000', '215951.525000', '215951.985000', '215952.445000', '215952.905000', '215953.365000', '215953.825000', '215954.285000', '215954.745000', '215955.205000', '215955.665000', '215956.125000', '215956.585000', '215957.045000', '215957.505000', '215957.965000', '215958.425000', '215958.885000', '215959.345000', '215959.805000', '220000.265000', '220000.725000', '220001.185000', '220001.645000', '220002.105000', '220002.565000', '220003.025000', '220003.485000', '220003.945000', '220004.405000', '220004.865000', '220005.325000', '220005.785000', '220006.245000', '220006.705000', '220007.165000', '220007.625000', '220008.085000', '220008.545000', '220009.005000', '220009.465000', '220009.925000', '220010.385000', '220010.845000', '220011.305000', '220011.765000', '220012.225000', '220012.685000', '220013.145000', '220013.605000', '220014.065000', '220014.525000', '220014.985000', '220015.445000', '220015.905000', '220016.365000', '220016.825000', '220017.285000', '220017.745000', '220018.205000', '220018.665000', '220019.125000', '220019.585000', '220020.045000', '220020.505000', '220020.965000', '220021.425000', '220021.885000', '220022.345000', '220022.805000', '220023.265000', '220023.725000', '220024.185000', '220024.645000', '220025.105000', '220025.565000', '220026.025000', '220026.485000', '220026.945000', '220027.405000', '220027.865000', '220028.325000', '220028.785000', '220029.245000', '220029.705000', '220030.165000', '220030.625000', '220031.085000', '220031.545000', '220032.005000', '220032.465000', '220032.925000', '220033.385000', '220033.845000', '220034.305000', '220034.765000', '220035.225000', '220035.685000', '220036.145000', '220036.605000', '220037.065000', '220037.525000', '220037.985000', '220038.445000', '220038.905000', '220039.365000', '220039.825000', '220040.285000', '220040.745000', '220041.205000', '220041.665000', '220042.125000', '220042.585000', '220043.045000', '220043.505000', '220043.965000', '220044.425000', '220044.885000', '220045.345000', '220045.805000', '220046.265000', '220046.725000', '220047.185000', '220047.645000', '220048.105000', '220048.565000', '220049.025000', '220049.485000', '220049.945000', '220050.405000', '220050.865000', '220051.325000', '220051.785000', '220052.245000', '220052.705000', '220053.165000', '220053.625000', '220054.085000', '220054.545000', '220055.005000', '220055.465000', '220055.925000', '220056.385000', '220056.845000', '220057.305000', '220057.765000', '220058.225000', '220058.685000', '220059.145000', '220059.605000', '220100.065000', '220100.525000', '220100.985000', '220101.445000', '220101.905000', '220102.365000', '220102.825000', '220103.285000', '220103.745000', '220104.205000', '220104.665000', '220105.125000', '220105.585000', '220106.045000', '220106.505000', '220106.965000', '220107.425000', '220107.885000', '220108.345000', '220108.805000', '220109.265000', '220109.725000', '220110.185000', '220110.645000', '220111.105000', '220111.565000', '220112.025000', '220112.485000', '220112.945000', '220113.405000', '220113.865000', '220114.325000', '220114.785000', '220115.245000', '220115.705000', '220116.165000', '220116.625000', '220117.085000', '220117.545000', '220118.005000', '220118.465000', '220118.925000', '220119.385000', '220119.845000', '220120.305000', '220120.765000', '220121.225000', '220121.685000', '220122.145000', '220122.605000', '220123.065000', '220123.525000', '220123.985000', '220124.445000', '220124.905000', '220125.365000', '220125.825000', '220126.285000', '220126.745000', '220127.205000', '220127.665000', '220128.125000', '220128.585000', '220129.045000', '220129.505000', '220129.965000', '220130.425000', '220130.885000', '220131.345000', '220131.805000', '220132.265000', '220132.725000', '220133.185000', '220133.645000', '220134.105000', '220134.565000', '220135.025000', '220135.485000', '220135.945000', '220136.405000', '220136.865000', '220137.325000', '220137.785000', '220138.245000', '220138.705000', '220139.165000', '220139.625000', '220140.085000', '220140.545000', '220141.005000', '220141.465000', '220141.925000', '220142.385000', '220142.845000', '220143.305000', '220143.765000', '220144.225000', '220144.685000', '220145.145000', '220145.605000', '220146.065000', '220146.525000', '220146.985000', '220147.445000', '220147.905000', '220148.365000', '220148.825000', '220149.285000', '220149.745000', '220150.205000', '220150.665000', '220151.125000', '220151.585000', '220152.045000', '220152.505000', '220152.965000', '220153.425000', '220153.885000', '220154.345000', '220154.805000', '220155.265000', '220155.725000', '220156.185000', '220156.645000', '220157.105000', '220157.565000', '220158.025000', '220158.485000', '220158.945000', '220159.405000', '220159.865000', '220200.325000', '220200.785000', '220201.245000', '220201.705000', '220202.165000', '220202.625000', '220203.085000', '220203.545000', '220204.005000', '220204.465000', '220204.925000', '220205.385000', '220205.845000', '220206.305000', '220206.765000', '220207.225000', '220207.685000', '220208.145000', '220208.605000', '220209.065000', '220209.525000', '220209.985000', '220210.445000', '220210.905000', '220211.365000', '220211.825000', '220212.285000', '220212.745000', '220213.205000', '220213.665000', '220214.125000', '220214.585000', '220215.045000', '220215.505000', '220215.965000', '220216.425000', '220216.885000', '220217.345000', '220217.805000', '220218.265000', '220218.725000', '220219.185000', '220219.645000', '220220.105000', '220220.565000', '220221.025000', '220221.485000', '220221.945000', '220222.405000', '220222.865000', '220223.325000', '220223.785000', '220224.245000', '220224.705000', '220225.165000', '220225.625000', '220226.085000', '220226.545000', '220227.005000', '220227.465000', '220227.925000', '220228.385000', '220228.845000', '220229.305000', '220229.765000', '220230.225000', '220230.685000', '220231.145000', '220231.605000', '220232.065000', '220232.525000', '220232.985000', '220233.445000', '220233.905000', '220234.365000', '220234.825000', '220235.285000', '220235.745000', '220236.205000', '220236.665000', '220237.125000', '220237.585000', '220238.045000', '220238.505000', '220238.965000', '220239.425000', '220239.885000', '220240.345000', '220240.805000', '220241.265000', '220241.725000', '220242.185000', '220242.645000', '220243.105000', '220243.565000', '220244.025000', '220244.485000', '220244.945000', '220245.405000', '220245.865000', '220246.325000', '220246.785000', '220247.245000', '220247.705000', '220248.165000', '220248.625000', '220249.085000', '220249.545000', '220250.005000', '220250.465000', '220250.925000', '220251.385000', '220251.845000', '220252.305000', '220252.765000', '220253.225000', '220253.685000', '220254.145000', '220254.605000', '220255.065000', '220255.525000', '220255.985000', '220256.445000', '220256.905000', '220257.365000', '220257.825000', '220258.285000', '220258.745000', '220259.205000', '220259.665000', '220300.125000', '220300.585000', '220301.045000', '220301.505000', '220301.965000', '220302.425000', '220302.885000', '220303.345000', '220303.805000', '220304.265000', '220304.725000', '220305.185000', '220305.645000', '220306.105000', '220306.565000', '220307.025000', '220307.485000', '220307.945000', '220308.405000', '220308.865000', '220309.325000', '220309.785000', '220310.245000', '220310.705000', '220311.165000', '220311.625000', '220312.085000', '220312.545000', '220313.005000', '220313.465000', '220313.925000', '220314.385000', '220314.845000', '220315.305000', '220315.765000', '220316.225000', '220316.685000', '220317.145000', '220317.605000', '220318.065000', '220318.525000', '220318.985000', '220319.445000', '220319.905000', '220320.365000', '220320.825000', '220321.285000', '220321.745000', '220322.205000', '220322.665000', '220323.125000', '220323.585000', '220324.045000', '220324.505000', '220324.965000', '220325.425000', '220325.885000', '220326.345000', '220326.805000', '220327.265000', '220327.725000', '220328.185000', '220328.645000', '220329.105000', '220329.565000', '220330.025000', '220330.485000', '220330.945000', '220331.405000', '220331.865000', '220332.325000', '220332.785000', '220333.245000', '220333.705000', '220334.165000', '220334.625000', '220335.085000', '220335.545000', '220336.005000', '220336.465000', '220336.925000', '220337.385000', '220337.845000', '220338.305000', '220338.765000', '220339.225000', '220339.685000', '220340.145000', '220340.605000', '220341.065000', '220341.525000', '220341.985000', '220342.445000', '220342.905000', '220343.365000', '220343.825000', '220344.285000', '220344.745000', '220345.205000', '220345.665000', '220346.125000', '220346.585000', '220347.045000', '220347.505000', '220347.965000', '220348.425000', '220348.885000', '220349.345000', '220349.805000', '220350.265000', '220350.725000', '220351.185000', '220351.645000', '220352.105000', '220352.565000', '220353.025000', '220353.485000', '220353.945000', '220354.405000', '220354.865000', '220355.325000', '220355.785000', '220356.245000', '220356.705000', '220357.165000', '220357.625000', '220358.085000', '220358.545000', '220359.005000', '220359.465000', '220359.925000', '220400.385000', '220400.845000', '220401.305000', '220401.765000', '220402.225000', '220402.685000', '220403.145000', '220403.605000', '220404.065000', '220404.525000', '220404.985000', '220405.445000', '220405.905000', '220406.365000', '220406.825000', '220407.285000', '220407.745000', '220408.205000', '220408.665000', '220409.125000', '220409.585000', '220410.045000', '220410.505000', '220410.965000', '220411.425000', '220411.885000', '220412.345000', '220412.805000', '220413.265000', '220413.725000', '220414.185000', '220414.645000', '220415.105000', '220415.565000', '220416.025000', '220416.485000', '220416.945000', '220417.405000'], 'ContentTime': ['215818.324000', '215818.327000', '215818.330000', '215818.333000', '215818.336000', '215818.338000', '215818.341000', '215818.344000', '215818.346000', '215818.349000', '215818.352000', '215818.355000', '215818.357000', '215818.360000', '215818.362000', '215818.365000', '215818.368000', '215818.383000', '215818.385000', '215818.388000', '215818.390000', '215818.394000', '215818.396000', '215818.399000', '215818.402000', '215818.404000', '215818.407000', '215818.419000', '215818.421000', '215818.424000', '215818.426000', '215818.429000', '215818.431000', '215818.434000', '215818.437000', '215818.439000', '215818.442000', '215818.444000', '215818.447000', '215818.450000', '215818.452000', '215818.455000', '215818.457000', '215818.460000', '215818.462000', '215818.465000', '215818.467000', '215818.470000', '215818.473000', '215818.475000', '215818.478000', '215818.480000', '215818.483000', '215818.485000', '215818.488000', '215838.287000', '215838.290000', '215838.293000', '215838.295000', '215838.298000', '215838.301000', '215838.303000', '215838.306000', '215838.309000', '215838.311000', '215838.314000', '215838.316000', '215838.319000', '215838.321000', '215838.324000', '215838.327000', '215838.335000', '215838.338000', '215838.340000', '215838.343000', '215838.346000', '215838.348000', '215838.351000', '215838.353000', '215838.356000', '215838.358000', '215838.361000', '215838.364000', '215838.366000', '215838.369000', '215838.372000', '215838.374000', '215838.377000', '215838.379000', '215838.382000', '215838.385000', '215838.387000', '215838.390000', '215838.392000', '215838.395000', '215838.398000', '215838.400000', '215838.403000', '215838.406000', '215858.288000', '215858.301000', '215858.304000', '215858.306000', '215858.309000', '215858.312000', '215858.314000', '215858.317000', '215858.319000', '215858.322000', '215858.325000', '215858.327000', '215858.330000', '215858.332000', '215858.335000', '215858.338000', '215858.340000', '215858.343000', '215858.345000', '215858.348000', '215858.351000', '215858.353000', '215858.356000', '215858.359000', '215858.362000', '215858.364000', '215858.367000', '215858.369000', '215858.372000', '215858.374000', '215858.377000', '215858.380000', '215858.382000', '215858.385000', '215858.387000', '215858.390000', '215858.392000', '215858.395000', '215858.398000', '215858.400000', '215858.403000', '215858.405000', '215858.408000', '215918.287000', '215918.290000', '215918.293000', '215918.295000', '215918.298000', '215918.301000', '215918.303000', '215918.306000', '215918.309000', '215918.311000', '215918.314000', '215918.316000', '215918.319000', '215918.322000', '215918.324000', '215918.327000', '215918.329000', '215918.332000', '215918.335000', '215918.345000', '215918.347000', '215918.350000', '215918.352000', '215918.355000', '215918.358000', '215918.360000', '215918.363000', '215918.366000', '215918.368000', '215918.371000', '215918.374000', '215918.376000', '215918.379000', '215918.382000', '215918.384000', '215918.387000', '215918.390000', '215918.393000', '215918.396000', '215918.398000', '215918.401000', '215918.404000', '215918.406000', '215918.409000', '215938.289000', '215938.291000', '215938.294000', '215938.297000', '215938.299000', '215938.302000', '215938.304000', '215938.307000', '215938.310000', '215938.312000', '215938.315000', '215938.317000', '215938.320000', '215938.323000', '215938.325000', '215938.328000', '215938.330000', '215938.333000', '215938.335000', '215938.338000', '215938.340000', '215938.343000', '215938.346000', '215938.348000', '215938.351000', '215938.358000', '215938.361000', '215938.364000', '215938.366000', '215938.369000', '215938.372000', '215938.374000', '215938.377000', '215938.384000', '215938.387000', '215938.390000', '215938.392000', '215938.395000', '215938.397000', '215938.400000', '215938.402000', '215938.405000', '215938.408000', '215958.288000', '215958.291000', '215958.294000', '215958.296000', '215958.299000', '215958.302000', '215958.304000', '215958.307000', '215958.310000', '215958.312000', '215958.315000', '215958.375000', '215958.378000', '215958.381000', '215958.383000', '215958.386000', '215958.389000', '215958.391000', '215958.394000', '215958.397000', '215958.399000', '215958.402000', '215958.404000', '215958.407000', '215958.410000', '215958.412000', '215958.415000', '215958.417000', '215958.420000', '215958.422000', '215958.425000', '215958.428000', '215958.430000', '215958.433000', '215958.435000', '215958.438000', '215958.441000', '215958.443000', '215958.446000', '215958.448000', '215958.451000', '215958.454000', '215958.456000', '215958.459000', '220018.288000', '220018.291000', '220018.294000', '220018.296000', '220018.299000', '220018.302000', '220018.304000', '220018.307000', '220018.310000', '220018.312000', '220018.315000', '220018.317000', '220018.320000', '220018.323000', '220018.325000', '220018.328000', '220018.330000', '220018.333000', '220018.335000', '220018.338000', '220018.341000', '220018.343000', '220018.346000', '220018.349000', '220018.351000', '220018.354000', '220018.357000', '220018.359000', '220018.362000', '220018.364000', '220018.367000', '220018.370000', '220018.372000', '220018.375000', '220018.377000', '220018.380000', '220018.383000', '220018.385000', '220018.388000', '220018.390000', '220018.393000', '220018.396000', '220018.398000', '220038.287000', '220038.290000', '220038.293000', '220038.296000', '220038.298000', '220038.301000', '220038.303000', '220038.306000', '220038.309000', '220038.311000', '220038.314000', '220038.316000', '220038.319000', '220038.322000', '220038.324000', '220038.327000', '220038.329000', '220038.332000', '220038.335000', '220038.337000', '220038.340000', '220038.342000', '220038.345000', '220038.347000', '220038.350000', '220038.353000', '220038.355000', '220038.358000', '220038.360000', '220038.363000', '220038.366000', '220038.368000', '220038.371000', '220038.374000', '220038.376000', '220038.379000', '220038.381000', '220038.384000', '220038.386000', '220038.389000', '220038.392000', '220038.394000', '220038.397000', '220038.400000', '220058.288000', '220058.291000', '220058.293000', '220058.296000', '220058.298000', '220058.301000', '220058.303000', '220058.306000', '220058.309000', '220058.311000', '220058.314000', '220058.316000', '220058.319000', '220058.322000', '220058.324000', '220058.327000', '220058.330000', '220058.332000', '220058.335000', '220058.338000', '220058.340000', '220058.343000', '220058.345000', '220058.348000', '220058.350000', '220058.353000', '220058.356000', '220058.358000', '220058.361000', '220058.363000', '220058.366000', '220058.368000', '220058.371000', '220058.374000', '220058.376000', '220058.379000', '220058.381000', '220058.384000', '220058.387000', '220058.389000', '220058.392000', '220058.394000', '220058.397000', '220118.287000', '220118.290000', '220118.293000', '220118.295000', '220118.298000', '220118.301000', '220118.303000', '220118.306000', '220118.308000', '220118.311000', '220118.314000', '220118.316000', '220118.319000', '220118.321000', '220118.324000', '220118.326000', '220118.329000', '220118.332000', '220118.334000', '220118.337000', '220118.339000', '220118.342000', '220118.345000', '220118.347000', '220118.350000', '220118.353000', '220118.355000', '220118.358000', '220118.360000', '220118.363000', '220118.366000', '220118.375000', '220118.378000', '220118.380000', '220118.383000', '220118.385000', '220118.388000', '220118.391000', '220118.393000', '220118.396000', '220118.398000', '220118.401000', '220118.404000', '220118.406000', '220138.287000', '220138.290000', '220138.293000', '220138.295000', '220138.298000', '220138.301000', '220138.315000', '220138.318000', '220138.320000', '220138.323000', '220138.325000', '220138.328000', '220138.330000', '220138.333000', '220138.336000', '220138.338000', '220138.341000', '220138.343000', '220138.346000', '220138.348000', '220138.351000', '220138.354000', '220138.356000', '220138.359000', '220138.361000', '220138.364000', '220138.367000', '220138.369000', '220138.372000', '220138.374000', '220138.377000', '220138.380000', '220138.383000', '220138.385000', '220138.388000', '220138.391000', '220138.393000', '220138.396000', '220138.398000', '220138.401000', '220138.404000', '220138.406000', '220138.409000', '220158.288000', '220158.291000', '220158.294000', '220158.296000', '220158.299000', '220158.302000', '220158.304000', '220158.307000', '220158.309000', '220158.312000', '220158.315000', '220158.317000', '220158.320000', '220158.322000', '220158.325000', '220158.328000', '220158.330000', '220158.333000', '220158.335000', '220158.338000', '220158.341000', '220158.343000', '220158.346000', '220158.348000', '220158.351000', '220158.354000', '220158.356000', '220158.359000', '220158.361000', '220158.364000', '220158.367000', '220158.369000', '220158.372000', '220158.375000', '220158.377000', '220158.380000', '220158.383000', '220158.385000', '220158.388000', '220158.390000', '220158.393000', '220158.396000', '220158.398000', '220158.401000', '220218.289000', '220218.291000', '220218.294000', '220218.297000', '220218.299000', '220218.302000', '220218.304000', '220218.307000', '220218.310000', '220218.312000', '220218.315000', '220218.317000', '220218.320000', '220218.322000', '220218.325000', '220218.328000', '220218.330000', '220218.333000', '220218.335000', '220218.338000', '220218.341000', '220218.343000', '220218.346000', '220218.348000', '220218.351000', '220218.353000', '220218.356000', '220218.359000', '220218.361000', '220218.364000', '220218.366000', '220218.369000', '220218.371000', '220218.374000', '220218.377000', '220218.379000', '220218.382000', '220218.384000', '220218.387000', '220218.390000', '220218.392000', '220218.395000', '220218.398000', '220238.289000', '220238.291000', '220238.294000', '220238.297000', '220238.299000', '220238.302000', '220238.305000', '220238.307000', '220238.310000', '220238.313000', '220238.315000', '220238.318000', '220238.320000', '220238.323000', '220238.326000', '220238.329000', '220238.331000', '220238.334000', '220238.337000', '220238.339000', '220238.342000', '220238.344000', '220238.347000', '220238.349000', '220238.352000', '220238.355000', '220238.357000', '220238.360000', '220238.362000', '220238.365000', '220238.368000', '220238.370000', '220238.373000', '220238.375000', '220238.378000', '220238.381000', '220238.383000', '220238.386000', '220238.388000', '220238.391000', '220238.394000', '220238.396000', '220238.399000', '220238.402000', '220258.287000', '220258.290000', '220258.293000', '220258.295000', '220258.298000', '220258.301000', '220258.303000', '220258.306000', '220258.308000', '220258.311000', '220258.314000', '220258.316000', '220258.319000', '220258.321000', '220258.324000', '220258.327000', '220258.329000', '220258.359000', '220258.361000', '220258.364000', '220258.366000', '220258.369000', '220258.372000', '220258.374000', '220258.377000', '220258.379000', '220258.382000', '220258.385000', '220258.387000', '220258.390000', '220258.392000', '220258.395000', '220258.398000', '220258.400000', '220258.403000', '220258.405000', '220258.408000', '220258.411000', '220258.413000', '220258.416000', '220258.418000', '220258.421000', '220258.423000', '220318.287000', '220318.290000', '220318.293000', '220318.296000', '220318.298000', '220318.301000', '220318.304000', '220318.307000', '220318.309000', '220318.312000', '220318.314000', '220318.317000', '220318.320000', '220318.322000', '220318.325000', '220318.327000', '220318.330000', '220318.333000', '220318.335000', '220318.338000', '220318.340000', '220318.343000', '220318.346000', '220318.348000', '220318.351000', '220318.353000', '220318.356000', '220318.359000', '220318.362000', '220318.364000', '220318.367000', '220318.369000', '220318.372000', '220318.375000', '220318.377000', '220318.380000', '220318.382000', '220318.385000', '220318.388000', '220318.390000', '220318.393000', '220318.395000', '220318.398000', '220318.401000', '220338.287000', '220338.290000', '220338.293000', '220338.295000', '220338.298000', '220338.301000', '220338.303000', '220338.306000', '220338.308000', '220338.311000', '220338.314000', '220338.316000', '220338.319000', '220338.321000', '220338.324000', '220338.327000', '220338.329000', '220338.332000', '220338.334000', '220338.337000', '220338.340000', '220338.342000', '220338.345000', '220338.347000', '220338.350000', '220338.353000', '220338.355000', '220338.358000', '220338.360000', '220338.363000', '220338.366000', '220338.368000', '220338.371000', '220338.373000', '220338.376000', '220338.379000', '220338.381000', '220338.384000', '220338.386000', '220338.389000', '220338.391000', '220338.394000', '220338.397000', '220358.287000', '220358.290000', '220358.293000', '220358.295000', '220358.298000', '220358.301000', '220358.303000', '220358.306000', '220358.308000', '220358.311000', '220358.314000', '220358.316000', '220358.319000', '220358.321000', '220358.324000', '220358.327000', '220358.329000', '220358.332000', '220358.335000', '220358.337000', '220358.340000', '220358.342000', '220358.345000', '220358.348000', '220358.350000', '220358.353000', '220358.355000', '220358.358000', '220358.361000', '220358.363000', '220358.366000', '220358.369000', '220358.371000', '220358.374000', '220358.377000', '220358.379000', '220358.382000', '220358.385000', '220358.388000', '220358.391000', '220358.394000', '220358.396000', '220358.399000', '220358.401000', '220418.289000', '220418.292000', '220418.294000', '220418.297000', '220418.300000', '220418.303000', '220418.305000', '220418.308000', '220418.311000', '220418.313000', '220418.316000', '220418.319000', '220418.321000', '220418.324000', '220418.327000', '220418.329000', '220418.332000', '220418.335000', '220418.338000', '220418.340000', '220418.343000', '220418.345000', '220418.348000', '220418.350000', '220418.353000', '220418.356000', '220418.358000', '220418.370000', '220418.373000', '220418.375000', '220418.378000', '220418.381000', '220418.383000', '220418.386000', '220418.389000', '220418.391000', '220418.394000', '220418.397000', '220418.399000', '220418.402000', '220418.405000', '220418.407000', '220418.410000', '220418.528000'], 'InstanceCreationTime': ['215818.324000', '215818.327000', '215818.330000', '215818.333000', '215818.336000', '215818.338000', '215818.341000', '215818.344000', '215818.346000', '215818.349000', '215818.352000', '215818.355000', '215818.357000', '215818.360000', '215818.362000', '215818.365000', '215818.368000', '215818.383000', '215818.385000', '215818.388000', '215818.390000', '215818.394000', '215818.396000', '215818.399000', '215818.402000', '215818.404000', '215818.407000', '215818.419000', '215818.421000', '215818.424000', '215818.426000', '215818.429000', '215818.431000', '215818.434000', '215818.437000', '215818.439000', '215818.442000', '215818.444000', '215818.447000', '215818.450000', '215818.452000', '215818.455000', '215818.457000', '215818.460000', '215818.462000', '215818.465000', '215818.467000', '215818.470000', '215818.473000', '215818.475000', '215818.478000', '215818.480000', '215818.483000', '215818.485000', '215818.488000', '215838.287000', '215838.290000', '215838.293000', '215838.295000', '215838.298000', '215838.301000', '215838.303000', '215838.306000', '215838.309000', '215838.311000', '215838.314000', '215838.316000', '215838.319000', '215838.321000', '215838.324000', '215838.327000', '215838.335000', '215838.338000', '215838.340000', '215838.343000', '215838.346000', '215838.348000', '215838.351000', '215838.353000', '215838.356000', '215838.358000', '215838.361000', '215838.364000', '215838.366000', '215838.369000', '215838.372000', '215838.374000', '215838.377000', '215838.379000', '215838.382000', '215838.385000', '215838.387000', '215838.390000', '215838.392000', '215838.395000', '215838.398000', '215838.400000', '215838.403000', '215838.406000', '215858.288000', '215858.301000', '215858.304000', '215858.306000', '215858.309000', '215858.312000', '215858.314000', '215858.317000', '215858.319000', '215858.322000', '215858.325000', '215858.327000', '215858.330000', '215858.332000', '215858.335000', '215858.338000', '215858.340000', '215858.343000', '215858.345000', '215858.348000', '215858.351000', '215858.353000', '215858.356000', '215858.359000', '215858.362000', '215858.364000', '215858.367000', '215858.369000', '215858.372000', '215858.374000', '215858.377000', '215858.380000', '215858.382000', '215858.385000', '215858.387000', '215858.390000', '215858.392000', '215858.395000', '215858.398000', '215858.400000', '215858.403000', '215858.405000', '215858.408000', '215918.287000', '215918.290000', '215918.293000', '215918.295000', '215918.298000', '215918.301000', '215918.303000', '215918.306000', '215918.309000', '215918.311000', '215918.314000', '215918.316000', '215918.319000', '215918.322000', '215918.324000', '215918.327000', '215918.329000', '215918.332000', '215918.335000', '215918.345000', '215918.347000', '215918.350000', '215918.352000', '215918.355000', '215918.358000', '215918.360000', '215918.363000', '215918.366000', '215918.368000', '215918.371000', '215918.374000', '215918.376000', '215918.379000', '215918.382000', '215918.384000', '215918.387000', '215918.390000', '215918.393000', '215918.396000', '215918.398000', '215918.401000', '215918.404000', '215918.406000', '215918.409000', '215938.289000', '215938.291000', '215938.294000', '215938.297000', '215938.299000', '215938.302000', '215938.304000', '215938.307000', '215938.310000', '215938.312000', '215938.315000', '215938.317000', '215938.320000', '215938.323000', '215938.325000', '215938.328000', '215938.330000', '215938.333000', '215938.335000', '215938.338000', '215938.340000', '215938.343000', '215938.346000', '215938.348000', '215938.351000', '215938.358000', '215938.361000', '215938.364000', '215938.366000', '215938.369000', '215938.372000', '215938.374000', '215938.377000', '215938.384000', '215938.387000', '215938.390000', '215938.392000', '215938.395000', '215938.397000', '215938.400000', '215938.402000', '215938.405000', '215938.408000', '215958.288000', '215958.291000', '215958.294000', '215958.296000', '215958.299000', '215958.302000', '215958.304000', '215958.307000', '215958.310000', '215958.312000', '215958.315000', '215958.375000', '215958.378000', '215958.381000', '215958.383000', '215958.386000', '215958.389000', '215958.391000', '215958.394000', '215958.397000', '215958.399000', '215958.402000', '215958.404000', '215958.407000', '215958.410000', '215958.412000', '215958.415000', '215958.417000', '215958.420000', '215958.422000', '215958.425000', '215958.428000', '215958.430000', '215958.433000', '215958.435000', '215958.438000', '215958.441000', '215958.443000', '215958.446000', '215958.448000', '215958.451000', '215958.454000', '215958.456000', '215958.459000', '220018.288000', '220018.291000', '220018.294000', '220018.296000', '220018.299000', '220018.302000', '220018.304000', '220018.307000', '220018.310000', '220018.312000', '220018.315000', '220018.317000', '220018.320000', '220018.323000', '220018.325000', '220018.328000', '220018.330000', '220018.333000', '220018.335000', '220018.338000', '220018.341000', '220018.343000', '220018.346000', '220018.349000', '220018.351000', '220018.354000', '220018.357000', '220018.359000', '220018.362000', '220018.364000', '220018.367000', '220018.370000', '220018.372000', '220018.375000', '220018.377000', '220018.380000', '220018.383000', '220018.385000', '220018.388000', '220018.390000', '220018.393000', '220018.396000', '220018.398000', '220038.287000', '220038.290000', '220038.293000', '220038.296000', '220038.298000', '220038.301000', '220038.303000', '220038.306000', '220038.309000', '220038.311000', '220038.314000', '220038.316000', '220038.319000', '220038.322000', '220038.324000', '220038.327000', '220038.329000', '220038.332000', '220038.335000', '220038.337000', '220038.340000', '220038.342000', '220038.345000', '220038.347000', '220038.350000', '220038.353000', '220038.355000', '220038.358000', '220038.360000', '220038.363000', '220038.366000', '220038.368000', '220038.371000', '220038.374000', '220038.376000', '220038.379000', '220038.381000', '220038.384000', '220038.386000', '220038.389000', '220038.392000', '220038.394000', '220038.397000', '220038.400000', '220058.288000', '220058.291000', '220058.293000', '220058.296000', '220058.298000', '220058.301000', '220058.303000', '220058.306000', '220058.309000', '220058.311000', '220058.314000', '220058.316000', '220058.319000', '220058.322000', '220058.324000', '220058.327000', '220058.330000', '220058.332000', '220058.335000', '220058.338000', '220058.340000', '220058.343000', '220058.345000', '220058.348000', '220058.350000', '220058.353000', '220058.356000', '220058.358000', '220058.361000', '220058.363000', '220058.366000', '220058.368000', '220058.371000', '220058.374000', '220058.376000', '220058.379000', '220058.381000', '220058.384000', '220058.387000', '220058.389000', '220058.392000', '220058.394000', '220058.397000', '220118.287000', '220118.290000', '220118.293000', '220118.295000', '220118.298000', '220118.301000', '220118.303000', '220118.306000', '220118.308000', '220118.311000', '220118.314000', '220118.316000', '220118.319000', '220118.321000', '220118.324000', '220118.326000', '220118.329000', '220118.332000', '220118.334000', '220118.337000', '220118.339000', '220118.342000', '220118.345000', '220118.347000', '220118.350000', '220118.353000', '220118.355000', '220118.358000', '220118.360000', '220118.363000', '220118.366000', '220118.375000', '220118.378000', '220118.380000', '220118.383000', '220118.385000', '220118.388000', '220118.391000', '220118.393000', '220118.396000', '220118.398000', '220118.401000', '220118.404000', '220118.406000', '220138.287000', '220138.290000', '220138.293000', '220138.295000', '220138.298000', '220138.301000', '220138.315000', '220138.318000', '220138.320000', '220138.323000', '220138.325000', '220138.328000', '220138.330000', '220138.333000', '220138.336000', '220138.338000', '220138.341000', '220138.343000', '220138.346000', '220138.348000', '220138.351000', '220138.354000', '220138.356000', '220138.359000', '220138.361000', '220138.364000', '220138.367000', '220138.369000', '220138.372000', '220138.374000', '220138.377000', '220138.380000', '220138.383000', '220138.385000', '220138.388000', '220138.391000', '220138.393000', '220138.396000', '220138.398000', '220138.401000', '220138.404000', '220138.406000', '220138.409000', '220158.288000', '220158.291000', '220158.294000', '220158.296000', '220158.299000', '220158.302000', '220158.304000', '220158.307000', '220158.309000', '220158.312000', '220158.315000', '220158.317000', '220158.320000', '220158.322000', '220158.325000', '220158.328000', '220158.330000', '220158.333000', '220158.335000', '220158.338000', '220158.341000', '220158.343000', '220158.346000', '220158.348000', '220158.351000', '220158.354000', '220158.356000', '220158.359000', '220158.361000', '220158.364000', '220158.367000', '220158.369000', '220158.372000', '220158.375000', '220158.377000', '220158.380000', '220158.383000', '220158.385000', '220158.388000', '220158.390000', '220158.393000', '220158.396000', '220158.398000', '220158.401000', '220218.289000', '220218.291000', '220218.294000', '220218.297000', '220218.299000', '220218.302000', '220218.304000', '220218.307000', '220218.310000', '220218.312000', '220218.315000', '220218.317000', '220218.320000', '220218.322000', '220218.325000', '220218.328000', '220218.330000', '220218.333000', '220218.335000', '220218.338000', '220218.341000', '220218.343000', '220218.346000', '220218.348000', '220218.351000', '220218.353000', '220218.356000', '220218.359000', '220218.361000', '220218.364000', '220218.366000', '220218.369000', '220218.371000', '220218.374000', '220218.377000', '220218.379000', '220218.382000', '220218.384000', '220218.387000', '220218.390000', '220218.392000', '220218.395000', '220218.398000', '220238.289000', '220238.291000', '220238.294000', '220238.297000', '220238.299000', '220238.302000', '220238.305000', '220238.307000', '220238.310000', '220238.313000', '220238.315000', '220238.318000', '220238.320000', '220238.323000', '220238.326000', '220238.329000', '220238.331000', '220238.334000', '220238.337000', '220238.339000', '220238.342000', '220238.344000', '220238.347000', '220238.349000', '220238.352000', '220238.355000', '220238.357000', '220238.360000', '220238.362000', '220238.365000', '220238.368000', '220238.370000', '220238.373000', '220238.375000', '220238.378000', '220238.381000', '220238.383000', '220238.386000', '220238.388000', '220238.391000', '220238.394000', '220238.396000', '220238.399000', '220238.402000', '220258.287000', '220258.290000', '220258.293000', '220258.295000', '220258.298000', '220258.301000', '220258.303000', '220258.306000', '220258.308000', '220258.311000', '220258.314000', '220258.316000', '220258.319000', '220258.321000', '220258.324000', '220258.327000', '220258.329000', '220258.359000', '220258.361000', '220258.364000', '220258.366000', '220258.369000', '220258.372000', '220258.374000', '220258.377000', '220258.379000', '220258.382000', '220258.385000', '220258.387000', '220258.390000', '220258.392000', '220258.395000', '220258.398000', '220258.400000', '220258.403000', '220258.405000', '220258.408000', '220258.411000', '220258.413000', '220258.416000', '220258.418000', '220258.421000', '220258.423000', '220318.287000', '220318.290000', '220318.293000', '220318.296000', '220318.298000', '220318.301000', '220318.304000', '220318.307000', '220318.309000', '220318.312000', '220318.314000', '220318.317000', '220318.320000', '220318.322000', '220318.325000', '220318.327000', '220318.330000', '220318.333000', '220318.335000', '220318.338000', '220318.340000', '220318.343000', '220318.346000', '220318.348000', '220318.351000', '220318.353000', '220318.356000', '220318.359000', '220318.362000', '220318.364000', '220318.367000', '220318.369000', '220318.372000', '220318.375000', '220318.377000', '220318.380000', '220318.382000', '220318.385000', '220318.388000', '220318.390000', '220318.393000', '220318.395000', '220318.398000', '220318.401000', '220338.287000', '220338.290000', '220338.293000', '220338.295000', '220338.298000', '220338.301000', '220338.303000', '220338.306000', '220338.308000', '220338.311000', '220338.314000', '220338.316000', '220338.319000', '220338.321000', '220338.324000', '220338.327000', '220338.329000', '220338.332000', '220338.334000', '220338.337000', '220338.340000', '220338.342000', '220338.345000', '220338.347000', '220338.350000', '220338.353000', '220338.355000', '220338.358000', '220338.360000', '220338.363000', '220338.366000', '220338.368000', '220338.371000', '220338.373000', '220338.376000', '220338.379000', '220338.381000', '220338.384000', '220338.386000', '220338.389000', '220338.391000', '220338.394000', '220338.397000', '220358.287000', '220358.290000', '220358.293000', '220358.295000', '220358.298000', '220358.301000', '220358.303000', '220358.306000', '220358.308000', '220358.311000', '220358.314000', '220358.316000', '220358.319000', '220358.321000', '220358.324000', '220358.327000', '220358.329000', '220358.332000', '220358.335000', '220358.337000', '220358.340000', '220358.342000', '220358.345000', '220358.348000', '220358.350000', '220358.353000', '220358.355000', '220358.358000', '220358.361000', '220358.363000', '220358.366000', '220358.369000', '220358.371000', '220358.374000', '220358.377000', '220358.379000', '220358.382000', '220358.385000', '220358.388000', '220358.391000', '220358.394000', '220358.396000', '220358.399000', '220358.401000', '220418.289000', '220418.292000', '220418.294000', '220418.297000', '220418.300000', '220418.303000', '220418.305000', '220418.308000', '220418.311000', '220418.313000', '220418.316000', '220418.319000', '220418.321000', '220418.324000', '220418.327000', '220418.329000', '220418.332000', '220418.335000', '220418.338000', '220418.340000', '220418.343000', '220418.345000', '220418.348000', '220418.350000', '220418.353000', '220418.356000', '220418.358000', '220418.370000', '220418.373000', '220418.375000', '220418.378000', '220418.381000', '220418.383000', '220418.386000', '220418.389000', '220418.391000', '220418.394000', '220418.397000', '220418.399000', '220418.402000', '220418.405000', '220418.407000', '220418.410000', '220418.528000'], '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': [10748, 10368, 10832, 10620, 9921, 11059, 9453, 10568, 10850, 9297, 11126, 9533, 10197, 10809, 9099, 10483, 10175, 9236, 11081, 9186, 9562, 10689, 9373, 9909, 10632, 9084, 10582, 10078, 8032, 10596, 9661, 9803, 10458, 9566, 10527, 10137, 8346, 10317, 9707, 8001, 10366, 9602, 9559, 10474, 9206, 10087, 10138, 9153, 10151, 9835, 9435, 10572, 9439, 9634, 10263, 9104, 9580, 10045, 8044, 10446, 9635, 9136, 10192, 9366, 10193, 9865, 9360, 9726, 9440, 8394, 9679, 9218, 9477, 9482, 9254, 8620, 9315, 9719, 9777, 9662, 10142, 9508, 10207, 9798, 9933, 9876, 10249, 10161, 9757, 8991, 10226, 10026, 9636, 10142, 8532, 10551, 9603, 9902, 9945, 10405, 9785, 9839, 9667, 10547, 9158, 10153, 10044, 9143, 10357, 9645, 10746, 10340, 9158, 10763, 9387, 9289, 10532, 9119, 10542, 9861, 9487, 10561, 9043, 10191, 10060, 9421, 10879, 9216, 10295, 9979, 9781, 10219, 9973, 9529, 10699, 8795, 10326, 9888, 8546, 10512, 9415, 10347, 9697, 9205, 10550, 9357, 9631, 10640, 8944, 10492, 8980, 10597, 10427, 10382, 10346, 10184, 10438, 9742, 11018, 9641, 11134, 9914, 9243, 11262, 9807, 9388, 10945, 9642, 10377, 10821, 8926, 10491, 10225, 9308, 10266, 10218, 9701, 11071, 9457, 10172, 10824, 9226, 10474, 10232, 9506, 11025, 9534, 10286, 10772, 9290, 10661, 10489, 9766, 11424, 10013, 10833, 11100, 9581, 10327, 10598, 9458, 11211, 9742, 10465, 10893, 9290, 10298, 10509, 8973, 11093, 9905, 9801, 10948, 9660, 9651, 10597, 7854, 10930, 10322, 8666, 10897, 9954, 9128, 10993, 9794, 10646, 10542, 9226, 10400, 10207, 9475, 11034, 10005, 10722, 10554, 9319, 10744, 10301, 9240, 10589, 10261, 9930, 10958, 9930, 9260, 10779, 9861, 10406, 10677, 9317, 10765, 10438, 9498, 10425, 10449, 9613, 11041, 9811, 9949, 10926, 9581, 10305, 10346, 9473, 11262, 10208, 9751, 11144, 9943, 10458, 10502, 8311, 11030, 10360, 9922, 11122, 10021, 9490, 10825, 9865, 10516, 10472, 8680, 11209, 10447, 9193, 10762, 10348, 10593, 10971, 8854, 11051, 10398, 9477, 10733, 8441, 10980, 10328, 10532, 10822, 10261, 9829, 10162, 9556, 10875, 9630, 10138, 10400, 9966, 9834, 9939, 10076, 10588, 8236, 10690, 10392, 9580, 10486, 9745, 10421, 10158, 9790, 10652, 9295, 9918, 9954, 9244, 10938, 9886, 10388, 10675, 9494, 10230, 10363, 9898, 10781, 9221, 10693, 9977, 8213, 10422, 9928, 10074, 10670, 8597, 10876, 9876, 9775, 10548, 9745, 10772, 10033, 9921, 10855, 9565, 9699, 10564, 8815, 10823, 10150, 10545, 10716, 9611, 10741, 8614, 11171, 10250, 10643, 10658, 10461, 10383, 10361, 9082, 11055, 9722, 10548, 10544, 8957, 10349, 9952, 10730, 10689, 10192, 11219, 10719, 10922, 10252, 10581, 10192, 10218, 9991, 10475, 10618, 9199, 10475, 10466, 9713, 10237, 9819, 9200, 10557, 9093, 10539, 10085, 8735, 10135, 9589, 9214, 10416, 9131, 10527, 10140, 8534, 9733, 9638, 9306, 10824, 9131, 10399, 10061, 7732, 10419, 9816, 10292, 10085, 8217, 10591, 9371, 9582, 10521, 8723, 10545, 9526, 9157, 10120, 10297, 10324, 9895, 10121, 10487, 9269, 9944, 9959, 9084, 10716, 9490, 10321, 10425, 9326, 9682, 9850, 9406, 10936, 9341, 10561, 10270, 8671, 9956, 10016, 10069, 10546, 8086, 10915, 9895, 8996, 10565, 9115, 10677, 10202, 9485, 10640, 9476, 9730, 10508, 9202, 10760, 9693, 9420, 10443, 9362, 10362, 10226, 9365, 10708, 9449, 10287, 10203, 8543, 10840, 9762, 10018, 10776, 9343, 10281, 10156, 9765, 10947, 8350, 10870, 10008, 9522, 10817, 9880, 10593, 10428, 9280, 11081, 9973, 9769, 10798, 8762, 11030, 10152, 9774, 10817, 9770, 9967, 10685, 9663, 11178, 9901, 10543, 10412, 8399, 11006, 10123, 10414, 10707, 8171, 10670, 10322, 9951, 11209, 8385, 11113, 10090, 9400, 10648, 10059, 10679, 10423, 9674, 11191, 9171, 10365, 10207, 10292, 10908, 9726, 11059, 8018, 10628, 10384, 10613, 10986, 9541, 11405, 10143, 10899, 11038, 9087, 11513, 10245, 9910, 11153, 10006, 10602, 11097, 9704, 11387, 10203, 10502, 10686, 10097, 11470, 9998, 11032, 10752, 9947, 11111, 10367, 11364, 10961, 10016, 11421, 9986, 10440, 11271, 9818, 11489, 9935, 10934, 10654, 10333, 11514, 9283, 11439, 10812, 10000, 11262, 10011, 11009, 10916, 10181, 11553, 10073, 10981, 10703, 9200, 11686, 10208, 11186, 11008, 9825, 11294, 10385, 11275, 10721, 10833, 10808, 8065, 10403, 9808, 10183, 10369, 9461, 10849, 9725, 10082, 10717, 8644, 11028, 9924, 9880, 10294, 9439, 10602, 9914, 10770, 10632, 9190, 10339, 9972, 9845, 10816, 8700, 11019, 10093, 10587, 10429, 9040, 10556, 10046, 10652, 10434, 10039, 10937, 8712, 10990, 10443, 11006, 10284, 10059, 10683, 9509, 10463, 10186, 9798, 11113, 8671, 10416, 8698, 11235, 9896, 10471, 9632, 10206, 9819, 10414, 10418, 9580, 10899, 9333, 10215, 10110, 9901, 10993, 9198, 11184, 9689, 10202, 10081, 9804, 10925, 8835, 11098, 9707, 9778, 10668, 8355, 10945, 7959, 10884, 10306, 10713, 10443, 9859, 11018, 9369, 11096, 9521, 11092, 10233, 10621, 10780, 9872, 10195, 10708, 8809, 10771, 9815, 8955, 10873, 9506, 10586, 10541, 9506, 10981, 9409, 10052, 10478, 9054, 10623, 10104, 9909, 10722, 9237, 10467, 10105, 10070, 11123, 9657, 11062, 9209, 10606, 10022, 10386, 10803, 9761, 11093, 9169, 10501, 9985, 9931, 10915, 9999, 11143, 9276, 10632, 9951, 9917, 10865, 9883, 10674, 9492, 10466, 10026, 8707, 10597, 9068, 10461, 9990, 9750, 10262, 9365, 10325, 9799, 9772, 10441, 8827, 10168, 9906, 8423, 10364, 9040, 10333, 10045, 9877, 10151, 9653, 10650, 8551, 10199, 9732, 10547, 10055, 9882, 10841, 9212, 10071, 10048, 9698, 10792, 8107, 10887, 9723, 9391, 10400, 9766, 10248, 9728, 10368, 10264, 8998, 10582, 9347, 9914, 9890, 9762, 10495, 8764, 10231, 9670, 9702, 10345, 7914, 10574, 9667, 9676, 10490, 8304, 10223, 9505, 10371, 10078, 9434, 10411, 8240, 10309], 'WindowCenter': [4821.0, 4793.0, 4798.0, 4789.0, 4772.0, 4783.0, 4752.0, 4759.0, 4760.0, 4737.0, 4757.0, 4736.0, 4744.0, 4754.0, 4723.0, 4747.0, 4746.0, 4722.0, 4754.0, 4736.0, 4733.0, 4746.0, 4724.0, 4731.0, 4744.0, 4721.0, 4743.0, 4733.0, 4703.0, 4744.0, 4736.0, 4734.0, 4743.0, 4734.0, 4742.0, 4743.0, 4712.0, 4744.0, 4748.0, 4714.0, 4756.0, 4747.0, 4745.0, 4767.0, 4736.0, 4759.0, 4769.0, 4747.0, 4760.0, 4758.0, 4749.0, 4767.0, 4749.0, 4749.0, 4758.0, 4740.0, 4747.0, 4759.0, 4727.0, 4768.0, 4760.0, 4747.0, 4759.0, 4751.0, 4758.0, 4758.0, 4750.0, 4761.0, 4760.0, 4739.0, 4758.0, 4748.0, 4761.0, 4761.0, 4775.0, 4776.0, 4774.0, 4773.0, 4770.0, 4772.0, 4781.0, 4773.0, 4785.0, 4773.0, 4769.0, 4769.0, 4761.0, 4769.0, 4762.0, 4748.0, 4759.0, 4760.0, 4750.0, 4759.0, 4736.0, 4757.0, 4746.0, 4759.0, 4760.0, 4755.0, 4745.0, 4750.0, 4746.0, 4754.0, 4735.0, 4755.0, 4758.0, 4747.0, 4755.0, 4748.0, 4756.0, 4747.0, 4733.0, 4751.0, 4736.0, 4732.0, 4744.0, 4722.0, 4743.0, 4731.0, 4734.0, 4754.0, 4737.0, 4744.0, 4744.0, 4734.0, 4755.0, 4732.0, 4743.0, 4743.0, 4735.0, 4743.0, 4747.0, 4734.0, 4741.0, 4710.0, 4744.0, 4744.0, 4723.0, 4741.0, 4730.0, 4755.0, 4747.0, 4733.0, 4757.0, 4747.0, 4749.0, 4761.0, 4734.0, 4757.0, 4748.0, 4780.0, 4767.0, 4769.0, 4782.0, 4794.0, 4795.0, 4761.0, 4770.0, 4757.0, 4779.0, 4758.0, 4735.0, 4752.0, 4748.0, 4735.0, 4743.0, 4733.0, 4734.0, 4752.0, 4721.0, 4728.0, 4742.0, 4720.0, 4731.0, 4743.0, 4722.0, 4755.0, 4733.0, 4731.0, 4752.0, 4731.0, 4744.0, 4741.0, 4732.0, 4753.0, 4733.0, 4744.0, 4766.0, 4745.0, 4756.0, 4770.0, 4745.0, 4777.0, 4758.0, 4764.0, 4767.0, 4747.0, 4746.0, 4757.0, 4744.0, 4767.0, 4747.0, 4754.0, 4766.0, 4745.0, 4745.0, 4756.0, 4733.0, 4764.0, 4743.0, 4732.0, 4765.0, 4745.0, 4733.0, 4753.0, 4712.0, 4755.0, 4758.0, 4722.0, 4767.0, 4747.0, 4733.0, 4754.0, 4735.0, 4743.0, 4755.0, 4734.0, 4755.0, 4744.0, 4735.0, 4752.0, 4745.0, 4751.0, 4754.0, 4735.0, 4756.0, 4745.0, 4733.0, 4745.0, 4745.0, 4740.0, 4757.0, 4747.0, 4733.0, 4756.0, 4742.0, 4752.0, 4758.0, 4733.0, 4756.0, 4755.0, 4744.0, 4753.0, 4754.0, 4732.0, 4765.0, 4745.0, 4744.0, 4767.0, 4747.0, 4744.0, 4758.0, 4748.0, 4766.0, 4759.0, 4745.0, 4765.0, 4748.0, 4754.0, 4761.0, 4723.0, 4767.0, 4760.0, 4744.0, 4764.0, 4758.0, 4748.0, 4769.0, 4745.0, 4766.0, 4769.0, 4734.0, 4764.0, 4767.0, 4745.0, 4768.0, 4755.0, 4767.0, 4778.0, 4746.0, 4779.0, 4771.0, 4759.0, 4769.0, 4737.0, 4778.0, 4769.0, 4778.0, 4792.0, 4771.0, 4759.0, 4767.0, 4756.0, 4778.0, 4756.0, 4769.0, 4778.0, 4758.0, 4757.0, 4758.0, 4758.0, 4772.0, 4740.0, 4767.0, 4769.0, 4758.0, 4768.0, 4743.0, 4756.0, 4760.0, 4744.0, 4767.0, 4746.0, 4757.0, 4746.0, 4734.0, 4755.0, 4747.0, 4742.0, 4756.0, 4744.0, 4743.0, 4745.0, 4733.0, 4752.0, 4730.0, 4752.0, 4759.0, 4726.0, 4744.0, 4745.0, 4743.0, 4755.0, 4721.0, 4752.0, 4760.0, 4742.0, 4755.0, 4734.0, 4753.0, 4745.0, 4742.0, 4767.0, 4749.0, 4734.0, 4757.0, 4732.0, 4753.0, 4752.0, 4765.0, 4770.0, 4761.0, 4767.0, 4735.0, 4767.0, 4757.0, 4771.0, 4768.0, 4768.0, 4755.0, 4747.0, 4723.0, 4756.0, 4734.0, 4742.0, 4754.0, 4736.0, 4744.0, 4749.0, 4753.0, 4744.0, 4754.0, 4763.0, 4778.0, 4778.0, 4783.0, 4786.0, 4769.0, 4758.0, 4747.0, 4743.0, 4755.0, 4733.0, 4743.0, 4757.0, 4734.0, 4743.0, 4732.0, 4723.0, 4742.0, 4720.0, 4741.0, 4746.0, 4723.0, 4742.0, 4733.0, 4721.0, 4745.0, 4722.0, 4740.0, 4745.0, 4714.0, 4720.0, 4733.0, 4720.0, 4742.0, 4721.0, 4730.0, 4744.0, 4699.0, 4744.0, 4740.0, 4756.0, 4758.0, 4723.0, 4756.0, 4737.0, 4736.0, 4757.0, 4726.0, 4758.0, 4748.0, 4746.0, 4757.0, 4742.0, 4745.0, 4746.0, 4746.0, 4759.0, 4734.0, 4744.0, 4746.0, 4725.0, 4744.0, 4734.0, 4744.0, 4757.0, 4731.0, 4731.0, 4745.0, 4731.0, 4756.0, 4723.0, 4741.0, 4746.0, 4723.0, 4742.0, 4745.0, 4731.0, 4755.0, 4710.0, 4753.0, 4747.0, 4733.0, 4755.0, 4725.0, 4755.0, 4746.0, 4731.0, 4767.0, 4746.0, 4732.0, 4757.0, 4733.0, 4755.0, 4747.0, 4736.0, 4752.0, 4731.0, 4743.0, 4743.0, 4736.0, 4754.0, 4747.0, 4757.0, 4747.0, 4725.0, 4753.0, 4744.0, 4744.0, 4758.0, 4744.0, 4746.0, 4745.0, 4743.0, 4753.0, 4725.0, 4753.0, 4757.0, 4745.0, 4753.0, 4742.0, 4752.0, 4752.0, 4732.0, 4765.0, 4746.0, 4743.0, 4757.0, 4724.0, 4756.0, 4743.0, 4732.0, 4765.0, 4745.0, 4735.0, 4754.0, 4731.0, 4764.0, 4742.0, 4756.0, 4756.0, 4712.0, 4756.0, 4743.0, 4741.0, 4756.0, 4722.0, 4754.0, 4745.0, 4734.0, 4755.0, 4722.0, 4752.0, 4756.0, 4732.0, 4754.0, 4745.0, 4752.0, 4755.0, 4742.0, 4763.0, 4744.0, 4754.0, 4744.0, 4754.0, 4756.0, 4748.0, 4765.0, 4727.0, 4766.0, 4757.0, 4758.0, 4757.0, 4744.0, 4764.0, 4758.0, 4754.0, 4756.0, 4733.0, 4753.0, 4744.0, 4730.0, 4751.0, 4731.0, 4740.0, 4753.0, 4730.0, 4763.0, 4745.0, 4756.0, 4746.0, 4744.0, 4754.0, 4741.0, 4753.0, 4756.0, 4743.0, 4753.0, 4742.0, 4752.0, 4756.0, 4740.0, 4764.0, 4746.0, 4742.0, 4757.0, 4732.0, 4755.0, 4731.0, 4754.0, 4744.0, 4730.0, 4752.0, 4720.0, 4751.0, 4743.0, 4731.0, 4753.0, 4730.0, 4745.0, 4742.0, 4742.0, 4753.0, 4730.0, 4754.0, 4754.0, 4731.0, 4754.0, 4741.0, 4755.0, 4754.0, 4744.0, 4763.0, 4744.0, 4753.0, 4766.0, 4763.0, 4765.0, 4727.0, 4756.0, 4748.0, 4756.0, 4755.0, 4741.0, 4765.0, 4747.0, 4745.0, 4755.0, 4726.0, 4755.0, 4743.0, 4756.0, 4758.0, 4731.0, 4754.0, 4744.0, 4755.0, 4755.0, 4734.0, 4756.0, 4745.0, 4745.0, 4752.0, 4722.0, 4754.0, 4745.0, 4753.0, 4755.0, 4735.0, 4754.0, 4746.0, 4754.0, 4757.0, 4746.0, 4755.0, 4735.0, 4754.0, 4743.0, 4757.0, 4746.0, 4731.0, 4742.0, 4723.0, 4730.0, 4733.0, 4718.0, 4742.0, 4721.0, 4742.0, 4718.0, 4751.0, 4755.0, 4767.0, 4742.0, 4744.0, 4731.0, 4742.0, 4744.0, 4733.0, 4754.0, 4734.0, 4746.0, 4741.0, 4733.0, 4747.0, 4731.0, 4754.0, 4733.0, 4747.0, 4743.0, 4742.0, 4753.0, 4723.0, 4756.0, 4759.0, 4746.0, 4745.0, 4713.0, 4755.0, 4711.0, 4754.0, 4740.0, 4753.0, 4756.0, 4757.0, 4755.0, 4735.0, 4754.0, 4731.0, 4752.0, 4746.0, 4743.0, 4740.0, 4723.0, 4720.0, 4731.0, 4707.0, 4725.0, 4732.0, 4709.0, 4732.0, 4722.0, 4731.0, 4731.0, 4721.0, 4741.0, 4721.0, 4734.0, 4743.0, 4710.0, 4731.0, 4732.0, 4731.0, 4743.0, 4722.0, 4742.0, 4744.0, 4734.0, 4756.0, 4735.0, 4768.0, 4744.0, 4754.0, 4745.0, 4747.0, 4756.0, 4744.0, 4766.0, 4735.0, 4756.0, 4748.0, 4735.0, 4747.0, 4732.0, 4756.0, 4731.0, 4757.0, 4736.0, 4734.0, 4745.0, 4742.0, 4741.0, 4734.0, 4742.0, 4743.0, 4722.0, 4746.0, 4720.0, 4744.0, 4741.0, 4732.0, 4758.0, 4734.0, 4745.0, 4744.0, 4732.0, 4745.0, 4721.0, 4742.0, 4746.0, 4712.0, 4730.0, 4720.0, 4741.0, 4732.0, 4745.0, 4745.0, 4744.0, 4756.0, 4724.0, 4748.0, 4745.0, 4756.0, 4759.0, 4746.0, 4766.0, 4735.0, 4745.0, 4743.0, 4734.0, 4743.0, 4710.0, 4754.0, 4735.0, 4732.0, 4743.0, 4733.0, 4732.0, 4733.0, 4740.0, 4746.0, 4720.0, 4745.0, 4725.0, 4734.0, 4735.0, 4732.0, 4743.0, 4711.0, 4744.0, 4733.0, 4721.0, 4734.0, 4703.0, 4742.0, 4735.0, 4733.0, 4744.0, 4713.0, 4743.0, 4734.0, 4744.0, 4732.0, 4734.0, 4754.0, 4724.0, 4755.0], 'WindowWidth': [10538.0, 10482.0, 10481.0, 10464.0, 10430.0, 10443.0, 10399.0, 10402.0, 10403.0, 10367.0, 10392.0, 10364.0, 10373.0, 10386.0, 10343.0, 10376.0, 10376.0, 10339.0, 10384.0, 10362.0, 10355.0, 10375.0, 10343.0, 10351.0, 10370.0, 10336.0, 10367.0, 10355.0, 10312.0, 10370.0, 10362.0, 10356.0, 10370.0, 10357.0, 10368.0, 10371.0, 10327.0, 10373.0, 10383.0, 10333.0, 10393.0, 10381.0, 10376.0, 10410.0, 10366.0, 10401.0, 10415.0, 10383.0, 10403.0, 10399.0, 10387.0, 10413.0, 10387.0, 10386.0, 10401.0, 10375.0, 10381.0, 10402.0, 10356.0, 10414.0, 10404.0, 10384.0, 10403.0, 10390.0, 10397.0, 10399.0, 10393.0, 10412.0, 10407.0, 10377.0, 10401.0, 10386.0, 10407.0, 10408.0, 10437.0, 10443.0, 10433.0, 10430.0, 10422.0, 10427.0, 10439.0, 10432.0, 10449.0, 10430.0, 10421.0, 10417.0, 10407.0, 10416.0, 10408.0, 10386.0, 10403.0, 10405.0, 10389.0, 10399.0, 10366.0, 10395.0, 10380.0, 10403.0, 10404.0, 10392.0, 10380.0, 10388.0, 10377.0, 10389.0, 10363.0, 10391.0, 10400.0, 10385.0, 10390.0, 10383.0, 10389.0, 10381.0, 10357.0, 10381.0, 10364.0, 10355.0, 10371.0, 10340.0, 10369.0, 10353.0, 10358.0, 10386.0, 10365.0, 10373.0, 10373.0, 10358.0, 10388.0, 10354.0, 10371.0, 10372.0, 10361.0, 10369.0, 10378.0, 10355.0, 10365.0, 10320.0, 10371.0, 10374.0, 10343.0, 10367.0, 10350.0, 10390.0, 10380.0, 10358.0, 10395.0, 10383.0, 10390.0, 10404.0, 10361.0, 10396.0, 10384.0, 10435.0, 10415.0, 10419.0, 10442.0, 10464.0, 10464.0, 10410.0, 10420.0, 10399.0, 10431.0, 10401.0, 10361.0, 10383.0, 10384.0, 10359.0, 10369.0, 10355.0, 10355.0, 10380.0, 10334.0, 10341.0, 10367.0, 10332.0, 10349.0, 10367.0, 10337.0, 10385.0, 10354.0, 10351.0, 10383.0, 10353.0, 10371.0, 10366.0, 10354.0, 10385.0, 10356.0, 10374.0, 10407.0, 10379.0, 10395.0, 10418.0, 10377.0, 10424.0, 10398.0, 10404.0, 10410.0, 10383.0, 10379.0, 10395.0, 10374.0, 10408.0, 10379.0, 10387.0, 10405.0, 10377.0, 10377.0, 10390.0, 10358.0, 10401.0, 10372.0, 10354.0, 10405.0, 10378.0, 10356.0, 10385.0, 10328.0, 10388.0, 10396.0, 10341.0, 10408.0, 10379.0, 10356.0, 10387.0, 10359.0, 10371.0, 10389.0, 10360.0, 10390.0, 10373.0, 10362.0, 10384.0, 10375.0, 10382.0, 10389.0, 10362.0, 10393.0, 10376.0, 10357.0, 10375.0, 10374.0, 10363.0, 10392.0, 10381.0, 10358.0, 10391.0, 10369.0, 10382.0, 10396.0, 10356.0, 10391.0, 10392.0, 10374.0, 10386.0, 10388.0, 10356.0, 10404.0, 10377.0, 10373.0, 10410.0, 10382.0, 10374.0, 10397.0, 10382.0, 10408.0, 10399.0, 10377.0, 10406.0, 10384.0, 10388.0, 10403.0, 10347.0, 10411.0, 10404.0, 10375.0, 10404.0, 10399.0, 10384.0, 10415.0, 10379.0, 10408.0, 10415.0, 10362.0, 10405.0, 10413.0, 10381.0, 10413.0, 10395.0, 10412.0, 10430.0, 10381.0, 10433.0, 10423.0, 10401.0, 10415.0, 10373.0, 10430.0, 10417.0, 10431.0, 10456.0, 10427.0, 10403.0, 10415.0, 10398.0, 10429.0, 10398.0, 10417.0, 10430.0, 10402.0, 10400.0, 10402.0, 10400.0, 10423.0, 10378.0, 10413.0, 10417.0, 10401.0, 10413.0, 10374.0, 10394.0, 10401.0, 10375.0, 10410.0, 10381.0, 10398.0, 10381.0, 10360.0, 10388.0, 10377.0, 10369.0, 10392.0, 10374.0, 10371.0, 10376.0, 10356.0, 10383.0, 10350.0, 10384.0, 10403.0, 10354.0, 10373.0, 10374.0, 10372.0, 10391.0, 10339.0, 10384.0, 10402.0, 10369.0, 10390.0, 10360.0, 10386.0, 10376.0, 10368.0, 10411.0, 10385.0, 10359.0, 10397.0, 10355.0, 10386.0, 10384.0, 10406.0, 10420.0, 10407.0, 10411.0, 10366.0, 10413.0, 10398.0, 10420.0, 10416.0, 10413.0, 10392.0, 10382.0, 10344.0, 10389.0, 10357.0, 10367.0, 10387.0, 10368.0, 10373.0, 10383.0, 10383.0, 10370.0, 10390.0, 10401.0, 10430.0, 10432.0, 10448.0, 10450.0, 10419.0, 10398.0, 10378.0, 10370.0, 10389.0, 10355.0, 10369.0, 10392.0, 10359.0, 10369.0, 10353.0, 10340.0, 10367.0, 10336.0, 10364.0, 10376.0, 10345.0, 10368.0, 10355.0, 10334.0, 10370.0, 10338.0, 10360.0, 10374.0, 10329.0, 10334.0, 10353.0, 10332.0, 10365.0, 10337.0, 10350.0, 10372.0, 10306.0, 10373.0, 10364.0, 10393.0, 10397.0, 10347.0, 10395.0, 10366.0, 10364.0, 10394.0, 10352.0, 10397.0, 10386.0, 10382.0, 10394.0, 10370.0, 10375.0, 10376.0, 10377.0, 10399.0, 10361.0, 10375.0, 10378.0, 10346.0, 10372.0, 10359.0, 10372.0, 10391.0, 10353.0, 10354.0, 10375.0, 10352.0, 10389.0, 10342.0, 10363.0, 10378.0, 10343.0, 10368.0, 10374.0, 10352.0, 10388.0, 10324.0, 10383.0, 10381.0, 10357.0, 10390.0, 10347.0, 10390.0, 10377.0, 10354.0, 10411.0, 10380.0, 10356.0, 10394.0, 10358.0, 10391.0, 10380.0, 10367.0, 10385.0, 10352.0, 10370.0, 10370.0, 10362.0, 10389.0, 10381.0, 10394.0, 10380.0, 10349.0, 10385.0, 10372.0, 10373.0, 10395.0, 10375.0, 10377.0, 10376.0, 10371.0, 10385.0, 10349.0, 10386.0, 10397.0, 10377.0, 10386.0, 10370.0, 10383.0, 10384.0, 10355.0, 10406.0, 10382.0, 10371.0, 10396.0, 10347.0, 10392.0, 10373.0, 10353.0, 10405.0, 10375.0, 10360.0, 10388.0, 10353.0, 10400.0, 10369.0, 10395.0, 10391.0, 10327.0, 10390.0, 10368.0, 10367.0, 10392.0, 10343.0, 10387.0, 10375.0, 10359.0, 10387.0, 10342.0, 10383.0, 10391.0, 10356.0, 10387.0, 10375.0, 10383.0, 10388.0, 10369.0, 10401.0, 10377.0, 10391.0, 10376.0, 10389.0, 10394.0, 10385.0, 10408.0, 10358.0, 10409.0, 10396.0, 10397.0, 10396.0, 10376.0, 10404.0, 10397.0, 10389.0, 10392.0, 10357.0, 10383.0, 10372.0, 10346.0, 10380.0, 10351.0, 10362.0, 10384.0, 10349.0, 10398.0, 10375.0, 10394.0, 10377.0, 10372.0, 10387.0, 10367.0, 10385.0, 10391.0, 10374.0, 10386.0, 10371.0, 10382.0, 10390.0, 10364.0, 10400.0, 10378.0, 10368.0, 10393.0, 10353.0, 10388.0, 10353.0, 10388.0, 10373.0, 10348.0, 10383.0, 10335.0, 10378.0, 10369.0, 10351.0, 10384.0, 10349.0, 10373.0, 10367.0, 10367.0, 10383.0, 10350.0, 10387.0, 10385.0, 10351.0, 10385.0, 10364.0, 10388.0, 10387.0, 10376.0, 10401.0, 10374.0, 10386.0, 10407.0, 10402.0, 10409.0, 10358.0, 10392.0, 10384.0, 10392.0, 10390.0, 10368.0, 10405.0, 10381.0, 10375.0, 10393.0, 10350.0, 10390.0, 10372.0, 10395.0, 10397.0, 10353.0, 10388.0, 10371.0, 10388.0, 10391.0, 10359.0, 10394.0, 10376.0, 10373.0, 10384.0, 10343.0, 10388.0, 10376.0, 10385.0, 10394.0, 10364.0, 10389.0, 10378.0, 10388.0, 10393.0, 10380.0, 10391.0, 10364.0, 10389.0, 10370.0, 10391.0, 10374.0, 10352.0, 10367.0, 10339.0, 10346.0, 10351.0, 10328.0, 10363.0, 10335.0, 10366.0, 10330.0, 10380.0, 10394.0, 10412.0, 10370.0, 10372.0, 10351.0, 10367.0, 10371.0, 10354.0, 10387.0, 10360.0, 10375.0, 10364.0, 10354.0, 10375.0, 10350.0, 10384.0, 10357.0, 10380.0, 10370.0, 10368.0, 10383.0, 10344.0, 10391.0, 10402.0, 10380.0, 10372.0, 10327.0, 10387.0, 10322.0, 10387.0, 10363.0, 10384.0, 10395.0, 10397.0, 10391.0, 10363.0, 10388.0, 10353.0, 10380.0, 10376.0, 10368.0, 10360.0, 10338.0, 10329.0, 10345.0, 10311.0, 10335.0, 10349.0, 10318.0, 10348.0, 10333.0, 10347.0, 10346.0, 10333.0, 10362.0, 10335.0, 10357.0, 10367.0, 10317.0, 10348.0, 10350.0, 10349.0, 10367.0, 10337.0, 10368.0, 10369.0, 10355.0, 10389.0, 10362.0, 10410.0, 10374.0, 10391.0, 10376.0, 10380.0, 10393.0, 10373.0, 10406.0, 10362.0, 10391.0, 10379.0, 10360.0, 10377.0, 10352.0, 10391.0, 10352.0, 10393.0, 10362.0, 10356.0, 10372.0, 10368.0, 10367.0, 10357.0, 10370.0, 10370.0, 10339.0, 10375.0, 10336.0, 10372.0, 10364.0, 10354.0, 10395.0, 10360.0, 10373.0, 10371.0, 10352.0, 10374.0, 10337.0, 10365.0, 10376.0, 10325.0, 10347.0, 10333.0, 10364.0, 10352.0, 10375.0, 10374.0, 10377.0, 10394.0, 10348.0, 10382.0, 10376.0, 10395.0, 10398.0, 10379.0, 10408.0, 10364.0, 10375.0, 10369.0, 10356.0, 10369.0, 10322.0, 10385.0, 10361.0, 10355.0, 10371.0, 10353.0, 10351.0, 10352.0, 10360.0, 10373.0, 10335.0, 10374.0, 10345.0, 10357.0, 10359.0, 10351.0, 10369.0, 10321.0, 10371.0, 10355.0, 10333.0, 10356.0, 10312.0, 10364.0, 10357.0, 10352.0, 10371.0, 10328.0, 10368.0, 10357.0, 10370.0, 10354.0, 10359.0, 10389.0, 10350.0, 10390.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.00027160479041916165</td></tr>
<tr><td colspan=3>aqi</td><td>0.016187680718562875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.79880436780578</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2216290533453231</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9988575363669056</td></tr>
<tr><td colspan=3>efc</td><td>0.4796</td></tr>
<tr><td colspan=3>fber</td><td>6482.3784</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07429461789323978</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.437125748502994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2961217333666606</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3095187631186</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4333573965296935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.145489040451688</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121293</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012561963871121407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024344615638256073</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.222939788288144</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.3587</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9046</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.7185</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297466.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.5109</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3977.8954</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.0383</td></tr>
<tr><td colspan=3>tsnr</td><td>46.927696340717375</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>