<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>7620f18afff7d54255174634394cc805</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>16:39:46.565000</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.999793, 0.0148028, 0.0139919, -0.0165787, 0.990465, 0.13676]</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.0777345</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7732, -7313, 492, -67, -189, -31, 64]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52a3f362-9b39-4743-96fa-0066ed86f022||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.682370185852051, -0.04447935149073601, 0.031951989978551865, 112.64012908935547], [-0.03971490636467934, 2.657346487045288, 0.3698021471500397, -108.6791000366211], [0.0375392846763134, -0.36691755056381226, 2.6743643283843994, -65.99459838867188], [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': ['163946.565000', '163947.025000', '163947.485000', '163947.945000', '163948.405000', '163948.865000', '163949.325000', '163949.785000', '163950.245000', '163950.705000', '163951.165000', '163951.625000', '163952.085000', '163952.545000', '163953.005000', '163953.465000', '163953.925000', '163954.385000', '163954.845000', '163955.305000', '163955.765000', '163956.225000', '163956.685000', '163957.145000', '163957.605000', '163958.065000', '163958.525000', '163958.985000', '163959.445000', '163959.905000', '164000.365000', '164000.825000', '164001.285000', '164001.745000', '164002.205000', '164002.665000', '164003.125000', '164003.585000', '164004.045000', '164004.505000', '164004.965000', '164005.425000', '164005.885000', '164006.345000', '164006.805000', '164007.265000', '164007.725000', '164008.185000', '164008.645000', '164009.105000', '164009.565000', '164010.025000', '164010.485000', '164010.945000', '164011.405000', '164011.865000', '164012.325000', '164012.785000', '164013.245000', '164013.705000', '164014.165000', '164014.625000', '164015.085000', '164015.545000', '164016.005000', '164016.465000', '164016.925000', '164017.385000', '164017.845000', '164018.305000', '164018.765000', '164019.225000', '164019.685000', '164020.145000', '164020.605000', '164021.065000', '164021.525000', '164021.985000', '164022.445000', '164022.905000', '164023.365000', '164023.825000', '164024.285000', '164024.745000', '164025.205000', '164025.665000', '164026.125000', '164026.585000', '164027.045000', '164027.505000', '164027.965000', '164028.425000', '164028.885000', '164029.345000', '164029.805000', '164030.265000', '164030.725000', '164031.185000', '164031.645000', '164032.105000', '164032.565000', '164033.025000', '164033.485000', '164033.945000', '164034.405000', '164034.865000', '164035.325000', '164035.785000', '164036.245000', '164036.705000', '164037.165000', '164037.625000', '164038.085000', '164038.545000', '164039.005000', '164039.465000', '164039.925000', '164040.385000', '164040.845000', '164041.305000', '164041.765000', '164042.225000', '164042.685000', '164043.145000', '164043.605000', '164044.065000', '164044.525000', '164044.985000', '164045.445000', '164045.905000', '164046.365000', '164046.825000', '164047.285000', '164047.745000', '164048.205000', '164048.665000', '164049.125000', '164049.585000', '164050.045000', '164050.505000', '164050.965000', '164051.425000', '164051.885000', '164052.345000', '164052.805000', '164053.265000', '164053.725000', '164054.185000', '164054.645000', '164055.105000', '164055.565000', '164056.025000', '164056.485000', '164056.945000', '164057.405000', '164057.865000', '164058.325000', '164058.785000', '164059.245000', '164059.705000', '164100.165000', '164100.625000', '164101.085000', '164101.545000', '164102.005000', '164102.465000', '164102.925000', '164103.385000', '164103.845000', '164104.305000', '164104.765000', '164105.225000', '164105.685000', '164106.145000', '164106.605000', '164107.065000', '164107.525000', '164107.985000', '164108.445000', '164108.905000', '164109.365000', '164109.825000', '164110.285000', '164110.745000', '164111.205000', '164111.665000', '164112.125000', '164112.585000', '164113.045000', '164113.505000', '164113.965000', '164114.425000', '164114.885000', '164115.345000', '164115.805000', '164116.265000', '164116.725000', '164117.185000', '164117.645000', '164118.105000', '164118.565000', '164119.025000', '164119.485000', '164119.945000', '164120.405000', '164120.865000', '164121.325000', '164121.785000', '164122.245000', '164122.705000', '164123.165000', '164123.625000', '164124.085000', '164124.545000', '164125.005000', '164125.465000', '164125.925000', '164126.385000', '164126.845000', '164127.305000', '164127.765000', '164128.225000', '164128.685000', '164129.145000', '164129.605000', '164130.065000', '164130.525000', '164130.985000', '164131.445000', '164131.905000', '164132.365000', '164132.825000', '164133.285000', '164133.745000', '164134.205000', '164134.665000', '164135.125000', '164135.585000', '164136.045000', '164136.505000', '164136.965000', '164137.425000', '164137.885000', '164138.345000', '164138.805000', '164139.265000', '164139.725000', '164140.185000', '164140.645000', '164141.105000', '164141.565000', '164142.025000', '164142.485000', '164142.945000', '164143.405000', '164143.865000', '164144.325000', '164144.785000', '164145.245000', '164145.705000', '164146.165000', '164146.625000', '164147.085000', '164147.545000', '164148.005000', '164148.465000', '164148.925000', '164149.385000', '164149.845000', '164150.305000', '164150.765000', '164151.225000', '164151.685000', '164152.145000', '164152.605000', '164153.065000', '164153.525000', '164153.985000', '164154.445000', '164154.905000', '164155.365000', '164155.825000', '164156.285000', '164156.745000', '164157.205000', '164157.665000', '164158.125000', '164158.585000', '164159.045000', '164159.505000', '164159.965000', '164200.425000', '164200.885000', '164201.345000', '164201.805000', '164202.265000', '164202.725000', '164203.185000', '164203.645000', '164204.105000', '164204.565000', '164205.025000', '164205.485000', '164205.945000', '164206.405000', '164206.865000', '164207.325000', '164207.785000', '164208.245000', '164208.705000', '164209.165000', '164209.625000', '164210.085000', '164210.545000', '164211.005000', '164211.465000', '164211.925000', '164212.385000', '164212.845000', '164213.305000', '164213.765000', '164214.225000', '164214.685000', '164215.145000', '164215.605000', '164216.065000', '164216.525000', '164216.985000', '164217.445000', '164217.905000', '164218.365000', '164218.825000', '164219.285000', '164219.745000', '164220.205000', '164220.665000', '164221.125000', '164221.585000', '164222.045000', '164222.505000', '164222.965000', '164223.425000', '164223.885000', '164224.345000', '164224.805000', '164225.265000', '164225.725000', '164226.185000', '164226.645000', '164227.105000', '164227.565000', '164228.025000', '164228.485000', '164228.945000', '164229.405000', '164229.865000', '164230.325000', '164230.785000', '164231.245000', '164231.705000', '164232.165000', '164232.625000', '164233.085000', '164233.545000', '164234.005000', '164234.465000', '164234.925000', '164235.385000', '164235.845000', '164236.305000', '164236.765000', '164237.225000', '164237.685000', '164238.145000', '164238.605000', '164239.065000', '164239.525000', '164239.985000', '164240.445000', '164240.905000', '164241.365000', '164241.825000', '164242.285000', '164242.745000', '164243.205000', '164243.665000', '164244.125000', '164244.585000', '164245.045000', '164245.505000', '164245.965000', '164246.425000', '164246.885000', '164247.345000', '164247.805000', '164248.265000', '164248.725000', '164249.185000', '164249.645000', '164250.105000', '164250.565000', '164251.025000', '164251.485000', '164251.945000', '164252.405000', '164252.865000', '164253.325000', '164253.785000', '164254.245000', '164254.705000', '164255.165000', '164255.625000', '164256.085000', '164256.545000', '164257.005000', '164257.465000', '164257.925000', '164258.385000', '164258.845000', '164259.305000', '164259.765000', '164300.225000', '164300.685000', '164301.145000', '164301.605000', '164302.065000', '164302.525000', '164302.985000', '164303.445000', '164303.905000', '164304.365000', '164304.825000', '164305.285000', '164305.745000', '164306.205000', '164306.665000', '164307.125000', '164307.585000', '164308.045000', '164308.505000', '164308.965000', '164309.425000', '164309.885000', '164310.345000', '164310.805000', '164311.265000', '164311.725000', '164312.185000', '164312.645000', '164313.105000', '164313.565000', '164314.025000', '164314.485000', '164314.945000', '164315.405000', '164315.865000', '164316.325000', '164316.785000', '164317.245000', '164317.705000', '164318.165000', '164318.625000', '164319.085000', '164319.545000', '164320.005000', '164320.465000', '164320.925000', '164321.385000', '164321.845000', '164322.305000', '164322.765000', '164323.225000', '164323.685000', '164324.145000', '164324.605000', '164325.065000', '164325.525000', '164325.985000', '164326.445000', '164326.905000', '164327.365000', '164327.825000', '164328.285000', '164328.745000', '164329.205000', '164329.665000', '164330.125000', '164330.585000', '164331.045000', '164331.505000', '164331.965000', '164332.425000', '164332.885000', '164333.345000', '164333.805000', '164334.265000', '164334.725000', '164335.185000', '164335.645000', '164336.105000', '164336.565000', '164337.025000', '164337.485000', '164337.945000', '164338.405000', '164338.865000', '164339.325000', '164339.785000', '164340.245000', '164340.705000', '164341.165000', '164341.625000', '164342.085000', '164342.545000', '164343.005000', '164343.465000', '164343.925000', '164344.385000', '164344.845000', '164345.305000', '164345.765000', '164346.225000', '164346.685000', '164347.145000', '164347.605000', '164348.065000', '164348.525000', '164348.985000', '164349.445000', '164349.905000', '164350.365000', '164350.825000', '164351.285000', '164351.745000', '164352.205000', '164352.665000', '164353.125000', '164353.585000', '164354.045000', '164354.505000', '164354.965000', '164355.425000', '164355.885000', '164356.345000', '164356.805000', '164357.265000', '164357.725000', '164358.185000', '164358.645000', '164359.105000', '164359.565000', '164400.025000', '164400.485000', '164400.945000', '164401.405000', '164401.865000', '164402.325000', '164402.785000', '164403.245000', '164403.705000', '164404.165000', '164404.625000', '164405.085000', '164405.545000', '164406.005000', '164406.465000', '164406.925000', '164407.385000', '164407.845000', '164408.305000', '164408.765000', '164409.225000', '164409.685000', '164410.145000', '164410.605000', '164411.065000', '164411.525000', '164411.985000', '164412.445000', '164412.905000', '164413.365000', '164413.825000', '164414.285000', '164414.745000', '164415.205000', '164415.665000', '164416.125000', '164416.585000', '164417.045000', '164417.505000', '164417.965000', '164418.425000', '164418.885000', '164419.345000', '164419.805000', '164420.265000', '164420.725000', '164421.185000', '164421.645000', '164422.105000', '164422.565000', '164423.025000', '164423.485000', '164423.945000', '164424.405000', '164424.865000', '164425.325000', '164425.785000', '164426.245000', '164426.705000', '164427.165000', '164427.625000', '164428.085000', '164428.545000', '164429.005000', '164429.465000', '164429.925000', '164430.385000', '164430.845000', '164431.305000', '164431.765000', '164432.225000', '164432.685000', '164433.145000', '164433.605000', '164434.065000', '164434.525000', '164434.985000', '164435.445000', '164435.905000', '164436.365000', '164436.825000', '164437.285000', '164437.745000', '164438.205000', '164438.665000', '164439.125000', '164439.585000', '164440.045000', '164440.505000', '164440.965000', '164441.425000', '164441.885000', '164442.345000', '164442.805000', '164443.265000', '164443.725000', '164444.185000', '164444.645000', '164445.105000', '164445.565000', '164446.025000', '164446.485000', '164446.945000', '164447.405000', '164447.865000', '164448.325000', '164448.785000', '164449.245000', '164449.705000', '164450.165000', '164450.625000', '164451.085000', '164451.545000', '164452.005000', '164452.465000', '164452.925000', '164453.385000', '164453.845000', '164454.305000', '164454.765000', '164455.225000', '164455.685000', '164456.145000', '164456.605000', '164457.065000', '164457.525000', '164457.985000', '164458.445000', '164458.905000', '164459.365000', '164459.825000', '164500.285000', '164500.745000', '164501.205000', '164501.665000', '164502.125000', '164502.585000', '164503.045000', '164503.505000', '164503.965000', '164504.425000', '164504.885000', '164505.345000', '164505.805000', '164506.265000', '164506.725000', '164507.185000', '164507.645000', '164508.105000', '164508.565000', '164509.025000', '164509.485000', '164509.945000', '164510.405000', '164510.865000', '164511.325000', '164511.785000', '164512.245000', '164512.705000', '164513.165000', '164513.625000', '164514.085000', '164514.545000', '164515.005000', '164515.465000', '164515.925000', '164516.385000', '164516.845000', '164517.305000', '164517.765000', '164518.225000', '164518.685000', '164519.145000', '164519.605000', '164520.065000', '164520.525000', '164520.985000', '164521.445000', '164521.905000', '164522.365000', '164522.825000', '164523.285000', '164523.745000', '164524.205000', '164524.665000', '164525.125000', '164525.585000', '164526.045000', '164526.505000', '164526.965000', '164527.425000', '164527.885000', '164528.345000', '164528.805000', '164529.265000', '164529.725000', '164530.185000', '164530.645000', '164531.105000', '164531.565000', '164532.025000', '164532.485000', '164532.945000', '164533.405000', '164533.865000', '164534.325000', '164534.785000', '164535.245000', '164535.705000', '164536.165000', '164536.625000', '164537.085000', '164537.545000', '164538.005000', '164538.465000', '164538.925000', '164539.385000', '164539.845000', '164540.305000', '164540.765000', '164541.225000', '164541.685000', '164542.145000', '164542.605000', '164543.065000', '164543.525000', '164543.985000', '164544.445000', '164544.905000', '164545.365000', '164545.825000', '164546.285000', '164546.745000', '164547.205000', '164547.665000', '164548.125000', '164548.585000', '164549.045000', '164549.505000', '164549.965000', '164550.425000', '164550.885000', '164551.345000', '164551.805000', '164552.265000', '164552.725000', '164553.185000', '164553.645000', '164554.105000', '164554.565000', '164555.025000', '164555.485000', '164555.945000', '164556.405000', '164556.865000', '164557.325000', '164557.785000', '164558.245000', '164558.705000', '164559.165000', '164559.625000', '164600.085000', '164600.545000', '164601.005000', '164601.465000', '164601.925000', '164602.385000', '164602.845000', '164603.305000', '164603.765000', '164604.225000', '164604.685000', '164605.145000', '164605.605000', '164606.065000', '164606.525000', '164606.985000', '164607.445000', '164607.905000', '164608.365000', '164608.825000', '164609.285000', '164609.745000', '164610.205000', '164610.665000', '164611.125000', '164611.585000', '164612.045000'], 'ContentTime': ['164002.540000', '164002.543000', '164002.546000', '164002.549000', '164002.552000', '164002.554000', '164002.557000', '164002.561000', '164002.564000', '164002.567000', '164002.570000', '164002.573000', '164002.575000', '164002.578000', '164002.581000', '164002.584000', '164002.587000', '164002.589000', '164002.592000', '164002.595000', '164002.598000', '164002.607000', '164002.610000', '164002.613000', '164002.615000', '164002.618000', '164002.621000', '164002.624000', '164002.627000', '164002.630000', '164002.632000', '164002.637000', '164022.508000', '164022.511000', '164022.514000', '164022.516000', '164022.519000', '164022.522000', '164022.525000', '164022.527000', '164022.530000', '164022.539000', '164022.542000', '164022.545000', '164022.548000', '164022.551000', '164022.553000', '164022.556000', '164022.559000', '164022.568000', '164022.571000', '164022.574000', '164022.576000', '164022.579000', '164022.582000', '164022.585000', '164022.588000', '164022.590000', '164022.593000', '164022.596000', '164022.599000', '164022.601000', '164022.604000', '164022.607000', '164022.610000', '164022.613000', '164022.615000', '164022.618000', '164022.621000', '164022.624000', '164022.626000', '164022.629000', '164022.632000', '164022.635000', '164022.638000', '164022.640000', '164042.508000', '164042.511000', '164042.514000', '164042.516000', '164042.519000', '164042.522000', '164042.525000', '164042.528000', '164042.530000', '164042.533000', '164042.536000', '164042.539000', '164042.542000', '164042.545000', '164042.547000', '164042.550000', '164042.553000', '164042.556000', '164042.559000', '164042.562000', '164042.564000', '164042.567000', '164042.570000', '164042.573000', '164042.576000', '164042.578000', '164042.581000', '164042.584000', '164042.587000', '164042.590000', '164042.592000', '164042.595000', '164042.598000', '164042.601000', '164042.603000', '164042.606000', '164042.609000', '164042.612000', '164042.615000', '164042.617000', '164042.620000', '164042.629000', '164042.632000', '164102.508000', '164102.511000', '164102.514000', '164102.516000', '164102.519000', '164102.522000', '164102.525000', '164102.528000', '164102.530000', '164102.533000', '164102.536000', '164102.539000', '164102.542000', '164102.545000', '164102.547000', '164102.550000', '164102.553000', '164102.556000', '164102.559000', '164102.561000', '164102.564000', '164102.567000', '164102.570000', '164102.573000', '164102.576000', '164102.578000', '164102.581000', '164102.584000', '164102.587000', '164102.590000', '164102.592000', '164102.595000', '164102.598000', '164102.601000', '164102.604000', '164102.606000', '164102.609000', '164102.612000', '164102.615000', '164102.618000', '164102.621000', '164102.623000', '164102.626000', '164102.629000', '164122.508000', '164122.511000', '164122.514000', '164122.516000', '164122.519000', '164122.522000', '164122.525000', '164122.528000', '164122.531000', '164122.533000', '164122.536000', '164122.539000', '164122.542000', '164122.545000', '164122.548000', '164122.550000', '164122.553000', '164122.556000', '164122.559000', '164122.562000', '164122.565000', '164122.568000', '164122.570000', '164122.573000', '164122.576000', '164122.579000', '164122.582000', '164122.584000', '164122.587000', '164122.590000', '164122.593000', '164122.596000', '164122.600000', '164122.604000', '164122.606000', '164122.609000', '164122.612000', '164122.615000', '164122.618000', '164122.620000', '164122.623000', '164122.626000', '164122.629000', '164142.508000', '164142.511000', '164142.514000', '164142.517000', '164142.519000', '164142.522000', '164142.525000', '164142.528000', '164142.531000', '164142.534000', '164142.537000', '164142.539000', '164142.542000', '164142.545000', '164142.548000', '164142.551000', '164142.553000', '164142.556000', '164142.559000', '164142.562000', '164142.565000', '164142.568000', '164142.571000', '164142.574000', '164142.576000', '164142.579000', '164142.582000', '164142.585000', '164142.588000', '164142.590000', '164142.593000', '164142.596000', '164142.599000', '164142.602000', '164142.604000', '164142.607000', '164142.610000', '164142.613000', '164142.616000', '164142.618000', '164142.621000', '164142.624000', '164142.627000', '164142.630000', '164202.508000', '164202.511000', '164202.514000', '164202.516000', '164202.519000', '164202.522000', '164202.525000', '164202.528000', '164202.531000', '164202.533000', '164202.536000', '164202.539000', '164202.542000', '164202.545000', '164202.547000', '164202.550000', '164202.553000', '164202.556000', '164202.569000', '164202.572000', '164202.575000', '164202.578000', '164202.580000', '164202.583000', '164202.586000', '164202.589000', '164202.592000', '164202.595000', '164202.598000', '164202.600000', '164202.603000', '164202.606000', '164202.609000', '164202.612000', '164202.615000', '164202.617000', '164202.620000', '164202.623000', '164202.626000', '164202.629000', '164202.631000', '164202.634000', '164202.637000', '164222.507000', '164222.510000', '164222.513000', '164222.515000', '164222.518000', '164222.521000', '164222.524000', '164222.527000', '164222.530000', '164222.532000', '164222.535000', '164222.538000', '164222.541000', '164222.544000', '164222.546000', '164222.549000', '164222.552000', '164222.555000', '164222.558000', '164222.561000', '164222.563000', '164222.566000', '164222.569000', '164222.572000', '164222.575000', '164222.578000', '164222.580000', '164222.583000', '164222.586000', '164222.589000', '164222.592000', '164222.595000', '164222.598000', '164222.600000', '164222.603000', '164222.606000', '164222.609000', '164222.612000', '164222.614000', '164222.617000', '164222.620000', '164222.623000', '164222.626000', '164222.629000', '164242.508000', '164242.511000', '164242.514000', '164242.517000', '164242.519000', '164242.522000', '164242.525000', '164242.528000', '164242.531000', '164242.533000', '164242.536000', '164242.539000', '164242.542000', '164242.545000', '164242.548000', '164242.551000', '164242.554000', '164242.557000', '164242.559000', '164242.562000', '164242.565000', '164242.568000', '164242.571000', '164242.574000', '164242.577000', '164242.579000', '164242.582000', '164242.585000', '164242.588000', '164242.591000', '164242.593000', '164242.596000', '164242.599000', '164242.602000', '164242.605000', '164242.608000', '164242.610000', '164242.613000', '164242.616000', '164242.619000', '164242.622000', '164242.624000', '164242.627000', '164302.508000', '164302.511000', '164302.514000', '164302.517000', '164302.519000', '164302.522000', '164302.525000', '164302.528000', '164302.531000', '164302.533000', '164302.536000', '164302.539000', '164302.542000', '164302.544000', '164302.547000', '164302.550000', '164302.553000', '164302.556000', '164302.559000', '164302.561000', '164302.564000', '164302.567000', '164302.570000', '164302.573000', '164302.576000', '164302.578000', '164302.581000', '164302.584000', '164302.587000', '164302.590000', '164302.592000', '164302.595000', '164302.598000', '164302.601000', '164302.604000', '164302.607000', '164302.609000', '164302.612000', '164302.615000', '164302.618000', '164302.621000', '164302.624000', '164302.626000', '164302.629000', '164322.508000', '164322.511000', '164322.514000', '164322.517000', '164322.519000', '164322.522000', '164322.525000', '164322.528000', '164322.531000', '164322.533000', '164322.536000', '164322.539000', '164322.542000', '164322.545000', '164322.547000', '164322.550000', '164322.553000', '164322.556000', '164322.559000', '164322.561000', '164322.564000', '164322.567000', '164322.570000', '164322.573000', '164322.576000', '164322.579000', '164322.581000', '164322.584000', '164322.587000', '164322.590000', '164322.593000', '164322.596000', '164322.598000', '164322.601000', '164322.604000', '164322.607000', '164322.610000', '164322.612000', '164322.615000', '164322.618000', '164322.621000', '164322.624000', '164322.627000', '164342.519000', '164342.522000', '164342.525000', '164342.528000', '164342.531000', '164342.534000', '164342.536000', '164342.539000', '164342.542000', '164342.545000', '164342.548000', '164342.551000', '164342.554000', '164342.556000', '164342.559000', '164342.562000', '164342.565000', '164342.568000', '164342.571000', '164342.574000', '164342.576000', '164342.579000', '164342.582000', '164342.585000', '164342.588000', '164342.591000', '164342.594000', '164342.596000', '164342.599000', '164342.602000', '164342.605000', '164342.608000', '164342.611000', '164342.614000', '164342.616000', '164342.619000', '164342.622000', '164342.625000', '164342.628000', '164342.631000', '164342.633000', '164342.636000', '164342.639000', '164402.508000', '164402.511000', '164402.514000', '164402.517000', '164402.520000', '164402.523000', '164402.525000', '164402.528000', '164402.531000', '164402.534000', '164402.537000', '164402.539000', '164402.542000', '164402.545000', '164402.548000', '164402.551000', '164402.554000', '164402.556000', '164402.559000', '164402.562000', '164402.565000', '164402.568000', '164402.571000', '164402.574000', '164402.576000', '164402.579000', '164402.582000', '164402.585000', '164402.588000', '164402.591000', '164402.594000', '164402.596000', '164402.599000', '164402.602000', '164402.605000', '164402.608000', '164402.611000', '164402.613000', '164402.616000', '164402.619000', '164402.622000', '164402.625000', '164402.628000', '164402.630000', '164422.508000', '164422.511000', '164422.514000', '164422.518000', '164422.522000', '164422.525000', '164422.528000', '164422.530000', '164422.533000', '164422.536000', '164422.539000', '164422.542000', '164422.545000', '164422.548000', '164422.550000', '164422.553000', '164422.556000', '164422.559000', '164422.562000', '164422.565000', '164422.567000', '164422.570000', '164422.573000', '164422.576000', '164422.579000', '164422.582000', '164422.584000', '164422.587000', '164422.590000', '164422.593000', '164422.596000', '164422.599000', '164422.601000', '164422.604000', '164422.607000', '164422.610000', '164422.613000', '164422.615000', '164422.618000', '164422.621000', '164422.624000', '164422.627000', '164422.630000', '164442.507000', '164442.510000', '164442.513000', '164442.516000', '164442.518000', '164442.521000', '164442.524000', '164442.527000', '164442.530000', '164442.532000', '164442.535000', '164442.538000', '164442.541000', '164442.544000', '164442.547000', '164442.549000', '164442.552000', '164442.555000', '164442.558000', '164442.561000', '164442.563000', '164442.566000', '164442.569000', '164442.572000', '164442.575000', '164442.578000', '164442.581000', '164442.583000', '164442.586000', '164442.589000', '164442.592000', '164442.595000', '164442.597000', '164442.600000', '164442.603000', '164442.606000', '164442.609000', '164442.612000', '164442.615000', '164442.618000', '164442.620000', '164442.623000', '164442.626000', '164442.629000', '164502.508000', '164502.511000', '164502.514000', '164502.517000', '164502.520000', '164502.522000', '164502.525000', '164502.528000', '164502.531000', '164502.534000', '164502.537000', '164502.540000', '164502.543000', '164502.546000', '164502.549000', '164502.551000', '164502.554000', '164502.557000', '164502.560000', '164502.563000', '164502.566000', '164502.569000', '164502.572000', '164502.574000', '164502.577000', '164502.591000', '164502.594000', '164502.596000', '164502.599000', '164502.602000', '164502.605000', '164502.608000', '164502.611000', '164502.613000', '164502.616000', '164502.619000', '164502.622000', '164502.625000', '164502.627000', '164502.630000', '164502.633000', '164502.636000', '164502.639000', '164522.508000', '164522.511000', '164522.514000', '164522.517000', '164522.519000', '164522.522000', '164522.525000', '164522.528000', '164522.531000', '164522.534000', '164522.536000', '164522.539000', '164522.542000', '164522.545000', '164522.548000', '164522.551000', '164522.554000', '164522.556000', '164522.559000', '164522.562000', '164522.565000', '164522.570000', '164522.573000', '164522.576000', '164522.579000', '164522.582000', '164522.585000', '164522.588000', '164522.590000', '164522.593000', '164522.596000', '164522.599000', '164522.602000', '164522.604000', '164522.607000', '164522.610000', '164522.613000', '164522.616000', '164522.618000', '164522.621000', '164522.624000', '164522.627000', '164522.630000', '164522.633000', '164542.508000', '164542.517000', '164542.520000', '164542.523000', '164542.525000', '164542.528000', '164542.531000', '164542.534000', '164542.537000', '164542.540000', '164542.542000', '164542.545000', '164542.548000', '164542.551000', '164542.554000', '164542.556000', '164542.559000', '164542.562000', '164542.566000', '164542.569000', '164542.572000', '164542.575000', '164542.578000', '164542.581000', '164542.584000', '164542.586000', '164542.589000', '164542.592000', '164542.595000', '164542.598000', '164542.601000', '164542.603000', '164542.606000', '164542.609000', '164542.612000', '164542.615000', '164542.617000', '164542.620000', '164542.623000', '164542.626000', '164542.629000', '164542.631000', '164542.634000', '164602.508000', '164602.511000', '164602.514000', '164602.517000', '164602.519000', '164602.522000', '164602.525000', '164602.528000', '164602.531000', '164602.534000', '164602.536000', '164602.539000', '164602.542000', '164602.545000', '164602.548000', '164602.550000', '164602.553000', '164602.556000', '164602.559000', '164602.562000', '164602.564000', '164602.567000', '164602.570000', '164602.573000', '164602.576000', '164602.579000', '164602.582000', '164602.584000', '164602.587000', '164602.590000', '164602.593000', '164602.596000', '164602.598000', '164602.601000', '164602.604000', '164602.607000', '164602.610000', '164602.613000', '164602.616000', '164602.618000', '164602.621000', '164602.624000', '164602.627000', '164602.630000', '164613.438000', '164613.441000', '164613.444000', '164613.447000', '164613.450000', '164613.453000', '164613.456000', '164613.459000', '164613.463000', '164613.466000', '164613.469000', '164613.472000', '164613.475000', '164613.478000', '164613.481000', '164613.484000', '164613.487000', '164613.489000', '164613.492000', '164613.496000', '164613.499000', '164613.502000', '164613.505000', '164613.508000'], 'InstanceCreationTime': ['164002.540000', '164002.543000', '164002.546000', '164002.549000', '164002.552000', '164002.554000', '164002.557000', '164002.561000', '164002.564000', '164002.567000', '164002.570000', '164002.573000', '164002.575000', '164002.578000', '164002.581000', '164002.584000', '164002.587000', '164002.589000', '164002.592000', '164002.595000', '164002.598000', '164002.607000', '164002.610000', '164002.613000', '164002.615000', '164002.618000', '164002.621000', '164002.624000', '164002.627000', '164002.630000', '164002.632000', '164002.637000', '164022.508000', '164022.511000', '164022.514000', '164022.516000', '164022.519000', '164022.522000', '164022.525000', '164022.527000', '164022.530000', '164022.539000', '164022.542000', '164022.545000', '164022.548000', '164022.551000', '164022.553000', '164022.556000', '164022.559000', '164022.568000', '164022.571000', '164022.574000', '164022.576000', '164022.579000', '164022.582000', '164022.585000', '164022.588000', '164022.590000', '164022.593000', '164022.596000', '164022.599000', '164022.601000', '164022.604000', '164022.607000', '164022.610000', '164022.613000', '164022.615000', '164022.618000', '164022.621000', '164022.624000', '164022.626000', '164022.629000', '164022.632000', '164022.635000', '164022.638000', '164022.640000', '164042.508000', '164042.511000', '164042.514000', '164042.516000', '164042.519000', '164042.522000', '164042.525000', '164042.528000', '164042.530000', '164042.533000', '164042.536000', '164042.539000', '164042.542000', '164042.545000', '164042.547000', '164042.550000', '164042.553000', '164042.556000', '164042.559000', '164042.562000', '164042.564000', '164042.567000', '164042.570000', '164042.573000', '164042.576000', '164042.578000', '164042.581000', '164042.584000', '164042.587000', '164042.590000', '164042.592000', '164042.595000', '164042.598000', '164042.601000', '164042.603000', '164042.606000', '164042.609000', '164042.612000', '164042.615000', '164042.617000', '164042.620000', '164042.629000', '164042.632000', '164102.508000', '164102.511000', '164102.514000', '164102.516000', '164102.519000', '164102.522000', '164102.525000', '164102.528000', '164102.530000', '164102.533000', '164102.536000', '164102.539000', '164102.542000', '164102.545000', '164102.547000', '164102.550000', '164102.553000', '164102.556000', '164102.559000', '164102.561000', '164102.564000', '164102.567000', '164102.570000', '164102.573000', '164102.576000', '164102.578000', '164102.581000', '164102.584000', '164102.587000', '164102.590000', '164102.592000', '164102.595000', '164102.598000', '164102.601000', '164102.604000', '164102.606000', '164102.609000', '164102.612000', '164102.615000', '164102.618000', '164102.621000', '164102.623000', '164102.626000', '164102.629000', '164122.508000', '164122.511000', '164122.514000', '164122.516000', '164122.519000', '164122.522000', '164122.525000', '164122.528000', '164122.531000', '164122.533000', '164122.536000', '164122.539000', '164122.542000', '164122.545000', '164122.548000', '164122.550000', '164122.553000', '164122.556000', '164122.559000', '164122.562000', '164122.565000', '164122.568000', '164122.570000', '164122.573000', '164122.576000', '164122.579000', '164122.582000', '164122.584000', '164122.587000', '164122.590000', '164122.593000', '164122.596000', '164122.600000', '164122.604000', '164122.606000', '164122.609000', '164122.612000', '164122.615000', '164122.618000', '164122.620000', '164122.623000', '164122.626000', '164122.629000', '164142.508000', '164142.511000', '164142.514000', '164142.517000', '164142.519000', '164142.522000', '164142.525000', '164142.528000', '164142.531000', '164142.534000', '164142.537000', '164142.539000', '164142.542000', '164142.545000', '164142.548000', '164142.551000', '164142.553000', '164142.556000', '164142.559000', '164142.562000', '164142.565000', '164142.568000', '164142.571000', '164142.574000', '164142.576000', '164142.579000', '164142.582000', '164142.585000', '164142.588000', '164142.590000', '164142.593000', '164142.596000', '164142.599000', '164142.602000', '164142.604000', '164142.607000', '164142.610000', '164142.613000', '164142.616000', '164142.618000', '164142.621000', '164142.624000', '164142.627000', '164142.630000', '164202.508000', '164202.511000', '164202.514000', '164202.516000', '164202.519000', '164202.522000', '164202.525000', '164202.528000', '164202.531000', '164202.533000', '164202.536000', '164202.539000', '164202.542000', '164202.545000', '164202.547000', '164202.550000', '164202.553000', '164202.556000', '164202.569000', '164202.572000', '164202.575000', '164202.578000', '164202.580000', '164202.583000', '164202.586000', '164202.589000', '164202.592000', '164202.595000', '164202.598000', '164202.600000', '164202.603000', '164202.606000', '164202.609000', '164202.612000', '164202.615000', '164202.617000', '164202.620000', '164202.623000', '164202.626000', '164202.629000', '164202.631000', '164202.634000', '164202.637000', '164222.507000', '164222.510000', '164222.513000', '164222.515000', '164222.518000', '164222.521000', '164222.524000', '164222.527000', '164222.530000', '164222.532000', '164222.535000', '164222.538000', '164222.541000', '164222.544000', '164222.546000', '164222.549000', '164222.552000', '164222.555000', '164222.558000', '164222.561000', '164222.563000', '164222.566000', '164222.569000', '164222.572000', '164222.575000', '164222.578000', '164222.580000', '164222.583000', '164222.586000', '164222.589000', '164222.592000', '164222.595000', '164222.598000', '164222.600000', '164222.603000', '164222.606000', '164222.609000', '164222.612000', '164222.614000', '164222.617000', '164222.620000', '164222.623000', '164222.626000', '164222.629000', '164242.508000', '164242.511000', '164242.514000', '164242.517000', '164242.519000', '164242.522000', '164242.525000', '164242.528000', '164242.531000', '164242.533000', '164242.536000', '164242.539000', '164242.542000', '164242.545000', '164242.548000', '164242.551000', '164242.554000', '164242.557000', '164242.559000', '164242.562000', '164242.565000', '164242.568000', '164242.571000', '164242.574000', '164242.577000', '164242.579000', '164242.582000', '164242.585000', '164242.588000', '164242.591000', '164242.593000', '164242.596000', '164242.599000', '164242.602000', '164242.605000', '164242.608000', '164242.610000', '164242.613000', '164242.616000', '164242.619000', '164242.622000', '164242.624000', '164242.627000', '164302.508000', '164302.511000', '164302.514000', '164302.517000', '164302.519000', '164302.522000', '164302.525000', '164302.528000', '164302.531000', '164302.533000', '164302.536000', '164302.539000', '164302.542000', '164302.544000', '164302.547000', '164302.550000', '164302.553000', '164302.556000', '164302.559000', '164302.561000', '164302.564000', '164302.567000', '164302.570000', '164302.573000', '164302.576000', '164302.578000', '164302.581000', '164302.584000', '164302.587000', '164302.590000', '164302.592000', '164302.595000', '164302.598000', '164302.601000', '164302.604000', '164302.607000', '164302.609000', '164302.612000', '164302.615000', '164302.618000', '164302.621000', '164302.624000', '164302.626000', '164302.629000', '164322.508000', '164322.511000', '164322.514000', '164322.517000', '164322.519000', '164322.522000', '164322.525000', '164322.528000', '164322.531000', '164322.533000', '164322.536000', '164322.539000', '164322.542000', '164322.545000', '164322.547000', '164322.550000', '164322.553000', '164322.556000', '164322.559000', '164322.561000', '164322.564000', '164322.567000', '164322.570000', '164322.573000', '164322.576000', '164322.579000', '164322.581000', '164322.584000', '164322.587000', '164322.590000', '164322.593000', '164322.596000', '164322.598000', '164322.601000', '164322.604000', '164322.607000', '164322.610000', '164322.612000', '164322.615000', '164322.618000', '164322.621000', '164322.624000', '164322.627000', '164342.519000', '164342.522000', '164342.525000', '164342.528000', '164342.531000', '164342.534000', '164342.536000', '164342.539000', '164342.542000', '164342.545000', '164342.548000', '164342.551000', '164342.554000', '164342.556000', '164342.559000', '164342.562000', '164342.565000', '164342.568000', '164342.571000', '164342.574000', '164342.576000', '164342.579000', '164342.582000', '164342.585000', '164342.588000', '164342.591000', '164342.594000', '164342.596000', '164342.599000', '164342.602000', '164342.605000', '164342.608000', '164342.611000', '164342.614000', '164342.616000', '164342.619000', '164342.622000', '164342.625000', '164342.628000', '164342.631000', '164342.633000', '164342.636000', '164342.639000', '164402.508000', '164402.511000', '164402.514000', '164402.517000', '164402.520000', '164402.523000', '164402.525000', '164402.528000', '164402.531000', '164402.534000', '164402.537000', '164402.539000', '164402.542000', '164402.545000', '164402.548000', '164402.551000', '164402.554000', '164402.556000', '164402.559000', '164402.562000', '164402.565000', '164402.568000', '164402.571000', '164402.574000', '164402.576000', '164402.579000', '164402.582000', '164402.585000', '164402.588000', '164402.591000', '164402.594000', '164402.596000', '164402.599000', '164402.602000', '164402.605000', '164402.608000', '164402.611000', '164402.613000', '164402.616000', '164402.619000', '164402.622000', '164402.625000', '164402.628000', '164402.630000', '164422.508000', '164422.511000', '164422.514000', '164422.518000', '164422.522000', '164422.525000', '164422.528000', '164422.530000', '164422.533000', '164422.536000', '164422.539000', '164422.542000', '164422.545000', '164422.548000', '164422.550000', '164422.553000', '164422.556000', '164422.559000', '164422.562000', '164422.565000', '164422.567000', '164422.570000', '164422.573000', '164422.576000', '164422.579000', '164422.582000', '164422.584000', '164422.587000', '164422.590000', '164422.593000', '164422.596000', '164422.599000', '164422.601000', '164422.604000', '164422.607000', '164422.610000', '164422.613000', '164422.615000', '164422.618000', '164422.621000', '164422.624000', '164422.627000', '164422.630000', '164442.507000', '164442.510000', '164442.513000', '164442.516000', '164442.518000', '164442.521000', '164442.524000', '164442.527000', '164442.530000', '164442.532000', '164442.535000', '164442.538000', '164442.541000', '164442.544000', '164442.547000', '164442.549000', '164442.552000', '164442.555000', '164442.558000', '164442.561000', '164442.563000', '164442.566000', '164442.569000', '164442.572000', '164442.575000', '164442.578000', '164442.581000', '164442.583000', '164442.586000', '164442.589000', '164442.592000', '164442.595000', '164442.597000', '164442.600000', '164442.603000', '164442.606000', '164442.609000', '164442.612000', '164442.615000', '164442.618000', '164442.620000', '164442.623000', '164442.626000', '164442.629000', '164502.508000', '164502.511000', '164502.514000', '164502.517000', '164502.520000', '164502.522000', '164502.525000', '164502.528000', '164502.531000', '164502.534000', '164502.537000', '164502.540000', '164502.543000', '164502.546000', '164502.549000', '164502.551000', '164502.554000', '164502.557000', '164502.560000', '164502.563000', '164502.566000', '164502.569000', '164502.572000', '164502.574000', '164502.577000', '164502.591000', '164502.594000', '164502.596000', '164502.599000', '164502.602000', '164502.605000', '164502.608000', '164502.611000', '164502.613000', '164502.616000', '164502.619000', '164502.622000', '164502.625000', '164502.627000', '164502.630000', '164502.633000', '164502.636000', '164502.639000', '164522.508000', '164522.511000', '164522.514000', '164522.517000', '164522.519000', '164522.522000', '164522.525000', '164522.528000', '164522.531000', '164522.534000', '164522.536000', '164522.539000', '164522.542000', '164522.545000', '164522.548000', '164522.551000', '164522.554000', '164522.556000', '164522.559000', '164522.562000', '164522.565000', '164522.570000', '164522.573000', '164522.576000', '164522.579000', '164522.582000', '164522.585000', '164522.588000', '164522.590000', '164522.593000', '164522.596000', '164522.599000', '164522.602000', '164522.604000', '164522.607000', '164522.610000', '164522.613000', '164522.616000', '164522.618000', '164522.621000', '164522.624000', '164522.627000', '164522.630000', '164522.633000', '164542.508000', '164542.517000', '164542.520000', '164542.523000', '164542.525000', '164542.528000', '164542.531000', '164542.534000', '164542.537000', '164542.540000', '164542.542000', '164542.545000', '164542.548000', '164542.551000', '164542.554000', '164542.556000', '164542.559000', '164542.562000', '164542.566000', '164542.569000', '164542.572000', '164542.575000', '164542.578000', '164542.581000', '164542.584000', '164542.586000', '164542.589000', '164542.592000', '164542.595000', '164542.598000', '164542.601000', '164542.603000', '164542.606000', '164542.609000', '164542.612000', '164542.615000', '164542.617000', '164542.620000', '164542.623000', '164542.626000', '164542.629000', '164542.631000', '164542.634000', '164602.508000', '164602.511000', '164602.514000', '164602.517000', '164602.519000', '164602.522000', '164602.525000', '164602.528000', '164602.531000', '164602.534000', '164602.536000', '164602.539000', '164602.542000', '164602.545000', '164602.548000', '164602.550000', '164602.553000', '164602.556000', '164602.559000', '164602.562000', '164602.564000', '164602.567000', '164602.570000', '164602.573000', '164602.576000', '164602.579000', '164602.582000', '164602.584000', '164602.587000', '164602.590000', '164602.593000', '164602.596000', '164602.598000', '164602.601000', '164602.604000', '164602.607000', '164602.610000', '164602.613000', '164602.616000', '164602.618000', '164602.621000', '164602.624000', '164602.627000', '164602.630000', '164613.438000', '164613.441000', '164613.444000', '164613.447000', '164613.450000', '164613.453000', '164613.456000', '164613.459000', '164613.463000', '164613.466000', '164613.469000', '164613.472000', '164613.475000', '164613.478000', '164613.481000', '164613.484000', '164613.487000', '164613.489000', '164613.492000', '164613.496000', '164613.499000', '164613.502000', '164613.505000', '164613.508000'], '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': [8215, 10949, 7160, 9704, 6843, 9073, 7322, 7136, 9668, 6707, 8977, 6730, 7191, 9703, 6592, 8955, 6594, 7032, 9666, 6735, 8879, 6613, 8717, 7408, 6994, 10150, 6950, 9456, 6539, 7666, 11123, 6719, 9730, 6747, 7860, 9678, 6894, 9450, 6606, 9058, 9883, 7123, 10029, 6577, 9244, 7131, 7063, 10019, 7005, 9125, 6520, 7593, 10287, 6781, 9085, 6597, 8010, 7677, 6730, 9602, 6682, 9139, 6611, 7110, 9851, 6846, 9001, 6892, 7008, 10650, 6833, 9059, 6600, 8901, 6649, 8563, 6654, 8276, 6741, 8132, 7377, 7281, 8086, 11825, 6642, 10113, 9445, 8391, 10989, 7156, 10554, 6523, 9819, 10460, 7234, 10466, 6635, 9509, 6531, 8311, 8929, 6807, 9264, 6638, 9087, 6665, 9045, 7178, 7124, 10438, 6940, 9519, 6576, 9333, 10409, 6855, 10708, 6681, 10188, 6591, 8631, 10284, 6950, 9639, 6596, 9210, 6613, 8531, 8564, 6971, 9858, 6768, 9496, 6913, 8741, 8494, 7393, 10111, 6618, 9801, 6630, 8778, 8168, 7092, 9931, 6589, 9565, 6572, 9068, 6597, 8405, 6671, 8638, 6683, 8258, 9498, 7240, 9385, 7208, 10607, 6767, 10015, 7220, 9264, 10490, 7421, 12074, 7026, 9914, 6530, 9442, 11423, 6960, 11186, 6816, 10271, 7002, 7867, 10045, 6653, 9764, 6481, 7842, 9962, 6600, 9387, 6585, 8327, 10565, 6746, 9789, 6505, 9454, 6847, 7022, 9711, 6644, 9532, 9144, 7036, 10082, 6680, 9312, 6546, 7277, 10658, 6859, 9639, 6654, 8311, 11253, 6609, 9362, 6578, 7818, 10813, 6798, 9718, 6428, 8405, 11301, 6525, 9207, 6563, 9207, 7112, 6828, 9534, 6746, 9263, 6639, 8253, 11122, 6717, 9734, 6624, 9025, 9106, 6832, 9636, 6704, 9231, 7949, 7156, 9992, 6571, 9377, 6529, 7955, 10660, 6804, 9442, 6487, 8778, 10004, 6744, 9200, 6498, 8826, 10385, 6684, 9481, 6489, 8662, 10252, 6516, 9208, 6561, 8252, 8392, 6727, 9337, 6587, 9133, 10026, 6925, 9438, 6648, 9179, 6550, 8471, 11363, 6623, 9448, 6521, 7864, 10668, 6606, 9241, 6603, 8842, 8130, 7106, 9765, 6778, 9145, 6548, 7772, 10494, 7584, 8629, 7358, 6676, 9624, 10131, 6580, 9907, 6589, 9528, 7276, 8155, 11590, 7214, 10873, 6868, 10764, 9707, 9004, 12355, 8326, 11534, 7041, 10483, 6561, 9426, 6418, 9067, 7245, 9595, 8660, 9417, 6654, 9091, 7626, 10351, 8275, 8933, 8495, 10762, 7525, 10652, 6620, 9801, 6501, 9122, 7419, 8482, 9999, 7862, 10077, 7181, 9079, 6834, 8998, 7227, 6910, 8602, 9148, 8794, 10848, 8582, 11476, 7411, 10371, 7454, 8705, 11338, 8433, 10503, 7680, 9323, 7168, 9808, 6717, 9667, 6746, 9745, 6772, 9677, 6747, 9551, 6428, 9693, 6400, 9737, 6592, 9631, 10560, 8121, 12164, 8040, 10665, 6888, 10064, 7077, 8844, 11554, 7944, 10298, 6741, 9726, 6470, 9233, 6457, 9021, 6471, 8261, 10107, 6783, 9777, 7160, 9990, 6492, 9468, 11347, 7425, 10324, 6968, 10333, 6470, 9437, 7878, 7678, 10179, 6720, 9611, 6483, 9561, 6473, 9021, 7977, 7536, 10452, 7293, 10251, 6537, 9557, 7428, 8869, 9211, 7841, 10515, 6923, 9799, 6564, 9589, 7099, 8565, 10437, 6951, 9834, 6531, 9796, 6685, 8873, 10568, 7359, 9982, 6506, 9885, 6670, 8901, 11262, 7526, 9936, 7084, 9663, 6539, 9381, 10671, 7379, 10153, 6818, 10273, 6504, 8669, 10332, 7352, 9783, 6987, 9025, 10187, 7286, 10006, 6580, 9609, 11289, 7588, 10251, 6915, 9600, 6563, 8422, 10086, 7191, 9892, 6554, 9517, 7847, 7576, 10099, 6747, 9891, 6536, 9342, 10991, 7203, 10085, 7005, 9788, 6476, 8891, 9218, 6965, 10134, 6749, 9854, 6761, 9259, 8263, 7681, 11588, 7291, 10299, 6639, 9545, 6634, 8977, 6822, 8395, 10116, 6775, 9622, 6680, 9087, 10935, 7556, 10169, 6528, 9457, 6700, 8859, 8225, 7612, 10105, 6819, 9657, 6775, 9774, 6558, 8726, 11187, 7501, 10264, 6874, 10504, 7445, 8695, 10766, 7128, 9758, 6775, 8704, 11376, 6794, 9697, 6665, 9315, 10721, 7324, 9729, 6951, 9231, 6643, 8106, 9783, 6754, 9383, 6722, 9178, 6467, 8414, 11282, 6836, 10059, 6714, 9484, 10609, 7771, 10511, 6782, 9916, 6902, 8407, 10383, 6874, 9262, 6789, 8360, 10504, 7076, 9415, 6769, 8998, 10716, 6895, 9509, 6896, 8989, 7198, 7050, 9447, 6770, 9117, 6893, 8289, 9928, 6711, 9164, 6770, 8778, 6828, 8777, 6552, 9133, 6772, 8373, 7073, 10791, 7773, 10563, 6764, 9842, 9373, 8484, 12393, 7797, 10568, 6638, 9774, 6980, 8730, 11257, 6971, 10178, 6723, 9091, 6636, 8989, 6673, 8101, 7781, 7163, 9615, 6695, 9497, 6905, 9499, 8075, 8668, 11868, 7635, 10423, 6775, 10355, 6898, 8702, 12617, 7189, 9618, 6830, 9433, 6674, 8112, 6721, 7806, 8321, 6834, 9296, 6637, 9557, 6636, 9117, 6862, 8235, 10995, 6842, 9898, 6979, 9354, 6596, 9676, 6845, 8290, 6600, 8197, 7207, 7818, 10530, 6728, 9858, 6783, 9559, 6494, 9371, 9423, 8341, 10936, 7069, 9907, 6697, 9487, 9271, 7546, 10013, 6788, 9431, 6529, 8501, 10229, 6670, 9230, 6535, 8246, 9736, 6695, 9245, 6662, 8261, 9695, 6686, 9111, 6549, 8688, 8451, 6815, 9641, 6570, 9471, 6809, 7959, 11323, 6528, 9283, 6577, 9240, 7722, 7179, 10655, 6723, 9287, 6872, 9185, 12263, 6592, 9465, 6615, 9147, 6923, 8618, 10509, 6590, 9187, 6674, 8814, 6552, 8879, 6582, 8727, 6703, 8082, 7708, 7175, 10962, 6689, 10643, 7015, 10348, 6642, 9994, 7429, 10317, 8964, 9004, 9829, 7531, 10415, 6629, 9894, 6601, 9673, 6573, 9410, 7006, 9300, 6929, 8047, 7058, 8143, 10768, 7092, 10262, 6629, 10393, 6505, 8985, 8093, 7737, 10364, 6688, 9531, 6519, 9179, 6680, 8461, 9993, 7169, 10021, 6580, 9792, 6564, 9340, 6476, 8404, 10547, 6577, 9289, 6544, 9065, 6635, 8726, 7295, 8214, 9904, 8307, 8940, 7929, 6710, 8486], 'WindowCenter': [4049.0, 4053.0, 4000.0, 4029.0, 3987.0, 4030.0, 3995.0, 3997.0, 4028.0, 3986.0, 4029.0, 3986.0, 3997.0, 4027.0, 3998.0, 4031.0, 3998.0, 4011.0, 4041.0, 4011.0, 4042.0, 4011.0, 4045.0, 4022.0, 4025.0, 4066.0, 4013.0, 4055.0, 4002.0, 4024.0, 4063.0, 4013.0, 4054.0, 4001.0, 4022.0, 4040.0, 4011.0, 4042.0, 4000.0, 4044.0, 4052.0, 4011.0, 4041.0, 4000.0, 4043.0, 4010.0, 4011.0, 4043.0, 4010.0, 4042.0, 3999.0, 4022.0, 4051.0, 4001.0, 4043.0, 4010.0, 4033.0, 4021.0, 4012.0, 4042.0, 4012.0, 4056.0, 4013.0, 4024.0, 4053.0, 4012.0, 4044.0, 4012.0, 4024.0, 4053.0, 4014.0, 4044.0, 4025.0, 4056.0, 4026.0, 4056.0, 4027.0, 4057.0, 4039.0, 4059.0, 4049.0, 4047.0, 4060.0, 4089.0, 4014.0, 4066.0, 4053.0, 4034.0, 4051.0, 4010.0, 4050.0, 3988.0, 4040.0, 4038.0, 4008.0, 4038.0, 3997.0, 4039.0, 3987.0, 4030.0, 4028.0, 3999.0, 4039.0, 3999.0, 4043.0, 4012.0, 4054.0, 4010.0, 4022.0, 4062.0, 4011.0, 4052.0, 4010.0, 4043.0, 4050.0, 4011.0, 4051.0, 3999.0, 4051.0, 3998.0, 4030.0, 4039.0, 4009.0, 4040.0, 4010.0, 4041.0, 4010.0, 4042.0, 4030.0, 4011.0, 4051.0, 4010.0, 4042.0, 4009.0, 4031.0, 4029.0, 4020.0, 4050.0, 3999.0, 4051.0, 3998.0, 4030.0, 4018.0, 4010.0, 4051.0, 4010.0, 4052.0, 4010.0, 4041.0, 4013.0, 4046.0, 4024.0, 4044.0, 4011.0, 4045.0, 4054.0, 4023.0, 4042.0, 4022.0, 4052.0, 4011.0, 4053.0, 4010.0, 4041.0, 4039.0, 4009.0, 4048.0, 3997.0, 4038.0, 3985.0, 4028.0, 4036.0, 3996.0, 4036.0, 3984.0, 4026.0, 3983.0, 4005.0, 4025.0, 3984.0, 4026.0, 3984.0, 4006.0, 4024.0, 3985.0, 4026.0, 3984.0, 4017.0, 4036.0, 3997.0, 4038.0, 3986.0, 4029.0, 3996.0, 4009.0, 4039.0, 3998.0, 4041.0, 4028.0, 3999.0, 4038.0, 3997.0, 4030.0, 3987.0, 4009.0, 4039.0, 3998.0, 4029.0, 3997.0, 4019.0, 4048.0, 3998.0, 4040.0, 3998.0, 4020.0, 4049.0, 3998.0, 4039.0, 3987.0, 4019.0, 4048.0, 3988.0, 4029.0, 3998.0, 4041.0, 3998.0, 4000.0, 4040.0, 4000.0, 4041.0, 3999.0, 4031.0, 4050.0, 3999.0, 4041.0, 3998.0, 4030.0, 4028.0, 3999.0, 4039.0, 3999.0, 4042.0, 4019.0, 4010.0, 4040.0, 3999.0, 4041.0, 3988.0, 4020.0, 4049.0, 3999.0, 4040.0, 3987.0, 4029.0, 4038.0, 3998.0, 4040.0, 3998.0, 4041.0, 4050.0, 3999.0, 4040.0, 3998.0, 4031.0, 4039.0, 4000.0, 4041.0, 3999.0, 4030.0, 4018.0, 4000.0, 4040.0, 4010.0, 4043.0, 4041.0, 4011.0, 4041.0, 4011.0, 4042.0, 3999.0, 4033.0, 4062.0, 4011.0, 4042.0, 3999.0, 4021.0, 4050.0, 3999.0, 4041.0, 3999.0, 4041.0, 4019.0, 4010.0, 4040.0, 4000.0, 4042.0, 3999.0, 4021.0, 4063.0, 4034.0, 4042.0, 4021.0, 4011.0, 4064.0, 4052.0, 4012.0, 4052.0, 4011.0, 4053.0, 4021.0, 4033.0, 4062.0, 4010.0, 4050.0, 3987.0, 4039.0, 4015.0, 4015.0, 4034.0, 3993.0, 4023.0, 3969.0, 4010.0, 3957.0, 4000.0, 3958.0, 4001.0, 3979.0, 4013.0, 4001.0, 4013.0, 3982.0, 4014.0, 4005.0, 4035.0, 4015.0, 4014.0, 4016.0, 4035.0, 3994.0, 4025.0, 3982.0, 4024.0, 3971.0, 4014.0, 3992.0, 4014.0, 4024.0, 4005.0, 4025.0, 3994.0, 4016.0, 3996.0, 4026.0, 4008.0, 4009.0, 4031.0, 4040.0, 4031.0, 4050.0, 4030.0, 4048.0, 3996.0, 4037.0, 3994.0, 4015.0, 4035.0, 4005.0, 4024.0, 4006.0, 4025.0, 3997.0, 4038.0, 3998.0, 4039.0, 3999.0, 4053.0, 4011.0, 4040.0, 4013.0, 4053.0, 4001.0, 4042.0, 4000.0, 4042.0, 4000.0, 4053.0, 4063.0, 4032.0, 4060.0, 4020.0, 4050.0, 3998.0, 4040.0, 3997.0, 4029.0, 4048.0, 4018.0, 4037.0, 3997.0, 4039.0, 3999.0, 4040.0, 3999.0, 4042.0, 3999.0, 4032.0, 4052.0, 4011.0, 4052.0, 4011.0, 4052.0, 3989.0, 4041.0, 4049.0, 4010.0, 4040.0, 3998.0, 4039.0, 3987.0, 4040.0, 4018.0, 4021.0, 4051.0, 4000.0, 4041.0, 4001.0, 4052.0, 4001.0, 4044.0, 4032.0, 4023.0, 4052.0, 4023.0, 4053.0, 4002.0, 4054.0, 4011.0, 4042.0, 4041.0, 4032.0, 4051.0, 4011.0, 4052.0, 4000.0, 4042.0, 3999.0, 4031.0, 4050.0, 4010.0, 4041.0, 4000.0, 4052.0, 4000.0, 4042.0, 4051.0, 4011.0, 4041.0, 4000.0, 4041.0, 3999.0, 4041.0, 4050.0, 4021.0, 4041.0, 4010.0, 4041.0, 3999.0, 4042.0, 4049.0, 4010.0, 4051.0, 3999.0, 4051.0, 3988.0, 4031.0, 4040.0, 4009.0, 4041.0, 3998.0, 4030.0, 4038.0, 4009.0, 4039.0, 3999.0, 4041.0, 4049.0, 4020.0, 4039.0, 4009.0, 4041.0, 3998.0, 4030.0, 4040.0, 3999.0, 4040.0, 3989.0, 4042.0, 4020.0, 4021.0, 4051.0, 4000.0, 4052.0, 3999.0, 4042.0, 4051.0, 4022.0, 4052.0, 4011.0, 4052.0, 4001.0, 4043.0, 4042.0, 4013.0, 4052.0, 4011.0, 4052.0, 4001.0, 4043.0, 4031.0, 4022.0, 4062.0, 4022.0, 4051.0, 4000.0, 4042.0, 4001.0, 4042.0, 4000.0, 4032.0, 4051.0, 4000.0, 4042.0, 3999.0, 4042.0, 4050.0, 4020.0, 4040.0, 3989.0, 4041.0, 3999.0, 4031.0, 4019.0, 4021.0, 4040.0, 4000.0, 4041.0, 3999.0, 4040.0, 3988.0, 4030.0, 4049.0, 4009.0, 4040.0, 3998.0, 4039.0, 3996.0, 4019.0, 4038.0, 3998.0, 4029.0, 3986.0, 4018.0, 4036.0, 3987.0, 4028.0, 3998.0, 4029.0, 4037.0, 4007.0, 4027.0, 3997.0, 4029.0, 3986.0, 4019.0, 4038.0, 3998.0, 4028.0, 3999.0, 4041.0, 3988.0, 4031.0, 4050.0, 3999.0, 4040.0, 3998.0, 4040.0, 4038.0, 4009.0, 4039.0, 3987.0, 4028.0, 3985.0, 4018.0, 4027.0, 3997.0, 4029.0, 3986.0, 4018.0, 4036.0, 3998.0, 4028.0, 3997.0, 4030.0, 4038.0, 3998.0, 4028.0, 3997.0, 4030.0, 3997.0, 4010.0, 4040.0, 3999.0, 4030.0, 4009.0, 4032.0, 4040.0, 4011.0, 4042.0, 4011.0, 4032.0, 4012.0, 4043.0, 4013.0, 4055.0, 4025.0, 4046.0, 4038.0, 4078.0, 4036.0, 4065.0, 4013.0, 4054.0, 4041.0, 4032.0, 4062.0, 4009.0, 4039.0, 3988.0, 4039.0, 3996.0, 4018.0, 4037.0, 3996.0, 4026.0, 3986.0, 4017.0, 3986.0, 4029.0, 3998.0, 4020.0, 4008.0, 4010.0, 4029.0, 3999.0, 4041.0, 3999.0, 4041.0, 4008.0, 4020.0, 4048.0, 4007.0, 4038.0, 3986.0, 4028.0, 3985.0, 4017.0, 4046.0, 3985.0, 4026.0, 3985.0, 4017.0, 3985.0, 4006.0, 3985.0, 4007.0, 4017.0, 3999.0, 4030.0, 3999.0, 4040.0, 3999.0, 4031.0, 3998.0, 4020.0, 4039.0, 3999.0, 4029.0, 3999.0, 4029.0, 3997.0, 4041.0, 3999.0, 4031.0, 3999.0, 4021.0, 4008.0, 4021.0, 4050.0, 4000.0, 4040.0, 3999.0, 4040.0, 3988.0, 4030.0, 4029.0, 4019.0, 4038.0, 3997.0, 4027.0, 3985.0, 4028.0, 4026.0, 4007.0, 4026.0, 3985.0, 4016.0, 3974.0, 4017.0, 4026.0, 3987.0, 4028.0, 3975.0, 4006.0, 4015.0, 3985.0, 4027.0, 3986.0, 4019.0, 4028.0, 3998.0, 4030.0, 3988.0, 4031.0, 4019.0, 4001.0, 4041.0, 4000.0, 4042.0, 4000.0, 4021.0, 4051.0, 4001.0, 4040.0, 4000.0, 4043.0, 4020.0, 4012.0, 4051.0, 4001.0, 4042.0, 4000.0, 4043.0, 4061.0, 4001.0, 4040.0, 4000.0, 4042.0, 4010.0, 4043.0, 4052.0, 4002.0, 4042.0, 4012.0, 4043.0, 4002.0, 4045.0, 4013.0, 4044.0, 4013.0, 4035.0, 4023.0, 4025.0, 4065.0, 4015.0, 4065.0, 4024.0, 4053.0, 4013.0, 4055.0, 4012.0, 4053.0, 4031.0, 4031.0, 4040.0, 4021.0, 4040.0, 4000.0, 4040.0, 3999.0, 4040.0, 3999.0, 4031.0, 3999.0, 4031.0, 3999.0, 4020.0, 3998.0, 4020.0, 4039.0, 3999.0, 4040.0, 3988.0, 4039.0, 3976.0, 4018.0, 4006.0, 4008.0, 4027.0, 3987.0, 4028.0, 3987.0, 4029.0, 3986.0, 4019.0, 4028.0, 3999.0, 4029.0, 3986.0, 4027.0, 3986.0, 4028.0, 3986.0, 4018.0, 4038.0, 3987.0, 4027.0, 3987.0, 4028.0, 3997.0, 4030.0, 4009.0, 4031.0, 4039.0, 4031.0, 4030.0, 4021.0, 4000.0, 4032.0], 'WindowWidth': [9022.0, 9016.0, 8941.0, 8974.0, 8914.0, 8974.0, 8921.0, 8929.0, 8969.0, 8913.0, 8973.0, 8911.0, 8930.0, 8968.0, 8931.0, 8980.0, 8932.0, 8955.0, 8993.0, 8956.0, 8997.0, 8957.0, 9008.0, 8974.0, 8982.0, 9036.0, 8963.0, 9019.0, 8945.0, 8977.0, 9028.0, 8961.0, 9017.0, 8941.0, 8971.0, 8991.0, 8956.0, 8997.0, 8940.0, 9004.0, 9010.0, 8957.0, 8993.0, 8940.0, 8999.0, 8952.0, 8956.0, 8998.0, 8953.0, 8996.0, 8937.0, 8971.0, 9009.0, 8943.0, 9001.0, 8954.0, 8988.0, 8968.0, 8960.0, 8999.0, 8959.0, 9022.0, 8963.0, 8978.0, 9013.0, 8960.0, 9005.0, 8958.0, 8978.0, 9014.0, 8966.0, 9005.0, 8985.0, 9026.0, 8986.0, 9026.0, 8991.0, 9031.0, 9014.0, 9039.0, 9027.0, 9019.0, 9040.0, 9076.0, 8969.0, 9038.0, 9016.0, 8990.0, 9010.0, 8954.0, 9005.0, 8921.0, 8992.0, 8986.0, 8946.0, 8984.0, 8931.0, 8988.0, 8917.0, 8978.0, 8973.0, 8938.0, 8990.0, 8939.0, 9003.0, 8961.0, 9020.0, 8956.0, 8975.0, 9026.0, 8958.0, 9013.0, 8954.0, 9002.0, 9004.0, 8956.0, 9009.0, 8938.0, 9007.0, 8933.0, 8980.0, 8988.0, 8951.0, 8994.0, 8955.0, 8997.0, 8954.0, 9000.0, 8979.0, 8958.0, 9010.0, 8955.0, 8998.0, 8951.0, 8983.0, 8975.0, 8967.0, 9005.0, 8938.0, 9008.0, 8935.0, 8978.0, 8959.0, 8953.0, 9010.0, 8955.0, 9014.0, 8955.0, 8995.0, 8963.0, 9013.0, 8981.0, 9007.0, 8957.0, 9008.0, 9020.0, 8974.0, 8997.0, 8974.0, 9011.0, 8957.0, 9015.0, 8951.0, 8995.0, 8987.0, 8947.0, 8997.0, 8929.0, 8985.0, 8909.0, 8971.0, 8977.0, 8926.0, 8978.0, 8906.0, 8964.0, 8901.0, 8935.0, 8960.0, 8906.0, 8965.0, 8906.0, 8937.0, 8959.0, 8908.0, 8965.0, 8907.0, 8957.0, 8979.0, 8929.0, 8984.0, 8915.0, 8973.0, 8925.0, 8948.0, 8986.0, 8932.0, 8993.0, 8971.0, 8934.0, 8985.0, 8930.0, 8976.0, 8914.0, 8948.0, 8987.0, 8932.0, 8974.0, 8930.0, 8963.0, 8998.0, 8931.0, 8990.0, 8932.0, 8964.0, 9001.0, 8933.0, 8988.0, 8916.0, 8962.0, 8998.0, 8919.0, 8973.0, 8933.0, 8993.0, 8933.0, 8939.0, 8992.0, 8939.0, 8994.0, 8936.0, 8983.0, 9005.0, 8938.0, 8994.0, 8934.0, 8979.0, 8972.0, 8936.0, 8988.0, 8936.0, 8997.0, 8961.0, 8953.0, 8990.0, 8937.0, 8993.0, 8919.0, 8965.0, 9002.0, 8936.0, 8990.0, 8917.0, 8976.0, 8983.0, 8933.0, 8990.0, 8935.0, 8995.0, 9003.0, 8937.0, 8990.0, 8933.0, 8981.0, 8989.0, 8939.0, 8994.0, 8935.0, 8979.0, 8959.0, 8939.0, 8993.0, 8954.0, 9001.0, 8994.0, 8956.0, 8994.0, 8956.0, 8999.0, 8939.0, 8989.0, 9026.0, 8956.0, 8997.0, 8935.0, 8968.0, 9004.0, 8937.0, 8995.0, 8937.0, 8995.0, 8962.0, 8954.0, 8992.0, 8939.0, 8999.0, 8937.0, 8969.0, 9028.0, 8993.0, 8999.0, 8969.0, 8957.0, 9033.0, 9012.0, 8959.0, 9012.0, 8956.0, 9016.0, 8968.0, 8987.0, 9022.0, 8951.0, 9004.0, 8914.0, 8986.0, 8945.0, 8947.0, 8968.0, 8912.0, 8952.0, 8874.0, 8929.0, 8855.0, 8915.0, 8860.0, 8921.0, 8887.0, 8940.0, 8923.0, 8942.0, 8900.0, 8947.0, 8936.0, 8974.0, 8950.0, 8945.0, 8953.0, 8976.0, 8919.0, 8960.0, 8900.0, 8957.0, 8885.0, 8946.0, 8912.0, 8946.0, 8957.0, 8936.0, 8961.0, 8920.0, 8949.0, 8925.0, 8966.0, 8946.0, 8948.0, 8983.0, 8991.0, 8981.0, 9003.0, 8976.0, 8997.0, 8926.0, 8981.0, 8917.0, 8948.0, 8972.0, 8932.0, 8957.0, 8937.0, 8962.0, 8930.0, 8984.0, 8933.0, 8987.0, 8935.0, 9018.0, 8954.0, 8992.0, 8963.0, 9016.0, 8945.0, 8996.0, 8941.0, 8996.0, 8939.0, 9014.0, 9025.0, 8983.0, 9018.0, 8965.0, 9004.0, 8933.0, 8990.0, 8930.0, 8975.0, 8997.0, 8959.0, 8981.0, 8930.0, 8988.0, 8935.0, 8991.0, 8937.0, 8997.0, 8937.0, 8985.0, 9010.0, 8956.0, 9009.0, 8954.0, 9009.0, 8922.0, 8995.0, 9002.0, 8951.0, 8990.0, 8933.0, 8988.0, 8917.0, 8991.0, 8959.0, 8967.0, 9006.0, 8940.0, 8993.0, 8944.0, 9011.0, 8944.0, 9005.0, 8986.0, 8976.0, 9011.0, 8976.0, 9014.0, 8946.0, 9017.0, 8955.0, 8998.0, 8993.0, 8984.0, 9007.0, 8955.0, 9011.0, 8938.0, 8995.0, 8935.0, 8982.0, 9005.0, 8953.0, 8995.0, 8940.0, 9011.0, 8941.0, 8998.0, 9006.0, 8955.0, 8995.0, 8939.0, 8995.0, 8936.0, 8995.0, 9004.0, 8968.0, 8993.0, 8952.0, 8993.0, 8936.0, 8997.0, 9002.0, 8953.0, 9007.0, 8936.0, 9008.0, 8920.0, 8980.0, 8990.0, 8950.0, 8993.0, 8932.0, 8977.0, 8985.0, 8949.0, 8989.0, 8936.0, 8995.0, 9001.0, 8964.0, 8989.0, 8950.0, 8994.0, 8932.0, 8979.0, 8990.0, 8936.0, 8990.0, 8922.0, 8997.0, 8964.0, 8969.0, 9007.0, 8940.0, 9009.0, 8938.0, 9000.0, 9009.0, 8971.0, 9010.0, 8955.0, 9010.0, 8942.0, 9001.0, 8996.0, 8960.0, 9011.0, 8956.0, 9009.0, 8940.0, 8999.0, 8982.0, 8972.0, 9021.0, 8970.0, 9007.0, 8938.0, 8997.0, 8940.0, 8997.0, 8938.0, 8984.0, 9007.0, 8940.0, 8997.0, 8936.0, 8996.0, 9001.0, 8965.0, 8990.0, 8922.0, 8994.0, 8934.0, 8980.0, 8960.0, 8966.0, 8990.0, 8937.0, 8993.0, 8934.0, 8991.0, 8917.0, 8978.0, 8999.0, 8949.0, 8989.0, 8930.0, 8987.0, 8925.0, 8959.0, 8982.0, 8931.0, 8973.0, 8912.0, 8957.0, 8976.0, 8914.0, 8969.0, 8933.0, 8975.0, 8980.0, 8942.0, 8966.0, 8929.0, 8973.0, 8912.0, 8962.0, 8985.0, 8933.0, 8971.0, 8935.0, 8993.0, 8919.0, 8982.0, 9005.0, 8936.0, 8989.0, 8931.0, 8991.0, 8983.0, 8946.0, 8985.0, 8914.0, 8969.0, 8909.0, 8957.0, 8967.0, 8930.0, 8973.0, 8913.0, 8958.0, 8977.0, 8930.0, 8970.0, 8930.0, 8977.0, 8985.0, 8931.0, 8969.0, 8929.0, 8976.0, 8930.0, 8951.0, 8989.0, 8936.0, 8979.0, 8949.0, 8985.0, 8992.0, 8957.0, 8996.0, 8956.0, 8983.0, 8959.0, 9001.0, 8963.0, 9020.0, 8984.0, 9010.0, 9004.0, 9058.0, 8996.0, 9031.0, 8960.0, 9017.0, 8993.0, 8983.0, 9021.0, 8947.0, 8985.0, 8916.0, 8986.0, 8924.0, 8957.0, 8978.0, 8924.0, 8963.0, 8912.0, 8954.0, 8913.0, 8974.0, 8933.0, 8964.0, 8945.0, 8951.0, 8974.0, 8935.0, 8992.0, 8934.0, 8991.0, 8943.0, 8962.0, 8996.0, 8941.0, 8981.0, 8911.0, 8968.0, 8907.0, 8952.0, 8988.0, 8909.0, 8962.0, 8907.0, 8952.0, 8906.0, 8938.0, 8908.0, 8943.0, 8953.0, 8935.0, 8976.0, 8935.0, 8990.0, 8934.0, 8980.0, 8931.0, 8965.0, 8987.0, 8933.0, 8972.0, 8933.0, 8974.0, 8929.0, 8992.0, 8935.0, 8981.0, 8936.0, 8966.0, 8945.0, 8966.0, 9003.0, 8937.0, 8989.0, 8936.0, 8990.0, 8918.0, 8977.0, 8973.0, 8960.0, 8982.0, 8928.0, 8967.0, 8908.0, 8968.0, 8963.0, 8938.0, 8963.0, 8908.0, 8951.0, 8891.0, 8952.0, 8962.0, 8914.0, 8969.0, 8893.0, 8938.0, 8946.0, 8909.0, 8967.0, 8911.0, 8959.0, 8970.0, 8933.0, 8975.0, 8918.0, 8981.0, 8960.0, 8940.0, 8994.0, 8939.0, 8997.0, 8936.0, 8967.0, 9004.0, 8941.0, 8992.0, 8940.0, 8999.0, 8965.0, 8956.0, 9006.0, 8941.0, 8997.0, 8939.0, 8999.0, 9019.0, 8939.0, 8990.0, 8939.0, 8996.0, 8951.0, 9000.0, 9008.0, 8945.0, 8996.0, 8958.0, 9000.0, 8947.0, 9007.0, 8963.0, 9006.0, 8962.0, 8993.0, 8975.0, 8982.0, 9032.0, 8969.0, 9032.0, 8978.0, 9014.0, 8961.0, 9018.0, 8957.0, 9013.0, 8978.0, 8980.0, 8990.0, 8965.0, 8988.0, 8936.0, 8989.0, 8934.0, 8988.0, 8934.0, 8978.0, 8933.0, 8979.0, 8932.0, 8962.0, 8931.0, 8965.0, 8986.0, 8935.0, 8990.0, 8915.0, 8984.0, 8896.0, 8957.0, 8936.0, 8942.0, 8967.0, 8914.0, 8969.0, 8913.0, 8971.0, 8912.0, 8960.0, 8969.0, 8932.0, 8971.0, 8911.0, 8966.0, 8910.0, 8969.0, 8910.0, 8958.0, 8984.0, 8914.0, 8967.0, 8913.0, 8971.0, 8928.0, 8977.0, 8948.0, 8982.0, 8988.0, 8978.0, 8975.0, 8966.0, 8938.0, 8985.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.0005024195470798572</td></tr>
<tr><td colspan=3>aqi</td><td>0.022469299999999998</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.91327370420053</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.229059461730311</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9796523321837705</td></tr>
<tr><td colspan=3>efc</td><td>0.4347</td></tr>
<tr><td colspan=3>fber</td><td>8688.002</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06173988392009565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.834326579261025</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3929430227815853</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.263158946042086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5946588472294216</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3210112750732477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134205</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016978347674012184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02637767232954502</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8509158230025773</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.3591</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.8197</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1169</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.3527</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2488</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.9363</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3306.1563</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.2823</td></tr>
<tr><td colspan=3>tsnr</td><td>42.4711870518513</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>