<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>950297c6a2bf8821ba9ed39263558f92</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>15:33:21.880000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999864, -0.00782862, 0.0145348, 0.00855113, 0.998696, -0.0503308]</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.117121</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7728, -7298, 420, -133, -79, 57, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c693ca2-f207-4e8e-aa8f-ebfbfe9c1037||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682561159133911, 0.02294205315411091, 0.0381290540099144, 108.22874450683594], [0.021003620699048042, 2.6794283390045166, -0.136210098862648, -86.9484634399414], [0.038995932787656784, 0.1350337415933609, 2.6962924003601074, -74.90118408203125], [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': ['153321.880000', '153322.340000', '153322.800000', '153323.260000', '153323.720000', '153324.180000', '153324.640000', '153325.100000', '153325.560000', '153326.020000', '153326.480000', '153326.940000', '153327.400000', '153327.860000', '153328.320000', '153328.780000', '153329.240000', '153329.700000', '153330.160000', '153330.620000', '153331.080000', '153331.540000', '153332.000000', '153332.460000', '153332.920000', '153333.380000', '153333.840000', '153334.300000', '153334.760000', '153335.220000', '153335.680000', '153336.140000', '153336.600000', '153337.060000', '153337.520000', '153337.980000', '153338.440000', '153338.900000', '153339.360000', '153339.820000', '153340.280000', '153340.740000', '153341.200000', '153341.660000', '153342.120000', '153342.580000', '153343.040000', '153343.500000', '153343.960000', '153344.420000', '153344.880000', '153345.340000', '153345.800000', '153346.260000', '153346.720000', '153347.180000', '153347.640000', '153348.100000', '153348.560000', '153349.020000', '153349.480000', '153349.940000', '153350.400000', '153350.860000', '153351.320000', '153351.780000', '153352.240000', '153352.700000', '153353.160000', '153353.620000', '153354.080000', '153354.540000', '153355.000000', '153355.460000', '153355.920000', '153356.380000', '153356.840000', '153357.300000', '153357.760000', '153358.220000', '153358.680000', '153359.140000', '153359.600000', '153400.060000', '153400.520000', '153400.980000', '153401.440000', '153401.900000', '153402.360000', '153402.820000', '153403.280000', '153403.740000', '153404.200000', '153404.660000', '153405.120000', '153405.580000', '153406.040000', '153406.500000', '153406.960000', '153407.420000', '153407.880000', '153408.340000', '153408.800000', '153409.260000', '153409.720000', '153410.180000', '153410.640000', '153411.100000', '153411.560000', '153412.020000', '153412.480000', '153412.940000', '153413.400000', '153413.860000', '153414.320000', '153414.780000', '153415.240000', '153415.700000', '153416.160000', '153416.620000', '153417.080000', '153417.540000', '153418.000000', '153418.460000', '153418.920000', '153419.380000', '153419.840000', '153420.300000', '153420.760000', '153421.220000', '153421.680000', '153422.140000', '153422.600000', '153423.060000', '153423.520000', '153423.980000', '153424.440000', '153424.900000', '153425.360000', '153425.820000', '153426.280000', '153426.740000', '153427.200000', '153427.660000', '153428.120000', '153428.580000', '153429.040000', '153429.500000', '153429.960000', '153430.420000', '153430.880000', '153431.340000', '153431.800000', '153432.260000', '153432.720000', '153433.180000', '153433.640000', '153434.100000', '153434.560000', '153435.020000', '153435.480000', '153435.940000', '153436.400000', '153436.860000', '153437.320000', '153437.780000', '153438.240000', '153438.700000', '153439.160000', '153439.620000', '153440.080000', '153440.540000', '153441.000000', '153441.460000', '153441.920000', '153442.380000', '153442.840000', '153443.300000', '153443.760000', '153444.220000', '153444.680000', '153445.140000', '153445.600000', '153446.060000', '153446.520000', '153446.980000', '153447.440000', '153447.900000', '153448.360000', '153448.820000', '153449.280000', '153449.740000', '153450.200000', '153450.660000', '153451.120000', '153451.580000', '153452.040000', '153452.500000', '153452.960000', '153453.420000', '153453.880000', '153454.340000', '153454.800000', '153455.260000', '153455.720000', '153456.180000', '153456.640000', '153457.100000', '153457.560000', '153458.020000', '153458.480000', '153458.940000', '153459.400000', '153459.860000', '153500.320000', '153500.780000', '153501.240000', '153501.700000', '153502.160000', '153502.620000', '153503.080000', '153503.540000', '153504.000000', '153504.460000', '153504.920000', '153505.380000', '153505.840000', '153506.300000', '153506.760000', '153507.220000', '153507.680000', '153508.140000', '153508.600000', '153509.060000', '153509.520000', '153509.980000', '153510.440000', '153510.900000', '153511.360000', '153511.820000', '153512.280000', '153512.740000', '153513.200000', '153513.660000', '153514.120000', '153514.580000', '153515.040000', '153515.500000', '153515.960000', '153516.420000', '153516.880000', '153517.340000', '153517.800000', '153518.260000', '153518.720000', '153519.180000', '153519.640000', '153520.100000', '153520.560000', '153521.020000', '153521.480000', '153521.940000', '153522.400000', '153522.860000', '153523.320000', '153523.780000', '153524.240000', '153524.700000', '153525.160000', '153525.620000', '153526.080000', '153526.540000', '153527.000000', '153527.460000', '153527.920000', '153528.380000', '153528.840000', '153529.300000', '153529.760000', '153530.220000', '153530.680000', '153531.140000', '153531.600000', '153532.060000', '153532.520000', '153532.980000', '153533.440000', '153533.900000', '153534.360000', '153534.820000', '153535.280000', '153535.740000', '153536.200000', '153536.660000', '153537.120000', '153537.580000', '153538.040000', '153538.500000', '153538.960000', '153539.420000', '153539.880000', '153540.340000', '153540.800000', '153541.260000', '153541.720000', '153542.180000', '153542.640000', '153543.100000', '153543.560000', '153544.020000', '153544.480000', '153544.940000', '153545.400000', '153545.860000', '153546.320000', '153546.780000', '153547.240000', '153547.700000', '153548.160000', '153548.620000', '153549.080000', '153549.540000', '153550.000000', '153550.460000', '153550.920000', '153551.380000', '153551.840000', '153552.300000', '153552.760000', '153553.220000', '153553.680000', '153554.140000', '153554.600000', '153555.060000', '153555.520000', '153555.980000', '153556.440000', '153556.900000', '153557.360000', '153557.820000', '153558.280000', '153558.740000', '153559.200000', '153559.660000', '153600.120000', '153600.580000', '153601.040000', '153601.500000', '153601.960000', '153602.420000', '153602.880000', '153603.340000', '153603.800000', '153604.260000', '153604.720000', '153605.180000', '153605.640000', '153606.100000', '153606.560000', '153607.020000', '153607.480000', '153607.940000', '153608.400000', '153608.860000', '153609.320000', '153609.780000', '153610.240000', '153610.700000', '153611.160000', '153611.620000', '153612.080000', '153612.540000', '153613.000000', '153613.460000', '153613.920000', '153614.380000', '153614.840000', '153615.300000', '153615.760000', '153616.220000', '153616.680000', '153617.140000', '153617.600000', '153618.060000', '153618.520000', '153618.980000', '153619.440000', '153619.900000', '153620.360000', '153620.820000', '153621.280000', '153621.740000', '153622.200000', '153622.660000', '153623.120000', '153623.580000', '153624.040000', '153624.500000', '153624.960000', '153625.420000', '153625.880000', '153626.340000', '153626.800000', '153627.260000', '153627.720000', '153628.180000', '153628.640000', '153629.100000', '153629.560000', '153630.020000', '153630.480000', '153630.940000', '153631.400000', '153631.860000', '153632.320000', '153632.780000', '153633.240000', '153633.700000', '153634.160000', '153634.620000', '153635.080000', '153635.540000', '153636.000000', '153636.460000', '153636.920000', '153637.380000', '153637.840000', '153638.300000', '153638.760000', '153639.220000', '153639.680000', '153640.140000', '153640.600000', '153641.060000', '153641.520000', '153641.980000', '153642.440000', '153642.900000', '153643.360000', '153643.820000', '153644.280000', '153644.740000', '153645.200000', '153645.660000', '153646.120000', '153646.580000', '153647.040000', '153647.500000', '153647.960000', '153648.420000', '153648.880000', '153649.340000', '153649.800000', '153650.260000', '153650.720000', '153651.180000', '153651.640000', '153652.100000', '153652.560000', '153653.020000', '153653.480000', '153653.940000', '153654.400000', '153654.860000', '153655.320000', '153655.780000', '153656.240000', '153656.700000', '153657.160000', '153657.620000', '153658.080000', '153658.540000', '153659.000000', '153659.460000', '153659.920000', '153700.380000', '153700.840000', '153701.300000', '153701.760000', '153702.220000', '153702.680000', '153703.140000', '153703.600000', '153704.060000', '153704.520000', '153704.980000', '153705.440000', '153705.900000', '153706.360000', '153706.820000', '153707.280000', '153707.740000', '153708.200000', '153708.660000', '153709.120000', '153709.580000', '153710.040000', '153710.500000', '153710.960000', '153711.420000', '153711.880000', '153712.340000', '153712.800000', '153713.260000', '153713.720000', '153714.180000', '153714.640000', '153715.100000', '153715.560000', '153716.020000', '153716.480000', '153716.940000', '153717.400000', '153717.860000', '153718.320000', '153718.780000', '153719.240000', '153719.700000', '153720.160000', '153720.620000', '153721.080000', '153721.540000', '153722.000000', '153722.460000', '153722.920000', '153723.380000', '153723.840000', '153724.300000', '153724.760000', '153725.220000', '153725.680000', '153726.140000', '153726.600000', '153727.060000', '153727.520000', '153727.980000', '153728.440000', '153728.900000', '153729.360000', '153729.820000', '153730.280000', '153730.740000', '153731.200000', '153731.660000', '153732.120000', '153732.580000', '153733.040000', '153733.500000', '153733.960000', '153734.420000', '153734.880000', '153735.340000', '153735.800000', '153736.260000', '153736.720000', '153737.180000', '153737.640000', '153738.100000', '153738.560000', '153739.020000', '153739.480000', '153739.940000', '153740.400000', '153740.860000', '153741.320000', '153741.780000', '153742.240000', '153742.700000', '153743.160000', '153743.620000', '153744.080000', '153744.540000', '153745.000000', '153745.460000', '153745.920000', '153746.380000', '153746.840000', '153747.300000', '153747.760000', '153748.220000', '153748.680000', '153749.140000', '153749.600000', '153750.060000', '153750.520000', '153750.980000', '153751.440000', '153751.900000', '153752.360000', '153752.820000', '153753.280000', '153753.740000', '153754.200000', '153754.660000', '153755.120000', '153755.580000', '153756.040000', '153756.500000', '153756.960000', '153757.420000', '153757.880000', '153758.340000', '153758.800000', '153759.260000', '153759.720000', '153800.180000', '153800.640000', '153801.100000', '153801.560000', '153802.020000', '153802.480000', '153802.940000', '153803.400000', '153803.860000', '153804.320000', '153804.780000', '153805.240000', '153805.700000', '153806.160000', '153806.620000', '153807.080000', '153807.540000', '153808.000000', '153808.460000', '153808.920000', '153809.380000', '153809.840000', '153810.300000', '153810.760000', '153811.220000', '153811.680000', '153812.140000', '153812.600000', '153813.060000', '153813.520000', '153813.980000', '153814.440000', '153814.900000', '153815.360000', '153815.820000', '153816.280000', '153816.740000', '153817.200000', '153817.660000', '153818.120000', '153818.580000', '153819.040000', '153819.500000', '153819.960000', '153820.420000', '153820.880000', '153821.340000', '153821.800000', '153822.260000', '153822.720000', '153823.180000', '153823.640000', '153824.100000', '153824.560000', '153825.020000', '153825.480000', '153825.940000', '153826.400000', '153826.860000', '153827.320000', '153827.780000', '153828.240000', '153828.700000', '153829.160000', '153829.620000', '153830.080000', '153830.540000', '153831.000000', '153831.460000', '153831.920000', '153832.380000', '153832.840000', '153833.300000', '153833.760000', '153834.220000', '153834.680000', '153835.140000', '153835.600000', '153836.060000', '153836.520000', '153836.980000', '153837.440000', '153837.900000', '153838.360000', '153838.820000', '153839.280000', '153839.740000', '153840.200000', '153840.660000', '153841.120000', '153841.580000', '153842.040000', '153842.500000', '153842.960000', '153843.420000', '153843.880000', '153844.340000', '153844.800000', '153845.260000', '153845.720000', '153846.180000', '153846.640000', '153847.100000', '153847.560000', '153848.020000', '153848.480000', '153848.940000', '153849.400000', '153849.860000', '153850.320000', '153850.780000', '153851.240000', '153851.700000', '153852.160000', '153852.620000', '153853.080000', '153853.540000', '153854.000000', '153854.460000', '153854.920000', '153855.380000', '153855.840000', '153856.300000', '153856.760000', '153857.220000', '153857.680000', '153858.140000', '153858.600000', '153859.060000', '153859.520000', '153859.980000', '153900.440000', '153900.900000', '153901.360000', '153901.820000', '153902.280000', '153902.740000', '153903.200000', '153903.660000', '153904.120000', '153904.580000', '153905.040000', '153905.500000', '153905.960000', '153906.420000', '153906.880000', '153907.340000', '153907.800000', '153908.260000', '153908.720000', '153909.180000', '153909.640000', '153910.100000', '153910.560000', '153911.020000', '153911.480000', '153911.940000', '153912.400000', '153912.860000', '153913.320000', '153913.780000', '153914.240000', '153914.700000', '153915.160000', '153915.620000', '153916.080000', '153916.540000', '153917.000000', '153917.460000', '153917.920000', '153918.380000', '153918.840000', '153919.300000', '153919.760000', '153920.220000', '153920.680000', '153921.140000', '153921.600000', '153922.060000', '153922.520000', '153922.980000', '153923.440000', '153923.900000', '153924.360000', '153924.820000', '153925.280000', '153925.740000', '153926.200000', '153926.660000', '153927.120000', '153927.580000', '153928.040000', '153928.500000', '153928.960000', '153929.420000', '153929.880000', '153930.340000', '153930.800000', '153931.260000', '153931.720000', '153932.180000', '153932.640000', '153933.100000', '153933.560000', '153934.020000', '153934.480000', '153934.940000', '153935.400000', '153935.860000', '153936.320000', '153936.780000', '153937.240000', '153937.700000', '153938.160000', '153938.620000', '153939.080000', '153939.540000', '153940.000000', '153940.460000', '153940.920000', '153941.380000', '153941.840000', '153942.300000', '153942.760000', '153943.220000', '153943.680000', '153944.140000', '153944.600000', '153945.060000', '153945.520000', '153945.980000', '153946.440000', '153946.900000', '153947.360000'], 'ContentTime': ['153349.553000', '153349.556000', '153349.559000', '153349.561000', '153349.564000', '153349.566000', '153349.569000', '153349.572000', '153349.577000', '153349.579000', '153349.582000', '153349.585000', '153349.587000', '153349.590000', '153349.593000', '153349.595000', '153349.598000', '153349.601000', '153349.603000', '153349.606000', '153349.608000', '153349.611000', '153349.614000', '153349.616000', '153349.619000', '153349.622000', '153349.624000', '153349.627000', '153349.629000', '153349.632000', '153349.635000', '153349.637000', '153349.640000', '153349.642000', '153349.645000', '153349.648000', '153349.650000', '153349.653000', '153349.655000', '153349.658000', '153349.660000', '153349.663000', '153349.666000', '153349.668000', '153349.671000', '153349.674000', '153349.676000', '153349.679000', '153349.681000', '153349.684000', '153349.687000', '153349.689000', '153349.692000', '153349.694000', '153349.697000', '153349.700000', '153349.702000', '153409.525000', '153409.528000', '153409.530000', '153409.533000', '153409.536000', '153409.538000', '153409.541000', '153409.543000', '153409.546000', '153409.549000', '153409.552000', '153409.554000', '153409.557000', '153409.559000', '153409.562000', '153409.565000', '153409.567000', '153409.570000', '153409.572000', '153409.575000', '153409.578000', '153409.580000', '153409.583000', '153409.586000', '153409.588000', '153409.591000', '153409.593000', '153409.596000', '153409.599000', '153409.601000', '153409.604000', '153409.606000', '153409.609000', '153409.612000', '153409.614000', '153409.617000', '153409.621000', '153409.624000', '153409.626000', '153409.629000', '153409.631000', '153409.634000', '153409.637000', '153429.525000', '153429.528000', '153429.532000', '153429.534000', '153429.537000', '153429.540000', '153429.543000', '153429.545000', '153429.548000', '153429.552000', '153429.554000', '153429.557000', '153429.560000', '153429.562000', '153429.565000', '153429.568000', '153429.570000', '153429.573000', '153429.575000', '153429.578000', '153429.581000', '153429.583000', '153429.586000', '153429.589000', '153429.591000', '153429.594000', '153429.597000', '153429.599000', '153429.602000', '153429.604000', '153429.607000', '153429.610000', '153429.612000', '153429.615000', '153429.617000', '153429.620000', '153429.623000', '153429.625000', '153429.628000', '153429.630000', '153429.633000', '153429.636000', '153429.638000', '153429.641000', '153449.525000', '153449.528000', '153449.531000', '153449.533000', '153449.536000', '153449.539000', '153449.542000', '153449.544000', '153449.547000', '153449.550000', '153449.553000', '153449.555000', '153449.558000', '153449.560000', '153449.563000', '153449.566000', '153449.568000', '153449.571000', '153449.573000', '153449.576000', '153449.579000', '153449.581000', '153449.584000', '153449.586000', '153449.589000', '153449.592000', '153449.594000', '153449.597000', '153449.600000', '153449.602000', '153449.605000', '153449.607000', '153449.610000', '153449.613000', '153449.615000', '153449.618000', '153449.620000', '153449.623000', '153449.625000', '153449.628000', '153449.631000', '153449.633000', '153449.636000', '153509.525000', '153509.528000', '153509.535000', '153509.537000', '153509.540000', '153509.543000', '153509.545000', '153509.548000', '153509.550000', '153509.553000', '153509.556000', '153509.558000', '153509.561000', '153509.563000', '153509.566000', '153509.569000', '153509.571000', '153509.574000', '153509.576000', '153509.579000', '153509.582000', '153509.584000', '153509.587000', '153509.590000', '153509.603000', '153509.606000', '153509.608000', '153509.611000', '153509.614000', '153509.616000', '153509.619000', '153509.622000', '153509.624000', '153509.627000', '153509.630000', '153509.632000', '153509.635000', '153509.637000', '153509.640000', '153509.643000', '153509.645000', '153509.648000', '153509.651000', '153509.653000', '153529.526000', '153529.528000', '153529.531000', '153529.534000', '153529.537000', '153529.539000', '153529.542000', '153529.545000', '153529.548000', '153529.550000', '153529.553000', '153529.556000', '153529.558000', '153529.561000', '153529.563000', '153529.566000', '153529.569000', '153529.571000', '153529.574000', '153529.577000', '153529.579000', '153529.582000', '153529.584000', '153529.587000', '153529.590000', '153529.593000', '153529.595000', '153529.598000', '153529.601000', '153529.603000', '153529.606000', '153529.608000', '153529.611000', '153529.614000', '153529.616000', '153529.619000', '153529.622000', '153529.624000', '153529.627000', '153529.630000', '153529.632000', '153529.635000', '153529.637000', '153549.525000', '153549.528000', '153549.533000', '153549.535000', '153549.538000', '153549.543000', '153549.545000', '153549.548000', '153549.551000', '153549.553000', '153549.556000', '153549.559000', '153549.561000', '153549.564000', '153549.566000', '153549.569000', '153549.572000', '153549.574000', '153549.577000', '153549.580000', '153549.583000', '153549.585000', '153549.588000', '153549.591000', '153549.593000', '153549.596000', '153549.598000', '153549.601000', '153549.604000', '153549.606000', '153549.609000', '153549.611000', '153549.614000', '153549.617000', '153549.619000', '153549.622000', '153549.625000', '153549.627000', '153549.630000', '153549.633000', '153549.635000', '153549.638000', '153549.640000', '153609.525000', '153609.528000', '153609.531000', '153609.534000', '153609.537000', '153609.540000', '153609.542000', '153609.545000', '153609.548000', '153609.550000', '153609.553000', '153609.555000', '153609.558000', '153609.561000', '153609.563000', '153609.566000', '153609.568000', '153609.571000', '153609.574000', '153609.576000', '153609.579000', '153609.582000', '153609.584000', '153609.587000', '153609.590000', '153609.592000', '153609.595000', '153609.598000', '153609.600000', '153609.603000', '153609.605000', '153609.608000', '153609.611000', '153609.613000', '153609.616000', '153609.618000', '153609.621000', '153609.624000', '153609.626000', '153609.629000', '153609.632000', '153609.634000', '153609.637000', '153609.639000', '153629.525000', '153629.527000', '153629.530000', '153629.533000', '153629.535000', '153629.538000', '153629.541000', '153629.543000', '153629.546000', '153629.549000', '153629.551000', '153629.554000', '153629.557000', '153629.559000', '153629.562000', '153629.564000', '153629.567000', '153629.570000', '153629.572000', '153629.575000', '153629.577000', '153629.580000', '153629.583000', '153629.585000', '153629.588000', '153629.591000', '153629.593000', '153629.596000', '153629.598000', '153629.601000', '153629.604000', '153629.606000', '153629.609000', '153629.611000', '153629.614000', '153629.617000', '153629.619000', '153629.622000', '153629.624000', '153629.627000', '153629.630000', '153629.632000', '153629.635000', '153629.638000', '153649.526000', '153649.529000', '153649.531000', '153649.534000', '153649.537000', '153649.539000', '153649.542000', '153649.545000', '153649.547000', '153649.550000', '153649.553000', '153649.556000', '153649.558000', '153649.561000', '153649.564000', '153649.567000', '153649.569000', '153649.572000', '153649.575000', '153649.577000', '153649.586000', '153649.589000', '153649.591000', '153649.594000', '153649.597000', '153649.599000', '153649.602000', '153649.605000', '153649.607000', '153649.610000', '153649.613000', '153649.615000', '153649.618000', '153649.621000', '153649.623000', '153649.626000', '153649.628000', '153649.631000', '153649.634000', '153649.636000', '153649.639000', '153649.642000', '153649.644000', '153709.526000', '153709.528000', '153709.531000', '153709.534000', '153709.536000', '153709.539000', '153709.542000', '153709.544000', '153709.547000', '153709.550000', '153709.552000', '153709.555000', '153709.558000', '153709.560000', '153709.563000', '153709.565000', '153709.568000', '153709.571000', '153709.573000', '153709.576000', '153709.579000', '153709.581000', '153709.584000', '153709.587000', '153709.590000', '153709.592000', '153709.595000', '153709.597000', '153709.600000', '153709.603000', '153709.605000', '153709.608000', '153709.611000', '153709.613000', '153709.616000', '153709.619000', '153709.621000', '153709.624000', '153709.627000', '153709.629000', '153709.632000', '153709.635000', '153709.637000', '153709.640000', '153729.525000', '153729.528000', '153729.531000', '153729.534000', '153729.536000', '153729.539000', '153729.542000', '153729.544000', '153729.547000', '153729.549000', '153729.552000', '153729.563000', '153729.566000', '153729.568000', '153729.571000', '153729.573000', '153729.576000', '153729.579000', '153729.581000', '153729.584000', '153729.587000', '153729.589000', '153729.592000', '153729.595000', '153729.597000', '153729.600000', '153729.602000', '153729.605000', '153729.608000', '153729.610000', '153729.613000', '153729.615000', '153729.618000', '153729.621000', '153729.623000', '153729.626000', '153729.629000', '153729.631000', '153729.634000', '153729.636000', '153729.639000', '153729.642000', '153729.644000', '153749.526000', '153749.528000', '153749.531000', '153749.534000', '153749.537000', '153749.539000', '153749.542000', '153749.544000', '153749.547000', '153749.550000', '153749.552000', '153749.564000', '153749.567000', '153749.569000', '153749.572000', '153749.575000', '153749.577000', '153749.580000', '153749.583000', '153749.585000', '153749.588000', '153749.591000', '153749.593000', '153749.596000', '153749.599000', '153749.601000', '153749.604000', '153749.607000', '153749.609000', '153749.612000', '153749.615000', '153749.617000', '153749.620000', '153749.623000', '153749.625000', '153749.628000', '153749.631000', '153749.633000', '153749.636000', '153749.639000', '153749.641000', '153749.644000', '153749.647000', '153809.526000', '153809.528000', '153809.531000', '153809.534000', '153809.536000', '153809.539000', '153809.542000', '153809.544000', '153809.547000', '153809.550000', '153809.552000', '153809.555000', '153809.558000', '153809.560000', '153809.563000', '153809.565000', '153809.568000', '153809.571000', '153809.573000', '153809.576000', '153809.578000', '153809.581000', '153809.584000', '153809.586000', '153809.589000', '153809.592000', '153809.594000', '153809.597000', '153809.600000', '153809.602000', '153809.605000', '153809.607000', '153809.610000', '153809.613000', '153809.615000', '153809.618000', '153809.621000', '153809.623000', '153809.626000', '153809.628000', '153809.631000', '153809.634000', '153809.636000', '153809.639000', '153829.526000', '153829.528000', '153829.531000', '153829.534000', '153829.536000', '153829.539000', '153829.542000', '153829.545000', '153829.547000', '153829.550000', '153829.553000', '153829.556000', '153829.559000', '153829.562000', '153829.564000', '153829.567000', '153829.570000', '153829.572000', '153829.575000', '153829.578000', '153829.580000', '153829.583000', '153829.586000', '153829.588000', '153829.591000', '153829.594000', '153829.596000', '153829.599000', '153829.602000', '153829.604000', '153829.607000', '153829.610000', '153829.613000', '153829.615000', '153829.618000', '153829.621000', '153829.623000', '153829.626000', '153829.628000', '153829.631000', '153829.634000', '153829.636000', '153829.639000', '153849.524000', '153849.527000', '153849.530000', '153849.533000', '153849.536000', '153849.538000', '153849.541000', '153849.544000', '153849.546000', '153849.549000', '153849.552000', '153849.554000', '153849.557000', '153849.560000', '153849.562000', '153849.565000', '153849.568000', '153849.570000', '153849.573000', '153849.575000', '153849.578000', '153849.581000', '153849.583000', '153849.586000', '153849.589000', '153849.591000', '153849.594000', '153849.597000', '153849.599000', '153849.602000', '153849.605000', '153849.608000', '153849.610000', '153849.613000', '153849.615000', '153849.618000', '153849.621000', '153849.623000', '153849.626000', '153849.629000', '153849.631000', '153849.634000', '153849.636000', '153849.639000', '153909.526000', '153909.529000', '153909.531000', '153909.534000', '153909.536000', '153909.539000', '153909.542000', '153909.544000', '153909.547000', '153909.550000', '153909.552000', '153909.555000', '153909.557000', '153909.560000', '153909.563000', '153909.566000', '153909.568000', '153909.571000', '153909.574000', '153909.576000', '153909.579000', '153909.582000', '153909.584000', '153909.587000', '153909.590000', '153909.592000', '153909.595000', '153909.598000', '153909.600000', '153909.603000', '153909.606000', '153909.608000', '153909.611000', '153909.614000', '153909.616000', '153909.619000', '153909.622000', '153909.624000', '153909.627000', '153909.629000', '153909.632000', '153909.635000', '153909.637000', '153929.526000', '153929.529000', '153929.531000', '153929.534000', '153929.537000', '153929.539000', '153929.542000', '153929.545000', '153929.547000', '153929.550000', '153929.553000', '153929.555000', '153929.558000', '153929.560000', '153929.563000', '153929.566000', '153929.568000', '153929.571000', '153929.574000', '153929.576000', '153929.579000', '153929.581000', '153929.584000', '153929.587000', '153929.589000', '153929.592000', '153929.595000', '153929.597000', '153929.600000', '153929.603000', '153929.606000', '153929.608000', '153929.611000', '153929.613000', '153929.616000', '153929.619000', '153929.621000', '153929.624000', '153929.626000', '153929.629000', '153929.632000', '153929.634000', '153929.648000', '153929.651000', '153949.094000', '153949.097000', '153949.100000', '153949.103000', '153949.106000', '153949.109000', '153949.112000', '153949.115000', '153949.119000', '153949.122000', '153949.125000', '153949.128000', '153949.131000', '153949.134000', '153949.136000', '153949.139000', '153949.142000', '153949.145000', '153949.148000', '153949.150000', '153949.153000', '153949.157000', '153949.160000', '153949.163000', '153949.166000', '153949.169000', '153949.172000', '153949.175000', '153949.178000', '153949.180000', '153949.183000', '153949.185000', '153949.188000', '153949.221000', '153949.227000', '153949.230000', '153949.237000', '153949.240000', '153949.243000', '153949.247000', '153949.251000', '153949.254000', '153949.257000'], 'InstanceCreationTime': ['153349.553000', '153349.556000', '153349.559000', '153349.561000', '153349.564000', '153349.566000', '153349.569000', '153349.572000', '153349.577000', '153349.579000', '153349.582000', '153349.585000', '153349.587000', '153349.590000', '153349.593000', '153349.595000', '153349.598000', '153349.601000', '153349.603000', '153349.606000', '153349.608000', '153349.611000', '153349.614000', '153349.616000', '153349.619000', '153349.622000', '153349.624000', '153349.627000', '153349.629000', '153349.632000', '153349.635000', '153349.637000', '153349.640000', '153349.642000', '153349.645000', '153349.648000', '153349.650000', '153349.653000', '153349.655000', '153349.658000', '153349.660000', '153349.663000', '153349.666000', '153349.668000', '153349.671000', '153349.674000', '153349.676000', '153349.679000', '153349.681000', '153349.684000', '153349.687000', '153349.689000', '153349.692000', '153349.694000', '153349.697000', '153349.700000', '153349.702000', '153409.525000', '153409.528000', '153409.530000', '153409.533000', '153409.536000', '153409.538000', '153409.541000', '153409.543000', '153409.546000', '153409.549000', '153409.552000', '153409.554000', '153409.557000', '153409.559000', '153409.562000', '153409.565000', '153409.567000', '153409.570000', '153409.572000', '153409.575000', '153409.578000', '153409.580000', '153409.583000', '153409.586000', '153409.588000', '153409.591000', '153409.593000', '153409.596000', '153409.599000', '153409.601000', '153409.604000', '153409.606000', '153409.609000', '153409.612000', '153409.614000', '153409.617000', '153409.621000', '153409.624000', '153409.626000', '153409.629000', '153409.631000', '153409.634000', '153409.637000', '153429.525000', '153429.528000', '153429.532000', '153429.534000', '153429.537000', '153429.540000', '153429.543000', '153429.545000', '153429.548000', '153429.552000', '153429.554000', '153429.557000', '153429.560000', '153429.562000', '153429.565000', '153429.568000', '153429.570000', '153429.573000', '153429.575000', '153429.578000', '153429.581000', '153429.583000', '153429.586000', '153429.589000', '153429.591000', '153429.594000', '153429.597000', '153429.599000', '153429.602000', '153429.604000', '153429.607000', '153429.610000', '153429.612000', '153429.615000', '153429.617000', '153429.620000', '153429.623000', '153429.625000', '153429.628000', '153429.630000', '153429.633000', '153429.636000', '153429.638000', '153429.641000', '153449.525000', '153449.528000', '153449.531000', '153449.533000', '153449.536000', '153449.539000', '153449.542000', '153449.544000', '153449.547000', '153449.550000', '153449.553000', '153449.555000', '153449.558000', '153449.560000', '153449.563000', '153449.566000', '153449.568000', '153449.571000', '153449.573000', '153449.576000', '153449.579000', '153449.581000', '153449.584000', '153449.586000', '153449.589000', '153449.592000', '153449.594000', '153449.597000', '153449.600000', '153449.602000', '153449.605000', '153449.607000', '153449.610000', '153449.613000', '153449.615000', '153449.618000', '153449.620000', '153449.623000', '153449.625000', '153449.628000', '153449.631000', '153449.633000', '153449.636000', '153509.525000', '153509.528000', '153509.535000', '153509.537000', '153509.540000', '153509.543000', '153509.545000', '153509.548000', '153509.550000', '153509.553000', '153509.556000', '153509.558000', '153509.561000', '153509.563000', '153509.566000', '153509.569000', '153509.571000', '153509.574000', '153509.576000', '153509.579000', '153509.582000', '153509.584000', '153509.587000', '153509.590000', '153509.603000', '153509.606000', '153509.608000', '153509.611000', '153509.614000', '153509.616000', '153509.619000', '153509.622000', '153509.624000', '153509.627000', '153509.630000', '153509.632000', '153509.635000', '153509.637000', '153509.640000', '153509.643000', '153509.645000', '153509.648000', '153509.651000', '153509.653000', '153529.526000', '153529.528000', '153529.531000', '153529.534000', '153529.537000', '153529.539000', '153529.542000', '153529.545000', '153529.548000', '153529.550000', '153529.553000', '153529.556000', '153529.558000', '153529.561000', '153529.563000', '153529.566000', '153529.569000', '153529.571000', '153529.574000', '153529.577000', '153529.579000', '153529.582000', '153529.584000', '153529.587000', '153529.590000', '153529.593000', '153529.595000', '153529.598000', '153529.601000', '153529.603000', '153529.606000', '153529.608000', '153529.611000', '153529.614000', '153529.616000', '153529.619000', '153529.622000', '153529.624000', '153529.627000', '153529.630000', '153529.632000', '153529.635000', '153529.637000', '153549.525000', '153549.528000', '153549.533000', '153549.535000', '153549.538000', '153549.543000', '153549.545000', '153549.548000', '153549.551000', '153549.553000', '153549.556000', '153549.559000', '153549.561000', '153549.564000', '153549.566000', '153549.569000', '153549.572000', '153549.574000', '153549.577000', '153549.580000', '153549.583000', '153549.585000', '153549.588000', '153549.591000', '153549.593000', '153549.596000', '153549.598000', '153549.601000', '153549.604000', '153549.606000', '153549.609000', '153549.611000', '153549.614000', '153549.617000', '153549.619000', '153549.622000', '153549.625000', '153549.627000', '153549.630000', '153549.633000', '153549.635000', '153549.638000', '153549.640000', '153609.525000', '153609.528000', '153609.531000', '153609.534000', '153609.537000', '153609.540000', '153609.542000', '153609.545000', '153609.548000', '153609.550000', '153609.553000', '153609.555000', '153609.558000', '153609.561000', '153609.563000', '153609.566000', '153609.568000', '153609.571000', '153609.574000', '153609.576000', '153609.579000', '153609.582000', '153609.584000', '153609.587000', '153609.590000', '153609.592000', '153609.595000', '153609.598000', '153609.600000', '153609.603000', '153609.605000', '153609.608000', '153609.611000', '153609.613000', '153609.616000', '153609.618000', '153609.621000', '153609.624000', '153609.626000', '153609.629000', '153609.632000', '153609.634000', '153609.637000', '153609.639000', '153629.525000', '153629.527000', '153629.530000', '153629.533000', '153629.535000', '153629.538000', '153629.541000', '153629.543000', '153629.546000', '153629.549000', '153629.551000', '153629.554000', '153629.557000', '153629.559000', '153629.562000', '153629.564000', '153629.567000', '153629.570000', '153629.572000', '153629.575000', '153629.577000', '153629.580000', '153629.583000', '153629.585000', '153629.588000', '153629.591000', '153629.593000', '153629.596000', '153629.598000', '153629.601000', '153629.604000', '153629.606000', '153629.609000', '153629.611000', '153629.614000', '153629.617000', '153629.619000', '153629.622000', '153629.624000', '153629.627000', '153629.630000', '153629.632000', '153629.635000', '153629.638000', '153649.526000', '153649.529000', '153649.531000', '153649.534000', '153649.537000', '153649.539000', '153649.542000', '153649.545000', '153649.547000', '153649.550000', '153649.553000', '153649.556000', '153649.558000', '153649.561000', '153649.564000', '153649.567000', '153649.569000', '153649.572000', '153649.575000', '153649.577000', '153649.586000', '153649.589000', '153649.591000', '153649.594000', '153649.597000', '153649.599000', '153649.602000', '153649.605000', '153649.607000', '153649.610000', '153649.613000', '153649.615000', '153649.618000', '153649.621000', '153649.623000', '153649.626000', '153649.628000', '153649.631000', '153649.634000', '153649.636000', '153649.639000', '153649.642000', '153649.644000', '153709.526000', '153709.528000', '153709.531000', '153709.534000', '153709.536000', '153709.539000', '153709.542000', '153709.544000', '153709.547000', '153709.550000', '153709.552000', '153709.555000', '153709.558000', '153709.560000', '153709.563000', '153709.565000', '153709.568000', '153709.571000', '153709.573000', '153709.576000', '153709.579000', '153709.581000', '153709.584000', '153709.587000', '153709.590000', '153709.592000', '153709.595000', '153709.597000', '153709.600000', '153709.603000', '153709.605000', '153709.608000', '153709.611000', '153709.613000', '153709.616000', '153709.619000', '153709.621000', '153709.624000', '153709.627000', '153709.629000', '153709.632000', '153709.635000', '153709.637000', '153709.640000', '153729.525000', '153729.528000', '153729.531000', '153729.534000', '153729.536000', '153729.539000', '153729.542000', '153729.544000', '153729.547000', '153729.549000', '153729.552000', '153729.563000', '153729.566000', '153729.568000', '153729.571000', '153729.573000', '153729.576000', '153729.579000', '153729.581000', '153729.584000', '153729.587000', '153729.589000', '153729.592000', '153729.595000', '153729.597000', '153729.600000', '153729.602000', '153729.605000', '153729.608000', '153729.610000', '153729.613000', '153729.615000', '153729.618000', '153729.621000', '153729.623000', '153729.626000', '153729.629000', '153729.631000', '153729.634000', '153729.636000', '153729.639000', '153729.642000', '153729.644000', '153749.526000', '153749.528000', '153749.531000', '153749.534000', '153749.537000', '153749.539000', '153749.542000', '153749.544000', '153749.547000', '153749.550000', '153749.552000', '153749.564000', '153749.567000', '153749.569000', '153749.572000', '153749.575000', '153749.577000', '153749.580000', '153749.583000', '153749.585000', '153749.588000', '153749.591000', '153749.593000', '153749.596000', '153749.599000', '153749.601000', '153749.604000', '153749.607000', '153749.609000', '153749.612000', '153749.615000', '153749.617000', '153749.620000', '153749.623000', '153749.625000', '153749.628000', '153749.631000', '153749.633000', '153749.636000', '153749.639000', '153749.641000', '153749.644000', '153749.647000', '153809.526000', '153809.528000', '153809.531000', '153809.534000', '153809.536000', '153809.539000', '153809.542000', '153809.544000', '153809.547000', '153809.550000', '153809.552000', '153809.555000', '153809.558000', '153809.560000', '153809.563000', '153809.565000', '153809.568000', '153809.571000', '153809.573000', '153809.576000', '153809.578000', '153809.581000', '153809.584000', '153809.586000', '153809.589000', '153809.592000', '153809.594000', '153809.597000', '153809.600000', '153809.602000', '153809.605000', '153809.607000', '153809.610000', '153809.613000', '153809.615000', '153809.618000', '153809.621000', '153809.623000', '153809.626000', '153809.628000', '153809.631000', '153809.634000', '153809.636000', '153809.639000', '153829.526000', '153829.528000', '153829.531000', '153829.534000', '153829.536000', '153829.539000', '153829.542000', '153829.545000', '153829.547000', '153829.550000', '153829.553000', '153829.556000', '153829.559000', '153829.562000', '153829.564000', '153829.567000', '153829.570000', '153829.572000', '153829.575000', '153829.578000', '153829.580000', '153829.583000', '153829.586000', '153829.588000', '153829.591000', '153829.594000', '153829.596000', '153829.599000', '153829.602000', '153829.604000', '153829.607000', '153829.610000', '153829.613000', '153829.615000', '153829.618000', '153829.621000', '153829.623000', '153829.626000', '153829.628000', '153829.631000', '153829.634000', '153829.636000', '153829.639000', '153849.524000', '153849.527000', '153849.530000', '153849.533000', '153849.536000', '153849.538000', '153849.541000', '153849.544000', '153849.546000', '153849.549000', '153849.552000', '153849.554000', '153849.557000', '153849.560000', '153849.562000', '153849.565000', '153849.568000', '153849.570000', '153849.573000', '153849.575000', '153849.578000', '153849.581000', '153849.583000', '153849.586000', '153849.589000', '153849.591000', '153849.594000', '153849.597000', '153849.599000', '153849.602000', '153849.605000', '153849.608000', '153849.610000', '153849.613000', '153849.615000', '153849.618000', '153849.621000', '153849.623000', '153849.626000', '153849.629000', '153849.631000', '153849.634000', '153849.636000', '153849.639000', '153909.526000', '153909.529000', '153909.531000', '153909.534000', '153909.536000', '153909.539000', '153909.542000', '153909.544000', '153909.547000', '153909.550000', '153909.552000', '153909.555000', '153909.557000', '153909.560000', '153909.563000', '153909.566000', '153909.568000', '153909.571000', '153909.574000', '153909.576000', '153909.579000', '153909.582000', '153909.584000', '153909.587000', '153909.590000', '153909.592000', '153909.595000', '153909.598000', '153909.600000', '153909.603000', '153909.606000', '153909.608000', '153909.611000', '153909.614000', '153909.616000', '153909.619000', '153909.622000', '153909.624000', '153909.627000', '153909.629000', '153909.632000', '153909.635000', '153909.637000', '153929.526000', '153929.529000', '153929.531000', '153929.534000', '153929.537000', '153929.539000', '153929.542000', '153929.545000', '153929.547000', '153929.550000', '153929.553000', '153929.555000', '153929.558000', '153929.560000', '153929.563000', '153929.566000', '153929.568000', '153929.571000', '153929.574000', '153929.576000', '153929.579000', '153929.581000', '153929.584000', '153929.587000', '153929.589000', '153929.592000', '153929.595000', '153929.597000', '153929.600000', '153929.603000', '153929.606000', '153929.608000', '153929.611000', '153929.613000', '153929.616000', '153929.619000', '153929.621000', '153929.624000', '153929.626000', '153929.629000', '153929.632000', '153929.634000', '153929.648000', '153929.651000', '153949.094000', '153949.097000', '153949.100000', '153949.103000', '153949.106000', '153949.109000', '153949.112000', '153949.115000', '153949.119000', '153949.122000', '153949.125000', '153949.128000', '153949.131000', '153949.134000', '153949.136000', '153949.139000', '153949.142000', '153949.145000', '153949.148000', '153949.150000', '153949.153000', '153949.157000', '153949.160000', '153949.163000', '153949.166000', '153949.169000', '153949.172000', '153949.175000', '153949.178000', '153949.180000', '153949.183000', '153949.185000', '153949.188000', '153949.221000', '153949.227000', '153949.230000', '153949.237000', '153949.240000', '153949.243000', '153949.247000', '153949.251000', '153949.254000', '153949.257000'], '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': [12743, 10074, 10816, 8248, 12521, 9663, 13479, 11186, 13741, 12600, 13847, 9625, 10835, 7275, 9980, 8745, 9760, 11617, 9968, 10937, 8569, 12853, 8604, 11884, 8441, 11811, 8820, 11564, 8330, 11247, 7578, 10456, 7829, 10797, 8715, 10654, 8233, 9704, 9430, 9284, 11679, 9770, 13404, 9964, 12721, 9086, 12214, 8722, 12499, 8684, 12218, 8151, 12158, 8127, 11059, 8645, 10658, 14755, 10086, 14284, 10169, 12912, 8758, 12032, 7825, 11181, 7803, 10821, 10861, 9986, 10964, 9186, 13187, 9198, 13274, 10079, 13265, 9344, 11933, 8852, 11776, 9089, 12318, 9809, 11334, 9519, 11024, 9450, 11735, 9555, 12994, 10204, 10846, 9543, 10656, 9982, 11143, 9931, 10985, 10253, 8633, 10323, 8816, 10630, 8912, 10917, 9378, 10873, 7737, 11079, 7836, 11282, 8376, 11255, 8488, 11266, 7628, 10823, 7746, 10732, 8415, 10954, 8722, 10764, 8386, 10685, 8826, 10411, 9622, 9819, 10959, 9939, 8436, 9886, 10035, 9686, 11600, 9490, 13764, 9983, 13421, 9179, 13091, 9128, 12419, 9025, 12650, 9152, 12303, 8188, 11671, 7968, 11295, 8010, 11304, 7728, 10821, 7469, 9984, 10883, 8952, 13350, 9542, 11960, 8745, 11561, 8314, 10933, 7549, 10782, 8678, 10511, 9662, 9634, 11327, 8585, 12722, 9305, 11645, 9136, 11673, 8235, 11034, 7699, 11115, 8400, 10488, 11136, 9982, 14127, 10039, 12931, 9635, 12696, 8734, 12335, 8783, 12320, 8535, 12461, 8090, 11693, 7628, 11210, 9167, 10307, 13908, 10558, 15239, 9748, 13301, 8882, 12276, 8776, 11847, 8158, 11706, 7559, 11472, 7638, 10747, 8710, 10528, 12031, 10150, 12923, 9489, 12942, 8996, 12380, 8646, 11965, 8738, 11633, 7947, 11041, 7618, 10679, 7619, 10755, 9052, 10687, 9008, 10372, 10385, 10032, 13092, 9293, 12303, 9230, 12580, 9072, 11922, 8538, 11530, 7756, 11528, 8115, 11708, 8251, 11819, 8283, 11415, 7716, 11110, 8006, 11852, 8152, 11484, 8414, 11241, 8274, 10946, 9597, 10117, 11044, 9939, 13188, 9753, 12629, 9737, 12761, 9187, 12192, 9000, 12503, 8817, 12519, 8530, 11878, 7801, 11507, 7934, 11509, 8489, 11229, 9037, 10743, 8766, 10143, 10236, 9570, 11254, 9601, 11371, 10203, 9008, 9606, 9594, 9533, 11723, 9886, 13344, 9997, 11780, 9009, 12843, 9140, 12501, 9202, 12987, 9529, 12660, 8938, 12770, 9040, 12769, 9353, 13079, 9424, 12967, 9237, 12824, 8772, 12136, 8617, 12837, 9241, 13223, 9099, 13090, 8879, 12321, 8994, 12679, 9499, 12852, 8677, 12288, 8286, 11740, 8156, 11655, 8154, 11828, 8025, 11065, 7594, 10822, 7735, 10865, 8340, 12042, 8248, 11419, 8079, 10927, 7631, 11332, 7898, 11386, 7717, 11248, 7798, 11043, 8010, 11533, 8339, 11206, 7749, 10625, 7780, 10607, 8742, 10272, 10469, 10375, 12573, 9495, 13087, 8762, 12071, 8706, 11879, 8271, 10942, 7457, 10839, 7563, 10255, 9256, 10493, 8851, 10006, 12406, 9360, 13036, 9123, 12855, 8806, 11842, 7742, 10937, 7788, 10997, 9755, 10354, 12608, 9678, 12792, 8925, 12365, 9182, 12729, 9465, 12463, 8441, 11899, 8412, 11842, 8805, 12099, 7904, 11430, 7509, 11410, 8136, 11008, 9284, 10909, 10110, 10125, 10918, 9751, 13413, 10013, 13517, 9508, 12502, 8778, 11794, 8518, 11994, 8866, 11708, 7839, 11073, 7594, 11240, 8143, 11317, 7637, 11261, 7465, 11049, 7797, 10889, 8619, 11102, 7638, 10540, 8858, 10389, 10392, 10420, 11247, 10177, 11692, 9651, 13103, 9340, 13574, 9680, 12459, 9060, 12151, 8808, 12066, 8922, 12467, 8683, 12124, 8019, 11495, 7792, 11601, 7784, 11177, 7746, 11208, 7559, 10636, 8786, 10655, 10004, 10364, 9063, 9622, 11680, 9385, 13684, 9966, 13153, 9258, 12520, 8946, 12212, 8822, 12462, 9127, 12361, 8751, 11961, 8387, 11914, 8228, 12301, 8408, 11631, 7633, 10724, 7701, 10453, 10825, 10479, 11683, 8905, 12553, 8959, 11646, 8679, 12107, 8996, 11547, 7984, 11300, 7913, 12035, 8102, 11402, 7780, 11324, 7922, 11140, 8245, 10923, 7534, 10925, 8323, 10407, 9551, 10560, 9066, 10640, 9515, 9885, 12183, 9886, 13823, 10028, 12981, 9222, 12906, 8875, 13089, 9535, 12999, 8531, 12167, 8257, 11797, 8351, 12193, 7992, 11895, 7657, 11151, 7633, 11112, 7964, 11915, 7700, 11345, 7577, 10673, 7409, 11165, 8380, 10716, 7318, 10496, 7984, 10275, 10388, 10113, 12902, 9640, 13081, 8665, 12186, 8675, 11858, 9374, 12022, 8572, 11632, 8316, 11694, 8440, 11755, 9294, 12927, 8875, 11989, 8482, 11713, 9008, 12115, 9168, 13578, 9953, 13979, 9354, 12673, 9248, 13042, 8860, 13539, 9662, 14153, 10598, 12207, 7962, 11379, 7678, 11179, 7937, 12779, 8407, 11840, 7758, 11190, 8145, 12137, 8065, 12244, 7928, 12682, 7819, 11306, 7589, 10874, 7452, 10599, 7556, 11213, 7544, 10879, 7586, 10539, 7530, 10165, 7674, 9957, 7775, 10711, 7534, 10771, 7580, 10260, 8323, 10372, 9365, 10527, 7776, 10036, 8651, 10101, 9047, 9944, 9821, 10376, 7575, 10543, 7504, 10291, 7948, 10713, 8986, 11005, 7669, 11068, 7695, 10863, 9008, 10596, 10157, 10640, 11965, 10199, 12042, 9392, 13377, 9145, 13268, 9838, 12359, 8195, 11581, 7944, 11234, 7910, 11350, 7845, 11025, 7832, 10690, 9169, 10387, 12150, 10306, 14357, 10217, 13908, 9019, 12589, 9077, 12465, 8788, 12860, 8804, 11963, 7799, 10242, 7686, 10416, 7933, 10410, 8901, 10279, 11711, 9581, 12847, 8819, 13096, 8809, 12842, 8441, 11600, 7602, 10145, 7526, 10396, 7805, 9893, 7893, 10363, 7627, 9698, 7591, 9778, 8938, 10508, 8533, 10375, 7724, 10875, 8303, 10326, 9272, 10454, 8596, 10379, 8141, 10313, 9090, 9724, 10283, 9739, 12008, 9448, 12083, 8732, 12706, 8521, 12227, 8594, 12038, 8534, 12181, 8705, 10954, 8196, 10217, 8297, 10267, 9116, 10067, 9012, 9057, 9933, 7774, 10196, 8160, 10041, 9150, 10666, 8408, 10359, 7904, 10664, 7971, 9625, 9207, 10731, 7693, 10541, 7648, 10143, 8186, 10392, 7715, 10914, 7632, 10668, 7763, 11448, 9057, 13069], 'WindowCenter': [4579.0, 4533.0, 4529.0, 4486.0, 4524.0, 4491.0, 4521.0, 4499.0, 4519.0, 4506.0, 4507.0, 4474.0, 4483.0, 4443.0, 4473.0, 4463.0, 4473.0, 4493.0, 4485.0, 4484.0, 4465.0, 4506.0, 4465.0, 4507.0, 4466.0, 4497.0, 4476.0, 4497.0, 4467.0, 4499.0, 4467.0, 4498.0, 4470.0, 4499.0, 4479.0, 4500.0, 4479.0, 4501.0, 4489.0, 4491.0, 4521.0, 4502.0, 4532.0, 4503.0, 4532.0, 4492.0, 4532.0, 4492.0, 4532.0, 4493.0, 4522.0, 4482.0, 4523.0, 4479.0, 4511.0, 4491.0, 4511.0, 4541.0, 4501.0, 4532.0, 4501.0, 4522.0, 4479.0, 4520.0, 4468.0, 4509.0, 4468.0, 4510.0, 4510.0, 4500.0, 4509.0, 4490.0, 4529.0, 4489.0, 4519.0, 4500.0, 4532.0, 4491.0, 4521.0, 4491.0, 4520.0, 4491.0, 4521.0, 4502.0, 4512.0, 4502.0, 4512.0, 4502.0, 4521.0, 4501.0, 4531.0, 4502.0, 4511.0, 4501.0, 4512.0, 4501.0, 4512.0, 4501.0, 4510.0, 4502.0, 4480.0, 4500.0, 4490.0, 4500.0, 4487.0, 4500.0, 4491.0, 4511.0, 4469.0, 4510.0, 4468.0, 4509.0, 4478.0, 4509.0, 4479.0, 4510.0, 4469.0, 4500.0, 4469.0, 4509.0, 4478.0, 4499.0, 4479.0, 4499.0, 4477.0, 4498.0, 4477.0, 4498.0, 4487.0, 4489.0, 4498.0, 4499.0, 4478.0, 4499.0, 4499.0, 4489.0, 4523.0, 4515.0, 4531.0, 4513.0, 4532.0, 4490.0, 4519.0, 4478.0, 4507.0, 4489.0, 4533.0, 4489.0, 4508.0, 4478.0, 4508.0, 4467.0, 4507.0, 4467.0, 4498.0, 4468.0, 4498.0, 4458.0, 4498.0, 4498.0, 4488.0, 4518.0, 4488.0, 4510.0, 4479.0, 4510.0, 4479.0, 4509.0, 4469.0, 4512.0, 4490.0, 4511.0, 4500.0, 4501.0, 4511.0, 4492.0, 4531.0, 4501.0, 4522.0, 4502.0, 4523.0, 4492.0, 4513.0, 4482.0, 4522.0, 4491.0, 4512.0, 4511.0, 4502.0, 4543.0, 4513.0, 4532.0, 4503.0, 4532.0, 4493.0, 4532.0, 4492.0, 4532.0, 4492.0, 4534.0, 4481.0, 4522.0, 4470.0, 4511.0, 4490.0, 4513.0, 4531.0, 4511.0, 4541.0, 4501.0, 4530.0, 4490.0, 4520.0, 4490.0, 4521.0, 4480.0, 4521.0, 4470.0, 4522.0, 4470.0, 4510.0, 4490.0, 4512.0, 4521.0, 4501.0, 4531.0, 4501.0, 4521.0, 4490.0, 4519.0, 4490.0, 4521.0, 4480.0, 4521.0, 4480.0, 4511.0, 4470.0, 4511.0, 4471.0, 4511.0, 4491.0, 4512.0, 4491.0, 4512.0, 4501.0, 4503.0, 4532.0, 4502.0, 4522.0, 4502.0, 4532.0, 4493.0, 4522.0, 4492.0, 4522.0, 4481.0, 4523.0, 4481.0, 4524.0, 4483.0, 4523.0, 4492.0, 4522.0, 4481.0, 4511.0, 4480.0, 4522.0, 4481.0, 4512.0, 4481.0, 4513.0, 4481.0, 4512.0, 4500.0, 4501.0, 4510.0, 4501.0, 4534.0, 4504.0, 4532.0, 4503.0, 4532.0, 4502.0, 4522.0, 4492.0, 4532.0, 4491.0, 4522.0, 4491.0, 4522.0, 4471.0, 4511.0, 4481.0, 4522.0, 4492.0, 4511.0, 4490.0, 4511.0, 4480.0, 4500.0, 4501.0, 4501.0, 4510.0, 4505.0, 4522.0, 4513.0, 4492.0, 4503.0, 4502.0, 4503.0, 4523.0, 4503.0, 4533.0, 4504.0, 4524.0, 4504.0, 4533.0, 4503.0, 4532.0, 4503.0, 4533.0, 4504.0, 4534.0, 4494.0, 4534.0, 4493.0, 4532.0, 4503.0, 4545.0, 4519.0, 4547.0, 4505.0, 4535.0, 4492.0, 4520.0, 4480.0, 4519.0, 4490.0, 4521.0, 4491.0, 4520.0, 4490.0, 4519.0, 4490.0, 4520.0, 4489.0, 4519.0, 4479.0, 4508.0, 4479.0, 4508.0, 4469.0, 4521.0, 4479.0, 4509.0, 4469.0, 4509.0, 4469.0, 4509.0, 4482.0, 4510.0, 4480.0, 4522.0, 4482.0, 4523.0, 4482.0, 4511.0, 4481.0, 4511.0, 4481.0, 4523.0, 4471.0, 4512.0, 4481.0, 4512.0, 4483.0, 4523.0, 4481.0, 4514.0, 4482.0, 4512.0, 4470.0, 4511.0, 4490.0, 4500.0, 4500.0, 4502.0, 4520.0, 4490.0, 4519.0, 4480.0, 4520.0, 4479.0, 4510.0, 4479.0, 4510.0, 4469.0, 4510.0, 4471.0, 4501.0, 4490.0, 4511.0, 4490.0, 4502.0, 4520.0, 4501.0, 4531.0, 4489.0, 4521.0, 4490.0, 4520.0, 4469.0, 4509.0, 4469.0, 4510.0, 4489.0, 4500.0, 4519.0, 4489.0, 4519.0, 4478.0, 4521.0, 4489.0, 4519.0, 4501.0, 4521.0, 4480.0, 4510.0, 4480.0, 4521.0, 4489.0, 4521.0, 4469.0, 4510.0, 4469.0, 4510.0, 4479.0, 4500.0, 4488.0, 4499.0, 4498.0, 4498.0, 4497.0, 4488.0, 4518.0, 4489.0, 4519.0, 4489.0, 4518.0, 4478.0, 4508.0, 4479.0, 4509.0, 4479.0, 4510.0, 4468.0, 4508.0, 4468.0, 4508.0, 4468.0, 4510.0, 4468.0, 4509.0, 4458.0, 4509.0, 4469.0, 4499.0, 4479.0, 4510.0, 4469.0, 4500.0, 4488.0, 4500.0, 4499.0, 4500.0, 4509.0, 4500.0, 4509.0, 4489.0, 4530.0, 4489.0, 4529.0, 4501.0, 4519.0, 4490.0, 4509.0, 4489.0, 4518.0, 4489.0, 4520.0, 4479.0, 4519.0, 4468.0, 4508.0, 4469.0, 4509.0, 4470.0, 4510.0, 4468.0, 4509.0, 4468.0, 4499.0, 4478.0, 4499.0, 4488.0, 4500.0, 4478.0, 4489.0, 4509.0, 4490.0, 4530.0, 4503.0, 4547.0, 4503.0, 4521.0, 4490.0, 4520.0, 4490.0, 4520.0, 4491.0, 4521.0, 4491.0, 4521.0, 4481.0, 4521.0, 4481.0, 4522.0, 4481.0, 4511.0, 4470.0, 4510.0, 4470.0, 4510.0, 4509.0, 4510.0, 4520.0, 4490.0, 4520.0, 4490.0, 4520.0, 4490.0, 4521.0, 4491.0, 4522.0, 4482.0, 4522.0, 4481.0, 4521.0, 4481.0, 4522.0, 4470.0, 4510.0, 4480.0, 4510.0, 4479.0, 4511.0, 4469.0, 4510.0, 4478.0, 4509.0, 4488.0, 4510.0, 4489.0, 4510.0, 4500.0, 4501.0, 4520.0, 4501.0, 4531.0, 4501.0, 4531.0, 4490.0, 4519.0, 4489.0, 4519.0, 4489.0, 4519.0, 4478.0, 4508.0, 4466.0, 4508.0, 4477.0, 4507.0, 4467.0, 4508.0, 4467.0, 4497.0, 4466.0, 4497.0, 4466.0, 4508.0, 4457.0, 4498.0, 4467.0, 4497.0, 4458.0, 4507.0, 4477.0, 4499.0, 4458.0, 4498.0, 4467.0, 4498.0, 4497.0, 4499.0, 4518.0, 4489.0, 4518.0, 4478.0, 4518.0, 4479.0, 4510.0, 4488.0, 4509.0, 4479.0, 4509.0, 4479.0, 4519.0, 4480.0, 4520.0, 4490.0, 4520.0, 4491.0, 4521.0, 4491.0, 4520.0, 4491.0, 4520.0, 4502.0, 4532.0, 4503.0, 4542.0, 4491.0, 4520.0, 4490.0, 4530.0, 4490.0, 4519.0, 4488.0, 4529.0, 4497.0, 4507.0, 4466.0, 4496.0, 4455.0, 4496.0, 4466.0, 4517.0, 4466.0, 4507.0, 4466.0, 4507.0, 4467.0, 4507.0, 4466.0, 4507.0, 4466.0, 4508.0, 4456.0, 4496.0, 4455.0, 4496.0, 4455.0, 4485.0, 4455.0, 4496.0, 4455.0, 4496.0, 4454.0, 4495.0, 4455.0, 4485.0, 4466.0, 4487.0, 4466.0, 4498.0, 4467.0, 4497.0, 4467.0, 4496.0, 4478.0, 4498.0, 4487.0, 4498.0, 4467.0, 4488.0, 4477.0, 4497.0, 4477.0, 4498.0, 4488.0, 4500.0, 4469.0, 4499.0, 4469.0, 4500.0, 4480.0, 4511.0, 4491.0, 4513.0, 4482.0, 4522.0, 4482.0, 4512.0, 4492.0, 4512.0, 4501.0, 4513.0, 4521.0, 4501.0, 4520.0, 4490.0, 4530.0, 4490.0, 4530.0, 4501.0, 4521.0, 4480.0, 4510.0, 4480.0, 4510.0, 4479.0, 4511.0, 4479.0, 4510.0, 4469.0, 4499.0, 4488.0, 4499.0, 4508.0, 4499.0, 4529.0, 4499.0, 4529.0, 4478.0, 4518.0, 4477.0, 4518.0, 4477.0, 4507.0, 4477.0, 4507.0, 4456.0, 4486.0, 4465.0, 4496.0, 4465.0, 4486.0, 4475.0, 4486.0, 4494.0, 4474.0, 4504.0, 4474.0, 4504.0, 4474.0, 4505.0, 4465.0, 4495.0, 4454.0, 4484.0, 4454.0, 4485.0, 4454.0, 4485.0, 4465.0, 4486.0, 4455.0, 4486.0, 4455.0, 4487.0, 4476.0, 4498.0, 4477.0, 4498.0, 4467.0, 4498.0, 4477.0, 4498.0, 4487.0, 4498.0, 4477.0, 4498.0, 4466.0, 4487.0, 4476.0, 4487.0, 4486.0, 4487.0, 4507.0, 4486.0, 4506.0, 4476.0, 4516.0, 4476.0, 4506.0, 4477.0, 4507.0, 4478.0, 4508.0, 4479.0, 4510.0, 4491.0, 4511.0, 4480.0, 4499.0, 4490.0, 4500.0, 4490.0, 4490.0, 4501.0, 4469.0, 4500.0, 4479.0, 4500.0, 4489.0, 4511.0, 4481.0, 4501.0, 4479.0, 4499.0, 4479.0, 4489.0, 4488.0, 4510.0, 4468.0, 4499.0, 4468.0, 4510.0, 4480.0, 4500.0, 4481.0, 4512.0, 4481.0, 4511.0, 4482.0, 4522.0, 4492.0, 4532.0], 'WindowWidth': [10038.0, 9961.0, 9947.0, 9881.0, 9930.0, 9878.0, 9920.0, 9883.0, 9912.0, 9888.0, 9895.0, 9840.0, 9853.0, 9798.0, 9838.0, 9826.0, 9840.0, 9867.0, 9859.0, 9858.0, 9831.0, 9889.0, 9832.0, 9891.0, 9836.0, 9876.0, 9849.0, 9879.0, 9839.0, 9883.0, 9840.0, 9884.0, 9848.0, 9884.0, 9857.0, 9890.0, 9860.0, 9892.0, 9875.0, 9878.0, 9920.0, 9895.0, 9937.0, 9897.0, 9938.0, 9883.0, 9937.0, 9882.0, 9938.0, 9884.0, 9924.0, 9868.0, 9926.0, 9862.0, 9907.0, 9878.0, 9905.0, 9951.0, 9892.0, 9936.0, 9893.0, 9921.0, 9860.0, 9916.0, 9843.0, 9899.0, 9843.0, 9901.0, 9903.0, 9888.0, 9902.0, 9876.0, 9930.0, 9874.0, 9915.0, 9889.0, 9935.0, 9880.0, 9921.0, 9879.0, 9919.0, 9881.0, 9922.0, 9895.0, 9910.0, 9896.0, 9911.0, 9896.0, 9922.0, 9893.0, 9933.0, 9896.0, 9907.0, 9893.0, 9909.0, 9892.0, 9910.0, 9891.0, 9904.0, 9895.0, 9862.0, 9889.0, 9875.0, 9888.0, 9869.0, 9889.0, 9876.0, 9905.0, 9847.0, 9901.0, 9843.0, 9899.0, 9855.0, 9900.0, 9858.0, 9902.0, 9845.0, 9887.0, 9846.0, 9900.0, 9858.0, 9884.0, 9858.0, 9885.0, 9854.0, 9882.0, 9853.0, 9881.0, 9867.0, 9871.0, 9884.0, 9886.0, 9857.0, 9886.0, 9887.0, 9872.0, 9928.0, 9919.0, 9935.0, 9913.0, 9937.0, 9875.0, 9912.0, 9855.0, 9895.0, 9871.0, 9937.0, 9873.0, 9898.0, 9856.0, 9895.0, 9840.0, 9894.0, 9839.0, 9882.0, 9842.0, 9884.0, 9830.0, 9884.0, 9883.0, 9870.0, 9911.0, 9871.0, 9902.0, 9860.0, 9902.0, 9861.0, 9901.0, 9848.0, 9907.0, 9877.0, 9905.0, 9891.0, 9893.0, 9908.0, 9882.0, 9934.0, 9893.0, 9924.0, 9896.0, 9926.0, 9883.0, 9912.0, 9869.0, 9924.0, 9881.0, 9911.0, 9909.0, 9896.0, 9955.0, 9914.0, 9940.0, 9898.0, 9939.0, 9885.0, 9937.0, 9883.0, 9937.0, 9882.0, 9944.0, 9868.0, 9925.0, 9852.0, 9908.0, 9879.0, 9910.0, 9936.0, 9907.0, 9952.0, 9893.0, 9933.0, 9876.0, 9918.0, 9878.0, 9919.0, 9864.0, 9920.0, 9852.0, 9923.0, 9850.0, 9905.0, 9878.0, 9910.0, 9921.0, 9894.0, 9937.0, 9892.0, 9921.0, 9877.0, 9916.0, 9878.0, 9921.0, 9863.0, 9921.0, 9865.0, 9907.0, 9851.0, 9907.0, 9853.0, 9908.0, 9880.0, 9909.0, 9881.0, 9910.0, 9893.0, 9897.0, 9938.0, 9897.0, 9924.0, 9896.0, 9937.0, 9885.0, 9924.0, 9883.0, 9924.0, 9869.0, 9926.0, 9868.0, 9927.0, 9871.0, 9926.0, 9882.0, 9924.0, 9868.0, 9907.0, 9864.0, 9922.0, 9866.0, 9908.0, 9866.0, 9911.0, 9865.0, 9908.0, 9890.0, 9893.0, 9905.0, 9893.0, 9940.0, 9901.0, 9940.0, 9898.0, 9939.0, 9897.0, 9923.0, 9882.0, 9938.0, 9880.0, 9923.0, 9880.0, 9923.0, 9852.0, 9907.0, 9867.0, 9923.0, 9882.0, 9905.0, 9877.0, 9906.0, 9863.0, 9891.0, 9892.0, 9893.0, 9905.0, 9901.0, 9926.0, 9912.0, 9885.0, 9899.0, 9898.0, 9899.0, 9927.0, 9899.0, 9941.0, 9901.0, 9930.0, 9901.0, 9941.0, 9899.0, 9939.0, 9898.0, 9939.0, 9902.0, 9944.0, 9887.0, 9942.0, 9887.0, 9938.0, 9899.0, 9960.0, 9932.0, 9969.0, 9905.0, 9946.0, 9882.0, 9918.0, 9862.0, 9914.0, 9877.0, 9921.0, 9880.0, 9917.0, 9875.0, 9914.0, 9874.0, 9916.0, 9871.0, 9914.0, 9857.0, 9898.0, 9858.0, 9898.0, 9847.0, 9920.0, 9861.0, 9899.0, 9844.0, 9899.0, 9845.0, 9901.0, 9867.0, 9904.0, 9864.0, 9921.0, 9868.0, 9924.0, 9868.0, 9906.0, 9865.0, 9906.0, 9864.0, 9924.0, 9853.0, 9908.0, 9866.0, 9908.0, 9870.0, 9923.0, 9865.0, 9914.0, 9869.0, 9908.0, 9851.0, 9904.0, 9876.0, 9889.0, 9889.0, 9894.0, 9918.0, 9875.0, 9916.0, 9861.0, 9918.0, 9859.0, 9902.0, 9860.0, 9902.0, 9847.0, 9902.0, 9854.0, 9892.0, 9875.0, 9907.0, 9878.0, 9894.0, 9919.0, 9894.0, 9936.0, 9875.0, 9919.0, 9876.0, 9917.0, 9846.0, 9900.0, 9847.0, 9903.0, 9871.0, 9888.0, 9914.0, 9872.0, 9913.0, 9857.0, 9917.0, 9873.0, 9912.0, 9891.0, 9919.0, 9862.0, 9903.0, 9862.0, 9919.0, 9873.0, 9920.0, 9847.0, 9902.0, 9847.0, 9902.0, 9861.0, 9889.0, 9869.0, 9886.0, 9883.0, 9882.0, 9880.0, 9870.0, 9912.0, 9871.0, 9915.0, 9872.0, 9911.0, 9856.0, 9899.0, 9858.0, 9898.0, 9858.0, 9903.0, 9842.0, 9896.0, 9842.0, 9896.0, 9842.0, 9904.0, 9843.0, 9899.0, 9830.0, 9900.0, 9847.0, 9885.0, 9859.0, 9902.0, 9846.0, 9887.0, 9871.0, 9890.0, 9887.0, 9887.0, 9901.0, 9889.0, 9901.0, 9873.0, 9930.0, 9873.0, 9928.0, 9893.0, 9915.0, 9874.0, 9899.0, 9872.0, 9913.0, 9874.0, 9915.0, 9859.0, 9915.0, 9844.0, 9898.0, 9846.0, 9899.0, 9847.0, 9904.0, 9843.0, 9900.0, 9842.0, 9887.0, 9858.0, 9885.0, 9870.0, 9887.0, 9858.0, 9873.0, 9900.0, 9876.0, 9931.0, 9898.0, 9970.0, 9901.0, 9921.0, 9878.0, 9917.0, 9877.0, 9917.0, 9880.0, 9920.0, 9881.0, 9921.0, 9866.0, 9922.0, 9866.0, 9924.0, 9868.0, 9907.0, 9849.0, 9903.0, 9849.0, 9904.0, 9902.0, 9904.0, 9917.0, 9875.0, 9918.0, 9877.0, 9919.0, 9878.0, 9920.0, 9880.0, 9925.0, 9870.0, 9923.0, 9869.0, 9922.0, 9867.0, 9922.0, 9851.0, 9904.0, 9864.0, 9903.0, 9861.0, 9907.0, 9847.0, 9901.0, 9859.0, 9901.0, 9871.0, 9904.0, 9875.0, 9904.0, 9889.0, 9892.0, 9920.0, 9892.0, 9935.0, 9892.0, 9934.0, 9875.0, 9915.0, 9872.0, 9913.0, 9871.0, 9914.0, 9857.0, 9897.0, 9839.0, 9896.0, 9853.0, 9894.0, 9840.0, 9897.0, 9839.0, 9880.0, 9837.0, 9880.0, 9837.0, 9898.0, 9827.0, 9882.0, 9840.0, 9881.0, 9830.0, 9895.0, 9854.0, 9885.0, 9830.0, 9884.0, 9842.0, 9885.0, 9882.0, 9885.0, 9913.0, 9871.0, 9913.0, 9857.0, 9912.0, 9860.0, 9901.0, 9871.0, 9899.0, 9861.0, 9900.0, 9861.0, 9914.0, 9862.0, 9916.0, 9877.0, 9917.0, 9879.0, 9921.0, 9879.0, 9918.0, 9881.0, 9919.0, 9898.0, 9938.0, 9899.0, 9952.0, 9879.0, 9918.0, 9875.0, 9933.0, 9877.0, 9915.0, 9870.0, 9926.0, 9880.0, 9895.0, 9836.0, 9877.0, 9822.0, 9877.0, 9835.0, 9906.0, 9838.0, 9894.0, 9839.0, 9893.0, 9839.0, 9893.0, 9838.0, 9893.0, 9837.0, 9896.0, 9823.0, 9878.0, 9821.0, 9875.0, 9819.0, 9859.0, 9820.0, 9876.0, 9820.0, 9877.0, 9819.0, 9875.0, 9822.0, 9861.0, 9837.0, 9866.0, 9837.0, 9882.0, 9839.0, 9881.0, 9840.0, 9879.0, 9855.0, 9882.0, 9868.0, 9884.0, 9840.0, 9868.0, 9854.0, 9881.0, 9853.0, 9882.0, 9869.0, 9889.0, 9846.0, 9889.0, 9849.0, 9891.0, 9865.0, 9906.0, 9880.0, 9912.0, 9869.0, 9924.0, 9870.0, 9911.0, 9883.0, 9910.0, 9894.0, 9912.0, 9921.0, 9892.0, 9919.0, 9877.0, 9932.0, 9875.0, 9930.0, 9893.0, 9919.0, 9863.0, 9903.0, 9864.0, 9905.0, 9860.0, 9907.0, 9861.0, 9902.0, 9846.0, 9887.0, 9871.0, 9886.0, 9899.0, 9885.0, 9930.0, 9887.0, 9929.0, 9858.0, 9911.0, 9854.0, 9911.0, 9853.0, 9895.0, 9852.0, 9895.0, 9824.0, 9863.0, 9835.0, 9876.0, 9833.0, 9863.0, 9847.0, 9862.0, 9872.0, 9844.0, 9886.0, 9844.0, 9885.0, 9844.0, 9888.0, 9834.0, 9874.0, 9818.0, 9859.0, 9816.0, 9860.0, 9817.0, 9862.0, 9835.0, 9864.0, 9823.0, 9865.0, 9823.0, 9867.0, 9852.0, 9884.0, 9853.0, 9882.0, 9841.0, 9882.0, 9853.0, 9883.0, 9867.0, 9882.0, 9853.0, 9881.0, 9836.0, 9865.0, 9850.0, 9864.0, 9862.0, 9865.0, 9893.0, 9864.0, 9891.0, 9851.0, 9905.0, 9851.0, 9892.0, 9852.0, 9896.0, 9856.0, 9897.0, 9858.0, 9904.0, 9881.0, 9908.0, 9863.0, 9886.0, 9876.0, 9890.0, 9876.0, 9877.0, 9891.0, 9849.0, 9888.0, 9861.0, 9890.0, 9873.0, 9905.0, 9864.0, 9892.0, 9859.0, 9885.0, 9859.0, 9872.0, 9870.0, 9904.0, 9844.0, 9886.0, 9844.0, 9905.0, 9864.0, 9892.0, 9867.0, 9909.0, 9866.0, 9907.0, 9870.0, 9923.0, 9883.0, 9939.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.00019200477326968975</td></tr>
<tr><td colspan=3>aqi</td><td>0.01872590095465394</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.89862731416965</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1822213660573464</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9907143982915178</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>3536.4243</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05473137462594625</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11933174224343675</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7185522501900543</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6859993905062387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.925946293876368</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.543711066187557</td></tr>
<tr><td colspan=3>gcor</td><td>0.00565878</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008370289579033852</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02897682972252369</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</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.895483469992898</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>10.7362</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.0863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.2973</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.0071</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1893</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9801</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.4369</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.1688</td></tr>
<tr><td colspan=3>tsnr</td><td>40.04295610031113</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>