<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>5778921dc6f12bfba5b0197fabbe42fc</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>10:01:44.195000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998784, -0.017416, 0.0461146, 0.0200496, 0.998157, -0.0572776]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103805</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7707, -7283, 607, -27, -82, 73, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>80b38ad9-e0f8-4b42-959a-be201dd9f8fe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796653270721436, 0.053791653364896774, 0.1215866357088089, 105.82252502441406], [0.04672587662935257, 2.6779820919036865, -0.15695779025554657, -87.51546478271484], [0.12372216582298279, 0.1536715179681778, 2.692690372467041, -79.65320587158203], [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': ['100144.195000', '100144.655000', '100145.115000', '100145.575000', '100146.035000', '100146.495000', '100146.955000', '100147.415000', '100147.875000', '100148.335000', '100148.795000', '100149.255000', '100149.715000', '100150.175000', '100150.635000', '100151.095000', '100151.555000', '100152.015000', '100152.475000', '100152.935000', '100153.395000', '100153.855000', '100154.315000', '100154.775000', '100155.235000', '100155.695000', '100156.155000', '100156.615000', '100157.075000', '100157.535000', '100157.995000', '100158.455000', '100158.915000', '100159.375000', '100159.835000', '100200.295000', '100200.755000', '100201.215000', '100201.675000', '100202.135000', '100202.595000', '100203.055000', '100203.515000', '100203.975000', '100204.435000', '100204.895000', '100205.355000', '100205.815000', '100206.275000', '100206.735000', '100207.195000', '100207.655000', '100208.115000', '100208.575000', '100209.035000', '100209.495000', '100209.955000', '100210.415000', '100210.875000', '100211.335000', '100211.795000', '100212.255000', '100212.715000', '100213.175000', '100213.635000', '100214.095000', '100214.555000', '100215.015000', '100215.475000', '100215.935000', '100216.395000', '100216.855000', '100217.315000', '100217.775000', '100218.235000', '100218.695000', '100219.155000', '100219.615000', '100220.075000', '100220.535000', '100220.995000', '100221.455000', '100221.915000', '100222.375000', '100222.835000', '100223.295000', '100223.755000', '100224.215000', '100224.675000', '100225.135000', '100225.595000', '100226.055000', '100226.515000', '100226.975000', '100227.435000', '100227.895000', '100228.355000', '100228.815000', '100229.275000', '100229.735000', '100230.195000', '100230.655000', '100231.115000', '100231.575000', '100232.035000', '100232.495000', '100232.955000', '100233.415000', '100233.875000', '100234.335000', '100234.795000', '100235.255000', '100235.715000', '100236.175000', '100236.635000', '100237.095000', '100237.555000', '100238.015000', '100238.475000', '100238.935000', '100239.395000', '100239.855000', '100240.315000', '100240.775000', '100241.235000', '100241.695000', '100242.155000', '100242.615000', '100243.075000', '100243.535000', '100243.995000', '100244.455000', '100244.915000', '100245.375000', '100245.835000', '100246.295000', '100246.755000', '100247.215000', '100247.675000', '100248.135000', '100248.595000', '100249.055000', '100249.515000', '100249.975000', '100250.435000', '100250.895000', '100251.355000', '100251.815000', '100252.275000', '100252.735000', '100253.195000', '100253.655000', '100254.115000', '100254.575000', '100255.035000', '100255.495000', '100255.955000', '100256.415000', '100256.875000', '100257.335000', '100257.795000', '100258.255000', '100258.715000', '100259.175000', '100259.635000', '100300.095000', '100300.555000', '100301.015000', '100301.475000', '100301.935000', '100302.395000', '100302.855000', '100303.315000', '100303.775000', '100304.235000', '100304.695000', '100305.155000', '100305.615000', '100306.075000', '100306.535000', '100306.995000', '100307.455000', '100307.915000', '100308.375000', '100308.835000', '100309.295000', '100309.755000', '100310.215000', '100310.675000', '100311.135000', '100311.595000', '100312.055000', '100312.515000', '100312.975000', '100313.435000', '100313.895000', '100314.355000', '100314.815000', '100315.275000', '100315.735000', '100316.195000', '100316.655000', '100317.115000', '100317.575000', '100318.035000', '100318.495000', '100318.955000', '100319.415000', '100319.875000', '100320.335000', '100320.795000', '100321.255000', '100321.715000', '100322.175000', '100322.635000', '100323.095000', '100323.555000', '100324.015000', '100324.475000', '100324.935000', '100325.395000', '100325.855000', '100326.315000', '100326.775000', '100327.235000', '100327.695000', '100328.155000', '100328.615000', '100329.075000', '100329.535000', '100329.995000', '100330.455000', '100330.915000', '100331.375000', '100331.835000', '100332.295000', '100332.755000', '100333.215000', '100333.675000', '100334.135000', '100334.595000', '100335.055000', '100335.515000', '100335.975000', '100336.435000', '100336.895000', '100337.355000', '100337.815000', '100338.275000', '100338.735000', '100339.195000', '100339.655000', '100340.115000', '100340.575000', '100341.035000', '100341.495000', '100341.955000', '100342.415000', '100342.875000', '100343.335000', '100343.795000', '100344.255000', '100344.715000', '100345.175000', '100345.635000', '100346.095000', '100346.555000', '100347.015000', '100347.475000', '100347.935000', '100348.395000', '100348.855000', '100349.315000', '100349.775000', '100350.235000', '100350.695000', '100351.155000', '100351.615000', '100352.075000', '100352.535000', '100352.995000', '100353.455000', '100353.915000', '100354.375000', '100354.835000', '100355.295000', '100355.755000', '100356.215000', '100356.675000', '100357.135000', '100357.595000', '100358.055000', '100358.515000', '100358.975000', '100359.435000', '100359.895000', '100400.355000', '100400.815000', '100401.275000', '100401.735000', '100402.195000', '100402.655000', '100403.115000', '100403.575000', '100404.035000', '100404.495000', '100404.955000', '100405.415000', '100405.875000', '100406.335000', '100406.795000', '100407.255000', '100407.715000', '100408.175000', '100408.635000', '100409.095000', '100409.555000', '100410.015000', '100410.475000', '100410.935000', '100411.395000', '100411.855000', '100412.315000', '100412.775000', '100413.235000', '100413.695000', '100414.155000', '100414.615000', '100415.075000', '100415.535000', '100415.995000', '100416.455000', '100416.915000', '100417.375000', '100417.835000', '100418.295000', '100418.755000', '100419.215000', '100419.675000', '100420.135000', '100420.595000', '100421.055000', '100421.515000', '100421.975000', '100422.435000', '100422.895000', '100423.355000', '100423.815000', '100424.275000', '100424.735000', '100425.195000', '100425.655000', '100426.115000', '100426.575000', '100427.035000', '100427.495000', '100427.955000', '100428.415000', '100428.875000', '100429.335000', '100429.795000', '100430.255000', '100430.715000', '100431.175000', '100431.635000', '100432.095000', '100432.555000', '100433.015000', '100433.475000', '100433.935000', '100434.395000', '100434.855000', '100435.315000', '100435.775000', '100436.235000', '100436.695000', '100437.155000', '100437.615000', '100438.075000', '100438.535000', '100438.995000', '100439.455000', '100439.915000', '100440.375000', '100440.835000', '100441.295000', '100441.755000', '100442.215000', '100442.675000', '100443.135000', '100443.595000', '100444.055000', '100444.515000', '100444.975000', '100445.435000', '100445.895000', '100446.355000', '100446.815000', '100447.275000', '100447.735000', '100448.195000', '100448.655000', '100449.115000', '100449.575000', '100450.035000', '100450.495000', '100450.955000', '100451.415000', '100451.875000', '100452.335000', '100452.795000', '100453.255000', '100453.715000', '100454.175000', '100454.635000', '100455.095000', '100455.555000', '100456.015000', '100456.475000', '100456.935000', '100457.395000', '100457.855000', '100458.315000', '100458.775000', '100459.235000', '100459.695000', '100500.155000', '100500.615000', '100501.075000', '100501.535000', '100501.995000', '100502.455000', '100502.915000', '100503.375000', '100503.835000', '100504.295000', '100504.755000', '100505.215000', '100505.675000', '100506.135000', '100506.595000', '100507.055000', '100507.515000', '100507.975000', '100508.435000', '100508.895000', '100509.355000', '100509.815000', '100510.275000', '100510.735000', '100511.195000', '100511.655000', '100512.115000', '100512.575000', '100513.035000', '100513.495000', '100513.955000', '100514.415000', '100514.875000', '100515.335000', '100515.795000', '100516.255000', '100516.715000', '100517.175000', '100517.635000', '100518.095000', '100518.555000', '100519.015000', '100519.475000', '100519.935000', '100520.395000', '100520.855000', '100521.315000', '100521.775000', '100522.235000', '100522.695000', '100523.155000', '100523.615000', '100524.075000', '100524.535000', '100524.995000', '100525.455000', '100525.915000', '100526.375000', '100526.835000', '100527.295000', '100527.755000', '100528.215000', '100528.675000', '100529.135000', '100529.595000', '100530.055000', '100530.515000', '100530.975000', '100531.435000', '100531.895000', '100532.355000', '100532.815000', '100533.275000', '100533.735000', '100534.195000', '100534.655000', '100535.115000', '100535.575000', '100536.035000', '100536.495000', '100536.955000', '100537.415000', '100537.875000', '100538.335000', '100538.795000', '100539.255000', '100539.715000', '100540.175000', '100540.635000', '100541.095000', '100541.555000', '100542.015000', '100542.475000', '100542.935000', '100543.395000', '100543.855000', '100544.315000', '100544.775000', '100545.235000', '100545.695000', '100546.155000', '100546.615000', '100547.075000', '100547.535000', '100547.995000', '100548.455000', '100548.915000', '100549.375000', '100549.835000', '100550.295000', '100550.755000', '100551.215000', '100551.675000', '100552.135000', '100552.595000', '100553.055000', '100553.515000', '100553.975000', '100554.435000', '100554.895000', '100555.355000', '100555.815000', '100556.275000', '100556.735000', '100557.195000', '100557.655000', '100558.115000', '100558.575000', '100559.035000', '100559.495000', '100559.955000', '100600.415000', '100600.875000', '100601.335000', '100601.795000', '100602.255000', '100602.715000', '100603.175000', '100603.635000', '100604.095000', '100604.555000', '100605.015000', '100605.475000', '100605.935000', '100606.395000', '100606.855000', '100607.315000', '100607.775000', '100608.235000', '100608.695000', '100609.155000', '100609.615000', '100610.075000', '100610.535000', '100610.995000', '100611.455000', '100611.915000', '100612.375000', '100612.835000', '100613.295000', '100613.755000', '100614.215000', '100614.675000', '100615.135000', '100615.595000', '100616.055000', '100616.515000', '100616.975000', '100617.435000', '100617.895000', '100618.355000', '100618.815000', '100619.275000', '100619.735000', '100620.195000', '100620.655000', '100621.115000', '100621.575000', '100622.035000', '100622.495000', '100622.955000', '100623.415000', '100623.875000', '100624.335000', '100624.795000', '100625.255000', '100625.715000', '100626.175000', '100626.635000', '100627.095000', '100627.555000', '100628.015000', '100628.475000', '100628.935000', '100629.395000', '100629.855000', '100630.315000', '100630.775000', '100631.235000', '100631.695000', '100632.155000', '100632.615000', '100633.075000', '100633.535000', '100633.995000', '100634.455000', '100634.915000', '100635.375000', '100635.835000', '100636.295000', '100636.755000', '100637.215000', '100637.675000', '100638.135000', '100638.595000', '100639.055000', '100639.515000', '100639.975000', '100640.435000', '100640.895000', '100641.355000', '100641.815000', '100642.275000', '100642.735000', '100643.195000', '100643.655000', '100644.115000', '100644.575000', '100645.035000', '100645.495000', '100645.955000', '100646.415000', '100646.875000', '100647.335000', '100647.795000', '100648.255000', '100648.715000', '100649.175000', '100649.635000', '100650.095000', '100650.555000', '100651.015000', '100651.475000', '100651.935000', '100652.395000', '100652.855000', '100653.315000', '100653.775000', '100654.235000', '100654.695000', '100655.155000', '100655.615000', '100656.075000', '100656.535000', '100656.995000', '100657.455000', '100657.915000', '100658.375000', '100658.835000', '100659.295000', '100659.755000', '100700.215000', '100700.675000', '100701.135000', '100701.595000', '100702.055000', '100702.515000', '100702.975000', '100703.435000', '100703.895000', '100704.355000', '100704.815000', '100705.275000', '100705.735000', '100706.195000', '100706.655000', '100707.115000', '100707.575000', '100708.035000', '100708.495000', '100708.955000', '100709.415000', '100709.875000', '100710.335000', '100710.795000', '100711.255000', '100711.715000', '100712.175000', '100712.635000', '100713.095000', '100713.555000', '100714.015000', '100714.475000', '100714.935000', '100715.395000', '100715.855000', '100716.315000', '100716.775000', '100717.235000', '100717.695000', '100718.155000', '100718.615000', '100719.075000', '100719.535000', '100719.995000', '100720.455000', '100720.915000', '100721.375000', '100721.835000', '100722.295000', '100722.755000', '100723.215000', '100723.675000', '100724.135000', '100724.595000', '100725.055000', '100725.515000', '100725.975000', '100726.435000', '100726.895000', '100727.355000', '100727.815000', '100728.275000', '100728.735000', '100729.195000', '100729.655000', '100730.115000', '100730.575000', '100731.035000', '100731.495000', '100731.955000', '100732.415000', '100732.875000', '100733.335000', '100733.795000', '100734.255000', '100734.715000', '100735.175000', '100735.635000', '100736.095000', '100736.555000', '100737.015000', '100737.475000', '100737.935000', '100738.395000', '100738.855000', '100739.315000', '100739.775000', '100740.235000', '100740.695000', '100741.155000', '100741.615000', '100742.075000', '100742.535000', '100742.995000', '100743.455000', '100743.915000', '100744.375000', '100744.835000', '100745.295000', '100745.755000', '100746.215000', '100746.675000', '100747.135000', '100747.595000', '100748.055000', '100748.515000', '100748.975000', '100749.435000', '100749.895000', '100750.355000', '100750.815000', '100751.275000', '100751.735000', '100752.195000', '100752.655000', '100753.115000', '100753.575000', '100754.035000', '100754.495000', '100754.955000', '100755.415000', '100755.875000', '100756.335000', '100756.795000', '100757.255000', '100757.715000', '100758.175000', '100758.635000', '100759.095000', '100759.555000', '100800.015000', '100800.475000', '100800.935000', '100801.395000', '100801.855000', '100802.315000', '100802.775000', '100803.235000', '100803.695000', '100804.155000', '100804.615000', '100805.075000', '100805.535000', '100805.995000', '100806.455000', '100806.915000', '100807.375000', '100807.835000', '100808.295000', '100808.755000', '100809.215000', '100809.675000'], 'ContentTime': ['100207.418000', '100207.421000', '100207.424000', '100207.427000', '100207.430000', '100207.433000', '100207.436000', '100207.439000', '100207.442000', '100207.445000', '100207.448000', '100207.451000', '100207.454000', '100207.457000', '100207.460000', '100207.463000', '100207.466000', '100207.469000', '100207.472000', '100207.475000', '100207.478000', '100207.481000', '100207.484000', '100207.487000', '100207.490000', '100207.493000', '100207.495000', '100207.498000', '100207.501000', '100207.504000', '100207.507000', '100207.510000', '100207.513000', '100207.516000', '100207.519000', '100207.522000', '100207.525000', '100207.528000', '100207.531000', '100207.534000', '100207.537000', '100207.540000', '100207.543000', '100207.546000', '100207.551000', '100207.554000', '100207.557000', '100207.560000', '100207.563000', '100227.386000', '100227.390000', '100227.393000', '100227.396000', '100227.399000', '100227.402000', '100227.405000', '100227.408000', '100227.411000', '100227.414000', '100227.417000', '100227.420000', '100227.423000', '100227.426000', '100227.429000', '100227.432000', '100227.435000', '100227.438000', '100227.441000', '100227.444000', '100227.447000', '100227.450000', '100227.453000', '100227.456000', '100227.459000', '100227.462000', '100227.465000', '100227.468000', '100227.471000', '100227.474000', '100227.477000', '100227.479000', '100227.482000', '100227.485000', '100227.488000', '100227.491000', '100227.494000', '100227.497000', '100227.500000', '100227.503000', '100227.506000', '100227.509000', '100227.512000', '100247.386000', '100247.389000', '100247.392000', '100247.395000', '100247.398000', '100247.401000', '100247.426000', '100247.429000', '100247.432000', '100247.435000', '100247.441000', '100247.444000', '100247.447000', '100247.450000', '100247.453000', '100247.455000', '100247.458000', '100247.461000', '100247.464000', '100247.467000', '100247.470000', '100247.473000', '100247.476000', '100247.479000', '100247.482000', '100247.485000', '100247.488000', '100247.491000', '100247.494000', '100247.497000', '100247.500000', '100247.503000', '100247.506000', '100247.509000', '100247.512000', '100247.515000', '100247.518000', '100247.521000', '100247.524000', '100247.527000', '100247.530000', '100247.533000', '100247.536000', '100247.539000', '100307.386000', '100307.389000', '100307.392000', '100307.395000', '100307.398000', '100307.401000', '100307.404000', '100307.407000', '100307.410000', '100307.413000', '100307.416000', '100307.419000', '100307.430000', '100307.433000', '100307.436000', '100307.439000', '100307.442000', '100307.445000', '100307.448000', '100307.451000', '100307.454000', '100307.457000', '100307.460000', '100307.463000', '100307.466000', '100307.469000', '100307.472000', '100307.475000', '100307.478000', '100307.481000', '100307.484000', '100307.487000', '100307.490000', '100307.493000', '100307.496000', '100307.499000', '100307.502000', '100307.505000', '100307.508000', '100307.511000', '100307.514000', '100307.517000', '100307.520000', '100327.386000', '100327.389000', '100327.392000', '100327.395000', '100327.398000', '100327.401000', '100327.404000', '100327.407000', '100327.410000', '100327.413000', '100327.416000', '100327.419000', '100327.422000', '100327.425000', '100327.428000', '100327.431000', '100327.434000', '100327.437000', '100327.440000', '100327.443000', '100327.446000', '100327.449000', '100327.452000', '100327.455000', '100327.458000', '100327.465000', '100327.468000', '100327.471000', '100327.474000', '100327.477000', '100327.480000', '100327.483000', '100327.486000', '100327.489000', '100327.492000', '100327.495000', '100327.498000', '100327.501000', '100327.504000', '100327.507000', '100327.510000', '100327.513000', '100327.516000', '100327.519000', '100347.386000', '100347.389000', '100347.392000', '100347.395000', '100347.398000', '100347.401000', '100347.404000', '100347.407000', '100347.410000', '100347.413000', '100347.416000', '100347.419000', '100347.423000', '100347.426000', '100347.430000', '100347.433000', '100347.436000', '100347.439000', '100347.442000', '100347.445000', '100347.448000', '100347.451000', '100347.454000', '100347.457000', '100347.460000', '100347.463000', '100347.466000', '100347.469000', '100347.472000', '100347.475000', '100347.478000', '100347.481000', '100347.484000', '100347.487000', '100347.490000', '100347.493000', '100347.496000', '100347.499000', '100347.502000', '100347.504000', '100347.507000', '100347.510000', '100347.513000', '100407.387000', '100407.390000', '100407.393000', '100407.396000', '100407.399000', '100407.402000', '100407.405000', '100407.408000', '100407.411000', '100407.414000', '100407.417000', '100407.420000', '100407.423000', '100407.426000', '100407.429000', '100407.432000', '100407.435000', '100407.438000', '100407.441000', '100407.444000', '100407.447000', '100407.450000', '100407.453000', '100407.456000', '100407.459000', '100407.462000', '100407.465000', '100407.468000', '100407.471000', '100407.474000', '100407.477000', '100407.480000', '100407.483000', '100407.486000', '100407.489000', '100407.492000', '100407.495000', '100407.497000', '100407.500000', '100407.503000', '100407.506000', '100407.509000', '100407.512000', '100407.515000', '100427.387000', '100427.399000', '100427.402000', '100427.405000', '100427.408000', '100427.411000', '100427.414000', '100427.417000', '100427.420000', '100427.423000', '100427.426000', '100427.429000', '100427.432000', '100427.435000', '100427.438000', '100427.441000', '100427.444000', '100427.447000', '100427.450000', '100427.453000', '100427.456000', '100427.459000', '100427.462000', '100427.467000', '100427.471000', '100427.474000', '100427.477000', '100427.480000', '100427.483000', '100427.486000', '100427.489000', '100427.496000', '100427.499000', '100427.502000', '100427.505000', '100427.508000', '100427.511000', '100427.514000', '100427.517000', '100427.520000', '100427.523000', '100427.526000', '100427.529000', '100447.386000', '100447.389000', '100447.392000', '100447.395000', '100447.398000', '100447.401000', '100447.404000', '100447.407000', '100447.410000', '100447.413000', '100447.416000', '100447.419000', '100447.422000', '100447.425000', '100447.428000', '100447.431000', '100447.435000', '100447.438000', '100447.440000', '100447.444000', '100447.447000', '100447.450000', '100447.453000', '100447.456000', '100447.459000', '100447.462000', '100447.465000', '100447.468000', '100447.471000', '100447.474000', '100447.477000', '100447.480000', '100447.483000', '100447.486000', '100447.489000', '100447.492000', '100447.495000', '100447.498000', '100447.501000', '100447.504000', '100447.507000', '100447.510000', '100447.513000', '100447.516000', '100507.386000', '100507.389000', '100507.392000', '100507.395000', '100507.398000', '100507.401000', '100507.404000', '100507.408000', '100507.411000', '100507.414000', '100507.417000', '100507.420000', '100507.423000', '100507.427000', '100507.430000', '100507.433000', '100507.436000', '100507.439000', '100507.442000', '100507.445000', '100507.448000', '100507.450000', '100507.453000', '100507.456000', '100507.460000', '100507.463000', '100507.466000', '100507.470000', '100507.473000', '100507.476000', '100507.479000', '100507.482000', '100507.485000', '100507.487000', '100507.490000', '100507.493000', '100507.496000', '100507.499000', '100507.505000', '100507.508000', '100507.511000', '100507.514000', '100507.517000', '100527.386000', '100527.389000', '100527.392000', '100527.395000', '100527.398000', '100527.401000', '100527.404000', '100527.407000', '100527.410000', '100527.413000', '100527.416000', '100527.419000', '100527.422000', '100527.425000', '100527.428000', '100527.431000', '100527.434000', '100527.437000', '100527.440000', '100527.443000', '100527.446000', '100527.449000', '100527.452000', '100527.455000', '100527.458000', '100527.461000', '100527.464000', '100527.467000', '100527.470000', '100527.473000', '100527.476000', '100527.479000', '100527.482000', '100527.485000', '100527.488000', '100527.491000', '100527.494000', '100527.497000', '100527.500000', '100527.503000', '100527.506000', '100527.510000', '100527.513000', '100527.516000', '100547.386000', '100547.389000', '100547.392000', '100547.395000', '100547.398000', '100547.401000', '100547.404000', '100547.407000', '100547.410000', '100547.413000', '100547.416000', '100547.419000', '100547.422000', '100547.425000', '100547.428000', '100547.431000', '100547.434000', '100547.437000', '100547.440000', '100547.443000', '100547.446000', '100547.449000', '100547.452000', '100547.455000', '100547.458000', '100547.461000', '100547.476000', '100547.478000', '100547.481000', '100547.484000', '100547.487000', '100547.490000', '100547.494000', '100547.497000', '100547.500000', '100547.503000', '100547.506000', '100547.509000', '100547.512000', '100547.515000', '100547.518000', '100547.521000', '100547.524000', '100607.386000', '100607.389000', '100607.392000', '100607.395000', '100607.398000', '100607.401000', '100607.404000', '100607.407000', '100607.410000', '100607.413000', '100607.416000', '100607.419000', '100607.422000', '100607.425000', '100607.428000', '100607.431000', '100607.434000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.449000', '100607.452000', '100607.455000', '100607.458000', '100607.461000', '100607.464000', '100607.467000', '100607.470000', '100607.473000', '100607.476000', '100607.479000', '100607.482000', '100607.485000', '100607.488000', '100607.491000', '100607.494000', '100607.497000', '100607.500000', '100607.503000', '100607.506000', '100607.509000', '100607.512000', '100607.515000', '100627.387000', '100627.390000', '100627.393000', '100627.396000', '100627.399000', '100627.402000', '100627.405000', '100627.408000', '100627.411000', '100627.424000', '100627.427000', '100627.430000', '100627.433000', '100627.436000', '100627.439000', '100627.442000', '100627.445000', '100627.449000', '100627.452000', '100627.455000', '100627.458000', '100627.461000', '100627.464000', '100627.467000', '100627.470000', '100627.473000', '100627.476000', '100627.479000', '100627.482000', '100627.485000', '100627.488000', '100627.491000', '100627.494000', '100627.498000', '100627.501000', '100627.505000', '100627.510000', '100627.514000', '100627.517000', '100627.520000', '100627.523000', '100627.526000', '100627.529000', '100647.387000', '100647.390000', '100647.393000', '100647.396000', '100647.399000', '100647.402000', '100647.405000', '100647.408000', '100647.411000', '100647.414000', '100647.417000', '100647.420000', '100647.423000', '100647.426000', '100647.429000', '100647.432000', '100647.435000', '100647.438000', '100647.441000', '100647.444000', '100647.447000', '100647.450000', '100647.453000', '100647.456000', '100647.459000', '100647.462000', '100647.465000', '100647.468000', '100647.471000', '100647.474000', '100647.477000', '100647.480000', '100647.483000', '100647.486000', '100647.489000', '100647.492000', '100647.495000', '100647.498000', '100647.501000', '100647.504000', '100647.507000', '100647.510000', '100647.513000', '100647.516000', '100707.386000', '100707.389000', '100707.392000', '100707.395000', '100707.398000', '100707.401000', '100707.404000', '100707.407000', '100707.410000', '100707.413000', '100707.416000', '100707.419000', '100707.422000', '100707.425000', '100707.428000', '100707.431000', '100707.434000', '100707.437000', '100707.440000', '100707.443000', '100707.446000', '100707.449000', '100707.452000', '100707.456000', '100707.459000', '100707.462000', '100707.465000', '100707.468000', '100707.471000', '100707.473000', '100707.476000', '100707.480000', '100707.483000', '100707.486000', '100707.489000', '100707.492000', '100707.495000', '100707.498000', '100707.501000', '100707.504000', '100707.507000', '100707.510000', '100707.513000', '100727.388000', '100727.391000', '100727.394000', '100727.397000', '100727.400000', '100727.403000', '100727.406000', '100727.409000', '100727.412000', '100727.415000', '100727.418000', '100727.421000', '100727.424000', '100727.427000', '100727.430000', '100727.433000', '100727.436000', '100727.439000', '100727.442000', '100727.445000', '100727.448000', '100727.451000', '100727.454000', '100727.457000', '100727.460000', '100727.463000', '100727.466000', '100727.469000', '100727.472000', '100727.475000', '100727.478000', '100727.481000', '100727.484000', '100727.487000', '100727.490000', '100727.493000', '100727.496000', '100727.499000', '100727.502000', '100727.505000', '100727.508000', '100727.511000', '100727.514000', '100727.517000', '100747.386000', '100747.389000', '100747.392000', '100747.395000', '100747.398000', '100747.401000', '100747.404000', '100747.407000', '100747.410000', '100747.413000', '100747.416000', '100747.419000', '100747.422000', '100747.425000', '100747.428000', '100747.431000', '100747.434000', '100747.437000', '100747.440000', '100747.443000', '100747.446000', '100747.449000', '100747.452000', '100747.455000', '100747.458000', '100747.461000', '100747.464000', '100747.467000', '100747.470000', '100747.473000', '100747.476000', '100747.483000', '100747.487000', '100747.490000', '100747.493000', '100747.496000', '100747.499000', '100747.502000', '100747.505000', '100747.508000', '100747.511000', '100747.514000', '100747.517000', '100807.386000', '100807.389000', '100807.392000', '100807.395000', '100807.398000', '100807.401000', '100807.404000', '100807.407000', '100807.410000', '100807.413000', '100807.416000', '100807.419000', '100807.422000', '100807.425000', '100807.428000', '100807.431000', '100807.434000', '100807.437000', '100807.440000', '100807.443000', '100807.446000', '100807.449000', '100807.452000', '100807.455000', '100807.458000', '100807.461000', '100807.464000', '100807.467000', '100807.470000', '100807.473000', '100807.476000', '100807.479000', '100807.482000', '100807.485000', '100807.488000', '100807.491000', '100807.494000', '100807.497000', '100807.500000', '100807.503000', '100807.506000', '100807.509000', '100807.512000', '100807.515000', '100810.623000', '100810.627000', '100810.631000', '100810.634000', '100810.638000', '100810.641000', '100810.644000'], 'InstanceCreationTime': ['100207.418000', '100207.421000', '100207.424000', '100207.427000', '100207.430000', '100207.433000', '100207.436000', '100207.439000', '100207.442000', '100207.445000', '100207.448000', '100207.451000', '100207.454000', '100207.457000', '100207.460000', '100207.463000', '100207.466000', '100207.469000', '100207.472000', '100207.475000', '100207.478000', '100207.481000', '100207.484000', '100207.487000', '100207.490000', '100207.493000', '100207.495000', '100207.498000', '100207.501000', '100207.504000', '100207.507000', '100207.510000', '100207.513000', '100207.516000', '100207.519000', '100207.522000', '100207.525000', '100207.528000', '100207.531000', '100207.534000', '100207.537000', '100207.540000', '100207.543000', '100207.546000', '100207.551000', '100207.554000', '100207.557000', '100207.560000', '100207.563000', '100227.386000', '100227.390000', '100227.393000', '100227.396000', '100227.399000', '100227.402000', '100227.405000', '100227.408000', '100227.411000', '100227.414000', '100227.417000', '100227.420000', '100227.423000', '100227.426000', '100227.429000', '100227.432000', '100227.435000', '100227.438000', '100227.441000', '100227.444000', '100227.447000', '100227.450000', '100227.453000', '100227.456000', '100227.459000', '100227.462000', '100227.465000', '100227.468000', '100227.471000', '100227.474000', '100227.477000', '100227.479000', '100227.482000', '100227.485000', '100227.488000', '100227.491000', '100227.494000', '100227.497000', '100227.500000', '100227.503000', '100227.506000', '100227.509000', '100227.512000', '100247.386000', '100247.389000', '100247.392000', '100247.395000', '100247.398000', '100247.401000', '100247.426000', '100247.429000', '100247.432000', '100247.435000', '100247.441000', '100247.444000', '100247.447000', '100247.450000', '100247.453000', '100247.455000', '100247.458000', '100247.461000', '100247.464000', '100247.467000', '100247.470000', '100247.473000', '100247.476000', '100247.479000', '100247.482000', '100247.485000', '100247.488000', '100247.491000', '100247.494000', '100247.497000', '100247.500000', '100247.503000', '100247.506000', '100247.509000', '100247.512000', '100247.515000', '100247.518000', '100247.521000', '100247.524000', '100247.527000', '100247.530000', '100247.533000', '100247.536000', '100247.539000', '100307.386000', '100307.389000', '100307.392000', '100307.395000', '100307.398000', '100307.401000', '100307.404000', '100307.407000', '100307.410000', '100307.413000', '100307.416000', '100307.419000', '100307.430000', '100307.433000', '100307.436000', '100307.439000', '100307.442000', '100307.445000', '100307.448000', '100307.451000', '100307.454000', '100307.457000', '100307.460000', '100307.463000', '100307.466000', '100307.469000', '100307.472000', '100307.475000', '100307.478000', '100307.481000', '100307.484000', '100307.487000', '100307.490000', '100307.493000', '100307.496000', '100307.499000', '100307.502000', '100307.505000', '100307.508000', '100307.511000', '100307.514000', '100307.517000', '100307.520000', '100327.386000', '100327.389000', '100327.392000', '100327.395000', '100327.398000', '100327.401000', '100327.404000', '100327.407000', '100327.410000', '100327.413000', '100327.416000', '100327.419000', '100327.422000', '100327.425000', '100327.428000', '100327.431000', '100327.434000', '100327.437000', '100327.440000', '100327.443000', '100327.446000', '100327.449000', '100327.452000', '100327.455000', '100327.458000', '100327.465000', '100327.468000', '100327.471000', '100327.474000', '100327.477000', '100327.480000', '100327.483000', '100327.486000', '100327.489000', '100327.492000', '100327.495000', '100327.498000', '100327.501000', '100327.504000', '100327.507000', '100327.510000', '100327.513000', '100327.516000', '100327.519000', '100347.386000', '100347.389000', '100347.392000', '100347.395000', '100347.398000', '100347.401000', '100347.404000', '100347.407000', '100347.410000', '100347.413000', '100347.416000', '100347.419000', '100347.423000', '100347.426000', '100347.430000', '100347.433000', '100347.436000', '100347.439000', '100347.442000', '100347.445000', '100347.448000', '100347.451000', '100347.454000', '100347.457000', '100347.460000', '100347.463000', '100347.466000', '100347.469000', '100347.472000', '100347.475000', '100347.478000', '100347.481000', '100347.484000', '100347.487000', '100347.490000', '100347.493000', '100347.496000', '100347.499000', '100347.502000', '100347.504000', '100347.507000', '100347.510000', '100347.513000', '100407.387000', '100407.390000', '100407.393000', '100407.396000', '100407.399000', '100407.402000', '100407.405000', '100407.408000', '100407.411000', '100407.414000', '100407.417000', '100407.420000', '100407.423000', '100407.426000', '100407.429000', '100407.432000', '100407.435000', '100407.438000', '100407.441000', '100407.444000', '100407.447000', '100407.450000', '100407.453000', '100407.456000', '100407.459000', '100407.462000', '100407.465000', '100407.468000', '100407.471000', '100407.474000', '100407.477000', '100407.480000', '100407.483000', '100407.486000', '100407.489000', '100407.492000', '100407.495000', '100407.497000', '100407.500000', '100407.503000', '100407.506000', '100407.509000', '100407.512000', '100407.515000', '100427.387000', '100427.399000', '100427.402000', '100427.405000', '100427.408000', '100427.411000', '100427.414000', '100427.417000', '100427.420000', '100427.423000', '100427.426000', '100427.429000', '100427.432000', '100427.435000', '100427.438000', '100427.441000', '100427.444000', '100427.447000', '100427.450000', '100427.453000', '100427.456000', '100427.459000', '100427.462000', '100427.467000', '100427.471000', '100427.474000', '100427.477000', '100427.480000', '100427.483000', '100427.486000', '100427.489000', '100427.496000', '100427.499000', '100427.502000', '100427.505000', '100427.508000', '100427.511000', '100427.514000', '100427.517000', '100427.520000', '100427.523000', '100427.526000', '100427.529000', '100447.386000', '100447.389000', '100447.392000', '100447.395000', '100447.398000', '100447.401000', '100447.404000', '100447.407000', '100447.410000', '100447.413000', '100447.416000', '100447.419000', '100447.422000', '100447.425000', '100447.428000', '100447.431000', '100447.435000', '100447.438000', '100447.440000', '100447.444000', '100447.447000', '100447.450000', '100447.453000', '100447.456000', '100447.459000', '100447.462000', '100447.465000', '100447.468000', '100447.471000', '100447.474000', '100447.477000', '100447.480000', '100447.483000', '100447.486000', '100447.489000', '100447.492000', '100447.495000', '100447.498000', '100447.501000', '100447.504000', '100447.507000', '100447.510000', '100447.513000', '100447.516000', '100507.386000', '100507.389000', '100507.392000', '100507.395000', '100507.398000', '100507.401000', '100507.404000', '100507.408000', '100507.411000', '100507.414000', '100507.417000', '100507.420000', '100507.423000', '100507.427000', '100507.430000', '100507.433000', '100507.436000', '100507.439000', '100507.442000', '100507.445000', '100507.448000', '100507.450000', '100507.453000', '100507.456000', '100507.460000', '100507.463000', '100507.466000', '100507.470000', '100507.473000', '100507.476000', '100507.479000', '100507.482000', '100507.485000', '100507.487000', '100507.490000', '100507.493000', '100507.496000', '100507.499000', '100507.505000', '100507.508000', '100507.511000', '100507.514000', '100507.517000', '100527.386000', '100527.389000', '100527.392000', '100527.395000', '100527.398000', '100527.401000', '100527.404000', '100527.407000', '100527.410000', '100527.413000', '100527.416000', '100527.419000', '100527.422000', '100527.425000', '100527.428000', '100527.431000', '100527.434000', '100527.437000', '100527.440000', '100527.443000', '100527.446000', '100527.449000', '100527.452000', '100527.455000', '100527.458000', '100527.461000', '100527.464000', '100527.467000', '100527.470000', '100527.473000', '100527.476000', '100527.479000', '100527.482000', '100527.485000', '100527.488000', '100527.491000', '100527.494000', '100527.497000', '100527.500000', '100527.503000', '100527.506000', '100527.510000', '100527.513000', '100527.516000', '100547.386000', '100547.389000', '100547.392000', '100547.395000', '100547.398000', '100547.401000', '100547.404000', '100547.407000', '100547.410000', '100547.413000', '100547.416000', '100547.419000', '100547.422000', '100547.425000', '100547.428000', '100547.431000', '100547.434000', '100547.437000', '100547.440000', '100547.443000', '100547.446000', '100547.449000', '100547.452000', '100547.455000', '100547.458000', '100547.461000', '100547.476000', '100547.478000', '100547.481000', '100547.484000', '100547.487000', '100547.490000', '100547.494000', '100547.497000', '100547.500000', '100547.503000', '100547.506000', '100547.509000', '100547.512000', '100547.515000', '100547.518000', '100547.521000', '100547.524000', '100607.386000', '100607.389000', '100607.392000', '100607.395000', '100607.398000', '100607.401000', '100607.404000', '100607.407000', '100607.410000', '100607.413000', '100607.416000', '100607.419000', '100607.422000', '100607.425000', '100607.428000', '100607.431000', '100607.434000', '100607.437000', '100607.440000', '100607.443000', '100607.446000', '100607.449000', '100607.452000', '100607.455000', '100607.458000', '100607.461000', '100607.464000', '100607.467000', '100607.470000', '100607.473000', '100607.476000', '100607.479000', '100607.482000', '100607.485000', '100607.488000', '100607.491000', '100607.494000', '100607.497000', '100607.500000', '100607.503000', '100607.506000', '100607.509000', '100607.512000', '100607.515000', '100627.387000', '100627.390000', '100627.393000', '100627.396000', '100627.399000', '100627.402000', '100627.405000', '100627.408000', '100627.411000', '100627.424000', '100627.427000', '100627.430000', '100627.433000', '100627.436000', '100627.439000', '100627.442000', '100627.445000', '100627.449000', '100627.452000', '100627.455000', '100627.458000', '100627.461000', '100627.464000', '100627.467000', '100627.470000', '100627.473000', '100627.476000', '100627.479000', '100627.482000', '100627.485000', '100627.488000', '100627.491000', '100627.494000', '100627.498000', '100627.501000', '100627.505000', '100627.510000', '100627.514000', '100627.517000', '100627.520000', '100627.523000', '100627.526000', '100627.529000', '100647.387000', '100647.390000', '100647.393000', '100647.396000', '100647.399000', '100647.402000', '100647.405000', '100647.408000', '100647.411000', '100647.414000', '100647.417000', '100647.420000', '100647.423000', '100647.426000', '100647.429000', '100647.432000', '100647.435000', '100647.438000', '100647.441000', '100647.444000', '100647.447000', '100647.450000', '100647.453000', '100647.456000', '100647.459000', '100647.462000', '100647.465000', '100647.468000', '100647.471000', '100647.474000', '100647.477000', '100647.480000', '100647.483000', '100647.486000', '100647.489000', '100647.492000', '100647.495000', '100647.498000', '100647.501000', '100647.504000', '100647.507000', '100647.510000', '100647.513000', '100647.516000', '100707.386000', '100707.389000', '100707.392000', '100707.395000', '100707.398000', '100707.401000', '100707.404000', '100707.407000', '100707.410000', '100707.413000', '100707.416000', '100707.419000', '100707.422000', '100707.425000', '100707.428000', '100707.431000', '100707.434000', '100707.437000', '100707.440000', '100707.443000', '100707.446000', '100707.449000', '100707.452000', '100707.456000', '100707.459000', '100707.462000', '100707.465000', '100707.468000', '100707.471000', '100707.473000', '100707.476000', '100707.480000', '100707.483000', '100707.486000', '100707.489000', '100707.492000', '100707.495000', '100707.498000', '100707.501000', '100707.504000', '100707.507000', '100707.510000', '100707.513000', '100727.388000', '100727.391000', '100727.394000', '100727.397000', '100727.400000', '100727.403000', '100727.406000', '100727.409000', '100727.412000', '100727.415000', '100727.418000', '100727.421000', '100727.424000', '100727.427000', '100727.430000', '100727.433000', '100727.436000', '100727.439000', '100727.442000', '100727.445000', '100727.448000', '100727.451000', '100727.454000', '100727.457000', '100727.460000', '100727.463000', '100727.466000', '100727.469000', '100727.472000', '100727.475000', '100727.478000', '100727.481000', '100727.484000', '100727.487000', '100727.490000', '100727.493000', '100727.496000', '100727.499000', '100727.502000', '100727.505000', '100727.508000', '100727.511000', '100727.514000', '100727.517000', '100747.386000', '100747.389000', '100747.392000', '100747.395000', '100747.398000', '100747.401000', '100747.404000', '100747.407000', '100747.410000', '100747.413000', '100747.416000', '100747.419000', '100747.422000', '100747.425000', '100747.428000', '100747.431000', '100747.434000', '100747.437000', '100747.440000', '100747.443000', '100747.446000', '100747.449000', '100747.452000', '100747.455000', '100747.458000', '100747.461000', '100747.464000', '100747.467000', '100747.470000', '100747.473000', '100747.476000', '100747.483000', '100747.487000', '100747.490000', '100747.493000', '100747.496000', '100747.499000', '100747.502000', '100747.505000', '100747.508000', '100747.511000', '100747.514000', '100747.517000', '100807.386000', '100807.389000', '100807.392000', '100807.395000', '100807.398000', '100807.401000', '100807.404000', '100807.407000', '100807.410000', '100807.413000', '100807.416000', '100807.419000', '100807.422000', '100807.425000', '100807.428000', '100807.431000', '100807.434000', '100807.437000', '100807.440000', '100807.443000', '100807.446000', '100807.449000', '100807.452000', '100807.455000', '100807.458000', '100807.461000', '100807.464000', '100807.467000', '100807.470000', '100807.473000', '100807.476000', '100807.479000', '100807.482000', '100807.485000', '100807.488000', '100807.491000', '100807.494000', '100807.497000', '100807.500000', '100807.503000', '100807.506000', '100807.509000', '100807.512000', '100807.515000', '100810.623000', '100810.627000', '100810.631000', '100810.634000', '100810.638000', '100810.641000', '100810.644000'], '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': [14000, 9805, 11908, 7992, 10333, 12504, 8280, 11503, 8334, 10240, 12373, 7535, 11062, 12456, 9273, 11233, 12223, 9003, 11771, 7874, 9949, 12551, 7312, 10762, 12695, 8742, 11374, 12792, 8830, 12121, 10984, 9567, 12518, 8516, 11221, 13131, 9037, 11500, 13577, 8818, 12056, 12833, 10035, 12614, 8449, 10303, 13306, 8897, 11136, 13638, 8666, 10971, 13516, 9263, 11022, 13502, 8516, 11236, 13686, 8926, 10689, 13362, 8345, 10957, 13442, 8675, 10733, 12994, 8500, 9920, 13220, 8890, 9743, 13201, 8722, 10483, 13249, 9148, 11179, 13189, 8223, 12095, 13693, 9825, 11432, 12364, 9166, 12491, 9303, 9928, 12828, 8299, 10425, 13129, 8333, 10800, 13027, 8589, 11806, 13489, 9415, 11354, 14276, 8475, 11062, 13810, 9282, 11086, 11785, 8706, 12101, 8356, 12015, 7744, 11704, 13718, 9221, 10120, 12919, 8006, 10748, 12939, 8730, 10867, 12965, 8122, 10079, 13113, 8778, 10758, 13389, 7655, 11045, 13577, 9043, 11046, 13147, 7628, 11662, 13053, 9966, 11488, 11808, 8373, 12520, 10329, 9652, 12851, 8129, 10206, 13064, 8422, 10377, 12873, 8727, 10424, 13143, 7796, 11295, 13157, 8095, 11013, 13004, 9231, 11714, 13402, 8616, 11652, 13234, 9184, 11567, 12900, 8386, 11854, 13233, 9366, 11338, 13963, 8187, 11487, 13290, 9557, 11258, 13625, 8305, 11174, 12814, 9558, 11347, 12411, 8433, 11969, 12524, 9332, 11992, 10557, 9423, 12630, 7959, 10191, 12628, 8317, 10695, 12834, 8310, 10900, 13057, 8287, 10876, 12777, 8625, 10462, 12654, 7622, 10073, 12941, 8458, 10378, 12955, 7657, 10735, 12813, 8232, 10290, 12576, 8037, 9750, 13118, 8539, 9727, 12928, 8108, 10035, 13004, 8637, 9824, 12696, 8443, 10125, 12788, 8342, 10225, 12567, 8022, 10513, 12937, 8699, 10697, 12806, 7760, 11204, 12980, 8906, 10525, 13178, 7728, 11097, 12953, 8818, 10839, 13083, 7749, 10620, 13106, 8985, 10467, 12417, 8346, 9717, 13180, 8475, 10354, 12675, 8019, 9704, 12930, 8414, 10303, 12603, 8223, 10156, 12818, 8528, 10588, 12621, 7832, 10174, 12812, 8422, 10681, 12720, 7830, 11322, 12894, 9055, 11078, 13453, 9289, 11177, 13138, 8349, 11552, 12975, 8659, 10755, 12690, 8083, 11436, 12374, 8955, 11188, 12594, 8524, 11868, 12142, 9132, 11714, 7982, 9926, 13210, 8667, 10880, 13033, 8021, 11554, 13087, 8973, 11272, 13075, 8651, 11888, 11691, 9163, 12358, 8054, 10496, 12848, 8424, 10755, 12960, 9156, 11311, 13661, 8839, 11725, 13114, 9675, 11146, 12835, 8388, 11614, 8813, 10031, 13517, 9627, 11959, 7663, 11872, 8927, 10847, 13947, 8798, 11135, 14334, 8334, 10709, 13693, 8830, 10046, 12936, 7527, 10395, 12998, 9594, 10968, 12739, 7634, 11410, 12726, 9081, 10983, 11857, 8908, 11810, 8674, 9746, 12592, 8803, 10876, 12770, 8744, 11663, 12752, 9824, 10963, 12842, 8671, 11711, 13171, 9456, 11568, 10605, 8862, 12276, 12636, 9731, 11893, 12451, 9016, 11852, 13190, 9615, 11252, 12997, 8118, 11187, 13041, 8995, 10522, 12922, 7528, 10924, 12821, 9208, 11562, 12758, 8359, 11121, 13173, 8206, 10593, 13035, 8641, 11127, 13082, 8040, 11014, 13075, 8647, 11081, 12833, 8563, 11168, 13156, 8712, 10107, 12727, 8608, 10157, 13034, 8987, 10139, 12800, 9682, 9584, 12828, 9306, 10250, 12948, 10686, 9361, 12484, 9285, 9645, 12805, 12162, 9635, 12214, 9813, 9348, 12624, 13289, 9087, 11392, 10484, 9102, 12299, 10007, 9192, 12234, 8437, 10262, 12571, 8803, 10367, 12807, 8524, 10621, 13035, 8526, 10602, 13011, 8217, 10666, 13074, 8785, 10975, 12900, 8270, 10718, 13079, 8825, 10785, 12744, 7980, 11085, 13009, 9423, 10721, 12844, 8169, 11218, 13002, 9236, 10986, 13088, 8239, 11148, 13256, 9558, 10696, 12318, 8237, 11712, 11165, 9207, 12075, 8155, 10465, 12832, 8413, 10696, 12995, 8509, 10655, 12619, 8458, 10743, 13156, 8427, 10830, 13066, 8811, 10815, 13046, 9059, 11164, 12971, 8722, 11257, 13194, 9585, 10803, 13216, 8947, 11586, 11849, 9126, 11665, 9499, 9194, 12595, 8162, 10415, 13095, 8331, 10711, 12962, 9338, 10611, 13083, 8502, 11570, 13170, 9827, 11736, 11620, 8885, 12278, 8648, 10110, 12912, 8163, 10480, 13261, 8750, 10712, 13217, 8082, 10961, 13320, 10045, 11405, 12597, 8770, 11734, 13059, 9517, 11542, 9249, 9056, 12320, 12109, 9156, 11611, 10303, 9239, 12715, 10358, 9639, 12517, 7875, 10437, 13144, 8585, 11001, 13261, 7899, 11140, 13755, 8812, 11057, 13416, 8073, 10607, 13789, 9785, 11017, 13858, 8305, 11555, 8699, 9457, 13827, 8189, 10866, 12881, 10398, 12310, 7920, 11583, 8306, 11118, 10102, 10666, 14306, 10756, 9780, 11034, 7852, 7346, 9203, 9698, 9345, 12463, 13430, 9651, 11828, 13263, 9225, 11851, 13304, 9663, 11839, 13129, 9658, 11512, 12481, 9968, 11812, 10267, 10232, 12578, 8492, 10357, 12837, 7960, 10240, 12647, 7685, 10439, 12701, 8485, 11124, 12531, 9123, 10952, 12483, 9597, 11098, 9915, 9617, 12060, 8000, 10117, 12787, 8746, 11245, 10202, 9732, 11777, 7674, 10420, 12308, 7796, 11078, 12502, 8689, 11130, 12498, 9014, 11196, 12468, 9439, 11285, 11541, 9732, 11962, 8293, 10231, 12689, 8819, 10960, 12761, 8554, 10960, 12721, 9158, 10688, 13024, 8854, 11278, 12944, 8989, 11171, 10976, 9466, 12107, 8196, 10082, 12467, 8451, 10645, 12714, 8424, 10843, 12543, 8832, 10657, 12759, 8228, 11257, 12853, 9374, 11108, 9987, 9137, 12273, 10658, 9612, 12019, 8345, 10580, 12697, 8539, 10689, 12680, 8597, 11294, 13028, 9319, 11344, 11716, 9729, 11940, 8281, 10018, 12710, 9067, 10408, 12785, 8207, 10806, 13072, 8845, 10892, 12878, 7969, 10925, 13055, 10388, 10931, 12973, 8686, 11859, 11981, 9514, 11767, 12746, 9378, 11884, 12812, 9560, 11653, 10056, 9854, 12296, 8995, 9872, 12660, 8496, 10630, 12398, 9305, 11418, 8510, 11676, 9509, 12437, 13656, 10075, 10691, 11221, 8634, 12026, 9927, 10098, 12669, 8397, 10540, 12428, 7717, 10444, 12675, 9770, 10499, 13055, 8937, 11465], 'WindowCenter': [4365.0, 4328.0, 4350.0, 4293.0, 4312.0, 4320.0, 4290.0, 4320.0, 4289.0, 4313.0, 4331.0, 4290.0, 4336.0, 4333.0, 4313.0, 4324.0, 4332.0, 4314.0, 4347.0, 4305.0, 4329.0, 4348.0, 4308.0, 4351.0, 4361.0, 4321.0, 4352.0, 4361.0, 4331.0, 4364.0, 4351.0, 4342.0, 4360.0, 4331.0, 4364.0, 4373.0, 4332.0, 4364.0, 4373.0, 4332.0, 4365.0, 4362.0, 4343.0, 4364.0, 4318.0, 4342.0, 4372.0, 4329.0, 4350.0, 4360.0, 4317.0, 4340.0, 4359.0, 4316.0, 4337.0, 4347.0, 4315.0, 4335.0, 4356.0, 4316.0, 4326.0, 4346.0, 4304.0, 4336.0, 4346.0, 4303.0, 4334.0, 4344.0, 4314.0, 4324.0, 4346.0, 4313.0, 4324.0, 4359.0, 4315.0, 4336.0, 4357.0, 4327.0, 4348.0, 4358.0, 4318.0, 4359.0, 4368.0, 4327.0, 4349.0, 4347.0, 4328.0, 4362.0, 4329.0, 4338.0, 4360.0, 4316.0, 4337.0, 4359.0, 4318.0, 4338.0, 4360.0, 4317.0, 4349.0, 4357.0, 4328.0, 4337.0, 4356.0, 4306.0, 4336.0, 4345.0, 4315.0, 4349.0, 4347.0, 4328.0, 4346.0, 4329.0, 4360.0, 4320.0, 4362.0, 4371.0, 4330.0, 4341.0, 4358.0, 4307.0, 4349.0, 4347.0, 4314.0, 4338.0, 4346.0, 4304.0, 4326.0, 4344.0, 4303.0, 4336.0, 4356.0, 4304.0, 4348.0, 4354.0, 4314.0, 4337.0, 4346.0, 4306.0, 4348.0, 4356.0, 4328.0, 4348.0, 4350.0, 4319.0, 4360.0, 4340.0, 4340.0, 4361.0, 4317.0, 4340.0, 4360.0, 4318.0, 4339.0, 4359.0, 4318.0, 4339.0, 4359.0, 4308.0, 4349.0, 4361.0, 4320.0, 4351.0, 4361.0, 4330.0, 4362.0, 4371.0, 4332.0, 4351.0, 4359.0, 4329.0, 4350.0, 4358.0, 4317.0, 4349.0, 4359.0, 4327.0, 4350.0, 4357.0, 4316.0, 4347.0, 4344.0, 4325.0, 4336.0, 4343.0, 4304.0, 4335.0, 4344.0, 4324.0, 4336.0, 4344.0, 4303.0, 4346.0, 4345.0, 4325.0, 4347.0, 4325.0, 4317.0, 4345.0, 4304.0, 4336.0, 4345.0, 4305.0, 4336.0, 4347.0, 4315.0, 4338.0, 4358.0, 4305.0, 4337.0, 4346.0, 4304.0, 4327.0, 4345.0, 4304.0, 4337.0, 4357.0, 4314.0, 4338.0, 4357.0, 4307.0, 4350.0, 4358.0, 4317.0, 4339.0, 4359.0, 4317.0, 4339.0, 4358.0, 4317.0, 4328.0, 4358.0, 4306.0, 4337.0, 4358.0, 4315.0, 4339.0, 4359.0, 4317.0, 4339.0, 4359.0, 4317.0, 4341.0, 4359.0, 4318.0, 4350.0, 4359.0, 4316.0, 4341.0, 4360.0, 4317.0, 4350.0, 4360.0, 4328.0, 4339.0, 4359.0, 4307.0, 4350.0, 4358.0, 4327.0, 4349.0, 4358.0, 4306.0, 4348.0, 4358.0, 4314.0, 4337.0, 4346.0, 4305.0, 4327.0, 4346.0, 4303.0, 4335.0, 4345.0, 4303.0, 4327.0, 4357.0, 4304.0, 4337.0, 4346.0, 4303.0, 4337.0, 4346.0, 4304.0, 4335.0, 4345.0, 4293.0, 4336.0, 4344.0, 4304.0, 4336.0, 4346.0, 4305.0, 4346.0, 4357.0, 4327.0, 4347.0, 4354.0, 4326.0, 4347.0, 4358.0, 4316.0, 4347.0, 4346.0, 4314.0, 4338.0, 4346.0, 4317.0, 4349.0, 4348.0, 4328.0, 4350.0, 4349.0, 4328.0, 4349.0, 4347.0, 4328.0, 4348.0, 4315.0, 4339.0, 4357.0, 4315.0, 4338.0, 4358.0, 4318.0, 4350.0, 4359.0, 4327.0, 4349.0, 4358.0, 4318.0, 4350.0, 4347.0, 4328.0, 4361.0, 4317.0, 4350.0, 4361.0, 4318.0, 4349.0, 4359.0, 4328.0, 4349.0, 4359.0, 4326.0, 4362.0, 4358.0, 4327.0, 4348.0, 4358.0, 4316.0, 4350.0, 4327.0, 4341.0, 4384.0, 4354.0, 4362.0, 4321.0, 4361.0, 4329.0, 4351.0, 4372.0, 4318.0, 4339.0, 4359.0, 4307.0, 4338.0, 4348.0, 4304.0, 4314.0, 4333.0, 4292.0, 4323.0, 4342.0, 4312.0, 4323.0, 4343.0, 4292.0, 4334.0, 4346.0, 4316.0, 4336.0, 4334.0, 4316.0, 4347.0, 4316.0, 4327.0, 4348.0, 4316.0, 4338.0, 4359.0, 4318.0, 4349.0, 4347.0, 4328.0, 4337.0, 4348.0, 4316.0, 4350.0, 4358.0, 4326.0, 4348.0, 4327.0, 4315.0, 4348.0, 4346.0, 4326.0, 4348.0, 4345.0, 4325.0, 4347.0, 4346.0, 4327.0, 4336.0, 4347.0, 4306.0, 4337.0, 4346.0, 4314.0, 4338.0, 4345.0, 4306.0, 4337.0, 4358.0, 4327.0, 4348.0, 4358.0, 4317.0, 4347.0, 4358.0, 4317.0, 4338.0, 4357.0, 4317.0, 4349.0, 4357.0, 4317.0, 4350.0, 4359.0, 4317.0, 4349.0, 4359.0, 4316.0, 4349.0, 4359.0, 4316.0, 4338.0, 4348.0, 4316.0, 4337.0, 4357.0, 4315.0, 4326.0, 4346.0, 4324.0, 4325.0, 4346.0, 4314.0, 4324.0, 4345.0, 4323.0, 4313.0, 4344.0, 4313.0, 4313.0, 4343.0, 4333.0, 4313.0, 4345.0, 4323.0, 4313.0, 4345.0, 4344.0, 4312.0, 4335.0, 4323.0, 4314.0, 4346.0, 4325.0, 4325.0, 4347.0, 4315.0, 4337.0, 4358.0, 4326.0, 4337.0, 4359.0, 4316.0, 4338.0, 4358.0, 4316.0, 4338.0, 4358.0, 4316.0, 4338.0, 4359.0, 4316.0, 4337.0, 4347.0, 4316.0, 4337.0, 4357.0, 4317.0, 4348.0, 4358.0, 4318.0, 4350.0, 4359.0, 4328.0, 4350.0, 4358.0, 4318.0, 4350.0, 4358.0, 4327.0, 4339.0, 4358.0, 4316.0, 4346.0, 4357.0, 4326.0, 4337.0, 4346.0, 4316.0, 4348.0, 4345.0, 4326.0, 4348.0, 4315.0, 4338.0, 4358.0, 4318.0, 4338.0, 4357.0, 4317.0, 4349.0, 4357.0, 4316.0, 4339.0, 4357.0, 4317.0, 4349.0, 4357.0, 4324.0, 4336.0, 4357.0, 4328.0, 4348.0, 4356.0, 4315.0, 4345.0, 4346.0, 4324.0, 4337.0, 4346.0, 4316.0, 4335.0, 4345.0, 4315.0, 4337.0, 4324.0, 4325.0, 4344.0, 4303.0, 4336.0, 4355.0, 4315.0, 4336.0, 4357.0, 4326.0, 4337.0, 4356.0, 4315.0, 4346.0, 4356.0, 4326.0, 4347.0, 4335.0, 4316.0, 4345.0, 4314.0, 4325.0, 4345.0, 4304.0, 4334.0, 4345.0, 4314.0, 4336.0, 4345.0, 4305.0, 4336.0, 4355.0, 4326.0, 4347.0, 4346.0, 4315.0, 4346.0, 4344.0, 4326.0, 4336.0, 4314.0, 4326.0, 4347.0, 4344.0, 4326.0, 4348.0, 4336.0, 4325.0, 4356.0, 4336.0, 4326.0, 4358.0, 4306.0, 4348.0, 4358.0, 4318.0, 4350.0, 4359.0, 4318.0, 4350.0, 4369.0, 4327.0, 4348.0, 4357.0, 4319.0, 4349.0, 4367.0, 4338.0, 4349.0, 4357.0, 4317.0, 4347.0, 4329.0, 4340.0, 4368.0, 4329.0, 4351.0, 4375.0, 4355.0, 4377.0, 4334.0, 4364.0, 4333.0, 4364.0, 4351.0, 4352.0, 4372.0, 4350.0, 4326.0, 4324.0, 4292.0, 4280.0, 4313.0, 4312.0, 4325.0, 4359.0, 4372.0, 4341.0, 4350.0, 4346.0, 4314.0, 4335.0, 4343.0, 4310.0, 4321.0, 4329.0, 4297.0, 4307.0, 4317.0, 4295.0, 4317.0, 4295.0, 4295.0, 4305.0, 4272.0, 4282.0, 4302.0, 4259.0, 4280.0, 4300.0, 4248.0, 4280.0, 4301.0, 4271.0, 4292.0, 4302.0, 4281.0, 4292.0, 4301.0, 4282.0, 4305.0, 4293.0, 4296.0, 4316.0, 4274.0, 4296.0, 4315.0, 4286.0, 4318.0, 4306.0, 4298.0, 4330.0, 4278.0, 4319.0, 4331.0, 4290.0, 4334.0, 4331.0, 4303.0, 4335.0, 4333.0, 4313.0, 4336.0, 4344.0, 4314.0, 4336.0, 4335.0, 4324.0, 4336.0, 4303.0, 4325.0, 4345.0, 4313.0, 4335.0, 4345.0, 4303.0, 4335.0, 4344.0, 4313.0, 4324.0, 4342.0, 4314.0, 4336.0, 4345.0, 4315.0, 4336.0, 4334.0, 4323.0, 4347.0, 4316.0, 4336.0, 4347.0, 4315.0, 4337.0, 4346.0, 4316.0, 4338.0, 4348.0, 4316.0, 4338.0, 4357.0, 4317.0, 4350.0, 4347.0, 4329.0, 4350.0, 4338.0, 4330.0, 4362.0, 4339.0, 4329.0, 4360.0, 4318.0, 4351.0, 4359.0, 4331.0, 4340.0, 4360.0, 4330.0, 4351.0, 4360.0, 4340.0, 4352.0, 4347.0, 4342.0, 4361.0, 4318.0, 4341.0, 4359.0, 4317.0, 4337.0, 4359.0, 4307.0, 4338.0, 4358.0, 4315.0, 4337.0, 4347.0, 4305.0, 4337.0, 4346.0, 4325.0, 4335.0, 4343.0, 4314.0, 4348.0, 4336.0, 4326.0, 4347.0, 4345.0, 4314.0, 4334.0, 4343.0, 4324.0, 4335.0, 4324.0, 4323.0, 4334.0, 4312.0, 4323.0, 4333.0, 4302.0, 4327.0, 4346.0, 4326.0, 4346.0, 4316.0, 4346.0, 4339.0, 4359.0, 4356.0, 4314.0, 4324.0, 4322.0, 4301.0, 4335.0, 4310.0, 4312.0, 4331.0, 4287.0, 4309.0, 4317.0, 4277.0, 4308.0, 4318.0, 4308.0, 4310.0, 4329.0, 4300.0, 4321.0], 'WindowWidth': [9629.0, 9565.0, 9595.0, 9506.0, 9526.0, 9535.0, 9494.0, 9534.0, 9491.0, 9526.0, 9551.0, 9496.0, 9564.0, 9557.0, 9527.0, 9544.0, 9553.0, 9534.0, 9582.0, 9521.0, 9558.0, 9586.0, 9532.0, 9596.0, 9608.0, 9552.0, 9598.0, 9608.0, 9568.0, 9616.0, 9593.0, 9582.0, 9610.0, 9566.0, 9617.0, 9630.0, 9570.0, 9617.0, 9629.0, 9572.0, 9620.0, 9612.0, 9586.0, 9618.0, 9548.0, 9583.0, 9628.0, 9561.0, 9591.0, 9609.0, 9541.0, 9577.0, 9604.0, 9540.0, 9569.0, 9584.0, 9537.0, 9565.0, 9595.0, 9537.0, 9552.0, 9581.0, 9519.0, 9566.0, 9580.0, 9518.0, 9560.0, 9575.0, 9533.0, 9549.0, 9580.0, 9532.0, 9549.0, 9603.0, 9539.0, 9566.0, 9599.0, 9556.0, 9587.0, 9601.0, 9546.0, 9606.0, 9617.0, 9558.0, 9590.0, 9585.0, 9560.0, 9612.0, 9564.0, 9574.0, 9607.0, 9542.0, 9572.0, 9603.0, 9545.0, 9572.0, 9605.0, 9544.0, 9589.0, 9601.0, 9560.0, 9571.0, 9598.0, 9526.0, 9566.0, 9581.0, 9537.0, 9589.0, 9585.0, 9561.0, 9585.0, 9563.0, 9604.0, 9556.0, 9614.0, 9627.0, 9564.0, 9578.0, 9601.0, 9529.0, 9591.0, 9585.0, 9534.0, 9569.0, 9580.0, 9519.0, 9553.0, 9577.0, 9518.0, 9566.0, 9594.0, 9521.0, 9585.0, 9592.0, 9536.0, 9570.0, 9581.0, 9527.0, 9587.0, 9597.0, 9559.0, 9589.0, 9591.0, 9550.0, 9608.0, 9580.0, 9579.0, 9609.0, 9546.0, 9580.0, 9608.0, 9548.0, 9576.0, 9603.0, 9544.0, 9575.0, 9604.0, 9533.0, 9591.0, 9609.0, 9553.0, 9595.0, 9610.0, 9567.0, 9611.0, 9624.0, 9572.0, 9597.0, 9607.0, 9564.0, 9595.0, 9603.0, 9547.0, 9592.0, 9606.0, 9558.0, 9590.0, 9599.0, 9541.0, 9585.0, 9578.0, 9551.0, 9566.0, 9575.0, 9521.0, 9565.0, 9577.0, 9549.0, 9567.0, 9578.0, 9521.0, 9581.0, 9580.0, 9553.0, 9586.0, 9551.0, 9541.0, 9580.0, 9523.0, 9568.0, 9581.0, 9524.0, 9568.0, 9584.0, 9539.0, 9573.0, 9601.0, 9524.0, 9570.0, 9583.0, 9521.0, 9554.0, 9580.0, 9521.0, 9572.0, 9598.0, 9536.0, 9573.0, 9600.0, 9532.0, 9593.0, 9604.0, 9545.0, 9578.0, 9605.0, 9544.0, 9577.0, 9603.0, 9544.0, 9562.0, 9602.0, 9530.0, 9573.0, 9603.0, 9542.0, 9576.0, 9604.0, 9546.0, 9579.0, 9604.0, 9544.0, 9581.0, 9605.0, 9548.0, 9593.0, 9605.0, 9544.0, 9581.0, 9607.0, 9547.0, 9595.0, 9608.0, 9559.0, 9578.0, 9604.0, 9534.0, 9595.0, 9603.0, 9559.0, 9590.0, 9604.0, 9529.0, 9589.0, 9604.0, 9537.0, 9571.0, 9583.0, 9523.0, 9556.0, 9582.0, 9520.0, 9566.0, 9581.0, 9518.0, 9558.0, 9599.0, 9522.0, 9569.0, 9583.0, 9521.0, 9572.0, 9584.0, 9523.0, 9565.0, 9580.0, 9505.0, 9569.0, 9580.0, 9522.0, 9568.0, 9584.0, 9525.0, 9582.0, 9599.0, 9559.0, 9586.0, 9594.0, 9555.0, 9585.0, 9600.0, 9543.0, 9585.0, 9582.0, 9538.0, 9574.0, 9584.0, 9547.0, 9592.0, 9589.0, 9561.0, 9594.0, 9591.0, 9562.0, 9592.0, 9587.0, 9561.0, 9590.0, 9541.0, 9577.0, 9600.0, 9540.0, 9574.0, 9602.0, 9547.0, 9593.0, 9606.0, 9559.0, 9591.0, 9603.0, 9547.0, 9593.0, 9589.0, 9561.0, 9610.0, 9546.0, 9592.0, 9609.0, 9547.0, 9590.0, 9606.0, 9562.0, 9593.0, 9606.0, 9559.0, 9611.0, 9604.0, 9558.0, 9587.0, 9603.0, 9543.0, 9594.0, 9558.0, 9583.0, 9649.0, 9608.0, 9615.0, 9559.0, 9612.0, 9565.0, 9595.0, 9627.0, 9545.0, 9574.0, 9605.0, 9527.0, 9571.0, 9586.0, 9519.0, 9532.0, 9559.0, 9502.0, 9545.0, 9570.0, 9527.0, 9545.0, 9573.0, 9504.0, 9562.0, 9580.0, 9538.0, 9566.0, 9563.0, 9539.0, 9582.0, 9540.0, 9556.0, 9587.0, 9540.0, 9573.0, 9601.0, 9545.0, 9590.0, 9586.0, 9558.0, 9571.0, 9584.0, 9541.0, 9592.0, 9600.0, 9553.0, 9586.0, 9555.0, 9540.0, 9589.0, 9580.0, 9555.0, 9586.0, 9580.0, 9554.0, 9586.0, 9583.0, 9555.0, 9569.0, 9584.0, 9526.0, 9570.0, 9582.0, 9536.0, 9570.0, 9580.0, 9529.0, 9571.0, 9601.0, 9557.0, 9587.0, 9602.0, 9546.0, 9584.0, 9604.0, 9543.0, 9574.0, 9601.0, 9543.0, 9589.0, 9601.0, 9545.0, 9592.0, 9606.0, 9545.0, 9590.0, 9605.0, 9542.0, 9591.0, 9603.0, 9540.0, 9573.0, 9588.0, 9539.0, 9569.0, 9599.0, 9537.0, 9553.0, 9583.0, 9550.0, 9550.0, 9583.0, 9534.0, 9548.0, 9579.0, 9546.0, 9531.0, 9577.0, 9531.0, 9533.0, 9575.0, 9561.0, 9531.0, 9578.0, 9545.0, 9533.0, 9578.0, 9577.0, 9530.0, 9564.0, 9548.0, 9536.0, 9583.0, 9551.0, 9552.0, 9585.0, 9539.0, 9572.0, 9602.0, 9554.0, 9571.0, 9603.0, 9540.0, 9573.0, 9602.0, 9543.0, 9573.0, 9601.0, 9543.0, 9574.0, 9604.0, 9541.0, 9571.0, 9585.0, 9541.0, 9571.0, 9600.0, 9544.0, 9587.0, 9601.0, 9548.0, 9596.0, 9606.0, 9563.0, 9593.0, 9604.0, 9547.0, 9593.0, 9604.0, 9557.0, 9576.0, 9601.0, 9542.0, 9585.0, 9600.0, 9554.0, 9571.0, 9582.0, 9542.0, 9588.0, 9582.0, 9556.0, 9589.0, 9540.0, 9575.0, 9602.0, 9546.0, 9574.0, 9601.0, 9544.0, 9589.0, 9600.0, 9543.0, 9575.0, 9600.0, 9544.0, 9590.0, 9601.0, 9554.0, 9571.0, 9600.0, 9559.0, 9587.0, 9598.0, 9541.0, 9581.0, 9585.0, 9551.0, 9572.0, 9583.0, 9541.0, 9567.0, 9580.0, 9537.0, 9569.0, 9550.0, 9551.0, 9578.0, 9521.0, 9568.0, 9594.0, 9540.0, 9569.0, 9599.0, 9554.0, 9570.0, 9597.0, 9541.0, 9583.0, 9597.0, 9556.0, 9585.0, 9566.0, 9541.0, 9581.0, 9535.0, 9550.0, 9579.0, 9522.0, 9564.0, 9581.0, 9535.0, 9566.0, 9580.0, 9525.0, 9568.0, 9593.0, 9554.0, 9583.0, 9581.0, 9540.0, 9583.0, 9578.0, 9553.0, 9568.0, 9536.0, 9555.0, 9584.0, 9577.0, 9553.0, 9586.0, 9567.0, 9555.0, 9597.0, 9569.0, 9556.0, 9600.0, 9529.0, 9589.0, 9603.0, 9547.0, 9593.0, 9605.0, 9548.0, 9594.0, 9618.0, 9556.0, 9587.0, 9600.0, 9553.0, 9593.0, 9615.0, 9574.0, 9592.0, 9602.0, 9545.0, 9587.0, 9564.0, 9581.0, 9618.0, 9564.0, 9599.0, 9637.0, 9607.0, 9641.0, 9580.0, 9619.0, 9576.0, 9619.0, 9602.0, 9599.0, 9631.0, 9593.0, 9553.0, 9546.0, 9498.0, 9482.0, 9529.0, 9529.0, 9552.0, 9604.0, 9630.0, 9582.0, 9590.0, 9580.0, 9533.0, 9564.0, 9573.0, 9522.0, 9539.0, 9546.0, 9499.0, 9514.0, 9526.0, 9493.0, 9527.0, 9493.0, 9491.0, 9506.0, 9456.0, 9469.0, 9497.0, 9434.0, 9464.0, 9491.0, 9418.0, 9465.0, 9493.0, 9455.0, 9483.0, 9497.0, 9468.0, 9485.0, 9496.0, 9470.0, 9505.0, 9485.0, 9495.0, 9523.0, 9464.0, 9496.0, 9522.0, 9483.0, 9527.0, 9510.0, 9501.0, 9550.0, 9475.0, 9534.0, 9551.0, 9495.0, 9558.0, 9553.0, 9515.0, 9561.0, 9557.0, 9531.0, 9565.0, 9576.0, 9534.0, 9565.0, 9563.0, 9548.0, 9566.0, 9519.0, 9550.0, 9578.0, 9531.0, 9563.0, 9577.0, 9517.0, 9562.0, 9575.0, 9532.0, 9548.0, 9571.0, 9534.0, 9565.0, 9578.0, 9537.0, 9565.0, 9561.0, 9547.0, 9583.0, 9540.0, 9567.0, 9585.0, 9538.0, 9571.0, 9581.0, 9541.0, 9573.0, 9587.0, 9541.0, 9573.0, 9599.0, 9544.0, 9591.0, 9582.0, 9563.0, 9592.0, 9575.0, 9564.0, 9613.0, 9578.0, 9562.0, 9607.0, 9546.0, 9594.0, 9606.0, 9570.0, 9580.0, 9609.0, 9565.0, 9596.0, 9609.0, 9582.0, 9599.0, 9589.0, 9582.0, 9610.0, 9547.0, 9580.0, 9605.0, 9542.0, 9571.0, 9602.0, 9527.0, 9573.0, 9601.0, 9538.0, 9570.0, 9585.0, 9524.0, 9570.0, 9581.0, 9549.0, 9565.0, 9574.0, 9536.0, 9585.0, 9568.0, 9552.0, 9583.0, 9578.0, 9533.0, 9562.0, 9574.0, 9546.0, 9563.0, 9546.0, 9545.0, 9561.0, 9530.0, 9544.0, 9558.0, 9514.0, 9552.0, 9582.0, 9553.0, 9579.0, 9542.0, 9581.0, 9577.0, 9603.0, 9599.0, 9534.0, 9544.0, 9541.0, 9511.0, 9560.0, 9523.0, 9525.0, 9552.0, 9486.0, 9518.0, 9529.0, 9471.0, 9515.0, 9527.0, 9516.0, 9520.0, 9546.0, 9507.0, 9538.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.0009105959475566149</td></tr>
<tr><td colspan=3>aqi</td><td>0.01718473122765197</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.50131124994038</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2261548573389023</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0091976056443905</td></tr>
<tr><td colspan=3>efc</td><td>0.5279</td></tr>
<tr><td colspan=3>fber</td><td>3537.8262</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07199712639888291</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.66865315852205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5642903277139784</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4772385773016663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.782599115475849</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.433033290364419</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190567</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001505884574726224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034840624779462814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.914381331490388</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.2399</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.8079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.8429</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287536.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1226.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.8694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4269</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.8739</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3427.3748</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.578</td></tr>
<tr><td colspan=3>tsnr</td><td>41.51882510026917</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>