<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>c71bdb903d0ca2200ad9782a3d0f0aba</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:58:48.270000</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.999176, -0.0400192, 0.00682987, 0.0397817, 0.998698, 0.0319375]</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.084902</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7282, 629, -3, -146, 0, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0fd6f97c-9028-45e1-9359-93e27861c811||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.6807150840759277, 0.10673151165246964, 0.021867547184228897, 108.58136749267578], [0.10736855119466782, 2.6794333457946777, 0.08542641997337341, -107.04813385009766], [0.018324052914977074, -0.0856858417391777, 2.698559522628784, -68.92749786376953], [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': ['155848.270000', '155848.730000', '155849.190000', '155849.650000', '155850.110000', '155850.570000', '155851.030000', '155851.490000', '155851.950000', '155852.410000', '155852.870000', '155853.330000', '155853.790000', '155854.250000', '155854.710000', '155855.170000', '155855.630000', '155856.090000', '155856.550000', '155857.010000', '155857.470000', '155857.930000', '155858.390000', '155858.850000', '155859.310000', '155859.770000', '155900.230000', '155900.690000', '155901.150000', '155901.610000', '155902.070000', '155902.530000', '155902.990000', '155903.450000', '155903.910000', '155904.370000', '155904.830000', '155905.290000', '155905.750000', '155906.210000', '155906.670000', '155907.130000', '155907.590000', '155908.050000', '155908.510000', '155908.970000', '155909.430000', '155909.890000', '155910.350000', '155910.810000', '155911.270000', '155911.730000', '155912.190000', '155912.650000', '155913.110000', '155913.570000', '155914.030000', '155914.490000', '155914.950000', '155915.410000', '155915.870000', '155916.330000', '155916.790000', '155917.250000', '155917.710000', '155918.170000', '155918.630000', '155919.090000', '155919.550000', '155920.010000', '155920.470000', '155920.930000', '155921.390000', '155921.850000', '155922.310000', '155922.770000', '155923.230000', '155923.690000', '155924.150000', '155924.610000', '155925.070000', '155925.530000', '155925.990000', '155926.450000', '155926.910000', '155927.370000', '155927.830000', '155928.290000', '155928.750000', '155929.210000', '155929.670000', '155930.130000', '155930.590000', '155931.050000', '155931.510000', '155931.970000', '155932.430000', '155932.890000', '155933.350000', '155933.810000', '155934.270000', '155934.730000', '155935.190000', '155935.650000', '155936.110000', '155936.570000', '155937.030000', '155937.490000', '155937.950000', '155938.410000', '155938.870000', '155939.330000', '155939.790000', '155940.250000', '155940.710000', '155941.170000', '155941.630000', '155942.090000', '155942.550000', '155943.010000', '155943.470000', '155943.930000', '155944.390000', '155944.850000', '155945.310000', '155945.770000', '155946.230000', '155946.690000', '155947.150000', '155947.610000', '155948.070000', '155948.530000', '155948.990000', '155949.450000', '155949.910000', '155950.370000', '155950.830000', '155951.290000', '155951.750000', '155952.210000', '155952.670000', '155953.130000', '155953.590000', '155954.050000', '155954.510000', '155954.970000', '155955.430000', '155955.890000', '155956.350000', '155956.810000', '155957.270000', '155957.730000', '155958.190000', '155958.650000', '155959.110000', '155959.570000', '160000.030000', '160000.490000', '160000.950000', '160001.410000', '160001.870000', '160002.330000', '160002.790000', '160003.250000', '160003.710000', '160004.170000', '160004.630000', '160005.090000', '160005.550000', '160006.010000', '160006.470000', '160006.930000', '160007.390000', '160007.850000', '160008.310000', '160008.770000', '160009.230000', '160009.690000', '160010.150000', '160010.610000', '160011.070000', '160011.530000', '160011.990000', '160012.450000', '160012.910000', '160013.370000', '160013.830000', '160014.290000', '160014.750000', '160015.210000', '160015.670000', '160016.130000', '160016.590000', '160017.050000', '160017.510000', '160017.970000', '160018.430000', '160018.890000', '160019.350000', '160019.810000', '160020.270000', '160020.730000', '160021.190000', '160021.650000', '160022.110000', '160022.570000', '160023.030000', '160023.490000', '160023.950000', '160024.410000', '160024.870000', '160025.330000', '160025.790000', '160026.250000', '160026.710000', '160027.170000', '160027.630000', '160028.090000', '160028.550000', '160029.010000', '160029.470000', '160029.930000', '160030.390000', '160030.850000', '160031.310000', '160031.770000', '160032.230000', '160032.690000', '160033.150000', '160033.610000', '160034.070000', '160034.530000', '160034.990000', '160035.450000', '160035.910000', '160036.370000', '160036.830000', '160037.290000', '160037.750000', '160038.210000', '160038.670000', '160039.130000', '160039.590000', '160040.050000', '160040.510000', '160040.970000', '160041.430000', '160041.890000', '160042.350000', '160042.810000', '160043.270000', '160043.730000', '160044.190000', '160044.650000', '160045.110000', '160045.570000', '160046.030000', '160046.490000', '160046.950000', '160047.410000', '160047.870000', '160048.330000', '160048.790000', '160049.250000', '160049.710000', '160050.170000', '160050.630000', '160051.090000', '160051.550000', '160052.010000', '160052.470000', '160052.930000', '160053.390000', '160053.850000', '160054.310000', '160054.770000', '160055.230000', '160055.690000', '160056.150000', '160056.610000', '160057.070000', '160057.530000', '160057.990000', '160058.450000', '160058.910000', '160059.370000', '160059.830000', '160100.290000', '160100.750000', '160101.210000', '160101.670000', '160102.130000', '160102.590000', '160103.050000', '160103.510000', '160103.970000', '160104.430000', '160104.890000', '160105.350000', '160105.810000', '160106.270000', '160106.730000', '160107.190000', '160107.650000', '160108.110000', '160108.570000', '160109.030000', '160109.490000', '160109.950000', '160110.410000', '160110.870000', '160111.330000', '160111.790000', '160112.250000', '160112.710000', '160113.170000', '160113.630000', '160114.090000', '160114.550000', '160115.010000', '160115.470000', '160115.930000', '160116.390000', '160116.850000', '160117.310000', '160117.770000', '160118.230000', '160118.690000', '160119.150000', '160119.610000', '160120.070000', '160120.530000', '160120.990000', '160121.450000', '160121.910000', '160122.370000', '160122.830000', '160123.290000', '160123.750000', '160124.210000', '160124.670000', '160125.130000', '160125.590000', '160126.050000', '160126.510000', '160126.970000', '160127.430000', '160127.890000', '160128.350000', '160128.810000', '160129.270000', '160129.730000', '160130.190000', '160130.650000', '160131.110000', '160131.570000', '160132.030000', '160132.490000', '160132.950000', '160133.410000', '160133.870000', '160134.330000', '160134.790000', '160135.250000', '160135.710000', '160136.170000', '160136.630000', '160137.090000', '160137.550000', '160138.010000', '160138.470000', '160138.930000', '160139.390000', '160139.850000', '160140.310000', '160140.770000', '160141.230000', '160141.690000', '160142.150000', '160142.610000', '160143.070000', '160143.530000', '160143.990000', '160144.450000', '160144.910000', '160145.370000', '160145.830000', '160146.290000', '160146.750000', '160147.210000', '160147.670000', '160148.130000', '160148.590000', '160149.050000', '160149.510000', '160149.970000', '160150.430000', '160150.890000', '160151.350000', '160151.810000', '160152.270000', '160152.730000', '160153.190000', '160153.650000', '160154.110000', '160154.570000', '160155.030000', '160155.490000', '160155.950000', '160156.410000', '160156.870000', '160157.330000', '160157.790000', '160158.250000', '160158.710000', '160159.170000', '160159.630000', '160200.090000', '160200.550000', '160201.010000', '160201.470000', '160201.930000', '160202.390000', '160202.850000', '160203.310000', '160203.770000', '160204.230000', '160204.690000', '160205.150000', '160205.610000', '160206.070000', '160206.530000', '160206.990000', '160207.450000', '160207.910000', '160208.370000', '160208.830000', '160209.290000', '160209.750000', '160210.210000', '160210.670000', '160211.130000', '160211.590000', '160212.050000', '160212.510000', '160212.970000', '160213.430000', '160213.890000', '160214.350000', '160214.810000', '160215.270000', '160215.730000', '160216.190000', '160216.650000', '160217.110000', '160217.570000', '160218.030000', '160218.490000', '160218.950000', '160219.410000', '160219.870000', '160220.330000', '160220.790000', '160221.250000', '160221.710000', '160222.170000', '160222.630000', '160223.090000', '160223.550000', '160224.010000', '160224.470000', '160224.930000', '160225.390000', '160225.850000', '160226.310000', '160226.770000', '160227.230000', '160227.690000', '160228.150000', '160228.610000', '160229.070000', '160229.530000', '160229.990000', '160230.450000', '160230.910000', '160231.370000', '160231.830000', '160232.290000', '160232.750000', '160233.210000', '160233.670000', '160234.130000', '160234.590000', '160235.050000', '160235.510000', '160235.970000', '160236.430000', '160236.890000', '160237.350000', '160237.810000', '160238.270000', '160238.730000', '160239.190000', '160239.650000', '160240.110000', '160240.570000', '160241.030000', '160241.490000', '160241.950000', '160242.410000', '160242.870000', '160243.330000', '160243.790000', '160244.250000', '160244.710000', '160245.170000', '160245.630000', '160246.090000', '160246.550000', '160247.010000', '160247.470000', '160247.930000', '160248.390000', '160248.850000', '160249.310000', '160249.770000', '160250.230000', '160250.690000', '160251.150000', '160251.610000', '160252.070000', '160252.530000', '160252.990000', '160253.450000', '160253.910000', '160254.370000', '160254.830000', '160255.290000', '160255.750000', '160256.210000', '160256.670000', '160257.130000', '160257.590000', '160258.050000', '160258.510000', '160258.970000', '160259.430000', '160259.890000', '160300.350000', '160300.810000', '160301.270000', '160301.730000', '160302.190000', '160302.650000', '160303.110000', '160303.570000', '160304.030000', '160304.490000', '160304.950000', '160305.410000', '160305.870000', '160306.330000', '160306.790000', '160307.250000', '160307.710000', '160308.170000', '160308.630000', '160309.090000', '160309.550000', '160310.010000', '160310.470000', '160310.930000', '160311.390000', '160311.850000', '160312.310000', '160312.770000', '160313.230000', '160313.690000', '160314.150000', '160314.610000', '160315.070000', '160315.530000', '160315.990000', '160316.450000', '160316.910000', '160317.370000', '160317.830000', '160318.290000', '160318.750000', '160319.210000', '160319.670000', '160320.130000', '160320.590000', '160321.050000', '160321.510000', '160321.970000', '160322.430000', '160322.890000', '160323.350000', '160323.810000', '160324.270000', '160324.730000', '160325.190000', '160325.650000', '160326.110000', '160326.570000', '160327.030000', '160327.490000', '160327.950000', '160328.410000', '160328.870000', '160329.330000', '160329.790000', '160330.250000', '160330.710000', '160331.170000', '160331.630000', '160332.090000', '160332.550000', '160333.010000', '160333.470000', '160333.930000', '160334.390000', '160334.850000', '160335.310000', '160335.770000', '160336.230000', '160336.690000', '160337.150000', '160337.610000', '160338.070000', '160338.530000', '160338.990000', '160339.450000', '160339.910000', '160340.370000', '160340.830000', '160341.290000', '160341.750000', '160342.210000', '160342.670000', '160343.130000', '160343.590000', '160344.050000', '160344.510000', '160344.970000', '160345.430000', '160345.890000', '160346.350000', '160346.810000', '160347.270000', '160347.730000', '160348.190000', '160348.650000', '160349.110000', '160349.570000', '160350.030000', '160350.490000', '160350.950000', '160351.410000', '160351.870000', '160352.330000', '160352.790000', '160353.250000', '160353.710000', '160354.170000', '160354.630000', '160355.090000', '160355.550000', '160356.010000', '160356.470000', '160356.930000', '160357.390000', '160357.850000', '160358.310000', '160358.770000', '160359.230000', '160359.690000', '160400.150000', '160400.610000', '160401.070000', '160401.530000', '160401.990000', '160402.450000', '160402.910000', '160403.370000', '160403.830000', '160404.290000', '160404.750000', '160405.210000', '160405.670000', '160406.130000', '160406.590000', '160407.050000', '160407.510000', '160407.970000', '160408.430000', '160408.890000', '160409.350000', '160409.810000', '160410.270000', '160410.730000', '160411.190000', '160411.650000', '160412.110000', '160412.570000', '160413.030000', '160413.490000', '160413.950000', '160414.410000', '160414.870000', '160415.330000', '160415.790000', '160416.250000', '160416.710000', '160417.170000', '160417.630000', '160418.090000', '160418.550000', '160419.010000', '160419.470000', '160419.930000', '160420.390000', '160420.850000', '160421.310000', '160421.770000', '160422.230000', '160422.690000', '160423.150000', '160423.610000', '160424.070000', '160424.530000', '160424.990000', '160425.450000', '160425.910000', '160426.370000', '160426.830000', '160427.290000', '160427.750000', '160428.210000', '160428.670000', '160429.130000', '160429.590000', '160430.050000', '160430.510000', '160430.970000', '160431.430000', '160431.890000', '160432.350000', '160432.810000', '160433.270000', '160433.730000', '160434.190000', '160434.650000', '160435.110000', '160435.570000', '160436.030000', '160436.490000', '160436.950000', '160437.410000', '160437.870000', '160438.330000', '160438.790000', '160439.250000', '160439.710000', '160440.170000', '160440.630000', '160441.090000', '160441.550000', '160442.010000', '160442.470000', '160442.930000', '160443.390000', '160443.850000', '160444.310000', '160444.770000', '160445.230000', '160445.690000', '160446.150000', '160446.610000', '160447.070000', '160447.530000', '160447.990000', '160448.450000', '160448.910000', '160449.370000', '160449.830000', '160450.290000', '160450.750000', '160451.210000', '160451.670000', '160452.130000', '160452.590000', '160453.050000', '160453.510000', '160453.970000', '160454.430000', '160454.890000', '160455.350000', '160455.810000', '160456.270000', '160456.730000', '160457.190000', '160457.650000', '160458.110000', '160458.570000', '160459.030000', '160459.490000', '160459.950000', '160500.410000', '160500.870000', '160501.330000', '160501.790000', '160502.250000', '160502.710000', '160503.170000', '160503.630000', '160504.090000', '160504.550000', '160505.010000', '160505.470000', '160505.930000', '160506.390000', '160506.850000', '160507.310000', '160507.770000', '160508.230000', '160508.690000', '160509.150000', '160509.610000', '160510.070000', '160510.530000', '160510.990000', '160511.450000', '160511.910000', '160512.370000', '160512.830000', '160513.290000', '160513.750000'], 'ContentTime': ['155903.848000', '155903.852000', '155903.855000', '155903.857000', '155903.860000', '155903.863000', '155903.865000', '155903.868000', '155903.871000', '155903.873000', '155903.876000', '155903.878000', '155903.907000', '155903.909000', '155903.912000', '155903.915000', '155903.917000', '155903.920000', '155903.922000', '155903.925000', '155903.927000', '155903.930000', '155903.933000', '155903.935000', '155903.938000', '155903.940000', '155903.943000', '155903.946000', '155903.948000', '155903.951000', '155903.953000', '155903.956000', '155923.802000', '155923.804000', '155923.807000', '155923.810000', '155923.812000', '155923.815000', '155923.817000', '155923.820000', '155923.823000', '155923.825000', '155923.828000', '155923.830000', '155923.833000', '155923.836000', '155923.838000', '155923.841000', '155923.843000', '155923.846000', '155923.848000', '155923.858000', '155923.861000', '155923.863000', '155923.866000', '155923.868000', '155923.871000', '155923.874000', '155923.876000', '155923.879000', '155923.881000', '155923.884000', '155923.887000', '155923.889000', '155923.892000', '155923.895000', '155923.897000', '155923.900000', '155923.902000', '155923.905000', '155923.908000', '155923.910000', '155923.913000', '155923.916000', '155923.918000', '155943.801000', '155943.860000', '155943.863000', '155943.865000', '155943.868000', '155943.870000', '155943.879000', '155943.881000', '155943.884000', '155943.887000', '155943.889000', '155943.892000', '155943.894000', '155943.897000', '155943.900000', '155943.902000', '155943.905000', '155943.907000', '155943.910000', '155943.913000', '155943.915000', '155943.918000', '155943.920000', '155943.923000', '155943.926000', '155943.928000', '155943.931000', '155943.934000', '155943.936000', '155943.939000', '155943.941000', '155943.944000', '155943.947000', '155943.949000', '155943.952000', '155943.954000', '155943.957000', '155943.985000', '155943.987000', '155943.990000', '155943.993000', '155943.995000', '155943.998000', '155944.001000', '160003.801000', '160003.804000', '160003.807000', '160003.810000', '160003.812000', '160003.815000', '160003.818000', '160003.820000', '160003.823000', '160003.825000', '160003.828000', '160003.831000', '160003.833000', '160003.836000', '160003.838000', '160003.841000', '160003.844000', '160003.846000', '160003.849000', '160003.851000', '160003.854000', '160003.857000', '160003.859000', '160003.862000', '160003.865000', '160003.867000', '160003.870000', '160003.872000', '160003.875000', '160003.878000', '160003.880000', '160003.883000', '160003.885000', '160003.888000', '160003.891000', '160003.893000', '160003.896000', '160003.898000', '160003.901000', '160003.904000', '160003.906000', '160003.909000', '160003.912000', '160023.801000', '160023.804000', '160023.807000', '160023.810000', '160023.812000', '160023.815000', '160023.817000', '160023.820000', '160023.823000', '160023.825000', '160023.828000', '160023.831000', '160023.833000', '160023.837000', '160023.840000', '160023.843000', '160023.846000', '160023.848000', '160023.851000', '160023.854000', '160023.856000', '160023.859000', '160023.862000', '160023.864000', '160023.867000', '160023.869000', '160023.872000', '160023.875000', '160023.877000', '160023.880000', '160023.883000', '160023.885000', '160023.888000', '160023.891000', '160023.893000', '160023.896000', '160023.899000', '160023.902000', '160023.904000', '160023.907000', '160023.910000', '160023.912000', '160023.915000', '160043.802000', '160043.804000', '160043.807000', '160043.810000', '160043.812000', '160043.815000', '160043.818000', '160043.820000', '160043.823000', '160043.826000', '160043.828000', '160043.831000', '160043.833000', '160043.836000', '160043.839000', '160043.841000', '160043.844000', '160043.846000', '160043.849000', '160043.852000', '160043.854000', '160043.857000', '160043.860000', '160043.862000', '160043.865000', '160043.868000', '160043.870000', '160043.873000', '160043.875000', '160043.878000', '160043.880000', '160043.883000', '160043.886000', '160043.888000', '160043.891000', '160043.894000', '160043.896000', '160043.899000', '160043.902000', '160043.904000', '160043.907000', '160043.910000', '160043.912000', '160043.915000', '160103.802000', '160103.806000', '160103.808000', '160103.811000', '160103.814000', '160103.816000', '160103.819000', '160103.822000', '160103.824000', '160103.827000', '160103.830000', '160103.832000', '160103.835000', '160103.837000', '160103.840000', '160103.843000', '160103.845000', '160103.848000', '160103.851000', '160103.853000', '160103.856000', '160103.858000', '160103.861000', '160103.864000', '160103.866000', '160103.869000', '160103.872000', '160103.874000', '160103.877000', '160103.880000', '160103.882000', '160103.885000', '160103.887000', '160103.890000', '160103.893000', '160103.895000', '160103.898000', '160103.901000', '160103.904000', '160103.906000', '160103.909000', '160103.912000', '160103.914000', '160123.803000', '160123.805000', '160123.808000', '160123.811000', '160123.813000', '160123.816000', '160123.819000', '160123.821000', '160123.824000', '160123.827000', '160123.829000', '160123.832000', '160123.834000', '160123.837000', '160123.840000', '160123.842000', '160123.845000', '160123.847000', '160123.850000', '160123.853000', '160123.855000', '160123.858000', '160123.860000', '160123.863000', '160123.866000', '160123.868000', '160123.871000', '160123.873000', '160123.876000', '160123.879000', '160123.881000', '160123.884000', '160123.886000', '160123.900000', '160123.903000', '160123.905000', '160123.908000', '160123.911000', '160123.913000', '160123.916000', '160123.918000', '160123.921000', '160123.924000', '160123.926000', '160143.801000', '160143.804000', '160143.807000', '160143.810000', '160143.812000', '160143.815000', '160143.818000', '160143.820000', '160143.823000', '160143.825000', '160143.828000', '160143.831000', '160143.833000', '160143.836000', '160143.838000', '160143.841000', '160143.844000', '160143.847000', '160143.850000', '160143.853000', '160143.855000', '160143.858000', '160143.860000', '160143.863000', '160143.866000', '160143.868000', '160143.871000', '160143.874000', '160143.877000', '160143.880000', '160143.883000', '160143.885000', '160143.888000', '160143.891000', '160143.893000', '160143.896000', '160143.898000', '160143.901000', '160143.904000', '160143.907000', '160143.909000', '160143.912000', '160143.915000', '160203.801000', '160203.804000', '160203.807000', '160203.810000', '160203.812000', '160203.815000', '160203.817000', '160203.820000', '160203.823000', '160203.825000', '160203.828000', '160203.831000', '160203.833000', '160203.836000', '160203.839000', '160203.841000', '160203.844000', '160203.847000', '160203.849000', '160203.852000', '160203.855000', '160203.857000', '160203.860000', '160203.863000', '160203.865000', '160203.868000', '160203.871000', '160203.873000', '160203.876000', '160203.878000', '160203.881000', '160203.884000', '160203.886000', '160203.889000', '160203.892000', '160203.894000', '160203.897000', '160203.899000', '160203.902000', '160203.905000', '160203.907000', '160203.910000', '160203.913000', '160203.915000', '160223.802000', '160223.804000', '160223.807000', '160223.810000', '160223.813000', '160223.815000', '160223.818000', '160223.820000', '160223.823000', '160223.826000', '160223.828000', '160223.831000', '160223.833000', '160223.836000', '160223.839000', '160223.841000', '160223.844000', '160223.847000', '160223.849000', '160223.852000', '160223.855000', '160223.857000', '160223.860000', '160223.863000', '160223.865000', '160223.868000', '160223.871000', '160223.873000', '160223.876000', '160223.879000', '160223.881000', '160223.884000', '160223.887000', '160223.889000', '160223.892000', '160223.894000', '160223.897000', '160223.900000', '160223.902000', '160223.905000', '160223.908000', '160223.910000', '160223.913000', '160243.802000', '160243.853000', '160243.856000', '160243.858000', '160243.861000', '160243.864000', '160243.866000', '160243.869000', '160243.871000', '160243.874000', '160243.877000', '160243.879000', '160243.882000', '160243.885000', '160243.887000', '160243.890000', '160243.893000', '160243.895000', '160243.898000', '160243.901000', '160243.903000', '160243.906000', '160243.908000', '160243.911000', '160243.914000', '160243.916000', '160243.919000', '160243.922000', '160243.924000', '160243.927000', '160243.929000', '160243.932000', '160243.935000', '160243.937000', '160243.940000', '160243.943000', '160243.945000', '160243.948000', '160243.950000', '160243.953000', '160243.956000', '160243.958000', '160243.961000', '160243.963000', '160303.801000', '160303.804000', '160303.807000', '160303.810000', '160303.812000', '160303.815000', '160303.817000', '160303.820000', '160303.823000', '160303.825000', '160303.828000', '160303.831000', '160303.833000', '160303.836000', '160303.839000', '160303.841000', '160303.844000', '160303.846000', '160303.849000', '160303.852000', '160303.854000', '160303.857000', '160303.860000', '160303.862000', '160303.865000', '160303.868000', '160303.871000', '160303.873000', '160303.886000', '160303.888000', '160303.891000', '160303.894000', '160303.896000', '160303.899000', '160303.901000', '160303.904000', '160303.907000', '160303.909000', '160303.912000', '160303.917000', '160303.920000', '160303.922000', '160303.925000', '160323.802000', '160323.833000', '160323.835000', '160323.838000', '160323.841000', '160323.843000', '160323.846000', '160323.848000', '160323.851000', '160323.854000', '160323.856000', '160323.859000', '160323.861000', '160323.864000', '160323.867000', '160323.869000', '160323.872000', '160323.875000', '160323.877000', '160323.880000', '160323.883000', '160323.885000', '160323.888000', '160323.890000', '160323.893000', '160323.896000', '160323.898000', '160323.901000', '160323.904000', '160323.906000', '160323.909000', '160323.912000', '160323.915000', '160323.917000', '160323.920000', '160323.922000', '160323.925000', '160323.928000', '160323.930000', '160323.933000', '160323.935000', '160323.938000', '160323.941000', '160323.943000', '160343.803000', '160343.824000', '160343.826000', '160343.829000', '160343.831000', '160343.834000', '160343.837000', '160343.839000', '160343.842000', '160343.844000', '160343.847000', '160343.850000', '160343.852000', '160343.855000', '160343.858000', '160343.860000', '160343.863000', '160343.865000', '160343.868000', '160343.871000', '160343.873000', '160343.876000', '160343.879000', '160343.881000', '160343.884000', '160343.887000', '160343.890000', '160343.893000', '160343.895000', '160343.898000', '160343.901000', '160343.904000', '160343.906000', '160343.909000', '160343.911000', '160343.914000', '160343.917000', '160343.919000', '160343.922000', '160343.925000', '160343.927000', '160343.930000', '160343.932000', '160403.802000', '160403.848000', '160403.851000', '160403.854000', '160403.856000', '160403.859000', '160403.862000', '160403.864000', '160403.867000', '160403.869000', '160403.872000', '160403.875000', '160403.877000', '160403.880000', '160403.883000', '160403.885000', '160403.888000', '160403.890000', '160403.893000', '160403.896000', '160403.898000', '160403.901000', '160403.904000', '160403.906000', '160403.909000', '160403.912000', '160403.915000', '160403.917000', '160403.920000', '160403.922000', '160403.925000', '160403.928000', '160403.930000', '160403.933000', '160403.935000', '160403.938000', '160403.941000', '160403.943000', '160403.946000', '160403.949000', '160403.951000', '160403.954000', '160403.957000', '160403.959000', '160423.802000', '160423.850000', '160423.853000', '160423.855000', '160423.858000', '160423.861000', '160423.863000', '160423.866000', '160423.868000', '160423.871000', '160423.874000', '160423.876000', '160423.879000', '160423.882000', '160423.884000', '160423.887000', '160423.890000', '160423.893000', '160423.895000', '160423.898000', '160423.901000', '160423.903000', '160423.908000', '160423.911000', '160423.913000', '160423.916000', '160423.919000', '160423.921000', '160423.924000', '160423.926000', '160423.929000', '160423.932000', '160423.934000', '160423.937000', '160423.940000', '160423.942000', '160423.945000', '160423.948000', '160423.950000', '160423.964000', '160423.967000', '160423.970000', '160423.972000', '160443.802000', '160443.851000', '160443.854000', '160443.856000', '160443.859000', '160443.862000', '160443.864000', '160443.867000', '160443.869000', '160443.872000', '160443.875000', '160443.877000', '160443.880000', '160443.883000', '160443.885000', '160443.888000', '160443.890000', '160443.893000', '160443.896000', '160443.898000', '160443.901000', '160443.903000', '160443.906000', '160443.909000', '160443.911000', '160443.914000', '160443.917000', '160443.919000', '160443.922000', '160443.924000', '160443.927000', '160443.930000', '160443.932000', '160443.935000', '160443.937000', '160443.940000', '160443.943000', '160443.945000', '160443.948000', '160443.951000', '160443.953000', '160443.956000', '160443.958000', '160443.961000', '160503.802000', '160503.852000', '160503.855000', '160503.857000', '160503.860000', '160503.863000', '160503.865000', '160503.868000', '160503.870000', '160503.873000', '160503.876000', '160503.878000', '160503.881000', '160503.884000', '160503.886000', '160503.889000', '160503.892000', '160503.894000', '160503.897000', '160503.899000', '160503.902000', '160503.905000', '160503.907000', '160503.910000', '160503.913000', '160503.916000', '160503.918000', '160503.921000', '160503.924000', '160503.926000', '160503.929000', '160503.932000', '160503.934000', '160503.937000', '160503.939000', '160503.942000', '160503.945000', '160503.948000', '160503.950000', '160503.953000', '160503.955000', '160503.958000', '160503.961000', '160514.973000', '160514.977000', '160514.980000', '160514.983000', '160514.989000', '160514.992000', '160514.994000', '160514.997000', '160515.000000', '160515.003000', '160515.006000', '160515.009000', '160515.011000', '160515.014000', '160515.017000', '160515.019000', '160515.022000', '160515.025000', '160515.027000', '160515.030000', '160515.033000', '160515.036000', '160515.038000', '160515.041000', '160515.044000'], 'InstanceCreationTime': ['155903.848000', '155903.852000', '155903.855000', '155903.857000', '155903.860000', '155903.863000', '155903.865000', '155903.868000', '155903.871000', '155903.873000', '155903.876000', '155903.878000', '155903.907000', '155903.909000', '155903.912000', '155903.915000', '155903.917000', '155903.920000', '155903.922000', '155903.925000', '155903.927000', '155903.930000', '155903.933000', '155903.935000', '155903.938000', '155903.940000', '155903.943000', '155903.946000', '155903.948000', '155903.951000', '155903.953000', '155903.956000', '155923.802000', '155923.804000', '155923.807000', '155923.810000', '155923.812000', '155923.815000', '155923.817000', '155923.820000', '155923.823000', '155923.825000', '155923.828000', '155923.830000', '155923.833000', '155923.836000', '155923.838000', '155923.841000', '155923.843000', '155923.846000', '155923.848000', '155923.858000', '155923.861000', '155923.863000', '155923.866000', '155923.868000', '155923.871000', '155923.874000', '155923.876000', '155923.879000', '155923.881000', '155923.884000', '155923.887000', '155923.889000', '155923.892000', '155923.895000', '155923.897000', '155923.900000', '155923.902000', '155923.905000', '155923.908000', '155923.910000', '155923.913000', '155923.916000', '155923.918000', '155943.801000', '155943.860000', '155943.863000', '155943.865000', '155943.868000', '155943.870000', '155943.879000', '155943.881000', '155943.884000', '155943.887000', '155943.889000', '155943.892000', '155943.894000', '155943.897000', '155943.900000', '155943.902000', '155943.905000', '155943.907000', '155943.910000', '155943.913000', '155943.915000', '155943.918000', '155943.920000', '155943.923000', '155943.926000', '155943.928000', '155943.931000', '155943.934000', '155943.936000', '155943.939000', '155943.941000', '155943.944000', '155943.947000', '155943.949000', '155943.952000', '155943.954000', '155943.957000', '155943.985000', '155943.987000', '155943.990000', '155943.993000', '155943.995000', '155943.998000', '155944.001000', '160003.801000', '160003.804000', '160003.807000', '160003.810000', '160003.812000', '160003.815000', '160003.818000', '160003.820000', '160003.823000', '160003.825000', '160003.828000', '160003.831000', '160003.833000', '160003.836000', '160003.838000', '160003.841000', '160003.844000', '160003.846000', '160003.849000', '160003.851000', '160003.854000', '160003.857000', '160003.859000', '160003.862000', '160003.865000', '160003.867000', '160003.870000', '160003.872000', '160003.875000', '160003.878000', '160003.880000', '160003.883000', '160003.885000', '160003.888000', '160003.891000', '160003.893000', '160003.896000', '160003.898000', '160003.901000', '160003.904000', '160003.906000', '160003.909000', '160003.912000', '160023.801000', '160023.804000', '160023.807000', '160023.810000', '160023.812000', '160023.815000', '160023.817000', '160023.820000', '160023.823000', '160023.825000', '160023.828000', '160023.831000', '160023.833000', '160023.837000', '160023.840000', '160023.843000', '160023.846000', '160023.848000', '160023.851000', '160023.854000', '160023.856000', '160023.859000', '160023.862000', '160023.864000', '160023.867000', '160023.869000', '160023.872000', '160023.875000', '160023.877000', '160023.880000', '160023.883000', '160023.885000', '160023.888000', '160023.891000', '160023.893000', '160023.896000', '160023.899000', '160023.902000', '160023.904000', '160023.907000', '160023.910000', '160023.912000', '160023.915000', '160043.802000', '160043.804000', '160043.807000', '160043.810000', '160043.812000', '160043.815000', '160043.818000', '160043.820000', '160043.823000', '160043.826000', '160043.828000', '160043.831000', '160043.833000', '160043.836000', '160043.839000', '160043.841000', '160043.844000', '160043.846000', '160043.849000', '160043.852000', '160043.854000', '160043.857000', '160043.860000', '160043.862000', '160043.865000', '160043.868000', '160043.870000', '160043.873000', '160043.875000', '160043.878000', '160043.880000', '160043.883000', '160043.886000', '160043.888000', '160043.891000', '160043.894000', '160043.896000', '160043.899000', '160043.902000', '160043.904000', '160043.907000', '160043.910000', '160043.912000', '160043.915000', '160103.802000', '160103.806000', '160103.808000', '160103.811000', '160103.814000', '160103.816000', '160103.819000', '160103.822000', '160103.824000', '160103.827000', '160103.830000', '160103.832000', '160103.835000', '160103.837000', '160103.840000', '160103.843000', '160103.845000', '160103.848000', '160103.851000', '160103.853000', '160103.856000', '160103.858000', '160103.861000', '160103.864000', '160103.866000', '160103.869000', '160103.872000', '160103.874000', '160103.877000', '160103.880000', '160103.882000', '160103.885000', '160103.887000', '160103.890000', '160103.893000', '160103.895000', '160103.898000', '160103.901000', '160103.904000', '160103.906000', '160103.909000', '160103.912000', '160103.914000', '160123.803000', '160123.805000', '160123.808000', '160123.811000', '160123.813000', '160123.816000', '160123.819000', '160123.821000', '160123.824000', '160123.827000', '160123.829000', '160123.832000', '160123.834000', '160123.837000', '160123.840000', '160123.842000', '160123.845000', '160123.847000', '160123.850000', '160123.853000', '160123.855000', '160123.858000', '160123.860000', '160123.863000', '160123.866000', '160123.868000', '160123.871000', '160123.873000', '160123.876000', '160123.879000', '160123.881000', '160123.884000', '160123.886000', '160123.900000', '160123.903000', '160123.905000', '160123.908000', '160123.911000', '160123.913000', '160123.916000', '160123.918000', '160123.921000', '160123.924000', '160123.926000', '160143.801000', '160143.804000', '160143.807000', '160143.810000', '160143.812000', '160143.815000', '160143.818000', '160143.820000', '160143.823000', '160143.825000', '160143.828000', '160143.831000', '160143.833000', '160143.836000', '160143.838000', '160143.841000', '160143.844000', '160143.847000', '160143.850000', '160143.853000', '160143.855000', '160143.858000', '160143.860000', '160143.863000', '160143.866000', '160143.868000', '160143.871000', '160143.874000', '160143.877000', '160143.880000', '160143.883000', '160143.885000', '160143.888000', '160143.891000', '160143.893000', '160143.896000', '160143.898000', '160143.901000', '160143.904000', '160143.907000', '160143.909000', '160143.912000', '160143.915000', '160203.801000', '160203.804000', '160203.807000', '160203.810000', '160203.812000', '160203.815000', '160203.817000', '160203.820000', '160203.823000', '160203.825000', '160203.828000', '160203.831000', '160203.833000', '160203.836000', '160203.839000', '160203.841000', '160203.844000', '160203.847000', '160203.849000', '160203.852000', '160203.855000', '160203.857000', '160203.860000', '160203.863000', '160203.865000', '160203.868000', '160203.871000', '160203.873000', '160203.876000', '160203.878000', '160203.881000', '160203.884000', '160203.886000', '160203.889000', '160203.892000', '160203.894000', '160203.897000', '160203.899000', '160203.902000', '160203.905000', '160203.907000', '160203.910000', '160203.913000', '160203.915000', '160223.802000', '160223.804000', '160223.807000', '160223.810000', '160223.813000', '160223.815000', '160223.818000', '160223.820000', '160223.823000', '160223.826000', '160223.828000', '160223.831000', '160223.833000', '160223.836000', '160223.839000', '160223.841000', '160223.844000', '160223.847000', '160223.849000', '160223.852000', '160223.855000', '160223.857000', '160223.860000', '160223.863000', '160223.865000', '160223.868000', '160223.871000', '160223.873000', '160223.876000', '160223.879000', '160223.881000', '160223.884000', '160223.887000', '160223.889000', '160223.892000', '160223.894000', '160223.897000', '160223.900000', '160223.902000', '160223.905000', '160223.908000', '160223.910000', '160223.913000', '160243.802000', '160243.853000', '160243.856000', '160243.858000', '160243.861000', '160243.864000', '160243.866000', '160243.869000', '160243.871000', '160243.874000', '160243.877000', '160243.879000', '160243.882000', '160243.885000', '160243.887000', '160243.890000', '160243.893000', '160243.895000', '160243.898000', '160243.901000', '160243.903000', '160243.906000', '160243.908000', '160243.911000', '160243.914000', '160243.916000', '160243.919000', '160243.922000', '160243.924000', '160243.927000', '160243.929000', '160243.932000', '160243.935000', '160243.937000', '160243.940000', '160243.943000', '160243.945000', '160243.948000', '160243.950000', '160243.953000', '160243.956000', '160243.958000', '160243.961000', '160243.963000', '160303.801000', '160303.804000', '160303.807000', '160303.810000', '160303.812000', '160303.815000', '160303.817000', '160303.820000', '160303.823000', '160303.825000', '160303.828000', '160303.831000', '160303.833000', '160303.836000', '160303.839000', '160303.841000', '160303.844000', '160303.846000', '160303.849000', '160303.852000', '160303.854000', '160303.857000', '160303.860000', '160303.862000', '160303.865000', '160303.868000', '160303.871000', '160303.873000', '160303.886000', '160303.888000', '160303.891000', '160303.894000', '160303.896000', '160303.899000', '160303.901000', '160303.904000', '160303.907000', '160303.909000', '160303.912000', '160303.917000', '160303.920000', '160303.922000', '160303.925000', '160323.802000', '160323.833000', '160323.835000', '160323.838000', '160323.841000', '160323.843000', '160323.846000', '160323.848000', '160323.851000', '160323.854000', '160323.856000', '160323.859000', '160323.861000', '160323.864000', '160323.867000', '160323.869000', '160323.872000', '160323.875000', '160323.877000', '160323.880000', '160323.883000', '160323.885000', '160323.888000', '160323.890000', '160323.893000', '160323.896000', '160323.898000', '160323.901000', '160323.904000', '160323.906000', '160323.909000', '160323.912000', '160323.915000', '160323.917000', '160323.920000', '160323.922000', '160323.925000', '160323.928000', '160323.930000', '160323.933000', '160323.935000', '160323.938000', '160323.941000', '160323.943000', '160343.803000', '160343.824000', '160343.826000', '160343.829000', '160343.831000', '160343.834000', '160343.837000', '160343.839000', '160343.842000', '160343.844000', '160343.847000', '160343.850000', '160343.852000', '160343.855000', '160343.858000', '160343.860000', '160343.863000', '160343.865000', '160343.868000', '160343.871000', '160343.873000', '160343.876000', '160343.879000', '160343.881000', '160343.884000', '160343.887000', '160343.890000', '160343.893000', '160343.895000', '160343.898000', '160343.901000', '160343.904000', '160343.906000', '160343.909000', '160343.911000', '160343.914000', '160343.917000', '160343.919000', '160343.922000', '160343.925000', '160343.927000', '160343.930000', '160343.932000', '160403.802000', '160403.848000', '160403.851000', '160403.854000', '160403.856000', '160403.859000', '160403.862000', '160403.864000', '160403.867000', '160403.869000', '160403.872000', '160403.875000', '160403.877000', '160403.880000', '160403.883000', '160403.885000', '160403.888000', '160403.890000', '160403.893000', '160403.896000', '160403.898000', '160403.901000', '160403.904000', '160403.906000', '160403.909000', '160403.912000', '160403.915000', '160403.917000', '160403.920000', '160403.922000', '160403.925000', '160403.928000', '160403.930000', '160403.933000', '160403.935000', '160403.938000', '160403.941000', '160403.943000', '160403.946000', '160403.949000', '160403.951000', '160403.954000', '160403.957000', '160403.959000', '160423.802000', '160423.850000', '160423.853000', '160423.855000', '160423.858000', '160423.861000', '160423.863000', '160423.866000', '160423.868000', '160423.871000', '160423.874000', '160423.876000', '160423.879000', '160423.882000', '160423.884000', '160423.887000', '160423.890000', '160423.893000', '160423.895000', '160423.898000', '160423.901000', '160423.903000', '160423.908000', '160423.911000', '160423.913000', '160423.916000', '160423.919000', '160423.921000', '160423.924000', '160423.926000', '160423.929000', '160423.932000', '160423.934000', '160423.937000', '160423.940000', '160423.942000', '160423.945000', '160423.948000', '160423.950000', '160423.964000', '160423.967000', '160423.970000', '160423.972000', '160443.802000', '160443.851000', '160443.854000', '160443.856000', '160443.859000', '160443.862000', '160443.864000', '160443.867000', '160443.869000', '160443.872000', '160443.875000', '160443.877000', '160443.880000', '160443.883000', '160443.885000', '160443.888000', '160443.890000', '160443.893000', '160443.896000', '160443.898000', '160443.901000', '160443.903000', '160443.906000', '160443.909000', '160443.911000', '160443.914000', '160443.917000', '160443.919000', '160443.922000', '160443.924000', '160443.927000', '160443.930000', '160443.932000', '160443.935000', '160443.937000', '160443.940000', '160443.943000', '160443.945000', '160443.948000', '160443.951000', '160443.953000', '160443.956000', '160443.958000', '160443.961000', '160503.802000', '160503.852000', '160503.855000', '160503.857000', '160503.860000', '160503.863000', '160503.865000', '160503.868000', '160503.870000', '160503.873000', '160503.876000', '160503.878000', '160503.881000', '160503.884000', '160503.886000', '160503.889000', '160503.892000', '160503.894000', '160503.897000', '160503.899000', '160503.902000', '160503.905000', '160503.907000', '160503.910000', '160503.913000', '160503.916000', '160503.918000', '160503.921000', '160503.924000', '160503.926000', '160503.929000', '160503.932000', '160503.934000', '160503.937000', '160503.939000', '160503.942000', '160503.945000', '160503.948000', '160503.950000', '160503.953000', '160503.955000', '160503.958000', '160503.961000', '160514.973000', '160514.977000', '160514.980000', '160514.983000', '160514.989000', '160514.992000', '160514.994000', '160514.997000', '160515.000000', '160515.003000', '160515.006000', '160515.009000', '160515.011000', '160515.014000', '160515.017000', '160515.019000', '160515.022000', '160515.025000', '160515.027000', '160515.030000', '160515.033000', '160515.036000', '160515.038000', '160515.041000', '160515.044000'], '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': [13058, 10917, 13685, 10814, 12895, 10843, 12776, 11236, 13217, 10775, 12701, 11058, 12779, 11057, 11906, 11467, 11968, 11251, 11065, 10978, 11162, 10537, 10958, 9891, 11293, 10067, 11452, 10128, 11107, 10172, 11159, 10214, 11393, 9725, 11400, 11684, 11495, 13598, 11485, 12846, 11555, 12843, 11482, 13856, 10994, 12995, 11022, 12229, 11330, 12330, 10108, 10997, 10005, 11072, 9741, 10970, 11541, 11247, 12892, 11361, 13925, 10872, 13524, 10431, 13251, 10447, 12057, 11396, 11193, 9979, 11122, 9590, 10834, 9713, 11272, 9978, 10911, 10085, 10972, 10775, 11323, 10015, 12060, 9884, 11538, 10150, 11277, 9809, 11139, 13347, 11263, 11978, 11208, 12922, 11068, 14165, 11351, 13107, 11634, 13654, 11447, 13775, 10923, 12453, 11014, 12135, 11264, 12089, 10627, 11302, 10657, 11439, 10328, 11416, 10394, 11214, 10545, 11614, 10533, 11545, 9961, 11407, 12404, 11521, 10257, 11355, 10434, 11302, 13787, 10978, 13022, 11134, 13768, 11271, 14008, 11097, 13364, 10974, 12376, 11125, 11937, 10633, 12302, 10964, 12260, 11239, 12382, 10901, 12780, 11082, 12287, 11399, 11827, 11068, 12476, 11338, 11540, 11176, 11243, 10840, 11241, 10341, 11063, 10043, 11122, 9799, 11024, 11182, 11631, 14036, 10931, 13787, 11104, 11618, 10921, 11461, 11529, 13043, 10835, 12679, 11139, 12600, 11619, 11769, 9985, 11101, 10332, 11242, 9869, 10858, 13026, 10828, 14326, 10888, 12656, 11078, 11476, 11547, 11307, 9849, 11035, 9969, 11069, 10098, 11354, 14492, 11467, 13742, 11310, 12741, 11412, 11289, 10288, 11309, 10238, 11207, 10929, 11399, 12053, 11413, 12518, 10586, 12024, 11386, 11494, 10938, 11338, 9785, 10901, 10197, 11056, 10016, 10872, 13017, 10934, 13794, 10577, 11926, 10890, 11068, 11071, 11285, 9992, 11117, 10349, 10955, 11026, 11363, 13715, 10586, 12739, 10631, 11764, 10347, 11158, 9802, 10851, 10550, 11247, 9862, 10962, 11839, 11203, 13900, 10736, 12498, 10894, 11231, 10865, 11578, 9695, 10966, 10046, 10963, 10158, 11175, 14115, 11105, 13388, 11174, 12904, 10789, 12316, 10812, 11059, 10376, 11656, 9871, 11105, 10277, 10925, 12181, 11307, 12611, 10949, 12745, 10701, 13101, 10821, 11749, 10750, 11071, 11108, 11115, 10026, 11174, 10025, 10977, 10428, 11240, 9582, 11346, 9637, 10965, 10222, 10810, 12998, 11088, 12156, 11274, 13376, 11290, 13591, 10472, 12059, 11085, 11503, 10846, 12145, 10802, 10985, 10900, 11049, 10799, 12436, 10660, 12118, 10875, 12377, 11447, 13439, 11293, 13058, 11205, 12804, 11312, 13214, 10786, 12309, 10981, 12390, 11097, 12269, 10605, 12346, 10681, 11914, 10585, 11327, 10802, 12152, 10525, 11687, 10999, 12151, 10842, 12169, 10754, 11910, 11002, 11310, 11249, 10953, 11201, 11738, 11171, 11222, 11538, 11186, 11327, 11520, 11063, 11174, 10987, 11161, 11257, 11487, 10988, 11202, 11086, 11004, 11484, 10993, 10944, 11036, 9998, 10959, 10625, 11135, 10201, 11022, 10137, 10774, 9645, 11032, 9888, 10972, 9987, 11090, 10619, 11055, 10004, 11070, 10292, 11263, 11950, 11305, 12219, 11382, 12083, 11441, 12561, 11362, 13168, 10461, 11635, 10724, 11085, 10739, 11178, 10332, 11467, 10581, 11218, 10867, 10885, 10850, 11256, 10045, 10943, 10128, 10886, 9543, 10991, 12005, 11357, 10943, 11542, 12221, 11166, 13930, 10489, 12586, 10931, 11911, 10734, 11613, 10934, 11575, 10957, 10871, 10436, 11016, 10031, 10886, 9935, 10831, 10355, 11003, 10183, 10857, 10815, 11112, 9948, 11148, 12671, 10913, 13612, 10525, 12125, 10884, 11394, 11357, 11244, 9684, 11187, 9833, 10788, 10189, 10815, 12266, 11198, 13758, 11132, 13165, 11089, 13074, 10793, 12683, 10784, 10974, 11191, 10966, 10655, 11457, 9907, 11127, 9783, 10842, 9971, 11019, 13286, 10845, 12148, 11112, 11739, 11309, 12843, 10621, 12705, 11238, 11022, 11454, 13098, 11136, 13339, 11102, 11833, 10735, 11126, 11391, 11086, 9721, 11044, 9982, 11009, 10179, 10807, 9933, 10949, 10153, 11254, 10343, 11125, 9938, 11116, 11767, 11363, 12003, 11140, 13358, 11118, 13774, 11368, 12445, 11365, 12628, 10922, 13139, 10913, 10845, 11177, 11246, 11049, 13143, 10673, 12199, 10854, 12327, 10741, 11922, 10727, 11363, 10556, 11188, 9852, 11356, 9948, 10808, 9878, 11198, 10220, 11254, 9723, 11093, 11732, 11257, 11248, 11370, 11833, 11215, 13098, 10883, 12904, 10952, 10851, 11121, 10896, 11139, 12666, 11013, 11403, 11079, 12943, 11084, 13137, 10471, 11792, 10431, 11000, 11235, 11114, 10237, 10928, 10725, 10853, 10895, 11173, 9908, 11090, 10210, 11332, 10238, 11140, 10154, 11522, 10731, 11301, 11280, 11129, 10891, 12464, 10733, 11266, 10802, 11176, 10914, 12311, 10582, 12453, 11189, 11290, 10621, 11470, 9884, 11237, 10096, 11357, 10162, 11092, 10010, 11124, 10399, 11290, 10154, 11152, 10148, 11492, 10043, 11402, 10775, 11176, 10658, 11463, 10128, 11255, 10208, 11196, 10504, 11041, 10931, 11988, 11084, 12173, 10694, 11610, 10767, 11687, 10643, 12045, 10575, 11152, 10599, 11166, 10739, 11870, 10503, 11367, 10755, 11027, 11056, 11331, 11407, 12659, 10909, 10756, 11054, 10179, 10977, 9836, 11065, 10716, 11023, 11145, 12378, 10677, 12662, 10650, 12298, 11164, 12943, 10886, 12836, 10905, 12491, 10959, 12828, 11220, 13317, 11476, 11022, 10954, 10766, 11239, 12997, 10822, 11857, 11121, 11773, 11039, 12979, 11100, 12799, 10341, 11561, 10477, 10997, 11133, 11034, 10446, 10962, 10146, 11032, 9767, 10833, 9870, 10839, 10626, 11151, 10058, 10974, 10670, 11412, 13885, 11045, 13723, 11246, 12906, 11017, 12694, 11083, 13208, 10351, 11808, 10732, 11603, 11424, 12080, 10975, 11544, 11274, 10260, 11274, 9954, 11052, 12846, 10864, 9693, 11255, 10145, 11189, 12692, 11001, 11028, 11099, 12389, 10818, 13771, 10621, 12540, 10866, 12268, 11090, 12309, 11098, 12149, 10991, 10836, 11149, 12127, 10722, 10118, 11106, 10011, 10909, 9900, 11067, 10338, 10997, 10052, 10962, 10631, 11420, 10606, 12035, 10793, 10995, 11112, 11005, 10758, 12435, 10602, 12000, 10909, 11811, 11263, 12283, 10752, 10583, 11102, 9952, 11286, 10040, 11235, 10082, 11044, 10798, 11121, 10962], 'WindowCenter': [4283.0, 4248.0, 4255.0, 4233.0, 4240.0, 4219.0, 4227.0, 4218.0, 4227.0, 4217.0, 4226.0, 4216.0, 4224.0, 4215.0, 4214.0, 4216.0, 4215.0, 4215.0, 4215.0, 4215.0, 4214.0, 4216.0, 4217.0, 4206.0, 4217.0, 4206.0, 4216.0, 4205.0, 4227.0, 4217.0, 4217.0, 4206.0, 4226.0, 4205.0, 4227.0, 4227.0, 4229.0, 4237.0, 4228.0, 4226.0, 4228.0, 4237.0, 4229.0, 4238.0, 4229.0, 4238.0, 4228.0, 4227.0, 4228.0, 4238.0, 4218.0, 4217.0, 4207.0, 4227.0, 4206.0, 4228.0, 4228.0, 4228.0, 4227.0, 4228.0, 4236.0, 4218.0, 4238.0, 4229.0, 4237.0, 4218.0, 4227.0, 4227.0, 4228.0, 4220.0, 4230.0, 4218.0, 4229.0, 4218.0, 4228.0, 4230.0, 4230.0, 4230.0, 4230.0, 4230.0, 4229.0, 4231.0, 4241.0, 4219.0, 4229.0, 4218.0, 4229.0, 4207.0, 4229.0, 4239.0, 4228.0, 4226.0, 4217.0, 4226.0, 4228.0, 4237.0, 4228.0, 4225.0, 4226.0, 4224.0, 4227.0, 4237.0, 4216.0, 4225.0, 4215.0, 4214.0, 4215.0, 4226.0, 4216.0, 4216.0, 4215.0, 4215.0, 4204.0, 4216.0, 4217.0, 4216.0, 4215.0, 4216.0, 4204.0, 4215.0, 4205.0, 4227.0, 4226.0, 4216.0, 4204.0, 4215.0, 4204.0, 4217.0, 4236.0, 4217.0, 4224.0, 4215.0, 4224.0, 4215.0, 4236.0, 4216.0, 4224.0, 4216.0, 4224.0, 4214.0, 4214.0, 4216.0, 4224.0, 4216.0, 4225.0, 4216.0, 4225.0, 4216.0, 4226.0, 4217.0, 4225.0, 4226.0, 4215.0, 4216.0, 4228.0, 4227.0, 4216.0, 4216.0, 4216.0, 4216.0, 4216.0, 4217.0, 4228.0, 4206.0, 4227.0, 4206.0, 4217.0, 4215.0, 4228.0, 4237.0, 4217.0, 4236.0, 4227.0, 4226.0, 4228.0, 4226.0, 4229.0, 4239.0, 4229.0, 4239.0, 4230.0, 4238.0, 4228.0, 4229.0, 4219.0, 4228.0, 4206.0, 4217.0, 4205.0, 4216.0, 4225.0, 4217.0, 4237.0, 4217.0, 4226.0, 4216.0, 4215.0, 4226.0, 4227.0, 4206.0, 4216.0, 4205.0, 4216.0, 4204.0, 4215.0, 4236.0, 4216.0, 4224.0, 4214.0, 4213.0, 4213.0, 4203.0, 4204.0, 4216.0, 4205.0, 4216.0, 4214.0, 4215.0, 4213.0, 4216.0, 4227.0, 4217.0, 4225.0, 4216.0, 4215.0, 4215.0, 4216.0, 4217.0, 4228.0, 4217.0, 4228.0, 4206.0, 4217.0, 4236.0, 4228.0, 4237.0, 4217.0, 4226.0, 4216.0, 4215.0, 4216.0, 4228.0, 4217.0, 4227.0, 4216.0, 4217.0, 4215.0, 4227.0, 4238.0, 4228.0, 4226.0, 4217.0, 4226.0, 4215.0, 4227.0, 4217.0, 4217.0, 4216.0, 4227.0, 4205.0, 4227.0, 4226.0, 4228.0, 4237.0, 4217.0, 4227.0, 4217.0, 4216.0, 4216.0, 4227.0, 4207.0, 4217.0, 4206.0, 4217.0, 4206.0, 4228.0, 4249.0, 4228.0, 4237.0, 4227.0, 4225.0, 4216.0, 4226.0, 4227.0, 4216.0, 4216.0, 4226.0, 4205.0, 4216.0, 4216.0, 4217.0, 4225.0, 4216.0, 4224.0, 4216.0, 4225.0, 4217.0, 4236.0, 4217.0, 4226.0, 4216.0, 4216.0, 4228.0, 4228.0, 4217.0, 4227.0, 4217.0, 4227.0, 4228.0, 4229.0, 4218.0, 4229.0, 4208.0, 4229.0, 4218.0, 4229.0, 4238.0, 4218.0, 4226.0, 4217.0, 4236.0, 4228.0, 4238.0, 4217.0, 4226.0, 4216.0, 4216.0, 4228.0, 4226.0, 4217.0, 4216.0, 4216.0, 4215.0, 4217.0, 4237.0, 4217.0, 4227.0, 4228.0, 4226.0, 4227.0, 4237.0, 4228.0, 4226.0, 4217.0, 4225.0, 4215.0, 4225.0, 4215.0, 4214.0, 4215.0, 4213.0, 4214.0, 4213.0, 4204.0, 4213.0, 4204.0, 4214.0, 4204.0, 4203.0, 4215.0, 4214.0, 4204.0, 4213.0, 4214.0, 4213.0, 4214.0, 4213.0, 4215.0, 4213.0, 4204.0, 4202.0, 4213.0, 4203.0, 4215.0, 4214.0, 4215.0, 4214.0, 4215.0, 4214.0, 4216.0, 4215.0, 4215.0, 4215.0, 4215.0, 4214.0, 4215.0, 4215.0, 4216.0, 4215.0, 4215.0, 4215.0, 4215.0, 4215.0, 4216.0, 4216.0, 4206.0, 4216.0, 4216.0, 4215.0, 4205.0, 4217.0, 4218.0, 4217.0, 4206.0, 4217.0, 4205.0, 4216.0, 4206.0, 4217.0, 4206.0, 4216.0, 4204.0, 4215.0, 4204.0, 4216.0, 4226.0, 4216.0, 4225.0, 4216.0, 4224.0, 4216.0, 4224.0, 4227.0, 4226.0, 4216.0, 4215.0, 4216.0, 4215.0, 4216.0, 4216.0, 4217.0, 4226.0, 4217.0, 4216.0, 4217.0, 4216.0, 4228.0, 4228.0, 4206.0, 4217.0, 4205.0, 4216.0, 4205.0, 4216.0, 4225.0, 4216.0, 4215.0, 4216.0, 4214.0, 4217.0, 4236.0, 4216.0, 4225.0, 4216.0, 4214.0, 4215.0, 4226.0, 4216.0, 4215.0, 4216.0, 4215.0, 4215.0, 4216.0, 4217.0, 4216.0, 4206.0, 4216.0, 4205.0, 4216.0, 4216.0, 4216.0, 4215.0, 4215.0, 4204.0, 4214.0, 4224.0, 4216.0, 4225.0, 4215.0, 4224.0, 4215.0, 4214.0, 4215.0, 4216.0, 4205.0, 4215.0, 4204.0, 4214.0, 4203.0, 4215.0, 4226.0, 4215.0, 4224.0, 4215.0, 4223.0, 4214.0, 4224.0, 4215.0, 4225.0, 4204.0, 4203.0, 4214.0, 4213.0, 4215.0, 4215.0, 4204.0, 4215.0, 4203.0, 4204.0, 4193.0, 4215.0, 4224.0, 4215.0, 4214.0, 4215.0, 4213.0, 4215.0, 4226.0, 4216.0, 4224.0, 4216.0, 4214.0, 4215.0, 4225.0, 4216.0, 4224.0, 4215.0, 4213.0, 4214.0, 4203.0, 4214.0, 4215.0, 4204.0, 4214.0, 4204.0, 4214.0, 4204.0, 4215.0, 4205.0, 4215.0, 4205.0, 4215.0, 4204.0, 4215.0, 4206.0, 4216.0, 4215.0, 4227.0, 4214.0, 4215.0, 4225.0, 4216.0, 4224.0, 4216.0, 4214.0, 4214.0, 4224.0, 4216.0, 4224.0, 4216.0, 4204.0, 4215.0, 4214.0, 4227.0, 4236.0, 4216.0, 4225.0, 4216.0, 4224.0, 4214.0, 4215.0, 4215.0, 4214.0, 4204.0, 4214.0, 4193.0, 4214.0, 4205.0, 4215.0, 4204.0, 4215.0, 4204.0, 4214.0, 4194.0, 4216.0, 4215.0, 4215.0, 4214.0, 4215.0, 4213.0, 4215.0, 4225.0, 4215.0, 4224.0, 4215.0, 4214.0, 4215.0, 4227.0, 4228.0, 4236.0, 4217.0, 4215.0, 4227.0, 4226.0, 4228.0, 4226.0, 4216.0, 4215.0, 4216.0, 4214.0, 4216.0, 4216.0, 4206.0, 4216.0, 4217.0, 4215.0, 4216.0, 4217.0, 4218.0, 4216.0, 4206.0, 4215.0, 4205.0, 4216.0, 4217.0, 4227.0, 4218.0, 4216.0, 4216.0, 4215.0, 4228.0, 4227.0, 4217.0, 4216.0, 4215.0, 4214.0, 4215.0, 4225.0, 4216.0, 4225.0, 4215.0, 4214.0, 4204.0, 4215.0, 4204.0, 4204.0, 4203.0, 4214.0, 4202.0, 4214.0, 4205.0, 4214.0, 4204.0, 4214.0, 4203.0, 4203.0, 4204.0, 4215.0, 4204.0, 4214.0, 4204.0, 4203.0, 4203.0, 4213.0, 4205.0, 4214.0, 4203.0, 4214.0, 4203.0, 4202.0, 4203.0, 4214.0, 4215.0, 4213.0, 4204.0, 4202.0, 4203.0, 4213.0, 4204.0, 4213.0, 4204.0, 4202.0, 4204.0, 4203.0, 4214.0, 4215.0, 4215.0, 4214.0, 4215.0, 4204.0, 4215.0, 4215.0, 4227.0, 4225.0, 4218.0, 4216.0, 4216.0, 4217.0, 4218.0, 4206.0, 4217.0, 4216.0, 4215.0, 4215.0, 4226.0, 4216.0, 4226.0, 4206.0, 4215.0, 4215.0, 4225.0, 4216.0, 4224.0, 4204.0, 4213.0, 4204.0, 4223.0, 4215.0, 4224.0, 4215.0, 4203.0, 4204.0, 4202.0, 4214.0, 4224.0, 4204.0, 4212.0, 4204.0, 4202.0, 4203.0, 4212.0, 4214.0, 4213.0, 4203.0, 4202.0, 4203.0, 4202.0, 4202.0, 4202.0, 4204.0, 4203.0, 4203.0, 4204.0, 4193.0, 4204.0, 4205.0, 4216.0, 4204.0, 4215.0, 4203.0, 4204.0, 4203.0, 4215.0, 4225.0, 4216.0, 4224.0, 4215.0, 4224.0, 4215.0, 4224.0, 4216.0, 4237.0, 4206.0, 4215.0, 4216.0, 4215.0, 4227.0, 4227.0, 4229.0, 4228.0, 4229.0, 4217.0, 4228.0, 4218.0, 4230.0, 4228.0, 4217.0, 4206.0, 4216.0, 4204.0, 4216.0, 4226.0, 4205.0, 4204.0, 4215.0, 4213.0, 4204.0, 4225.0, 4205.0, 4214.0, 4204.0, 4213.0, 4214.0, 4214.0, 4216.0, 4214.0, 4215.0, 4203.0, 4215.0, 4215.0, 4215.0, 4204.0, 4215.0, 4193.0, 4204.0, 4204.0, 4216.0, 4205.0, 4216.0, 4204.0, 4203.0, 4203.0, 4214.0, 4205.0, 4214.0, 4203.0, 4203.0, 4203.0, 4202.0, 4204.0, 4214.0, 4204.0, 4213.0, 4204.0, 4212.0, 4214.0, 4225.0, 4215.0, 4204.0, 4214.0, 4193.0, 4203.0, 4193.0, 4215.0, 4203.0, 4203.0, 4203.0, 4202.0, 4202.0], 'WindowWidth': [9471.0, 9415.0, 9417.0, 9380.0, 9385.0, 9354.0, 9361.0, 9349.0, 9362.0, 9348.0, 9357.0, 9343.0, 9352.0, 9340.0, 9338.0, 9343.0, 9339.0, 9341.0, 9339.0, 9340.0, 9339.0, 9345.0, 9347.0, 9331.0, 9346.0, 9330.0, 9345.0, 9328.0, 9361.0, 9347.0, 9346.0, 9331.0, 9358.0, 9327.0, 9360.0, 9362.0, 9366.0, 9374.0, 9365.0, 9359.0, 9364.0, 9376.0, 9369.0, 9378.0, 9366.0, 9376.0, 9363.0, 9359.0, 9363.0, 9378.0, 9352.0, 9348.0, 9334.0, 9361.0, 9331.0, 9365.0, 9365.0, 9364.0, 9360.0, 9362.0, 9372.0, 9350.0, 9379.0, 9367.0, 9376.0, 9351.0, 9360.0, 9361.0, 9365.0, 9360.0, 9370.0, 9353.0, 9366.0, 9350.0, 9366.0, 9373.0, 9372.0, 9372.0, 9373.0, 9371.0, 9369.0, 9376.0, 9390.0, 9356.0, 9369.0, 9351.0, 9367.0, 9335.0, 9368.0, 9381.0, 9363.0, 9358.0, 9345.0, 9357.0, 9363.0, 9374.0, 9364.0, 9356.0, 9358.0, 9353.0, 9362.0, 9376.0, 9345.0, 9354.0, 9341.0, 9339.0, 9340.0, 9357.0, 9343.0, 9343.0, 9341.0, 9340.0, 9326.0, 9343.0, 9347.0, 9345.0, 9342.0, 9344.0, 9325.0, 9341.0, 9328.0, 9362.0, 9358.0, 9344.0, 9326.0, 9341.0, 9325.0, 9346.0, 9371.0, 9345.0, 9353.0, 9342.0, 9351.0, 9342.0, 9370.0, 9344.0, 9352.0, 9345.0, 9351.0, 9339.0, 9338.0, 9343.0, 9353.0, 9344.0, 9354.0, 9343.0, 9354.0, 9345.0, 9356.0, 9346.0, 9354.0, 9358.0, 9340.0, 9345.0, 9362.0, 9361.0, 9344.0, 9345.0, 9343.0, 9343.0, 9345.0, 9347.0, 9363.0, 9331.0, 9361.0, 9330.0, 9347.0, 9343.0, 9365.0, 9376.0, 9349.0, 9372.0, 9361.0, 9360.0, 9363.0, 9359.0, 9368.0, 9381.0, 9369.0, 9381.0, 9369.0, 9378.0, 9364.0, 9366.0, 9355.0, 9364.0, 9333.0, 9346.0, 9328.0, 9344.0, 9354.0, 9347.0, 9376.0, 9347.0, 9356.0, 9344.0, 9340.0, 9357.0, 9362.0, 9333.0, 9346.0, 9328.0, 9344.0, 9325.0, 9342.0, 9371.0, 9344.0, 9353.0, 9339.0, 9335.0, 9335.0, 9322.0, 9324.0, 9345.0, 9328.0, 9343.0, 9337.0, 9340.0, 9336.0, 9343.0, 9360.0, 9347.0, 9356.0, 9345.0, 9341.0, 9343.0, 9345.0, 9349.0, 9365.0, 9348.0, 9364.0, 9331.0, 9347.0, 9372.0, 9366.0, 9376.0, 9347.0, 9358.0, 9345.0, 9341.0, 9344.0, 9363.0, 9347.0, 9361.0, 9344.0, 9347.0, 9342.0, 9361.0, 9379.0, 9364.0, 9359.0, 9347.0, 9356.0, 9342.0, 9360.0, 9347.0, 9349.0, 9346.0, 9361.0, 9330.0, 9360.0, 9358.0, 9364.0, 9376.0, 9348.0, 9359.0, 9346.0, 9343.0, 9346.0, 9362.0, 9334.0, 9346.0, 9331.0, 9348.0, 9330.0, 9364.0, 9394.0, 9364.0, 9373.0, 9360.0, 9355.0, 9344.0, 9360.0, 9363.0, 9345.0, 9344.0, 9359.0, 9327.0, 9345.0, 9347.0, 9348.0, 9356.0, 9345.0, 9352.0, 9344.0, 9355.0, 9349.0, 9372.0, 9347.0, 9357.0, 9346.0, 9345.0, 9367.0, 9363.0, 9348.0, 9362.0, 9349.0, 9362.0, 9366.0, 9369.0, 9353.0, 9367.0, 9337.0, 9369.0, 9351.0, 9368.0, 9377.0, 9348.0, 9359.0, 9348.0, 9371.0, 9364.0, 9378.0, 9347.0, 9358.0, 9345.0, 9344.0, 9364.0, 9357.0, 9347.0, 9343.0, 9345.0, 9342.0, 9348.0, 9376.0, 9349.0, 9362.0, 9364.0, 9357.0, 9361.0, 9374.0, 9362.0, 9357.0, 9346.0, 9352.0, 9341.0, 9355.0, 9342.0, 9337.0, 9339.0, 9334.0, 9336.0, 9334.0, 9326.0, 9335.0, 9324.0, 9335.0, 9325.0, 9321.0, 9340.0, 9337.0, 9326.0, 9336.0, 9338.0, 9335.0, 9337.0, 9336.0, 9340.0, 9334.0, 9323.0, 9318.0, 9335.0, 9322.0, 9342.0, 9338.0, 9341.0, 9338.0, 9339.0, 9337.0, 9344.0, 9342.0, 9341.0, 9339.0, 9341.0, 9337.0, 9339.0, 9342.0, 9344.0, 9340.0, 9342.0, 9339.0, 9340.0, 9339.0, 9344.0, 9345.0, 9332.0, 9343.0, 9343.0, 9341.0, 9328.0, 9347.0, 9350.0, 9346.0, 9331.0, 9348.0, 9329.0, 9344.0, 9332.0, 9346.0, 9331.0, 9343.0, 9324.0, 9339.0, 9323.0, 9343.0, 9359.0, 9343.0, 9353.0, 9342.0, 9351.0, 9342.0, 9353.0, 9360.0, 9357.0, 9344.0, 9340.0, 9344.0, 9339.0, 9346.0, 9346.0, 9349.0, 9359.0, 9348.0, 9344.0, 9346.0, 9346.0, 9365.0, 9363.0, 9332.0, 9346.0, 9329.0, 9342.0, 9329.0, 9345.0, 9354.0, 9343.0, 9340.0, 9343.0, 9338.0, 9346.0, 9371.0, 9344.0, 9354.0, 9343.0, 9339.0, 9342.0, 9356.0, 9345.0, 9341.0, 9344.0, 9342.0, 9339.0, 9345.0, 9350.0, 9345.0, 9331.0, 9344.0, 9328.0, 9343.0, 9344.0, 9346.0, 9341.0, 9342.0, 9323.0, 9339.0, 9351.0, 9344.0, 9354.0, 9340.0, 9352.0, 9341.0, 9336.0, 9340.0, 9346.0, 9329.0, 9341.0, 9324.0, 9338.0, 9321.0, 9341.0, 9358.0, 9342.0, 9350.0, 9341.0, 9348.0, 9337.0, 9350.0, 9342.0, 9354.0, 9324.0, 9321.0, 9336.0, 9334.0, 9340.0, 9342.0, 9325.0, 9339.0, 9322.0, 9323.0, 9307.0, 9340.0, 9353.0, 9339.0, 9338.0, 9340.0, 9335.0, 9340.0, 9358.0, 9343.0, 9351.0, 9344.0, 9337.0, 9340.0, 9354.0, 9344.0, 9353.0, 9340.0, 9335.0, 9336.0, 9320.0, 9338.0, 9340.0, 9326.0, 9338.0, 9324.0, 9338.0, 9324.0, 9342.0, 9328.0, 9342.0, 9328.0, 9342.0, 9325.0, 9341.0, 9330.0, 9344.0, 9341.0, 9359.0, 9339.0, 9340.0, 9356.0, 9345.0, 9353.0, 9342.0, 9336.0, 9338.0, 9350.0, 9343.0, 9352.0, 9343.0, 9324.0, 9341.0, 9338.0, 9360.0, 9372.0, 9345.0, 9354.0, 9343.0, 9350.0, 9338.0, 9340.0, 9340.0, 9337.0, 9323.0, 9337.0, 9306.0, 9336.0, 9330.0, 9341.0, 9323.0, 9340.0, 9323.0, 9338.0, 9310.0, 9343.0, 9342.0, 9338.0, 9336.0, 9341.0, 9334.0, 9340.0, 9354.0, 9341.0, 9350.0, 9342.0, 9337.0, 9342.0, 9361.0, 9364.0, 9371.0, 9349.0, 9342.0, 9359.0, 9356.0, 9362.0, 9357.0, 9343.0, 9342.0, 9342.0, 9338.0, 9343.0, 9343.0, 9331.0, 9343.0, 9345.0, 9341.0, 9343.0, 9347.0, 9350.0, 9344.0, 9330.0, 9341.0, 9326.0, 9345.0, 9346.0, 9362.0, 9350.0, 9344.0, 9343.0, 9341.0, 9364.0, 9360.0, 9347.0, 9342.0, 9340.0, 9337.0, 9341.0, 9354.0, 9342.0, 9354.0, 9340.0, 9337.0, 9322.0, 9339.0, 9325.0, 9322.0, 9320.0, 9335.0, 9318.0, 9336.0, 9328.0, 9338.0, 9322.0, 9336.0, 9320.0, 9320.0, 9323.0, 9340.0, 9323.0, 9336.0, 9322.0, 9320.0, 9320.0, 9334.0, 9328.0, 9338.0, 9321.0, 9335.0, 9319.0, 9318.0, 9322.0, 9338.0, 9340.0, 9334.0, 9321.0, 9316.0, 9320.0, 9333.0, 9324.0, 9333.0, 9323.0, 9318.0, 9323.0, 9319.0, 9338.0, 9341.0, 9341.0, 9338.0, 9340.0, 9322.0, 9341.0, 9340.0, 9361.0, 9355.0, 9348.0, 9342.0, 9344.0, 9345.0, 9349.0, 9331.0, 9345.0, 9342.0, 9339.0, 9340.0, 9355.0, 9345.0, 9355.0, 9330.0, 9338.0, 9339.0, 9353.0, 9342.0, 9350.0, 9324.0, 9333.0, 9322.0, 9346.0, 9339.0, 9348.0, 9338.0, 9320.0, 9322.0, 9317.0, 9336.0, 9350.0, 9323.0, 9332.0, 9321.0, 9316.0, 9320.0, 9329.0, 9336.0, 9335.0, 9321.0, 9315.0, 9319.0, 9315.0, 9317.0, 9317.0, 9322.0, 9320.0, 9321.0, 9322.0, 9307.0, 9323.0, 9327.0, 9342.0, 9325.0, 9338.0, 9321.0, 9323.0, 9321.0, 9339.0, 9354.0, 9341.0, 9351.0, 9340.0, 9350.0, 9339.0, 9349.0, 9344.0, 9372.0, 9330.0, 9340.0, 9344.0, 9339.0, 9361.0, 9361.0, 9366.0, 9362.0, 9365.0, 9347.0, 9362.0, 9350.0, 9369.0, 9362.0, 9347.0, 9328.0, 9342.0, 9323.0, 9343.0, 9357.0, 9327.0, 9325.0, 9339.0, 9333.0, 9323.0, 9354.0, 9325.0, 9335.0, 9324.0, 9332.0, 9337.0, 9338.0, 9342.0, 9337.0, 9340.0, 9322.0, 9339.0, 9339.0, 9340.0, 9324.0, 9339.0, 9308.0, 9324.0, 9325.0, 9344.0, 9327.0, 9341.0, 9322.0, 9320.0, 9320.0, 9335.0, 9327.0, 9335.0, 9321.0, 9317.0, 9318.0, 9317.0, 9324.0, 9336.0, 9325.0, 9333.0, 9322.0, 9332.0, 9336.0, 9353.0, 9340.0, 9322.0, 9335.0, 9306.0, 9319.0, 9308.0, 9338.0, 9321.0, 9318.0, 9318.0, 9315.0, 9317.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.00013725748502994013</td></tr>
<tr><td colspan=3>aqi</td><td>0.019089486946107785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.30028841309356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2466227035611515</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9874375323501183</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>6433.5469</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08553716616777396</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.47904191616766467</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.380141809895598</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350455398506231</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5138478491561056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276122182024458</td></tr>
<tr><td colspan=3>gcor</td><td>0.00579975</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013045220635831356</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02233939990401268</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.099334851280598</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>42.5794</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1531</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.1562</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303462.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.0426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.8534</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.6168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.6262</td></tr>
<tr><td colspan=3>tsnr</td><td>46.59925507870503</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>