<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-02/func/sub-0031_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>bf75911628012056c41934c8fdcbb08f</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>12:31:30.292500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999875, -0.0157324, 0.00183011, 0.0157073, 0.999792, 0.0130212]</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.134058</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7748, -7190, 499, -45, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e6e5c9c-b32a-4a56-94bb-cd4074847039||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825902462005615, 0.04214153066277504, 0.0054933857172727585, 111.29007720947266], [0.0422089658677578, 2.682368516921997, 0.035075314342975616, -89.3156509399414], [0.004910058341920376, -0.03493502736091614, 2.6997666358947754, -37.63081741333008], [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': ['123130.292500', '123130.752500', '123131.212500', '123131.672500', '123132.132500', '123132.592500', '123133.052500', '123133.512500', '123133.972500', '123134.432500', '123134.892500', '123135.352500', '123135.812500', '123136.272500', '123136.732500', '123137.192500', '123137.652500', '123138.112500', '123138.572500', '123139.032500', '123139.492500', '123139.952500', '123140.412500', '123140.872500', '123141.332500', '123141.792500', '123142.252500', '123142.712500', '123143.172500', '123143.632500', '123144.092500', '123144.552500', '123145.012500', '123145.472500', '123145.932500', '123146.392500', '123146.852500', '123147.312500', '123147.772500', '123148.232500', '123148.692500', '123149.152500', '123149.612500', '123150.072500', '123150.532500', '123150.992500', '123151.452500', '123151.912500', '123152.372500', '123152.832500', '123153.292500', '123153.752500', '123154.212500', '123154.672500', '123155.132500', '123155.592500', '123156.052500', '123156.512500', '123156.972500', '123157.432500', '123157.892500', '123158.352500', '123158.812500', '123159.272500', '123159.732500', '123200.192500', '123200.652500', '123201.112500', '123201.572500', '123202.032500', '123202.492500', '123202.952500', '123203.412500', '123203.872500', '123204.332500', '123204.792500', '123205.252500', '123205.712500', '123206.172500', '123206.632500', '123207.092500', '123207.552500', '123208.012500', '123208.472500', '123208.932500', '123209.392500', '123209.852500', '123210.312500', '123210.772500', '123211.232500', '123211.692500', '123212.152500', '123212.612500', '123213.072500', '123213.532500', '123213.992500', '123214.452500', '123214.912500', '123215.372500', '123215.832500', '123216.292500', '123216.752500', '123217.212500', '123217.672500', '123218.132500', '123218.592500', '123219.052500', '123219.512500', '123219.972500', '123220.432500', '123220.892500', '123221.352500', '123221.812500', '123222.272500', '123222.732500', '123223.192500', '123223.652500', '123224.112500', '123224.572500', '123225.032500', '123225.492500', '123225.952500', '123226.412500', '123226.872500', '123227.332500', '123227.792500', '123228.252500', '123228.712500', '123229.172500', '123229.632500', '123230.092500', '123230.552500', '123231.012500', '123231.472500', '123231.932500', '123232.392500', '123232.852500', '123233.312500', '123233.772500', '123234.232500', '123234.692500', '123235.152500', '123235.612500', '123236.072500', '123236.532500', '123236.992500', '123237.452500', '123237.912500', '123238.372500', '123238.832500', '123239.292500', '123239.752500', '123240.212500', '123240.672500', '123241.132500', '123241.592500', '123242.052500', '123242.512500', '123242.972500', '123243.432500', '123243.892500', '123244.352500', '123244.812500', '123245.272500', '123245.732500', '123246.192500', '123246.652500', '123247.112500', '123247.572500', '123248.032500', '123248.492500', '123248.952500', '123249.412500', '123249.872500', '123250.332500', '123250.792500', '123251.252500', '123251.712500', '123252.172500', '123252.632500', '123253.092500', '123253.552500', '123254.012500', '123254.472500', '123254.932500', '123255.392500', '123255.852500', '123256.312500', '123256.772500', '123257.232500', '123257.692500', '123258.152500', '123258.612500', '123259.072500', '123259.532500', '123259.992500', '123300.452500', '123300.912500', '123301.372500', '123301.832500', '123302.292500', '123302.752500', '123303.212500', '123303.672500', '123304.132500', '123304.592500', '123305.052500', '123305.512500', '123305.972500', '123306.432500', '123306.892500', '123307.352500', '123307.812500', '123308.272500', '123308.732500', '123309.192500', '123309.652500', '123310.112500', '123310.572500', '123311.032500', '123311.492500', '123311.952500', '123312.412500', '123312.872500', '123313.332500', '123313.792500', '123314.252500', '123314.712500', '123315.172500', '123315.632500', '123316.092500', '123316.552500', '123317.012500', '123317.472500', '123317.932500', '123318.392500', '123318.852500', '123319.312500', '123319.772500', '123320.232500', '123320.692500', '123321.152500', '123321.612500', '123322.072500', '123322.532500', '123322.992500', '123323.452500', '123323.912500', '123324.372500', '123324.832500', '123325.292500', '123325.752500', '123326.212500', '123326.672500', '123327.132500', '123327.592500', '123328.052500', '123328.512500', '123328.972500', '123329.432500', '123329.892500', '123330.352500', '123330.812500', '123331.272500', '123331.732500', '123332.192500', '123332.652500', '123333.112500', '123333.572500', '123334.032500', '123334.492500', '123334.952500', '123335.412500', '123335.872500', '123336.332500', '123336.792500', '123337.252500', '123337.712500', '123338.172500', '123338.632500', '123339.092500', '123339.552500', '123340.012500', '123340.472500', '123340.932500', '123341.392500', '123341.852500', '123342.312500', '123342.772500', '123343.232500', '123343.692500', '123344.152500', '123344.612500', '123345.072500', '123345.532500', '123345.992500', '123346.452500', '123346.912500', '123347.372500', '123347.832500', '123348.292500', '123348.752500', '123349.212500', '123349.672500', '123350.132500', '123350.592500', '123351.052500', '123351.512500', '123351.972500', '123352.432500', '123352.892500', '123353.352500', '123353.812500', '123354.272500', '123354.732500', '123355.192500', '123355.652500', '123356.112500', '123356.572500', '123357.032500', '123357.492500', '123357.952500', '123358.412500', '123358.872500', '123359.332500', '123359.792500', '123400.252500', '123400.712500', '123401.172500', '123401.632500', '123402.092500', '123402.552500', '123403.012500', '123403.472500', '123403.932500', '123404.392500', '123404.852500', '123405.312500', '123405.772500', '123406.232500', '123406.692500', '123407.152500', '123407.612500', '123408.072500', '123408.532500', '123408.992500', '123409.452500', '123409.912500', '123410.372500', '123410.832500', '123411.292500', '123411.752500', '123412.212500', '123412.672500', '123413.132500', '123413.592500', '123414.052500', '123414.512500', '123414.972500', '123415.432500', '123415.892500', '123416.352500', '123416.812500', '123417.272500', '123417.732500', '123418.192500', '123418.652500', '123419.112500', '123419.572500', '123420.032500', '123420.492500', '123420.952500', '123421.412500', '123421.872500', '123422.332500', '123422.792500', '123423.252500', '123423.712500', '123424.172500', '123424.632500', '123425.092500', '123425.552500', '123426.012500', '123426.472500', '123426.932500', '123427.392500', '123427.852500', '123428.312500', '123428.772500', '123429.232500', '123429.692500', '123430.152500', '123430.612500', '123431.072500', '123431.532500', '123431.992500', '123432.452500', '123432.912500', '123433.372500', '123433.832500', '123434.292500', '123434.752500', '123435.212500', '123435.672500', '123436.132500', '123436.592500', '123437.052500', '123437.512500', '123437.972500', '123438.432500', '123438.892500', '123439.352500', '123439.812500', '123440.272500', '123440.732500', '123441.192500', '123441.652500', '123442.112500', '123442.572500', '123443.032500', '123443.492500', '123443.952500', '123444.412500', '123444.872500', '123445.332500', '123445.792500', '123446.252500', '123446.712500', '123447.172500', '123447.632500', '123448.092500', '123448.552500', '123449.012500', '123449.472500', '123449.932500', '123450.392500', '123450.852500', '123451.312500', '123451.772500', '123452.232500', '123452.692500', '123453.152500', '123453.612500', '123454.072500', '123454.532500', '123454.992500', '123455.452500', '123455.912500', '123456.372500', '123456.832500', '123457.292500', '123457.752500', '123458.212500', '123458.672500', '123459.132500', '123459.592500', '123500.052500', '123500.512500', '123500.972500', '123501.432500', '123501.892500', '123502.352500', '123502.812500', '123503.272500', '123503.732500', '123504.192500', '123504.652500', '123505.112500', '123505.572500', '123506.032500', '123506.492500', '123506.952500', '123507.412500', '123507.872500', '123508.332500', '123508.792500', '123509.252500', '123509.712500', '123510.172500', '123510.632500', '123511.092500', '123511.552500', '123512.012500', '123512.472500', '123512.932500', '123513.392500', '123513.852500', '123514.312500', '123514.772500', '123515.232500', '123515.692500', '123516.152500', '123516.612500', '123517.072500', '123517.532500', '123517.992500', '123518.452500', '123518.912500', '123519.372500', '123519.832500', '123520.292500', '123520.752500', '123521.212500', '123521.672500', '123522.132500', '123522.592500', '123523.052500', '123523.512500', '123523.972500', '123524.432500', '123524.892500', '123525.352500', '123525.812500', '123526.272500', '123526.732500', '123527.192500', '123527.652500', '123528.112500', '123528.572500', '123529.032500', '123529.492500', '123529.952500', '123530.412500', '123530.872500', '123531.332500', '123531.792500', '123532.252500', '123532.712500', '123533.172500', '123533.632500', '123534.092500', '123534.552500', '123535.012500', '123535.472500', '123535.932500', '123536.392500', '123536.852500', '123537.312500', '123537.772500', '123538.232500', '123538.692500', '123539.152500', '123539.612500', '123540.072500', '123540.532500', '123540.992500', '123541.452500', '123541.912500', '123542.372500', '123542.832500', '123543.292500', '123543.752500', '123544.212500', '123544.672500', '123545.132500', '123545.592500', '123546.052500', '123546.512500', '123546.972500', '123547.432500', '123547.892500', '123548.352500', '123548.812500', '123549.272500', '123549.732500', '123550.192500', '123550.652500', '123551.112500', '123551.572500', '123552.032500', '123552.492500', '123552.952500', '123553.412500', '123553.872500', '123554.332500', '123554.792500', '123555.252500', '123555.712500', '123556.172500', '123556.632500', '123557.092500', '123557.552500', '123558.012500', '123558.472500', '123558.932500', '123559.392500', '123559.852500', '123600.312500', '123600.772500', '123601.232500', '123601.692500', '123602.152500', '123602.612500', '123603.072500', '123603.532500', '123603.992500', '123604.452500', '123604.912500', '123605.372500', '123605.832500', '123606.292500', '123606.752500', '123607.212500', '123607.672500', '123608.132500', '123608.592500', '123609.052500', '123609.512500', '123609.972500', '123610.432500', '123610.892500', '123611.352500', '123611.812500', '123612.272500', '123612.732500', '123613.192500', '123613.652500', '123614.112500', '123614.572500', '123615.032500', '123615.492500', '123615.952500', '123616.412500', '123616.872500', '123617.332500', '123617.792500', '123618.252500', '123618.712500', '123619.172500', '123619.632500', '123620.092500', '123620.552500', '123621.012500', '123621.472500', '123621.932500', '123622.392500', '123622.852500', '123623.312500', '123623.772500', '123624.232500', '123624.692500', '123625.152500', '123625.612500', '123626.072500', '123626.532500', '123626.992500', '123627.452500', '123627.912500', '123628.372500', '123628.832500', '123629.292500', '123629.752500', '123630.212500', '123630.672500', '123631.132500', '123631.592500', '123632.052500', '123632.512500', '123632.972500', '123633.432500', '123633.892500', '123634.352500', '123634.812500', '123635.272500', '123635.732500', '123636.192500', '123636.652500', '123637.112500', '123637.572500', '123638.032500', '123638.492500', '123638.952500', '123639.412500', '123639.872500', '123640.332500', '123640.792500', '123641.252500', '123641.712500', '123642.172500', '123642.632500', '123643.092500', '123643.552500', '123644.012500', '123644.472500', '123644.932500', '123645.392500', '123645.852500', '123646.312500', '123646.772500', '123647.232500', '123647.692500', '123648.152500', '123648.612500', '123649.072500', '123649.532500', '123649.992500', '123650.452500', '123650.912500', '123651.372500', '123651.832500', '123652.292500', '123652.752500', '123653.212500', '123653.672500', '123654.132500', '123654.592500', '123655.052500', '123655.512500', '123655.972500', '123656.432500', '123656.892500', '123657.352500', '123657.812500', '123658.272500', '123658.732500', '123659.192500', '123659.652500', '123700.112500', '123700.572500', '123701.032500', '123701.492500', '123701.952500', '123702.412500', '123702.872500', '123703.332500', '123703.792500', '123704.252500', '123704.712500', '123705.172500', '123705.632500', '123706.092500', '123706.552500', '123707.012500', '123707.472500', '123707.932500', '123708.392500', '123708.852500', '123709.312500', '123709.772500', '123710.232500', '123710.692500', '123711.152500', '123711.612500', '123712.072500', '123712.532500', '123712.992500', '123713.452500', '123713.912500', '123714.372500', '123714.832500', '123715.292500', '123715.752500', '123716.212500', '123716.672500', '123717.132500', '123717.592500', '123718.052500', '123718.512500', '123718.972500', '123719.432500', '123719.892500', '123720.352500', '123720.812500', '123721.272500', '123721.732500', '123722.192500', '123722.652500', '123723.112500', '123723.572500', '123724.032500', '123724.492500', '123724.952500', '123725.412500', '123725.872500', '123726.332500', '123726.792500', '123727.252500', '123727.712500', '123728.172500', '123728.632500', '123729.092500', '123729.552500', '123730.012500', '123730.472500', '123730.932500', '123731.392500', '123731.852500', '123732.312500', '123732.772500', '123733.232500', '123733.692500', '123734.152500', '123734.612500', '123735.072500', '123735.532500', '123735.992500', '123736.452500', '123736.912500', '123737.372500', '123737.832500', '123738.292500', '123738.752500', '123739.212500', '123739.672500', '123740.132500', '123740.592500', '123741.052500', '123741.512500', '123741.972500', '123742.432500', '123742.892500', '123743.352500', '123743.812500', '123744.272500', '123744.732500', '123745.192500', '123745.652500', '123746.112500', '123746.572500', '123747.032500', '123747.492500', '123747.952500', '123748.412500', '123748.872500', '123749.332500', '123749.792500', '123750.252500', '123750.712500', '123751.172500', '123751.632500', '123752.092500', '123752.552500', '123753.012500', '123753.472500', '123753.932500', '123754.392500', '123754.852500', '123755.312500', '123755.772500'], 'ContentTime': ['123158.231000', '123158.235000', '123158.238000', '123158.241000', '123158.244000', '123158.246000', '123158.249000', '123158.252000', '123158.255000', '123158.258000', '123158.261000', '123158.263000', '123158.266000', '123158.269000', '123158.272000', '123158.276000', '123158.279000', '123158.282000', '123158.285000', '123158.287000', '123158.290000', '123158.293000', '123158.296000', '123158.299000', '123158.302000', '123158.304000', '123158.316000', '123158.319000', '123158.322000', '123158.325000', '123158.328000', '123158.330000', '123158.333000', '123158.336000', '123158.340000', '123158.345000', '123158.348000', '123158.351000', '123158.354000', '123158.357000', '123158.360000', '123158.363000', '123158.365000', '123158.368000', '123158.371000', '123158.374000', '123158.377000', '123158.380000', '123158.382000', '123158.385000', '123158.388000', '123158.391000', '123158.394000', '123158.397000', '123158.400000', '123158.402000', '123158.405000', '123158.408000', '123218.194000', '123218.197000', '123218.200000', '123218.202000', '123218.205000', '123218.208000', '123218.211000', '123218.214000', '123218.217000', '123218.220000', '123218.222000', '123218.238000', '123218.241000', '123218.244000', '123218.247000', '123218.250000', '123218.252000', '123218.261000', '123218.263000', '123218.266000', '123218.269000', '123218.272000', '123218.275000', '123218.278000', '123218.280000', '123218.283000', '123218.286000', '123218.289000', '123218.292000', '123218.295000', '123218.298000', '123218.300000', '123218.303000', '123218.306000', '123218.309000', '123218.312000', '123218.315000', '123218.317000', '123218.320000', '123218.323000', '123218.326000', '123218.329000', '123218.332000', '123218.335000', '123238.194000', '123238.197000', '123238.200000', '123238.202000', '123238.205000', '123238.208000', '123238.211000', '123238.214000', '123238.217000', '123238.219000', '123238.222000', '123238.225000', '123238.228000', '123238.231000', '123238.234000', '123238.237000', '123238.240000', '123238.242000', '123238.245000', '123238.248000', '123238.251000', '123238.254000', '123238.257000', '123238.259000', '123238.262000', '123238.265000', '123238.268000', '123238.271000', '123238.274000', '123238.277000', '123238.279000', '123238.282000', '123238.285000', '123238.288000', '123238.291000', '123238.294000', '123238.297000', '123238.299000', '123238.302000', '123238.305000', '123238.308000', '123238.321000', '123238.324000', '123258.194000', '123258.197000', '123258.200000', '123258.203000', '123258.205000', '123258.208000', '123258.211000', '123258.214000', '123258.217000', '123258.220000', '123258.223000', '123258.226000', '123258.228000', '123258.231000', '123258.241000', '123258.244000', '123258.247000', '123258.249000', '123258.252000', '123258.255000', '123258.258000', '123258.261000', '123258.264000', '123258.267000', '123258.270000', '123258.272000', '123258.275000', '123258.278000', '123258.281000', '123258.284000', '123258.287000', '123258.290000', '123258.292000', '123258.295000', '123258.298000', '123258.301000', '123258.304000', '123258.306000', '123258.309000', '123258.312000', '123258.315000', '123258.318000', '123258.321000', '123258.324000', '123318.195000', '123318.198000', '123318.201000', '123318.204000', '123318.206000', '123318.209000', '123318.212000', '123318.215000', '123318.218000', '123318.221000', '123318.224000', '123318.227000', '123318.230000', '123318.232000', '123318.235000', '123318.238000', '123318.241000', '123318.244000', '123318.247000', '123318.250000', '123318.253000', '123318.255000', '123318.258000', '123318.261000', '123318.264000', '123318.267000', '123318.270000', '123318.273000', '123318.276000', '123318.279000', '123318.281000', '123318.284000', '123318.287000', '123318.290000', '123318.293000', '123318.296000', '123318.298000', '123318.302000', '123318.304000', '123318.307000', '123318.310000', '123318.314000', '123318.317000', '123338.195000', '123338.198000', '123338.201000', '123338.203000', '123338.206000', '123338.209000', '123338.212000', '123338.215000', '123338.218000', '123338.221000', '123338.224000', '123338.227000', '123338.229000', '123338.232000', '123338.235000', '123338.238000', '123338.241000', '123338.244000', '123338.246000', '123338.249000', '123338.252000', '123338.255000', '123338.258000', '123338.261000', '123338.264000', '123338.267000', '123338.270000', '123338.272000', '123338.275000', '123338.278000', '123338.281000', '123338.284000', '123338.287000', '123338.290000', '123338.293000', '123338.295000', '123338.298000', '123338.301000', '123338.304000', '123338.307000', '123338.310000', '123338.313000', '123338.316000', '123358.195000', '123358.198000', '123358.201000', '123358.204000', '123358.206000', '123358.210000', '123358.212000', '123358.215000', '123358.218000', '123358.221000', '123358.224000', '123358.227000', '123358.230000', '123358.233000', '123358.236000', '123358.238000', '123358.241000', '123358.244000', '123358.247000', '123358.250000', '123358.253000', '123358.256000', '123358.264000', '123358.267000', '123358.270000', '123358.273000', '123358.276000', '123358.278000', '123358.281000', '123358.284000', '123358.287000', '123358.290000', '123358.293000', '123358.296000', '123358.298000', '123358.301000', '123358.304000', '123358.307000', '123358.310000', '123358.313000', '123358.316000', '123358.319000', '123358.321000', '123358.324000', '123418.195000', '123418.198000', '123418.209000', '123418.212000', '123418.215000', '123418.218000', '123418.221000', '123418.224000', '123418.227000', '123418.229000', '123418.232000', '123418.235000', '123418.238000', '123418.241000', '123418.244000', '123418.247000', '123418.249000', '123418.252000', '123418.255000', '123418.258000', '123418.261000', '123418.264000', '123418.267000', '123418.270000', '123418.273000', '123418.276000', '123418.278000', '123418.281000', '123418.284000', '123418.287000', '123418.290000', '123418.293000', '123418.296000', '123418.299000', '123418.301000', '123418.304000', '123418.307000', '123418.310000', '123418.313000', '123418.316000', '123418.319000', '123418.322000', '123418.324000', '123418.327000', '123438.194000', '123438.197000', '123438.200000', '123438.203000', '123438.205000', '123438.208000', '123438.211000', '123438.214000', '123438.217000', '123438.220000', '123438.223000', '123438.226000', '123438.229000', '123438.231000', '123438.234000', '123438.237000', '123438.240000', '123438.243000', '123438.246000', '123438.249000', '123438.252000', '123438.254000', '123438.257000', '123438.260000', '123438.263000', '123438.266000', '123438.269000', '123438.272000', '123438.275000', '123438.277000', '123438.280000', '123438.283000', '123438.286000', '123438.289000', '123438.292000', '123438.295000', '123438.298000', '123438.300000', '123438.303000', '123438.306000', '123438.309000', '123438.312000', '123438.315000', '123458.194000', '123458.197000', '123458.200000', '123458.203000', '123458.206000', '123458.208000', '123458.211000', '123458.214000', '123458.217000', '123458.220000', '123458.223000', '123458.226000', '123458.231000', '123458.234000', '123458.237000', '123458.240000', '123458.242000', '123458.245000', '123458.248000', '123458.251000', '123458.254000', '123458.257000', '123458.260000', '123458.263000', '123458.266000', '123458.268000', '123458.271000', '123458.274000', '123458.277000', '123458.280000', '123458.283000', '123458.286000', '123458.288000', '123458.291000', '123458.294000', '123458.297000', '123458.300000', '123458.303000', '123458.306000', '123458.309000', '123458.312000', '123458.314000', '123458.317000', '123518.194000', '123518.197000', '123518.200000', '123518.203000', '123518.206000', '123518.209000', '123518.212000', '123518.214000', '123518.217000', '123518.220000', '123518.223000', '123518.226000', '123518.229000', '123518.232000', '123518.234000', '123518.237000', '123518.240000', '123518.243000', '123518.246000', '123518.249000', '123518.252000', '123518.255000', '123518.258000', '123518.260000', '123518.263000', '123518.266000', '123518.269000', '123518.272000', '123518.275000', '123518.278000', '123518.280000', '123518.283000', '123518.286000', '123518.289000', '123518.292000', '123518.295000', '123518.298000', '123518.301000', '123518.304000', '123518.306000', '123518.309000', '123518.312000', '123518.315000', '123518.318000', '123538.195000', '123538.220000', '123538.224000', '123538.244000', '123538.247000', '123538.250000', '123538.253000', '123538.256000', '123538.259000', '123538.262000', '123538.264000', '123538.267000', '123538.270000', '123538.273000', '123538.276000', '123538.279000', '123538.282000', '123538.285000', '123538.288000', '123538.290000', '123538.293000', '123538.296000', '123538.299000', '123538.302000', '123538.305000', '123538.308000', '123538.311000', '123538.313000', '123538.316000', '123538.319000', '123538.322000', '123538.325000', '123538.328000', '123538.331000', '123538.334000', '123538.336000', '123538.339000', '123538.342000', '123538.345000', '123538.348000', '123538.351000', '123538.353000', '123538.356000', '123558.195000', '123558.200000', '123558.203000', '123558.205000', '123558.208000', '123558.211000', '123558.214000', '123558.217000', '123558.220000', '123558.222000', '123558.225000', '123558.228000', '123558.231000', '123558.234000', '123558.237000', '123558.240000', '123558.243000', '123558.246000', '123558.249000', '123558.251000', '123558.254000', '123558.257000', '123558.260000', '123558.263000', '123558.266000', '123558.269000', '123558.271000', '123558.274000', '123558.277000', '123558.280000', '123558.283000', '123558.286000', '123558.289000', '123558.292000', '123558.295000', '123558.297000', '123558.300000', '123558.303000', '123558.306000', '123558.309000', '123558.312000', '123558.314000', '123558.317000', '123558.320000', '123618.195000', '123618.198000', '123618.201000', '123618.204000', '123618.207000', '123618.210000', '123618.213000', '123618.215000', '123618.218000', '123618.221000', '123618.224000', '123618.227000', '123618.230000', '123618.236000', '123618.239000', '123618.242000', '123618.244000', '123618.247000', '123618.250000', '123618.253000', '123618.256000', '123618.259000', '123618.262000', '123618.265000', '123618.267000', '123618.270000', '123618.273000', '123618.276000', '123618.279000', '123618.282000', '123618.285000', '123618.288000', '123618.291000', '123618.294000', '123618.296000', '123618.299000', '123618.302000', '123618.305000', '123618.308000', '123618.311000', '123618.313000', '123618.316000', '123618.319000', '123638.195000', '123638.198000', '123638.201000', '123638.204000', '123638.207000', '123638.210000', '123638.212000', '123638.215000', '123638.218000', '123638.221000', '123638.224000', '123638.227000', '123638.230000', '123638.233000', '123638.235000', '123638.238000', '123638.241000', '123638.244000', '123638.247000', '123638.250000', '123638.253000', '123638.256000', '123638.258000', '123638.261000', '123638.264000', '123638.267000', '123638.270000', '123638.273000', '123638.276000', '123638.279000', '123638.281000', '123638.284000', '123638.287000', '123638.290000', '123638.293000', '123638.296000', '123638.299000', '123638.301000', '123638.304000', '123638.307000', '123638.310000', '123638.313000', '123638.316000', '123638.319000', '123658.194000', '123658.197000', '123658.200000', '123658.203000', '123658.206000', '123658.209000', '123658.211000', '123658.214000', '123658.217000', '123658.220000', '123658.223000', '123658.226000', '123658.229000', '123658.250000', '123658.255000', '123658.259000', '123658.270000', '123658.273000', '123658.276000', '123658.279000', '123658.282000', '123658.285000', '123658.287000', '123658.290000', '123658.293000', '123658.296000', '123658.299000', '123658.302000', '123658.305000', '123658.308000', '123658.310000', '123658.313000', '123658.316000', '123658.319000', '123658.322000', '123658.325000', '123658.328000', '123658.330000', '123658.333000', '123658.336000', '123658.339000', '123658.342000', '123658.345000', '123718.194000', '123718.302000', '123718.304000', '123718.307000', '123718.310000', '123718.313000', '123718.316000', '123718.319000', '123718.322000', '123718.324000', '123718.327000', '123718.330000', '123718.333000', '123718.336000', '123718.339000', '123718.342000', '123718.345000', '123718.347000', '123718.350000', '123718.353000', '123718.356000', '123718.359000', '123718.362000', '123718.365000', '123718.368000', '123718.370000', '123718.373000', '123718.376000', '123718.379000', '123718.382000', '123718.385000', '123718.388000', '123718.391000', '123718.394000', '123718.397000', '123718.399000', '123718.402000', '123718.405000', '123718.408000', '123718.411000', '123718.414000', '123718.417000', '123718.420000', '123718.422000', '123738.194000', '123738.197000', '123738.200000', '123738.203000', '123738.206000', '123738.209000', '123738.211000', '123738.214000', '123738.217000', '123738.220000', '123738.223000', '123738.226000', '123738.229000', '123738.232000', '123738.234000', '123738.237000', '123738.240000', '123738.243000', '123738.246000', '123738.249000', '123738.252000', '123738.255000', '123738.258000', '123738.261000', '123738.265000', '123738.268000', '123738.271000', '123738.274000', '123738.277000', '123738.280000', '123738.282000', '123738.285000', '123738.288000', '123738.291000', '123738.294000', '123738.297000', '123738.300000', '123738.303000', '123738.305000', '123738.308000', '123738.311000', '123738.314000', '123738.317000', '123757.208000', '123757.212000', '123757.215000', '123757.219000', '123757.222000', '123757.225000', '123757.228000', '123757.232000', '123757.235000', '123757.238000', '123757.241000', '123757.244000', '123757.247000', '123757.250000', '123757.253000', '123757.256000', '123757.258000', '123757.261000', '123757.264000', '123757.267000', '123757.270000', '123757.273000', '123757.276000', '123757.279000', '123757.282000', '123757.285000', '123757.288000', '123757.291000', '123757.294000', '123757.296000', '123757.299000', '123757.302000', '123757.305000', '123757.308000', '123757.311000', '123757.314000', '123757.317000', '123757.319000', '123757.322000', '123757.325000', '123757.328000', '123757.331000'], 'InstanceCreationTime': ['123158.231000', '123158.235000', '123158.238000', '123158.241000', '123158.244000', '123158.246000', '123158.249000', '123158.252000', '123158.255000', '123158.258000', '123158.261000', '123158.263000', '123158.266000', '123158.269000', '123158.272000', '123158.276000', '123158.279000', '123158.282000', '123158.285000', '123158.287000', '123158.290000', '123158.293000', '123158.296000', '123158.299000', '123158.302000', '123158.304000', '123158.316000', '123158.319000', '123158.322000', '123158.325000', '123158.328000', '123158.330000', '123158.333000', '123158.336000', '123158.340000', '123158.345000', '123158.348000', '123158.351000', '123158.354000', '123158.357000', '123158.360000', '123158.363000', '123158.365000', '123158.368000', '123158.371000', '123158.374000', '123158.377000', '123158.380000', '123158.382000', '123158.385000', '123158.388000', '123158.391000', '123158.394000', '123158.397000', '123158.400000', '123158.402000', '123158.405000', '123158.408000', '123218.194000', '123218.197000', '123218.200000', '123218.202000', '123218.205000', '123218.208000', '123218.211000', '123218.214000', '123218.217000', '123218.220000', '123218.222000', '123218.238000', '123218.241000', '123218.244000', '123218.247000', '123218.250000', '123218.252000', '123218.261000', '123218.263000', '123218.266000', '123218.269000', '123218.272000', '123218.275000', '123218.278000', '123218.280000', '123218.283000', '123218.286000', '123218.289000', '123218.292000', '123218.295000', '123218.298000', '123218.300000', '123218.303000', '123218.306000', '123218.309000', '123218.312000', '123218.315000', '123218.317000', '123218.320000', '123218.323000', '123218.326000', '123218.329000', '123218.332000', '123218.335000', '123238.194000', '123238.197000', '123238.200000', '123238.202000', '123238.205000', '123238.208000', '123238.211000', '123238.214000', '123238.217000', '123238.219000', '123238.222000', '123238.225000', '123238.228000', '123238.231000', '123238.234000', '123238.237000', '123238.240000', '123238.242000', '123238.245000', '123238.248000', '123238.251000', '123238.254000', '123238.257000', '123238.259000', '123238.262000', '123238.265000', '123238.268000', '123238.271000', '123238.274000', '123238.277000', '123238.279000', '123238.282000', '123238.285000', '123238.288000', '123238.291000', '123238.294000', '123238.297000', '123238.299000', '123238.302000', '123238.305000', '123238.308000', '123238.321000', '123238.324000', '123258.194000', '123258.197000', '123258.200000', '123258.203000', '123258.205000', '123258.208000', '123258.211000', '123258.214000', '123258.217000', '123258.220000', '123258.223000', '123258.226000', '123258.228000', '123258.231000', '123258.241000', '123258.244000', '123258.247000', '123258.249000', '123258.252000', '123258.255000', '123258.258000', '123258.261000', '123258.264000', '123258.267000', '123258.270000', '123258.272000', '123258.275000', '123258.278000', '123258.281000', '123258.284000', '123258.287000', '123258.290000', '123258.292000', '123258.295000', '123258.298000', '123258.301000', '123258.304000', '123258.306000', '123258.309000', '123258.312000', '123258.315000', '123258.318000', '123258.321000', '123258.324000', '123318.195000', '123318.198000', '123318.201000', '123318.204000', '123318.206000', '123318.209000', '123318.212000', '123318.215000', '123318.218000', '123318.221000', '123318.224000', '123318.227000', '123318.230000', '123318.232000', '123318.235000', '123318.238000', '123318.241000', '123318.244000', '123318.247000', '123318.250000', '123318.253000', '123318.255000', '123318.258000', '123318.261000', '123318.264000', '123318.267000', '123318.270000', '123318.273000', '123318.276000', '123318.279000', '123318.281000', '123318.284000', '123318.287000', '123318.290000', '123318.293000', '123318.296000', '123318.298000', '123318.302000', '123318.304000', '123318.307000', '123318.310000', '123318.314000', '123318.317000', '123338.195000', '123338.198000', '123338.201000', '123338.203000', '123338.206000', '123338.209000', '123338.212000', '123338.215000', '123338.218000', '123338.221000', '123338.224000', '123338.227000', '123338.229000', '123338.232000', '123338.235000', '123338.238000', '123338.241000', '123338.244000', '123338.246000', '123338.249000', '123338.252000', '123338.255000', '123338.258000', '123338.261000', '123338.264000', '123338.267000', '123338.270000', '123338.272000', '123338.275000', '123338.278000', '123338.281000', '123338.284000', '123338.287000', '123338.290000', '123338.293000', '123338.295000', '123338.298000', '123338.301000', '123338.304000', '123338.307000', '123338.310000', '123338.313000', '123338.316000', '123358.195000', '123358.198000', '123358.201000', '123358.204000', '123358.206000', '123358.210000', '123358.212000', '123358.215000', '123358.218000', '123358.221000', '123358.224000', '123358.227000', '123358.230000', '123358.233000', '123358.236000', '123358.238000', '123358.241000', '123358.244000', '123358.247000', '123358.250000', '123358.253000', '123358.256000', '123358.264000', '123358.267000', '123358.270000', '123358.273000', '123358.276000', '123358.278000', '123358.281000', '123358.284000', '123358.287000', '123358.290000', '123358.293000', '123358.296000', '123358.298000', '123358.301000', '123358.304000', '123358.307000', '123358.310000', '123358.313000', '123358.316000', '123358.319000', '123358.321000', '123358.324000', '123418.195000', '123418.198000', '123418.209000', '123418.212000', '123418.215000', '123418.218000', '123418.221000', '123418.224000', '123418.227000', '123418.229000', '123418.232000', '123418.235000', '123418.238000', '123418.241000', '123418.244000', '123418.247000', '123418.249000', '123418.252000', '123418.255000', '123418.258000', '123418.261000', '123418.264000', '123418.267000', '123418.270000', '123418.273000', '123418.276000', '123418.278000', '123418.281000', '123418.284000', '123418.287000', '123418.290000', '123418.293000', '123418.296000', '123418.299000', '123418.301000', '123418.304000', '123418.307000', '123418.310000', '123418.313000', '123418.316000', '123418.319000', '123418.322000', '123418.324000', '123418.327000', '123438.194000', '123438.197000', '123438.200000', '123438.203000', '123438.205000', '123438.208000', '123438.211000', '123438.214000', '123438.217000', '123438.220000', '123438.223000', '123438.226000', '123438.229000', '123438.231000', '123438.234000', '123438.237000', '123438.240000', '123438.243000', '123438.246000', '123438.249000', '123438.252000', '123438.254000', '123438.257000', '123438.260000', '123438.263000', '123438.266000', '123438.269000', '123438.272000', '123438.275000', '123438.277000', '123438.280000', '123438.283000', '123438.286000', '123438.289000', '123438.292000', '123438.295000', '123438.298000', '123438.300000', '123438.303000', '123438.306000', '123438.309000', '123438.312000', '123438.315000', '123458.194000', '123458.197000', '123458.200000', '123458.203000', '123458.206000', '123458.208000', '123458.211000', '123458.214000', '123458.217000', '123458.220000', '123458.223000', '123458.226000', '123458.231000', '123458.234000', '123458.237000', '123458.240000', '123458.242000', '123458.245000', '123458.248000', '123458.251000', '123458.254000', '123458.257000', '123458.260000', '123458.263000', '123458.266000', '123458.268000', '123458.271000', '123458.274000', '123458.277000', '123458.280000', '123458.283000', '123458.286000', '123458.288000', '123458.291000', '123458.294000', '123458.297000', '123458.300000', '123458.303000', '123458.306000', '123458.309000', '123458.312000', '123458.314000', '123458.317000', '123518.194000', '123518.197000', '123518.200000', '123518.203000', '123518.206000', '123518.209000', '123518.212000', '123518.214000', '123518.217000', '123518.220000', '123518.223000', '123518.226000', '123518.229000', '123518.232000', '123518.234000', '123518.237000', '123518.240000', '123518.243000', '123518.246000', '123518.249000', '123518.252000', '123518.255000', '123518.258000', '123518.260000', '123518.263000', '123518.266000', '123518.269000', '123518.272000', '123518.275000', '123518.278000', '123518.280000', '123518.283000', '123518.286000', '123518.289000', '123518.292000', '123518.295000', '123518.298000', '123518.301000', '123518.304000', '123518.306000', '123518.309000', '123518.312000', '123518.315000', '123518.318000', '123538.195000', '123538.220000', '123538.224000', '123538.244000', '123538.247000', '123538.250000', '123538.253000', '123538.256000', '123538.259000', '123538.262000', '123538.264000', '123538.267000', '123538.270000', '123538.273000', '123538.276000', '123538.279000', '123538.282000', '123538.285000', '123538.288000', '123538.290000', '123538.293000', '123538.296000', '123538.299000', '123538.302000', '123538.305000', '123538.308000', '123538.311000', '123538.313000', '123538.316000', '123538.319000', '123538.322000', '123538.325000', '123538.328000', '123538.331000', '123538.334000', '123538.336000', '123538.339000', '123538.342000', '123538.345000', '123538.348000', '123538.351000', '123538.353000', '123538.356000', '123558.195000', '123558.200000', '123558.203000', '123558.205000', '123558.208000', '123558.211000', '123558.214000', '123558.217000', '123558.220000', '123558.222000', '123558.225000', '123558.228000', '123558.231000', '123558.234000', '123558.237000', '123558.240000', '123558.243000', '123558.246000', '123558.249000', '123558.251000', '123558.254000', '123558.257000', '123558.260000', '123558.263000', '123558.266000', '123558.269000', '123558.271000', '123558.274000', '123558.277000', '123558.280000', '123558.283000', '123558.286000', '123558.289000', '123558.292000', '123558.295000', '123558.297000', '123558.300000', '123558.303000', '123558.306000', '123558.309000', '123558.312000', '123558.314000', '123558.317000', '123558.320000', '123618.195000', '123618.198000', '123618.201000', '123618.204000', '123618.207000', '123618.210000', '123618.213000', '123618.215000', '123618.218000', '123618.221000', '123618.224000', '123618.227000', '123618.230000', '123618.236000', '123618.239000', '123618.242000', '123618.244000', '123618.247000', '123618.250000', '123618.253000', '123618.256000', '123618.259000', '123618.262000', '123618.265000', '123618.267000', '123618.270000', '123618.273000', '123618.276000', '123618.279000', '123618.282000', '123618.285000', '123618.288000', '123618.291000', '123618.294000', '123618.296000', '123618.299000', '123618.302000', '123618.305000', '123618.308000', '123618.311000', '123618.313000', '123618.316000', '123618.319000', '123638.195000', '123638.198000', '123638.201000', '123638.204000', '123638.207000', '123638.210000', '123638.212000', '123638.215000', '123638.218000', '123638.221000', '123638.224000', '123638.227000', '123638.230000', '123638.233000', '123638.235000', '123638.238000', '123638.241000', '123638.244000', '123638.247000', '123638.250000', '123638.253000', '123638.256000', '123638.258000', '123638.261000', '123638.264000', '123638.267000', '123638.270000', '123638.273000', '123638.276000', '123638.279000', '123638.281000', '123638.284000', '123638.287000', '123638.290000', '123638.293000', '123638.296000', '123638.299000', '123638.301000', '123638.304000', '123638.307000', '123638.310000', '123638.313000', '123638.316000', '123638.319000', '123658.194000', '123658.197000', '123658.200000', '123658.203000', '123658.206000', '123658.209000', '123658.211000', '123658.214000', '123658.217000', '123658.220000', '123658.223000', '123658.226000', '123658.229000', '123658.250000', '123658.255000', '123658.259000', '123658.270000', '123658.273000', '123658.276000', '123658.279000', '123658.282000', '123658.285000', '123658.287000', '123658.290000', '123658.293000', '123658.296000', '123658.299000', '123658.302000', '123658.305000', '123658.308000', '123658.310000', '123658.313000', '123658.316000', '123658.319000', '123658.322000', '123658.325000', '123658.328000', '123658.330000', '123658.333000', '123658.336000', '123658.339000', '123658.342000', '123658.345000', '123718.194000', '123718.302000', '123718.304000', '123718.307000', '123718.310000', '123718.313000', '123718.316000', '123718.319000', '123718.322000', '123718.324000', '123718.327000', '123718.330000', '123718.333000', '123718.336000', '123718.339000', '123718.342000', '123718.345000', '123718.347000', '123718.350000', '123718.353000', '123718.356000', '123718.359000', '123718.362000', '123718.365000', '123718.368000', '123718.370000', '123718.373000', '123718.376000', '123718.379000', '123718.382000', '123718.385000', '123718.388000', '123718.391000', '123718.394000', '123718.397000', '123718.399000', '123718.402000', '123718.405000', '123718.408000', '123718.411000', '123718.414000', '123718.417000', '123718.420000', '123718.422000', '123738.194000', '123738.197000', '123738.200000', '123738.203000', '123738.206000', '123738.209000', '123738.211000', '123738.214000', '123738.217000', '123738.220000', '123738.223000', '123738.226000', '123738.229000', '123738.232000', '123738.234000', '123738.237000', '123738.240000', '123738.243000', '123738.246000', '123738.249000', '123738.252000', '123738.255000', '123738.258000', '123738.261000', '123738.265000', '123738.268000', '123738.271000', '123738.274000', '123738.277000', '123738.280000', '123738.282000', '123738.285000', '123738.288000', '123738.291000', '123738.294000', '123738.297000', '123738.300000', '123738.303000', '123738.305000', '123738.308000', '123738.311000', '123738.314000', '123738.317000', '123757.208000', '123757.212000', '123757.215000', '123757.219000', '123757.222000', '123757.225000', '123757.228000', '123757.232000', '123757.235000', '123757.238000', '123757.241000', '123757.244000', '123757.247000', '123757.250000', '123757.253000', '123757.256000', '123757.258000', '123757.261000', '123757.264000', '123757.267000', '123757.270000', '123757.273000', '123757.276000', '123757.279000', '123757.282000', '123757.285000', '123757.288000', '123757.291000', '123757.294000', '123757.296000', '123757.299000', '123757.302000', '123757.305000', '123757.308000', '123757.311000', '123757.314000', '123757.317000', '123757.319000', '123757.322000', '123757.325000', '123757.328000', '123757.331000'], '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': [13458, 19816, 13519, 12307, 13400, 11479, 14842, 15189, 15606, 13760, 15870, 17490, 15681, 11326, 15640, 10897, 16050, 11865, 16660, 13676, 16879, 11255, 16022, 11223, 17700, 12149, 17965, 10798, 16699, 10426, 17585, 11929, 18083, 11344, 17787, 11285, 17793, 11343, 18346, 11738, 18937, 11935, 18098, 12888, 18909, 14084, 20400, 13105, 20082, 12393, 18977, 12007, 18511, 11532, 17839, 12175, 16575, 11743, 17663, 11249, 17359, 11274, 16542, 11122, 17140, 22857, 13706, 18488, 11338, 15533, 22312, 12422, 18334, 12059, 16606, 11286, 16222, 11803, 16931, 12935, 17278, 11658, 17345, 12138, 17931, 12502, 18035, 12107, 17481, 11441, 17315, 12963, 16334, 11904, 15569, 11271, 17075, 13615, 16963, 11526, 16828, 11315, 17392, 13545, 16749, 11775, 15987, 11250, 17895, 12596, 17774, 11920, 17063, 11382, 17308, 11755, 18266, 11246, 18784, 11671, 17683, 11158, 18592, 11628, 18909, 11812, 17488, 12129, 18594, 13417, 19081, 12561, 17624, 12447, 18122, 13140, 17998, 12584, 17047, 11662, 17077, 11829, 17116, 11519, 17252, 12013, 17509, 12232, 18733, 12776, 18408, 12725, 17811, 12589, 18232, 13230, 20548, 12661, 19473, 12469, 19151, 12520, 18710, 12608, 18991, 12109, 17892, 12232, 17775, 12456, 17927, 12481, 18559, 13067, 22944, 13278, 17001, 13159, 12749, 14113, 22043, 14161, 21421, 13786, 24304, 12860, 19207, 12919, 18227, 12966, 17911, 11946, 16751, 11894, 16722, 12145, 16736, 11827, 17025, 12839, 17245, 11921, 17250, 12014, 16571, 12342, 15674, 12437, 17430, 12348, 17077, 12237, 17894, 11897, 17742, 11949, 17603, 11249, 17174, 11682, 16995, 13220, 16644, 17104, 15741, 22670, 15462, 12229, 15475, 11884, 15383, 13172, 16097, 14389, 16458, 11913, 16236, 12430, 15806, 21582, 15467, 24644, 13808, 19992, 12692, 18251, 12302, 18186, 12391, 17715, 12037, 16065, 13096, 15176, 14111, 14856, 14567, 21951, 11636, 17226, 24083, 12922, 18390, 12079, 15257, 21099, 12329, 19479, 12510, 16922, 12034, 17277, 11819, 18377, 12123, 17838, 12483, 20431, 12196, 17834, 12085, 17439, 11903, 16010, 19170, 13733, 21719, 13442, 17267, 12148, 15237, 11666, 14657, 12582, 15306, 11752, 15639, 11964, 14580, 13452, 15270, 19914, 14891, 22364, 13951, 20640, 13610, 21551, 13408, 20112, 12755, 18065, 12175, 16873, 11583, 15149, 11882, 15381, 11804, 15712, 14985, 15930, 12112, 15799, 11821, 16277, 11377, 17340, 11893, 17598, 12148, 16851, 12162, 16607, 13737, 16599, 12015, 16551, 12075, 17442, 11717, 17622, 11744, 17635, 12243, 19101, 11845, 18109, 13017, 18601, 13899, 19547, 13543, 18613, 12350, 17453, 12368, 17574, 13141, 18449, 12456, 17461, 12253, 17677, 12556, 18139, 12723, 20052, 12412, 18990, 12721, 19038, 13150, 11045, 13965, 11378, 15753, 11716, 16713, 14115, 17574, 11771, 16633, 14416, 15791, 24281, 14859, 20092, 13701, 20081, 13962, 20048, 14644, 15414, 15567, 11648, 15750, 11529, 18361, 11750, 19587, 11680, 18340, 12868, 19715, 13676, 19849, 13199, 19432, 12836, 19130, 13447, 19197, 12670, 19174, 12760, 18704, 12877, 20275, 13684, 15334, 12809, 11666, 15156, 11854, 17266, 11523, 17541, 11775, 17575, 11780, 18617, 12418, 19887, 12450, 18273, 12731, 18854, 13790, 19334, 12544, 18189, 12632, 18500, 13000, 19803, 13117, 17588, 12860, 19189, 13788, 19558, 14566, 11083, 14644, 11787, 16498, 14610, 17088, 11746, 17071, 11625, 18606, 11830, 20606, 13397, 19736, 12506, 18717, 12684, 19264, 13393, 18608, 12561, 17585, 12747, 17713, 13228, 18631, 12695, 19770, 12625, 19714, 12891, 19855, 13763, 18816, 12805, 18841, 13618, 23229, 14414, 17388, 13604, 17907, 13095, 20725, 14393, 15077, 14036, 11727, 13831, 12114, 15681, 15222, 16095, 11836, 15450, 12147, 16443, 17764, 16090, 14301, 16123, 15839, 14591, 20518, 15405, 19691, 15946, 11867, 15439, 11666, 16258, 11826, 16545, 11726, 16929, 11598, 16894, 13297, 15802, 21440, 15276, 11442, 14553, 13821, 14412, 22267, 14719, 15595, 13691, 21966, 12956, 19695, 13646, 19211, 13132, 18367, 12139, 19148, 12626, 19729, 13798, 21158, 12531, 18845, 14672, 13510, 22053, 12933, 17871, 11229, 15053, 11365, 13995, 21386, 14883, 11905, 14379, 11962, 15970, 12155, 16575, 12582, 17333, 12454, 15432, 12115, 16024, 25898, 14697, 23769, 12638, 21133, 12743, 17963, 13203, 17592, 13249, 21228, 12615, 19102, 12367, 17653, 12810, 17528, 12535, 16652, 12496, 16409, 12589, 14352, 12386, 14215, 17485, 13343, 21460, 13876, 21671, 13841, 19217, 12269, 19879, 12173, 17886, 12403, 16927, 12036, 16550, 11939, 16454, 12343, 15667, 11233, 15173, 11312, 16167, 11527, 16854, 11218, 17015, 11670, 17349, 12304, 19938, 14242, 18473, 14914, 21234, 16193, 12586, 15417, 24887, 14099, 20580, 13747, 18396, 13583, 17488, 12369, 17564, 12431, 17765, 12503, 18453, 12882, 19417, 12577, 18954, 12820, 19876, 13746, 17518, 12667, 18561, 12827, 20731, 13933, 16995, 14075, 14305, 14331, 20697, 15077, 21803, 15207, 11254, 14811, 11322, 15446, 11945, 17090, 12507, 17757, 11655, 17836, 11980, 18463, 12572, 18989, 12040, 18837, 12144, 17783, 12647, 19390, 14397, 20537, 13476, 20506, 13061, 21030, 13102, 19241, 13450, 21670, 12619, 18669, 13021, 19135, 13188, 18999, 14171, 13208, 13049, 11167, 15121, 11493, 16838, 12518, 17414, 11179, 16609, 11122, 16352, 13129, 16464, 12567, 17114, 12408, 15317, 17159, 15682, 20381, 15654, 11745, 15013, 13267, 15241, 23512, 14939, 21838, 14471, 19546, 12762, 19658, 12889, 20499, 13701, 16750, 13387, 13519, 13076, 18473, 14227, 22031, 14219, 21366, 13014, 17982, 12457, 17019, 12343, 13935, 11690, 15208, 11244, 14761, 13164, 15226, 16920, 15789, 10730, 14828, 11253, 16020, 12864, 17280, 11177, 17014, 11813, 15863, 20251, 15439, 22123, 15421, 19399, 14064, 21244, 14201, 24112, 14769, 16782, 14098, 14609, 13902, 11861, 15735, 11777, 17096, 11142, 17278, 11565, 17882, 23425, 14667, 22831, 13173, 20551, 12605, 18396, 13531, 17143, 12692, 16868, 12270, 16802, 12120, 16792, 12503, 17966, 12712, 19252, 12968, 17344, 13817, 11364, 13290, 11672, 16249, 11280, 18314, 11324, 17858, 11588, 16443, 11582, 15638], 'WindowCenter': [5154.0, 5175.0, 5125.0, 5101.0, 5107.0, 5078.0, 5106.0, 5102.0, 5113.0, 5095.0, 5115.0, 5124.0, 5103.0, 5063.0, 5104.0, 5062.0, 5111.0, 5072.0, 5113.0, 5095.0, 5125.0, 5074.0, 5114.0, 5073.0, 5125.0, 5083.0, 5134.0, 5076.0, 5121.0, 5065.0, 5124.0, 5077.0, 5132.0, 5074.0, 5135.0, 5075.0, 5132.0, 5075.0, 5134.0, 5077.0, 5136.0, 5087.0, 5135.0, 5083.0, 5134.0, 5096.0, 5142.0, 5097.0, 5137.0, 5086.0, 5123.0, 5075.0, 5123.0, 5065.0, 5123.0, 5073.0, 5110.0, 5063.0, 5111.0, 5064.0, 5121.0, 5073.0, 5124.0, 5073.0, 5136.0, 5153.0, 5095.0, 5132.0, 5076.0, 5116.0, 5166.0, 5126.0, 5121.0, 5069.0, 5110.0, 5064.0, 5112.0, 5072.0, 5120.0, 5095.0, 5125.0, 5088.0, 5121.0, 5087.0, 5121.0, 5086.0, 5125.0, 5087.0, 5121.0, 5075.0, 5114.0, 5084.0, 5110.0, 5074.0, 5103.0, 5062.0, 5112.0, 5081.0, 5107.0, 5071.0, 5110.0, 5064.0, 5113.0, 5081.0, 5110.0, 5071.0, 5113.0, 5064.0, 5119.0, 5070.0, 5121.0, 5075.0, 5111.0, 5062.0, 5112.0, 5073.0, 5120.0, 5064.0, 5123.0, 5062.0, 5111.0, 5060.0, 5121.0, 5063.0, 5121.0, 5070.0, 5107.0, 5069.0, 5118.0, 5080.0, 5132.0, 5081.0, 5119.0, 5084.0, 5120.0, 5084.0, 5123.0, 5083.0, 5110.0, 5074.0, 5112.0, 5072.0, 5113.0, 5076.0, 5122.0, 5075.0, 5122.0, 5074.0, 5133.0, 5081.0, 5131.0, 5096.0, 5121.0, 5084.0, 5120.0, 5095.0, 5143.0, 5093.0, 5140.0, 5087.0, 5133.0, 5086.0, 5123.0, 5085.0, 5128.0, 5085.0, 5118.0, 5072.0, 5121.0, 5084.0, 5121.0, 5084.0, 5119.0, 5082.0, 5140.0, 5085.0, 5112.0, 5082.0, 5081.0, 5092.0, 5150.0, 5092.0, 5142.0, 5094.0, 5162.0, 5084.0, 5121.0, 5081.0, 5119.0, 5083.0, 5109.0, 5071.0, 5100.0, 5072.0, 5108.0, 5084.0, 5109.0, 5084.0, 5113.0, 5094.0, 5124.0, 5086.0, 5123.0, 5086.0, 5115.0, 5085.0, 5102.0, 5084.0, 5123.0, 5083.0, 5122.0, 5075.0, 5120.0, 5074.0, 5120.0, 5075.0, 5124.0, 5073.0, 5121.0, 5074.0, 5124.0, 5084.0, 5111.0, 5112.0, 5100.0, 5147.0, 5101.0, 5068.0, 5102.0, 5062.0, 5099.0, 5082.0, 5103.0, 5091.0, 5110.0, 5074.0, 5112.0, 5071.0, 5114.0, 5141.0, 5104.0, 5153.0, 5084.0, 5131.0, 5074.0, 5121.0, 5074.0, 5117.0, 5083.0, 5119.0, 5083.0, 5112.0, 5096.0, 5113.0, 5108.0, 5117.0, 5116.0, 5158.0, 5076.0, 5126.0, 5153.0, 5076.0, 5121.0, 5073.0, 5103.0, 5129.0, 5072.0, 5117.0, 5070.0, 5097.0, 5073.0, 5110.0, 5074.0, 5121.0, 5085.0, 5120.0, 5086.0, 5139.0, 5085.0, 5120.0, 5074.0, 5111.0, 5074.0, 5101.0, 5117.0, 5082.0, 5128.0, 5070.0, 5100.0, 5057.0, 5087.0, 5046.0, 5077.0, 5057.0, 5089.0, 5060.0, 5100.0, 5060.0, 5090.0, 5079.0, 5099.0, 5131.0, 5102.0, 5140.0, 5094.0, 5140.0, 5094.0, 5141.0, 5091.0, 5132.0, 5084.0, 5110.0, 5061.0, 5100.0, 5049.0, 5088.0, 5060.0, 5088.0, 5061.0, 5101.0, 5088.0, 5100.0, 5068.0, 5088.0, 5062.0, 5101.0, 5059.0, 5112.0, 5073.0, 5122.0, 5073.0, 5110.0, 5061.0, 5100.0, 5079.0, 5098.0, 5072.0, 5101.0, 5062.0, 5108.0, 5061.0, 5110.0, 5062.0, 5110.0, 5059.0, 5121.0, 5073.0, 5117.0, 5082.0, 5117.0, 5093.0, 5129.0, 5084.0, 5122.0, 5082.0, 5108.0, 5073.0, 5107.0, 5081.0, 5119.0, 5073.0, 5111.0, 5070.0, 5111.0, 5071.0, 5122.0, 5085.0, 5130.0, 5085.0, 5118.0, 5085.0, 5121.0, 5084.0, 5073.0, 5095.0, 5071.0, 5114.0, 5072.0, 5124.0, 5094.0, 5121.0, 5076.0, 5124.0, 5092.0, 5114.0, 5149.0, 5092.0, 5132.0, 5094.0, 5126.0, 5092.0, 5128.0, 5090.0, 5100.0, 5103.0, 5060.0, 5101.0, 5062.0, 5122.0, 5071.0, 5130.0, 5073.0, 5122.0, 5082.0, 5131.0, 5094.0, 5133.0, 5084.0, 5132.0, 5084.0, 5119.0, 5083.0, 5122.0, 5082.0, 5116.0, 5073.0, 5116.0, 5070.0, 5126.0, 5081.0, 5099.0, 5069.0, 5059.0, 5102.0, 5062.0, 5111.0, 5061.0, 5123.0, 5073.0, 5108.0, 5070.0, 5121.0, 5071.0, 5132.0, 5084.0, 5122.0, 5084.0, 5120.0, 5094.0, 5132.0, 5082.0, 5121.0, 5074.0, 5121.0, 5082.0, 5131.0, 5085.0, 5121.0, 5081.0, 5129.0, 5090.0, 5129.0, 5103.0, 5063.0, 5090.0, 5070.0, 5109.0, 5091.0, 5111.0, 5074.0, 5112.0, 5063.0, 5120.0, 5059.0, 5130.0, 5082.0, 5131.0, 5073.0, 5120.0, 5071.0, 5120.0, 5082.0, 5118.0, 5073.0, 5108.0, 5072.0, 5109.0, 5071.0, 5107.0, 5072.0, 5119.0, 5069.0, 5115.0, 5072.0, 5130.0, 5083.0, 5119.0, 5073.0, 5115.0, 5082.0, 5137.0, 5079.0, 5095.0, 5080.0, 5105.0, 5070.0, 5117.0, 5080.0, 5087.0, 5081.0, 5061.0, 5078.0, 5059.0, 5101.0, 5090.0, 5101.0, 5075.0, 5103.0, 5074.0, 5112.0, 5107.0, 5102.0, 5091.0, 5102.0, 5087.0, 5091.0, 5127.0, 5087.0, 5118.0, 5100.0, 5058.0, 5089.0, 5061.0, 5100.0, 5060.0, 5111.0, 5059.0, 5106.0, 5062.0, 5111.0, 5081.0, 5101.0, 5128.0, 5101.0, 5060.0, 5093.0, 5081.0, 5088.0, 5136.0, 5091.0, 5100.0, 5094.0, 5141.0, 5082.0, 5129.0, 5081.0, 5129.0, 5084.0, 5122.0, 5084.0, 5130.0, 5087.0, 5143.0, 5105.0, 5153.0, 5098.0, 5134.0, 5093.0, 5084.0, 5129.0, 5070.0, 5111.0, 5052.0, 5088.0, 5050.0, 5079.0, 5127.0, 5090.0, 5059.0, 5081.0, 5061.0, 5099.0, 5059.0, 5097.0, 5069.0, 5111.0, 5068.0, 5090.0, 5057.0, 5100.0, 5147.0, 5076.0, 5127.0, 5059.0, 5116.0, 5058.0, 5094.0, 5058.0, 5082.0, 5059.0, 5115.0, 5059.0, 5103.0, 5058.0, 5096.0, 5067.0, 5108.0, 5070.0, 5098.0, 5057.0, 5086.0, 5058.0, 5078.0, 5058.0, 5078.0, 5096.0, 5068.0, 5115.0, 5065.0, 5114.0, 5069.0, 5106.0, 5059.0, 5112.0, 5071.0, 5107.0, 5070.0, 5110.0, 5073.0, 5110.0, 5058.0, 5100.0, 5070.0, 5098.0, 5061.0, 5090.0, 5058.0, 5112.0, 5063.0, 5110.0, 5065.0, 5115.0, 5085.0, 5123.0, 5086.0, 5142.0, 5106.0, 5120.0, 5104.0, 5139.0, 5112.0, 5075.0, 5105.0, 5152.0, 5083.0, 5120.0, 5070.0, 5099.0, 5070.0, 5097.0, 5061.0, 5098.0, 5059.0, 5098.0, 5070.0, 5109.0, 5070.0, 5119.0, 5069.0, 5119.0, 5072.0, 5120.0, 5083.0, 5111.0, 5075.0, 5116.0, 5074.0, 5128.0, 5092.0, 5112.0, 5091.0, 5092.0, 5090.0, 5127.0, 5092.0, 5129.0, 5093.0, 5063.0, 5093.0, 5061.0, 5102.0, 5060.0, 5110.0, 5071.0, 5110.0, 5064.0, 5121.0, 5074.0, 5122.0, 5073.0, 5122.0, 5071.0, 5121.0, 5071.0, 5111.0, 5070.0, 5118.0, 5093.0, 5132.0, 5085.0, 5131.0, 5084.0, 5129.0, 5073.0, 5122.0, 5081.0, 5127.0, 5070.0, 5108.0, 5071.0, 5109.0, 5069.0, 5109.0, 5081.0, 5068.0, 5072.0, 5050.0, 5091.0, 5062.0, 5101.0, 5072.0, 5112.0, 5061.0, 5111.0, 5053.0, 5102.0, 5067.0, 5102.0, 5073.0, 5109.0, 5072.0, 5102.0, 5108.0, 5102.0, 5129.0, 5103.0, 5063.0, 5103.0, 5082.0, 5103.0, 5140.0, 5091.0, 5131.0, 5093.0, 5121.0, 5083.0, 5120.0, 5073.0, 5120.0, 5084.0, 5112.0, 5083.0, 5083.0, 5085.0, 5122.0, 5095.0, 5142.0, 5097.0, 5143.0, 5086.0, 5122.0, 5074.0, 5112.0, 5061.0, 5080.0, 5060.0, 5092.0, 5050.0, 5090.0, 5071.0, 5090.0, 5098.0, 5103.0, 5049.0, 5090.0, 5063.0, 5103.0, 5070.0, 5122.0, 5065.0, 5111.0, 5072.0, 5104.0, 5130.0, 5091.0, 5140.0, 5092.0, 5120.0, 5083.0, 5128.0, 5078.0, 5137.0, 5091.0, 5100.0, 5082.0, 5078.0, 5080.0, 5060.0, 5084.0, 5061.0, 5108.0, 5063.0, 5110.0, 5061.0, 5122.0, 5137.0, 5079.0, 5139.0, 5072.0, 5118.0, 5059.0, 5098.0, 5069.0, 5098.0, 5062.0, 5096.0, 5049.0, 5086.0, 5047.0, 5088.0, 5060.0, 5095.0, 5070.0, 5108.0, 5071.0, 5109.0, 5080.0, 5062.0, 5079.0, 5061.0, 5100.0, 5052.0, 5121.0, 5063.0, 5112.0, 5061.0, 5098.0, 5051.0, 5089.0], 'WindowWidth': [11153.0, 11164.0, 11092.0, 11049.0, 11053.0, 11009.0, 11048.0, 11039.0, 11055.0, 11028.0, 11058.0, 11067.0, 11038.0, 10984.0, 11041.0, 10982.0, 11048.0, 10997.0, 11053.0, 11028.0, 11073.0, 11003.0, 11057.0, 11001.0, 11073.0, 11014.0, 11087.0, 11007.0, 11066.0, 10990.0, 11071.0, 11006.0, 11080.0, 11002.0, 11087.0, 11005.0, 11082.0, 11002.0, 11084.0, 11007.0, 11091.0, 11022.0, 11087.0, 11014.0, 11085.0, 11031.0, 11096.0, 11035.0, 11087.0, 11017.0, 11069.0, 10999.0, 11068.0, 10987.0, 11067.0, 10996.0, 11045.0, 10981.0, 11048.0, 10983.0, 11064.0, 11000.0, 11069.0, 11000.0, 11092.0, 11119.0, 11030.0, 11082.0, 11004.0, 11062.0, 11137.0, 11096.0, 11060.0, 10985.0, 11044.0, 10985.0, 11048.0, 10996.0, 11062.0, 11035.0, 11075.0, 11026.0, 11066.0, 11021.0, 11066.0, 11020.0, 11074.0, 11021.0, 11066.0, 11000.0, 11056.0, 11011.0, 11047.0, 11001.0, 11038.0, 10979.0, 11048.0, 11005.0, 11042.0, 10995.0, 11048.0, 10984.0, 11051.0, 11006.0, 11045.0, 10995.0, 11053.0, 10985.0, 11058.0, 10991.0, 11064.0, 11004.0, 11049.0, 10982.0, 11050.0, 10996.0, 11061.0, 10986.0, 11067.0, 10982.0, 11047.0, 10975.0, 11062.0, 10981.0, 11062.0, 10990.0, 11040.0, 10987.0, 11055.0, 11003.0, 11079.0, 11008.0, 11058.0, 11013.0, 11059.0, 11012.0, 11067.0, 11014.0, 11048.0, 11000.0, 11051.0, 10995.0, 11052.0, 11004.0, 11066.0, 11001.0, 11065.0, 10998.0, 11081.0, 11009.0, 11078.0, 11032.0, 11064.0, 11016.0, 11062.0, 11033.0, 11100.0, 11031.0, 11094.0, 11022.0, 11082.0, 11020.0, 11067.0, 11018.0, 11073.0, 11017.0, 11057.0, 10997.0, 11062.0, 11014.0, 11062.0, 11013.0, 11058.0, 11010.0, 11090.0, 11015.0, 11048.0, 11010.0, 11006.0, 11024.0, 11103.0, 11025.0, 11094.0, 11027.0, 11127.0, 11012.0, 11063.0, 11004.0, 11056.0, 11009.0, 11042.0, 10992.0, 11030.0, 10994.0, 11042.0, 11013.0, 11045.0, 11015.0, 11053.0, 11028.0, 11072.0, 11020.0, 11068.0, 11017.0, 11059.0, 11017.0, 11037.0, 11012.0, 11069.0, 11011.0, 11065.0, 11000.0, 11062.0, 10998.0, 11061.0, 11002.0, 11069.0, 10999.0, 11064.0, 11000.0, 11067.0, 11011.0, 11049.0, 11047.0, 11032.0, 11096.0, 11033.0, 10986.0, 11035.0, 10979.0, 11029.0, 11005.0, 11036.0, 11018.0, 11046.0, 10999.0, 11051.0, 10993.0, 11055.0, 11087.0, 11039.0, 11120.0, 11012.0, 11075.0, 10996.0, 11060.0, 10996.0, 11052.0, 11011.0, 11059.0, 11012.0, 11049.0, 11032.0, 11054.0, 11052.0, 11062.0, 11064.0, 11130.0, 11004.0, 11075.0, 11120.0, 11002.0, 11064.0, 10992.0, 11036.0, 11068.0, 10990.0, 11053.0, 10987.0, 11024.0, 10994.0, 11041.0, 10997.0, 11060.0, 11015.0, 11061.0, 11021.0, 11089.0, 11016.0, 11063.0, 10999.0, 11051.0, 10999.0, 11034.0, 11049.0, 11004.0, 11074.0, 10984.0, 11028.0, 10965.0, 11007.0, 10950.0, 10993.0, 10965.0, 11009.0, 10972.0, 11028.0, 10971.0, 11015.0, 10998.0, 11029.0, 11073.0, 11037.0, 11088.0, 11027.0, 11092.0, 11027.0, 11092.0, 11021.0, 11082.0, 11010.0, 11047.0, 10975.0, 11028.0, 10956.0, 11011.0, 10973.0, 11010.0, 10974.0, 11029.0, 11007.0, 11027.0, 10984.0, 11010.0, 10977.0, 11029.0, 10973.0, 11048.0, 10995.0, 11063.0, 10995.0, 11043.0, 10976.0, 11028.0, 10999.0, 11025.0, 10991.0, 11032.0, 10978.0, 11041.0, 10976.0, 11044.0, 10979.0, 11043.0, 10973.0, 11060.0, 10996.0, 11053.0, 11006.0, 11053.0, 11021.0, 11072.0, 11014.0, 11065.0, 11008.0, 11041.0, 10994.0, 11038.0, 11006.0, 11056.0, 10997.0, 11046.0, 10991.0, 11045.0, 10994.0, 11064.0, 11015.0, 11076.0, 11014.0, 11058.0, 11013.0, 11061.0, 11013.0, 10997.0, 11028.0, 10995.0, 11056.0, 10997.0, 11069.0, 11026.0, 11066.0, 11005.0, 11069.0, 11022.0, 11053.0, 11103.0, 11023.0, 11077.0, 11027.0, 11066.0, 11021.0, 11069.0, 11019.0, 11030.0, 11037.0, 10975.0, 11031.0, 10979.0, 11062.0, 10992.0, 11078.0, 10999.0, 11066.0, 11008.0, 11078.0, 11024.0, 11084.0, 11013.0, 11079.0, 11011.0, 11059.0, 11008.0, 11065.0, 11008.0, 11053.0, 10994.0, 11051.0, 10989.0, 11065.0, 11006.0, 11027.0, 10987.0, 10973.0, 11033.0, 10979.0, 11047.0, 10979.0, 11065.0, 10997.0, 11042.0, 10990.0, 11060.0, 10992.0, 11079.0, 11013.0, 11064.0, 11013.0, 11060.0, 11026.0, 11080.0, 11009.0, 11063.0, 10999.0, 11061.0, 11009.0, 11077.0, 11015.0, 11060.0, 11008.0, 11069.0, 11016.0, 11069.0, 11037.0, 10982.0, 11018.0, 10988.0, 11042.0, 11017.0, 11047.0, 10997.0, 11048.0, 10982.0, 11058.0, 10973.0, 11075.0, 11008.0, 11077.0, 10997.0, 11058.0, 10992.0, 11057.0, 11007.0, 11057.0, 10994.0, 11040.0, 10992.0, 11040.0, 10989.0, 11039.0, 10994.0, 11057.0, 10987.0, 11049.0, 10993.0, 11071.0, 11011.0, 11055.0, 10994.0, 11047.0, 11004.0, 11080.0, 10999.0, 11018.0, 11000.0, 11031.0, 10986.0, 11048.0, 10998.0, 11007.0, 11004.0, 10974.0, 10999.0, 10970.0, 11031.0, 11014.0, 11032.0, 10999.0, 11036.0, 10997.0, 11048.0, 11037.0, 11032.0, 11016.0, 11033.0, 11009.0, 11017.0, 11063.0, 11009.0, 11049.0, 11028.0, 10968.0, 11012.0, 10975.0, 11028.0, 10974.0, 11044.0, 10973.0, 11036.0, 10979.0, 11046.0, 11001.0, 11029.0, 11063.0, 11029.0, 10974.0, 11021.0, 11003.0, 11012.0, 11077.0, 11020.0, 11030.0, 11028.0, 11092.0, 11008.0, 11073.0, 11006.0, 11073.0, 11013.0, 11065.0, 11015.0, 11075.0, 11021.0, 11099.0, 11048.0, 11114.0, 11041.0, 11091.0, 11022.0, 11011.0, 11079.0, 10987.0, 11048.0, 10965.0, 11012.0, 10959.0, 10999.0, 11061.0, 11014.0, 10971.0, 11002.0, 10974.0, 11026.0, 10970.0, 11021.0, 10986.0, 11045.0, 10984.0, 11014.0, 10966.0, 11026.0, 11099.0, 10991.0, 11065.0, 10969.0, 11050.0, 10967.0, 11014.0, 10966.0, 10996.0, 10969.0, 11046.0, 10969.0, 11025.0, 10969.0, 11019.0, 10979.0, 11039.0, 10988.0, 11025.0, 10967.0, 11007.0, 10965.0, 10991.0, 10963.0, 10993.0, 11014.0, 10979.0, 11043.0, 10973.0, 11043.0, 10984.0, 11033.0, 10971.0, 11040.0, 10990.0, 11036.0, 10987.0, 11043.0, 10996.0, 11043.0, 10972.0, 11031.0, 10986.0, 11024.0, 10978.0, 11018.0, 10973.0, 11049.0, 10981.0, 11047.0, 10990.0, 11058.0, 11021.0, 11068.0, 11021.0, 11097.0, 11048.0, 11060.0, 11041.0, 11087.0, 11051.0, 11001.0, 11041.0, 11118.0, 11008.0, 11062.0, 10985.0, 11024.0, 10985.0, 11023.0, 10975.0, 11022.0, 10971.0, 11020.0, 10987.0, 11040.0, 10990.0, 11057.0, 10988.0, 11057.0, 10993.0, 11058.0, 11011.0, 11045.0, 10999.0, 11049.0, 10996.0, 11066.0, 11020.0, 11046.0, 11020.0, 11018.0, 11016.0, 11063.0, 11018.0, 11067.0, 11019.0, 10978.0, 11020.0, 10975.0, 11032.0, 10972.0, 11041.0, 10988.0, 11044.0, 10984.0, 11061.0, 10996.0, 11063.0, 10994.0, 11062.0, 10991.0, 11061.0, 10990.0, 11045.0, 10987.0, 11053.0, 11022.0, 11080.0, 11013.0, 11077.0, 11011.0, 11072.0, 10994.0, 11061.0, 11005.0, 11068.0, 10987.0, 11039.0, 10988.0, 11040.0, 10984.0, 11040.0, 11003.0, 10983.0, 10989.0, 10960.0, 11017.0, 10976.0, 11031.0, 10991.0, 11048.0, 10978.0, 11045.0, 10967.0, 11032.0, 10981.0, 11030.0, 10992.0, 11042.0, 10992.0, 11032.0, 11036.0, 11030.0, 11067.0, 11033.0, 10981.0, 11035.0, 11004.0, 11035.0, 11088.0, 11015.0, 11075.0, 11022.0, 11060.0, 11008.0, 11058.0, 10994.0, 11056.0, 11009.0, 11045.0, 11010.0, 11008.0, 11013.0, 11061.0, 11027.0, 11097.0, 11031.0, 11096.0, 11017.0, 11067.0, 10997.0, 11048.0, 10973.0, 10997.0, 10972.0, 11016.0, 10959.0, 11015.0, 10987.0, 11013.0, 11023.0, 11036.0, 10961.0, 11016.0, 10982.0, 11035.0, 10989.0, 11063.0, 10987.0, 11048.0, 10993.0, 11038.0, 11069.0, 11017.0, 11084.0, 11019.0, 11056.0, 11007.0, 11065.0, 10997.0, 11081.0, 11016.0, 11028.0, 11004.0, 10995.0, 10999.0, 10970.0, 11000.0, 10975.0, 11039.0, 10982.0, 11044.0, 10977.0, 11063.0, 11080.0, 11000.0, 11082.0, 10990.0, 11056.0, 10968.0, 11024.0, 10981.0, 11023.0, 10974.0, 11016.0, 10952.0, 11001.0, 10949.0, 11005.0, 10970.0, 11014.0, 10985.0, 11037.0, 10990.0, 11039.0, 11001.0, 10976.0, 10998.0, 10975.0, 11028.0, 10962.0, 11060.0, 10981.0, 11048.0, 10976.0, 11025.0, 10961.0, 11010.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.00014549160671462828</td></tr>
<tr><td colspan=3>aqi</td><td>0.0180246309352518</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.39259124981989</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3071350440216087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9689436170348142</td></tr>
<tr><td colspan=3>efc</td><td>0.5209</td></tr>
<tr><td colspan=3>fber</td><td>3935.1694</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06443516218389099</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.47961630695443647</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3872477569976747</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.261265491541775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614059301312333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2864184781389154</td></tr>
<tr><td colspan=3>gcor</td><td>0.00552352</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015438091941177845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033419325947761536</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>834</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.203730907361045</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>14.6636</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.3578</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>280.07</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289219.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1385.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>499.1875</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>684.8913</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4244.3379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1042.1635</td></tr>
<tr><td colspan=3>tsnr</td><td>42.11884215893224</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>