<?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-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_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-0038/ses-03/func/sub-0038_ses-03_task-alignvideo_acq-mb8_run-03_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>f4411deef26e830422858995ba447568</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:53:36.872500</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.992472, -0.120072, 0.024113, 0.117116, 0.988086, 0.0998523]</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-03_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.0719599</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7744, -7241, 551, -78, -193, -65, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f1dc199-46ab-419d-930a-78eaa23b7844||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.6627304553985596, 0.31421253085136414, 0.09670092165470123, 95.74491882324219], [0.32214510440826416, 2.6509618759155273, 0.2599468529224396, -114.96015930175781], [0.06469328701496124, -0.2678963541984558, 2.6857171058654785, -57.74821472167969], [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, 1065]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'AcquisitionTime': ['165336.872500', '165337.332500', '165337.792500', '165338.252500', '165338.712500', '165339.172500', '165339.632500', '165340.092500', '165340.552500', '165341.012500', '165341.472500', '165341.932500', '165342.392500', '165342.852500', '165343.312500', '165343.772500', '165344.232500', '165344.692500', '165345.152500', '165345.612500', '165346.072500', '165346.532500', '165346.992500', '165347.452500', '165347.912500', '165348.372500', '165348.832500', '165349.292500', '165349.752500', '165350.212500', '165350.672500', '165351.132500', '165351.592500', '165352.052500', '165352.512500', '165352.972500', '165353.432500', '165353.892500', '165354.352500', '165354.812500', '165355.272500', '165355.732500', '165356.192500', '165356.652500', '165357.112500', '165357.572500', '165358.032500', '165358.492500', '165358.952500', '165359.412500', '165359.872500', '165400.332500', '165400.792500', '165401.252500', '165401.712500', '165402.172500', '165402.632500', '165403.092500', '165403.552500', '165404.012500', '165404.472500', '165404.932500', '165405.392500', '165405.852500', '165406.312500', '165406.772500', '165407.232500', '165407.692500', '165408.152500', '165408.612500', '165409.072500', '165409.532500', '165409.992500', '165410.452500', '165410.912500', '165411.372500', '165411.832500', '165412.292500', '165412.752500', '165413.212500', '165413.672500', '165414.132500', '165414.592500', '165415.052500', '165415.512500', '165415.972500', '165416.432500', '165416.892500', '165417.352500', '165417.812500', '165418.272500', '165418.732500', '165419.192500', '165419.652500', '165420.112500', '165420.572500', '165421.032500', '165421.492500', '165421.952500', '165422.412500', '165422.872500', '165423.332500', '165423.792500', '165424.252500', '165424.712500', '165425.172500', '165425.632500', '165426.092500', '165426.552500', '165427.012500', '165427.472500', '165427.932500', '165428.392500', '165428.852500', '165429.312500', '165429.772500', '165430.232500', '165430.692500', '165431.152500', '165431.612500', '165432.072500', '165432.532500', '165432.992500', '165433.452500', '165433.912500', '165434.372500', '165434.832500', '165435.292500', '165435.752500', '165436.212500', '165436.672500', '165437.132500', '165437.592500', '165438.052500', '165438.512500', '165438.972500', '165439.432500', '165439.892500', '165440.352500', '165440.812500', '165441.272500', '165441.732500', '165442.192500', '165442.652500', '165443.112500', '165443.572500', '165444.032500', '165444.492500', '165444.952500', '165445.412500', '165445.872500', '165446.332500', '165446.792500', '165447.252500', '165447.712500', '165448.172500', '165448.632500', '165449.092500', '165449.552500', '165450.012500', '165450.472500', '165450.932500', '165451.392500', '165451.852500', '165452.312500', '165452.772500', '165453.232500', '165453.692500', '165454.152500', '165454.612500', '165455.072500', '165455.532500', '165455.992500', '165456.452500', '165456.912500', '165457.372500', '165457.832500', '165458.292500', '165458.752500', '165459.212500', '165459.672500', '165500.132500', '165500.592500', '165501.052500', '165501.512500', '165501.972500', '165502.432500', '165502.892500', '165503.352500', '165503.812500', '165504.272500', '165504.732500', '165505.192500', '165505.652500', '165506.112500', '165506.572500', '165507.032500', '165507.492500', '165507.952500', '165508.412500', '165508.872500', '165509.332500', '165509.792500', '165510.252500', '165510.712500', '165511.172500', '165511.632500', '165512.092500', '165512.552500', '165513.012500', '165513.472500', '165513.932500', '165514.392500', '165514.852500', '165515.312500', '165515.772500', '165516.232500', '165516.692500', '165517.152500', '165517.612500', '165518.072500', '165518.532500', '165518.992500', '165519.452500', '165519.912500', '165520.372500', '165520.832500', '165521.292500', '165521.752500', '165522.212500', '165522.672500', '165523.132500', '165523.592500', '165524.052500', '165524.512500', '165524.972500', '165525.432500', '165525.892500', '165526.352500', '165526.812500', '165527.272500', '165527.732500', '165528.192500', '165528.652500', '165529.112500', '165529.572500', '165530.032500', '165530.492500', '165530.952500', '165531.412500', '165531.872500', '165532.332500', '165532.792500', '165533.252500', '165533.712500', '165534.172500', '165534.632500', '165535.092500', '165535.552500', '165536.012500', '165536.472500', '165536.932500', '165537.392500', '165537.852500', '165538.312500', '165538.772500', '165539.232500', '165539.692500', '165540.152500', '165540.612500', '165541.072500', '165541.532500', '165541.992500', '165542.452500', '165542.912500', '165543.372500', '165543.832500', '165544.292500', '165544.752500', '165545.212500', '165545.672500', '165546.132500', '165546.592500', '165547.052500', '165547.512500', '165547.972500', '165548.432500', '165548.892500', '165549.352500', '165549.812500', '165550.272500', '165550.732500', '165551.192500', '165551.652500', '165552.112500', '165552.572500', '165553.032500', '165553.492500', '165553.952500', '165554.412500', '165554.872500', '165555.332500', '165555.792500', '165556.252500', '165556.712500', '165557.172500', '165557.632500', '165558.092500', '165558.552500', '165559.012500', '165559.472500', '165559.932500', '165600.392500', '165600.852500', '165601.312500', '165601.772500', '165602.232500', '165602.692500', '165603.152500', '165603.612500', '165604.072500', '165604.532500', '165604.992500', '165605.452500', '165605.912500', '165606.372500', '165606.832500', '165607.292500', '165607.752500', '165608.212500', '165608.672500', '165609.132500', '165609.592500', '165610.052500', '165610.512500', '165610.972500', '165611.432500', '165611.892500', '165612.352500', '165612.812500', '165613.272500', '165613.732500', '165614.192500', '165614.652500', '165615.112500', '165615.572500', '165616.032500', '165616.492500', '165616.952500', '165617.412500', '165617.872500', '165618.332500', '165618.792500', '165619.252500', '165619.712500', '165620.172500', '165620.632500', '165621.092500', '165621.552500', '165622.012500', '165622.472500', '165622.932500', '165623.392500', '165623.852500', '165624.312500', '165624.772500', '165625.232500', '165625.692500', '165626.152500', '165626.612500', '165627.072500', '165627.532500', '165627.992500', '165628.452500', '165628.912500', '165629.372500', '165629.832500', '165630.292500', '165630.752500', '165631.212500', '165631.672500', '165632.132500', '165632.592500', '165633.052500', '165633.512500', '165633.972500', '165634.432500', '165634.892500', '165635.352500', '165635.812500', '165636.272500', '165636.732500', '165637.192500', '165637.652500', '165638.112500', '165638.572500', '165639.032500', '165639.492500', '165639.952500', '165640.412500', '165640.872500', '165641.332500', '165641.792500', '165642.252500', '165642.712500', '165643.172500', '165643.632500', '165644.092500', '165644.552500', '165645.012500', '165645.472500', '165645.932500', '165646.392500', '165646.852500', '165647.312500', '165647.772500', '165648.232500', '165648.692500', '165649.152500', '165649.612500', '165650.072500', '165650.532500', '165650.992500', '165651.452500', '165651.912500', '165652.372500', '165652.832500', '165653.292500', '165653.752500', '165654.212500', '165654.672500', '165655.132500', '165655.592500', '165656.052500', '165656.512500', '165656.972500', '165657.432500', '165657.892500', '165658.352500', '165658.812500', '165659.272500', '165659.732500', '165700.192500', '165700.652500', '165701.112500', '165701.572500', '165702.032500', '165702.492500', '165702.952500', '165703.412500', '165703.872500', '165704.332500', '165704.792500', '165705.252500', '165705.712500', '165706.172500', '165706.632500', '165707.092500', '165707.552500', '165708.012500', '165708.472500', '165708.932500', '165709.392500', '165709.852500', '165710.312500', '165710.772500', '165711.232500', '165711.692500', '165712.152500', '165712.612500', '165713.072500', '165713.532500', '165713.992500', '165714.452500', '165714.912500', '165715.372500', '165715.832500', '165716.292500', '165716.752500', '165717.212500', '165717.672500', '165718.132500', '165718.592500', '165719.052500', '165719.512500', '165719.972500', '165720.432500', '165720.892500', '165721.352500', '165721.812500', '165722.272500', '165722.732500', '165723.192500', '165723.652500', '165724.112500', '165724.572500', '165725.032500', '165725.492500', '165725.952500', '165726.412500', '165726.872500', '165727.332500', '165727.792500', '165728.252500', '165728.712500', '165729.172500', '165729.632500', '165730.092500', '165730.552500', '165731.012500', '165731.472500', '165731.932500', '165732.392500', '165732.852500', '165733.312500', '165733.772500', '165734.232500', '165734.692500', '165735.152500', '165735.612500', '165736.072500', '165736.532500', '165736.992500', '165737.452500', '165737.912500', '165738.372500', '165738.832500', '165739.292500', '165739.752500', '165740.212500', '165740.672500', '165741.132500', '165741.592500', '165742.052500', '165742.512500', '165742.972500', '165743.432500', '165743.892500', '165744.352500', '165744.812500', '165745.272500', '165745.732500', '165746.192500', '165746.652500', '165747.112500', '165747.572500', '165748.032500', '165748.492500', '165748.952500', '165749.412500', '165749.872500', '165750.332500', '165750.792500', '165751.252500', '165751.712500', '165752.172500', '165752.632500', '165753.092500', '165753.552500', '165754.012500', '165754.472500', '165754.932500', '165755.392500', '165755.852500', '165756.312500', '165756.772500', '165757.232500', '165757.692500', '165758.152500', '165758.612500', '165759.072500', '165759.532500', '165759.992500', '165800.452500', '165800.912500', '165801.372500', '165801.832500', '165802.292500', '165802.752500', '165803.212500', '165803.672500', '165804.132500', '165804.592500', '165805.052500', '165805.512500', '165805.972500', '165806.432500', '165806.892500', '165807.352500', '165807.812500', '165808.272500', '165808.732500', '165809.192500', '165809.652500', '165810.112500', '165810.572500', '165811.032500', '165811.492500', '165811.952500', '165812.412500', '165812.872500', '165813.332500', '165813.792500', '165814.252500', '165814.712500', '165815.172500', '165815.632500', '165816.092500', '165816.552500', '165817.012500', '165817.472500', '165817.932500', '165818.392500', '165818.852500', '165819.312500', '165819.772500', '165820.232500', '165820.692500', '165821.152500', '165821.612500', '165822.072500', '165822.532500', '165822.992500', '165823.452500', '165823.912500', '165824.372500', '165824.832500', '165825.292500', '165825.752500', '165826.212500', '165826.672500', '165827.132500', '165827.592500', '165828.052500', '165828.512500', '165828.972500', '165829.432500', '165829.892500', '165830.352500', '165830.812500', '165831.272500', '165831.732500', '165832.192500', '165832.652500', '165833.112500', '165833.572500', '165834.032500', '165834.492500', '165834.952500', '165835.412500', '165835.872500', '165836.332500', '165836.792500', '165837.252500', '165837.712500', '165838.172500', '165838.632500', '165839.092500', '165839.552500', '165840.012500', '165840.472500', '165840.932500', '165841.392500', '165841.852500', '165842.312500', '165842.772500', '165843.232500', '165843.692500', '165844.152500', '165844.612500', '165845.072500', '165845.532500', '165845.992500', '165846.452500', '165846.912500', '165847.372500', '165847.832500', '165848.292500', '165848.752500', '165849.212500', '165849.672500', '165850.132500', '165850.592500', '165851.052500', '165851.512500', '165851.972500', '165852.432500', '165852.892500', '165853.352500', '165853.812500', '165854.272500', '165854.732500', '165855.192500', '165855.652500', '165856.112500', '165856.572500', '165857.032500', '165857.492500', '165857.952500', '165858.412500', '165858.872500', '165859.332500', '165859.792500', '165900.252500', '165900.712500', '165901.172500', '165901.632500', '165902.092500', '165902.552500', '165903.012500', '165903.472500', '165903.932500', '165904.392500', '165904.852500', '165905.312500', '165905.772500', '165906.232500', '165906.692500', '165907.152500', '165907.612500', '165908.072500', '165908.532500', '165908.992500', '165909.452500', '165909.912500', '165910.372500', '165910.832500', '165911.292500', '165911.752500', '165912.212500', '165912.672500', '165913.132500', '165913.592500', '165914.052500', '165914.512500', '165914.972500', '165915.432500', '165915.892500', '165916.352500', '165916.812500', '165917.272500', '165917.732500', '165918.192500', '165918.652500', '165919.112500', '165919.572500', '165920.032500', '165920.492500', '165920.952500', '165921.412500', '165921.872500', '165922.332500', '165922.792500', '165923.252500', '165923.712500', '165924.172500', '165924.632500', '165925.092500', '165925.552500', '165926.012500', '165926.472500', '165926.932500', '165927.392500', '165927.852500', '165928.312500', '165928.772500', '165929.232500', '165929.692500', '165930.152500', '165930.612500', '165931.072500', '165931.532500', '165931.992500', '165932.452500', '165932.912500', '165933.372500', '165933.832500', '165934.292500', '165934.752500', '165935.212500', '165935.672500', '165936.132500', '165936.592500', '165937.052500', '165937.512500', '165937.972500', '165938.432500', '165938.892500', '165939.352500', '165939.812500', '165940.272500', '165940.732500', '165941.192500', '165941.652500', '165942.112500', '165942.572500', '165943.032500', '165943.492500', '165943.952500', '165944.412500', '165944.872500', '165945.332500', '165945.792500', '165946.252500', '165946.712500', '165947.172500', '165947.632500', '165948.092500', '165948.552500', '165949.012500', '165949.472500', '165949.932500', '165950.392500', '165950.852500', '165951.312500', '165951.772500', '165952.232500', '165952.692500', '165953.152500', '165953.612500', '165954.072500', '165954.532500', '165954.992500', '165955.452500', '165955.912500', '165956.372500', '165956.832500', '165957.292500', '165957.752500', '165958.212500', '165958.672500', '165959.132500', '165959.592500', '170000.052500', '170000.512500', '170000.972500', '170001.432500', '170001.892500', '170002.352500', '170002.812500', '170003.272500', '170003.732500', '170004.192500', '170004.652500', '170005.112500', '170005.572500', '170006.032500', '170006.492500', '170006.952500', '170007.412500', '170007.872500', '170008.332500', '170008.792500', '170009.252500', '170009.712500', '170010.172500', '170010.632500', '170011.092500', '170011.552500', '170012.012500', '170012.472500', '170012.932500', '170013.392500', '170013.852500', '170014.312500', '170014.772500', '170015.232500', '170015.692500', '170016.152500', '170016.612500', '170017.072500', '170017.532500', '170017.992500', '170018.452500', '170018.912500', '170019.372500', '170019.832500', '170020.292500', '170020.752500', '170021.212500', '170021.672500', '170022.132500', '170022.592500', '170023.052500', '170023.512500', '170023.972500', '170024.432500', '170024.892500', '170025.352500', '170025.812500', '170026.272500', '170026.732500', '170027.192500', '170027.652500', '170028.112500', '170028.572500', '170029.032500', '170029.492500', '170029.952500', '170030.412500', '170030.872500', '170031.332500', '170031.792500', '170032.252500', '170032.712500', '170033.172500', '170033.632500', '170034.092500', '170034.552500', '170035.012500', '170035.472500', '170035.932500', '170036.392500', '170036.852500', '170037.312500', '170037.772500', '170038.232500', '170038.692500', '170039.152500', '170039.612500', '170040.072500', '170040.532500', '170040.992500', '170041.452500', '170041.912500', '170042.372500', '170042.832500', '170043.292500', '170043.752500', '170044.212500', '170044.672500', '170045.132500', '170045.592500', '170046.052500', '170046.512500', '170046.972500', '170047.432500', '170047.892500', '170048.352500', '170048.812500', '170049.272500', '170049.732500', '170050.192500', '170050.652500', '170051.112500', '170051.572500', '170052.032500', '170052.492500', '170052.952500', '170053.412500', '170053.872500', '170054.332500', '170054.792500', '170055.252500', '170055.712500', '170056.172500', '170056.632500', '170057.092500', '170057.552500', '170058.012500', '170058.472500', '170058.932500', '170059.392500', '170059.852500', '170100.312500', '170100.772500', '170101.232500', '170101.692500', '170102.152500', '170102.612500', '170103.072500', '170103.532500', '170103.992500', '170104.452500', '170104.912500', '170105.372500', '170105.832500', '170106.292500', '170106.752500', '170107.212500', '170107.672500', '170108.132500', '170108.592500', '170109.052500', '170109.512500', '170109.972500', '170110.432500', '170110.892500', '170111.352500', '170111.812500', '170112.272500', '170112.732500', '170113.192500', '170113.652500', '170114.112500', '170114.572500', '170115.032500', '170115.492500', '170115.952500', '170116.412500', '170116.872500', '170117.332500', '170117.792500', '170118.252500', '170118.712500', '170119.172500', '170119.632500', '170120.092500', '170120.552500', '170121.012500', '170121.472500', '170121.932500', '170122.392500', '170122.852500', '170123.312500', '170123.772500', '170124.232500', '170124.692500', '170125.152500', '170125.612500', '170126.072500', '170126.532500', '170126.992500', '170127.452500', '170127.912500', '170128.372500', '170128.832500', '170129.292500', '170129.752500', '170130.212500', '170130.672500', '170131.132500', '170131.592500', '170132.052500', '170132.512500', '170132.972500', '170133.432500', '170133.892500', '170134.352500', '170134.812500', '170135.272500', '170135.732500', '170136.192500', '170136.652500', '170137.112500', '170137.572500', '170138.032500', '170138.492500', '170138.952500', '170139.412500', '170139.872500', '170140.332500', '170140.792500', '170141.252500', '170141.712500', '170142.172500', '170142.632500', '170143.092500', '170143.552500', '170144.012500', '170144.472500', '170144.932500', '170145.392500', '170145.852500', '170146.312500'], 'ContentTime': ['165347.069000', '165347.077000', '165347.080000', '165347.083000', '165347.086000', '165347.089000', '165347.092000', '165347.095000', '165347.098000', '165347.101000', '165347.104000', '165347.107000', '165347.114000', '165347.132000', '165347.135000', '165347.138000', '165347.141000', '165347.145000', '165347.148000', '165347.151000', '165347.153000', '165407.034000', '165407.037000', '165407.040000', '165407.043000', '165407.046000', '165407.049000', '165407.052000', '165407.055000', '165407.057000', '165407.061000', '165407.063000', '165407.066000', '165407.069000', '165407.072000', '165407.075000', '165407.078000', '165407.080000', '165407.086000', '165407.089000', '165407.092000', '165407.095000', '165407.098000', '165407.101000', '165407.104000', '165407.107000', '165407.110000', '165407.113000', '165407.123000', '165407.126000', '165407.129000', '165407.133000', '165407.136000', '165407.139000', '165407.142000', '165407.145000', '165407.148000', '165407.152000', '165407.158000', '165407.162000', '165407.165000', '165407.168000', '165407.193000', '165407.196000', '165427.034000', '165427.037000', '165427.040000', '165427.043000', '165427.045000', '165427.048000', '165427.051000', '165427.054000', '165427.057000', '165427.060000', '165427.063000', '165427.065000', '165427.068000', '165427.071000', '165427.074000', '165427.077000', '165427.080000', '165427.083000', '165427.086000', '165427.088000', '165427.091000', '165427.094000', '165427.097000', '165427.100000', '165427.103000', '165427.106000', '165427.108000', '165427.111000', '165427.114000', '165427.117000', '165427.120000', '165427.123000', '165427.125000', '165427.128000', '165427.131000', '165427.134000', '165427.137000', '165427.140000', '165427.142000', '165427.145000', '165427.148000', '165427.151000', '165427.154000', '165427.156000', '165447.034000', '165447.037000', '165447.040000', '165447.042000', '165447.045000', '165447.048000', '165447.051000', '165447.054000', '165447.057000', '165447.060000', '165447.062000', '165447.065000', '165447.068000', '165447.071000', '165447.074000', '165447.077000', '165447.080000', '165447.082000', '165447.085000', '165447.088000', '165447.091000', '165447.094000', '165447.097000', '165447.100000', '165447.103000', '165447.105000', '165447.108000', '165447.111000', '165447.114000', '165447.117000', '165447.119000', '165447.122000', '165447.125000', '165447.128000', '165447.131000', '165447.134000', '165447.136000', '165447.139000', '165447.142000', '165447.145000', '165447.148000', '165447.151000', '165447.153000', '165507.034000', '165507.037000', '165507.040000', '165507.042000', '165507.045000', '165507.048000', '165507.051000', '165507.054000', '165507.057000', '165507.060000', '165507.062000', '165507.065000', '165507.068000', '165507.071000', '165507.074000', '165507.077000', '165507.080000', '165507.083000', '165507.085000', '165507.088000', '165507.091000', '165507.094000', '165507.097000', '165507.100000', '165507.102000', '165507.105000', '165507.108000', '165507.111000', '165507.114000', '165507.117000', '165507.120000', '165507.122000', '165507.125000', '165507.128000', '165507.131000', '165507.134000', '165507.136000', '165507.139000', '165507.142000', '165507.145000', '165507.148000', '165507.151000', '165507.154000', '165507.156000', '165527.035000', '165527.038000', '165527.041000', '165527.050000', '165527.053000', '165527.056000', '165527.058000', '165527.061000', '165527.064000', '165527.067000', '165527.070000', '165527.073000', '165527.075000', '165527.078000', '165527.081000', '165527.084000', '165527.087000', '165527.090000', '165527.093000', '165527.096000', '165527.098000', '165527.101000', '165527.104000', '165527.113000', '165527.116000', '165527.119000', '165527.122000', '165527.126000', '165527.129000', '165527.131000', '165527.134000', '165527.150000', '165527.164000', '165527.167000', '165527.170000', '165527.173000', '165527.176000', '165527.179000', '165527.181000', '165527.184000', '165527.187000', '165527.190000', '165527.194000', '165547.035000', '165547.038000', '165547.041000', '165547.043000', '165547.046000', '165547.050000', '165547.052000', '165547.055000', '165547.058000', '165547.061000', '165547.064000', '165547.067000', '165547.070000', '165547.073000', '165547.075000', '165547.078000', '165547.081000', '165547.084000', '165547.088000', '165547.091000', '165547.094000', '165547.097000', '165547.100000', '165547.102000', '165547.105000', '165547.108000', '165547.111000', '165547.129000', '165547.132000', '165547.135000', '165547.138000', '165547.140000', '165547.143000', '165547.146000', '165547.149000', '165547.152000', '165547.155000', '165547.158000', '165547.160000', '165547.163000', '165547.166000', '165547.169000', '165547.172000', '165547.175000', '165607.035000', '165607.038000', '165607.041000', '165607.044000', '165607.047000', '165607.049000', '165607.052000', '165607.055000', '165607.058000', '165607.061000', '165607.064000', '165607.067000', '165607.069000', '165607.072000', '165607.075000', '165607.078000', '165607.081000', '165607.084000', '165607.087000', '165607.090000', '165607.093000', '165607.095000', '165607.098000', '165607.101000', '165607.104000', '165607.107000', '165607.110000', '165607.113000', '165607.116000', '165607.119000', '165607.121000', '165607.124000', '165607.127000', '165607.130000', '165607.133000', '165607.136000', '165607.139000', '165607.141000', '165607.144000', '165607.147000', '165607.150000', '165607.153000', '165607.156000', '165627.034000', '165627.037000', '165627.040000', '165627.043000', '165627.046000', '165627.048000', '165627.051000', '165627.054000', '165627.057000', '165627.060000', '165627.063000', '165627.066000', '165627.068000', '165627.071000', '165627.074000', '165627.077000', '165627.080000', '165627.083000', '165627.086000', '165627.089000', '165627.092000', '165627.094000', '165627.097000', '165627.100000', '165627.103000', '165627.106000', '165627.109000', '165627.111000', '165627.115000', '165627.117000', '165627.120000', '165627.123000', '165627.137000', '165627.139000', '165627.142000', '165627.145000', '165627.148000', '165627.151000', '165627.154000', '165627.156000', '165627.159000', '165627.162000', '165627.165000', '165627.168000', '165647.034000', '165647.037000', '165647.040000', '165647.043000', '165647.045000', '165647.048000', '165647.051000', '165647.054000', '165647.057000', '165647.060000', '165647.063000', '165647.066000', '165647.069000', '165647.072000', '165647.075000', '165647.077000', '165647.080000', '165647.083000', '165647.086000', '165647.089000', '165647.092000', '165647.095000', '165647.098000', '165647.101000', '165647.104000', '165647.106000', '165647.109000', '165647.112000', '165647.115000', '165647.118000', '165647.121000', '165647.124000', '165647.126000', '165647.129000', '165647.132000', '165647.135000', '165647.138000', '165647.141000', '165647.143000', '165647.146000', '165647.149000', '165647.152000', '165647.155000', '165707.036000', '165707.039000', '165707.042000', '165707.045000', '165707.048000', '165707.051000', '165707.054000', '165707.057000', '165707.059000', '165707.062000', '165707.065000', '165707.068000', '165707.086000', '165707.089000', '165707.092000', '165707.100000', '165707.103000', '165707.105000', '165707.108000', '165707.111000', '165707.114000', '165707.117000', '165707.120000', '165707.123000', '165707.125000', '165707.128000', '165707.131000', '165707.134000', '165707.137000', '165707.140000', '165707.143000', '165707.145000', '165707.148000', '165707.151000', '165707.154000', '165707.157000', '165707.160000', '165707.162000', '165707.165000', '165707.168000', '165707.171000', '165707.174000', '165707.177000', '165727.034000', '165727.037000', '165727.055000', '165727.058000', '165727.060000', '165727.063000', '165727.066000', '165727.069000', '165727.072000', '165727.075000', '165727.078000', '165727.081000', '165727.083000', '165727.086000', '165727.089000', '165727.092000', '165727.095000', '165727.098000', '165727.101000', '165727.103000', '165727.106000', '165727.109000', '165727.112000', '165727.115000', '165727.118000', '165727.120000', '165727.124000', '165727.126000', '165727.129000', '165727.132000', '165727.135000', '165727.138000', '165727.141000', '165727.143000', '165727.147000', '165727.149000', '165727.152000', '165727.155000', '165727.158000', '165727.161000', '165727.164000', '165727.166000', '165727.169000', '165727.172000', '165747.035000', '165747.038000', '165747.041000', '165747.044000', '165747.047000', '165747.050000', '165747.052000', '165747.055000', '165747.058000', '165747.061000', '165747.064000', '165747.067000', '165747.070000', '165747.073000', '165747.075000', '165747.078000', '165747.081000', '165747.084000', '165747.087000', '165747.090000', '165747.093000', '165747.096000', '165747.099000', '165747.102000', '165747.104000', '165747.107000', '165747.110000', '165747.113000', '165747.116000', '165747.119000', '165747.122000', '165747.125000', '165747.128000', '165747.130000', '165747.134000', '165747.136000', '165747.139000', '165747.142000', '165747.145000', '165747.148000', '165747.151000', '165747.154000', '165747.157000', '165807.035000', '165807.038000', '165807.041000', '165807.044000', '165807.047000', '165807.049000', '165807.052000', '165807.055000', '165807.058000', '165807.061000', '165807.064000', '165807.067000', '165807.069000', '165807.072000', '165807.075000', '165807.078000', '165807.081000', '165807.084000', '165807.087000', '165807.090000', '165807.092000', '165807.095000', '165807.098000', '165807.101000', '165807.104000', '165807.107000', '165807.110000', '165807.113000', '165807.115000', '165807.118000', '165807.121000', '165807.124000', '165807.127000', '165807.130000', '165807.133000', '165807.135000', '165807.138000', '165807.141000', '165807.144000', '165807.147000', '165807.150000', '165807.153000', '165807.155000', '165807.158000', '165827.037000', '165827.041000', '165827.043000', '165827.046000', '165827.049000', '165827.052000', '165827.055000', '165827.058000', '165827.061000', '165827.064000', '165827.067000', '165827.070000', '165827.072000', '165827.075000', '165827.078000', '165827.081000', '165827.084000', '165827.087000', '165827.090000', '165827.093000', '165827.095000', '165827.098000', '165827.101000', '165827.104000', '165827.107000', '165827.110000', '165827.113000', '165827.116000', '165827.118000', '165827.121000', '165827.124000', '165827.127000', '165827.130000', '165827.133000', '165827.136000', '165827.139000', '165827.141000', '165827.152000', '165827.155000', '165827.158000', '165827.161000', '165827.164000', '165827.167000', '165847.034000', '165847.037000', '165847.040000', '165847.043000', '165847.046000', '165847.048000', '165847.051000', '165847.054000', '165847.057000', '165847.060000', '165847.063000', '165847.065000', '165847.068000', '165847.071000', '165847.074000', '165847.077000', '165847.080000', '165847.083000', '165847.086000', '165847.088000', '165847.091000', '165847.094000', '165847.097000', '165847.100000', '165847.103000', '165847.106000', '165847.109000', '165847.111000', '165847.115000', '165847.117000', '165847.120000', '165847.123000', '165847.126000', '165847.129000', '165847.132000', '165847.134000', '165847.137000', '165847.140000', '165847.143000', '165847.146000', '165847.149000', '165847.152000', '165847.155000', '165847.157000', '165907.034000', '165907.037000', '165907.040000', '165907.043000', '165907.056000', '165907.059000', '165907.062000', '165907.065000', '165907.068000', '165907.071000', '165907.074000', '165907.077000', '165907.080000', '165907.082000', '165907.085000', '165907.088000', '165907.091000', '165907.094000', '165907.097000', '165907.100000', '165907.102000', '165907.105000', '165907.108000', '165907.111000', '165907.114000', '165907.117000', '165907.120000', '165907.122000', '165907.125000', '165907.128000', '165907.131000', '165907.134000', '165907.137000', '165907.139000', '165907.142000', '165907.145000', '165907.148000', '165907.151000', '165907.154000', '165907.156000', '165907.159000', '165907.162000', '165907.165000', '165927.034000', '165927.037000', '165927.040000', '165927.043000', '165927.046000', '165927.048000', '165927.051000', '165927.054000', '165927.057000', '165927.060000', '165927.063000', '165927.066000', '165927.068000', '165927.071000', '165927.074000', '165927.077000', '165927.080000', '165927.083000', '165927.086000', '165927.089000', '165927.091000', '165927.094000', '165927.097000', '165927.100000', '165927.103000', '165927.106000', '165927.109000', '165927.112000', '165927.114000', '165927.117000', '165927.120000', '165927.123000', '165927.126000', '165927.129000', '165927.131000', '165927.135000', '165927.137000', '165927.140000', '165927.143000', '165927.150000', '165927.153000', '165927.156000', '165927.159000', '165927.162000', '165947.034000', '165947.037000', '165947.040000', '165947.043000', '165947.045000', '165947.049000', '165947.051000', '165947.054000', '165947.057000', '165947.060000', '165947.063000', '165947.066000', '165947.069000', '165947.072000', '165947.074000', '165947.077000', '165947.080000', '165947.083000', '165947.086000', '165947.090000', '165947.095000', '165947.098000', '165947.101000', '165947.104000', '165947.107000', '165947.110000', '165947.113000', '165947.116000', '165947.118000', '165947.121000', '165947.124000', '165947.127000', '165947.130000', '165947.133000', '165947.136000', '165947.139000', '165947.141000', '165947.144000', '165947.147000', '165947.150000', '165947.153000', '165947.156000', '165947.158000', '170007.035000', '170007.038000', '170007.041000', '170007.044000', '170007.047000', '170007.049000', '170007.052000', '170007.055000', '170007.058000', '170007.061000', '170007.064000', '170007.067000', '170007.070000', '170007.072000', '170007.075000', '170007.078000', '170007.081000', '170007.084000', '170007.087000', '170007.090000', '170007.093000', '170007.096000', '170007.099000', '170007.102000', '170007.104000', '170007.107000', '170007.110000', '170007.113000', '170007.116000', '170007.119000', '170007.121000', '170007.124000', '170007.127000', '170007.130000', '170007.133000', '170007.136000', '170007.139000', '170007.141000', '170007.145000', '170007.147000', '170007.150000', '170007.153000', '170007.156000', '170007.159000', '170027.036000', '170027.039000', '170027.042000', '170027.045000', '170027.048000', '170027.051000', '170027.054000', '170027.057000', '170027.060000', '170027.063000', '170027.065000', '170027.068000', '170027.071000', '170027.074000', '170027.077000', '170027.080000', '170027.083000', '170027.086000', '170027.089000', '170027.092000', '170027.095000', '170027.097000', '170027.100000', '170027.103000', '170027.107000', '170027.110000', '170027.112000', '170027.115000', '170027.118000', '170027.121000', '170027.124000', '170027.127000', '170027.130000', '170027.133000', '170027.144000', '170027.147000', '170027.150000', '170027.153000', '170027.156000', '170027.159000', '170027.162000', '170027.164000', '170027.167000', '170047.035000', '170047.039000', '170047.041000', '170047.044000', '170047.047000', '170047.064000', '170047.067000', '170047.070000', '170047.072000', '170047.075000', '170047.078000', '170047.081000', '170047.084000', '170047.087000', '170047.090000', '170047.092000', '170047.095000', '170047.098000', '170047.101000', '170047.104000', '170047.107000', '170047.110000', '170047.113000', '170047.116000', '170047.118000', '170047.121000', '170047.124000', '170047.127000', '170047.130000', '170047.133000', '170047.136000', '170047.138000', '170047.141000', '170047.144000', '170047.147000', '170047.150000', '170047.153000', '170047.156000', '170047.159000', '170047.161000', '170047.164000', '170047.167000', '170047.170000', '170047.173000', '170107.034000', '170107.037000', '170107.040000', '170107.043000', '170107.046000', '170107.049000', '170107.052000', '170107.055000', '170107.058000', '170107.061000', '170107.064000', '170107.066000', '170107.069000', '170107.072000', '170107.075000', '170107.078000', '170107.081000', '170107.084000', '170107.087000', '170107.090000', '170107.092000', '170107.095000', '170107.098000', '170107.101000', '170107.104000', '170107.107000', '170107.112000', '170107.116000', '170107.119000', '170107.122000', '170107.125000', '170107.127000', '170107.130000', '170107.133000', '170107.136000', '170107.139000', '170107.142000', '170107.145000', '170107.147000', '170107.150000', '170107.153000', '170107.156000', '170107.159000', '170127.034000', '170127.037000', '170127.049000', '170127.052000', '170127.055000', '170127.058000', '170127.061000', '170127.064000', '170127.067000', '170127.070000', '170127.073000', '170127.076000', '170127.079000', '170127.081000', '170127.084000', '170127.087000', '170127.090000', '170127.093000', '170127.096000', '170127.099000', '170127.102000', '170127.105000', '170127.107000', '170127.110000', '170127.113000', '170127.116000', '170127.119000', '170127.122000', '170127.125000', '170127.128000', '170127.131000', '170127.133000', '170127.136000', '170127.139000', '170127.142000', '170127.145000', '170127.148000', '170127.151000', '170127.154000', '170127.156000', '170127.159000', '170127.162000', '170127.165000', '170127.168000', '170147.034000', '170147.037000', '170147.040000', '170147.043000', '170147.046000', '170147.048000', '170147.051000', '170147.054000', '170147.057000', '170147.060000', '170147.063000', '170147.066000', '170147.069000', '170147.072000', '170147.075000', '170147.078000', '170147.081000', '170147.083000', '170147.086000', '170147.091000', '170147.094000', '170147.097000', '170147.100000', '170147.103000', '170147.106000', '170147.109000', '170147.112000', '170147.115000', '170147.118000', '170147.122000', '170147.125000', '170147.128000', '170147.131000', '170147.134000', '170147.142000', '170147.145000', '170147.148000', '170147.151000', '170147.154000', '170147.157000', '170147.164000', '170147.167000', '170147.171000', '170147.245000'], 'InstanceCreationTime': ['165347.069000', '165347.077000', '165347.080000', '165347.083000', '165347.086000', '165347.089000', '165347.092000', '165347.095000', '165347.098000', '165347.101000', '165347.104000', '165347.107000', '165347.114000', '165347.132000', '165347.135000', '165347.138000', '165347.141000', '165347.145000', '165347.148000', '165347.151000', '165347.153000', '165407.034000', '165407.037000', '165407.040000', '165407.043000', '165407.046000', '165407.049000', '165407.052000', '165407.055000', '165407.057000', '165407.061000', '165407.063000', '165407.066000', '165407.069000', '165407.072000', '165407.075000', '165407.078000', '165407.080000', '165407.086000', '165407.089000', '165407.092000', '165407.095000', '165407.098000', '165407.101000', '165407.104000', '165407.107000', '165407.110000', '165407.113000', '165407.123000', '165407.126000', '165407.129000', '165407.133000', '165407.136000', '165407.139000', '165407.142000', '165407.145000', '165407.148000', '165407.152000', '165407.158000', '165407.162000', '165407.165000', '165407.168000', '165407.193000', '165407.196000', '165427.034000', '165427.037000', '165427.040000', '165427.043000', '165427.045000', '165427.048000', '165427.051000', '165427.054000', '165427.057000', '165427.060000', '165427.063000', '165427.065000', '165427.068000', '165427.071000', '165427.074000', '165427.077000', '165427.080000', '165427.083000', '165427.086000', '165427.088000', '165427.091000', '165427.094000', '165427.097000', '165427.100000', '165427.103000', '165427.106000', '165427.108000', '165427.111000', '165427.114000', '165427.117000', '165427.120000', '165427.123000', '165427.125000', '165427.128000', '165427.131000', '165427.134000', '165427.137000', '165427.140000', '165427.142000', '165427.145000', '165427.148000', '165427.151000', '165427.154000', '165427.156000', '165447.034000', '165447.037000', '165447.040000', '165447.042000', '165447.045000', '165447.048000', '165447.051000', '165447.054000', '165447.057000', '165447.060000', '165447.062000', '165447.065000', '165447.068000', '165447.071000', '165447.074000', '165447.077000', '165447.080000', '165447.082000', '165447.085000', '165447.088000', '165447.091000', '165447.094000', '165447.097000', '165447.100000', '165447.103000', '165447.105000', '165447.108000', '165447.111000', '165447.114000', '165447.117000', '165447.119000', '165447.122000', '165447.125000', '165447.128000', '165447.131000', '165447.134000', '165447.136000', '165447.139000', '165447.142000', '165447.145000', '165447.148000', '165447.151000', '165447.153000', '165507.034000', '165507.037000', '165507.040000', '165507.042000', '165507.045000', '165507.048000', '165507.051000', '165507.054000', '165507.057000', '165507.060000', '165507.062000', '165507.065000', '165507.068000', '165507.071000', '165507.074000', '165507.077000', '165507.080000', '165507.083000', '165507.085000', '165507.088000', '165507.091000', '165507.094000', '165507.097000', '165507.100000', '165507.102000', '165507.105000', '165507.108000', '165507.111000', '165507.114000', '165507.117000', '165507.120000', '165507.122000', '165507.125000', '165507.128000', '165507.131000', '165507.134000', '165507.136000', '165507.139000', '165507.142000', '165507.145000', '165507.148000', '165507.151000', '165507.154000', '165507.156000', '165527.035000', '165527.038000', '165527.041000', '165527.050000', '165527.053000', '165527.056000', '165527.058000', '165527.061000', '165527.064000', '165527.067000', '165527.070000', '165527.073000', '165527.075000', '165527.078000', '165527.081000', '165527.084000', '165527.087000', '165527.090000', '165527.093000', '165527.096000', '165527.098000', '165527.101000', '165527.104000', '165527.113000', '165527.116000', '165527.119000', '165527.122000', '165527.126000', '165527.129000', '165527.131000', '165527.134000', '165527.150000', '165527.164000', '165527.167000', '165527.170000', '165527.173000', '165527.176000', '165527.179000', '165527.181000', '165527.184000', '165527.187000', '165527.190000', '165527.194000', '165547.035000', '165547.038000', '165547.041000', '165547.043000', '165547.046000', '165547.050000', '165547.052000', '165547.055000', '165547.058000', '165547.061000', '165547.064000', '165547.067000', '165547.070000', '165547.073000', '165547.075000', '165547.078000', '165547.081000', '165547.084000', '165547.088000', '165547.091000', '165547.094000', '165547.097000', '165547.100000', '165547.102000', '165547.105000', '165547.108000', '165547.111000', '165547.129000', '165547.132000', '165547.135000', '165547.138000', '165547.140000', '165547.143000', '165547.146000', '165547.149000', '165547.152000', '165547.155000', '165547.158000', '165547.160000', '165547.163000', '165547.166000', '165547.169000', '165547.172000', '165547.175000', '165607.035000', '165607.038000', '165607.041000', '165607.044000', '165607.047000', '165607.049000', '165607.052000', '165607.055000', '165607.058000', '165607.061000', '165607.064000', '165607.067000', '165607.069000', '165607.072000', '165607.075000', '165607.078000', '165607.081000', '165607.084000', '165607.087000', '165607.090000', '165607.093000', '165607.095000', '165607.098000', '165607.101000', '165607.104000', '165607.107000', '165607.110000', '165607.113000', '165607.116000', '165607.119000', '165607.121000', '165607.124000', '165607.127000', '165607.130000', '165607.133000', '165607.136000', '165607.139000', '165607.141000', '165607.144000', '165607.147000', '165607.150000', '165607.153000', '165607.156000', '165627.034000', '165627.037000', '165627.040000', '165627.043000', '165627.046000', '165627.048000', '165627.051000', '165627.054000', '165627.057000', '165627.060000', '165627.063000', '165627.066000', '165627.068000', '165627.071000', '165627.074000', '165627.077000', '165627.080000', '165627.083000', '165627.086000', '165627.089000', '165627.092000', '165627.094000', '165627.097000', '165627.100000', '165627.103000', '165627.106000', '165627.109000', '165627.111000', '165627.115000', '165627.117000', '165627.120000', '165627.123000', '165627.137000', '165627.139000', '165627.142000', '165627.145000', '165627.148000', '165627.151000', '165627.154000', '165627.156000', '165627.159000', '165627.162000', '165627.165000', '165627.168000', '165647.034000', '165647.037000', '165647.040000', '165647.043000', '165647.045000', '165647.048000', '165647.051000', '165647.054000', '165647.057000', '165647.060000', '165647.063000', '165647.066000', '165647.069000', '165647.072000', '165647.075000', '165647.077000', '165647.080000', '165647.083000', '165647.086000', '165647.089000', '165647.092000', '165647.095000', '165647.098000', '165647.101000', '165647.104000', '165647.106000', '165647.109000', '165647.112000', '165647.115000', '165647.118000', '165647.121000', '165647.124000', '165647.126000', '165647.129000', '165647.132000', '165647.135000', '165647.138000', '165647.141000', '165647.143000', '165647.146000', '165647.149000', '165647.152000', '165647.155000', '165707.036000', '165707.039000', '165707.042000', '165707.045000', '165707.048000', '165707.051000', '165707.054000', '165707.057000', '165707.059000', '165707.062000', '165707.065000', '165707.068000', '165707.086000', '165707.089000', '165707.092000', '165707.100000', '165707.103000', '165707.105000', '165707.108000', '165707.111000', '165707.114000', '165707.117000', '165707.120000', '165707.123000', '165707.125000', '165707.128000', '165707.131000', '165707.134000', '165707.137000', '165707.140000', '165707.143000', '165707.145000', '165707.148000', '165707.151000', '165707.154000', '165707.157000', '165707.160000', '165707.162000', '165707.165000', '165707.168000', '165707.171000', '165707.174000', '165707.177000', '165727.034000', '165727.037000', '165727.055000', '165727.058000', '165727.060000', '165727.063000', '165727.066000', '165727.069000', '165727.072000', '165727.075000', '165727.078000', '165727.081000', '165727.083000', '165727.086000', '165727.089000', '165727.092000', '165727.095000', '165727.098000', '165727.101000', '165727.103000', '165727.106000', '165727.109000', '165727.112000', '165727.115000', '165727.118000', '165727.120000', '165727.124000', '165727.126000', '165727.129000', '165727.132000', '165727.135000', '165727.138000', '165727.141000', '165727.143000', '165727.147000', '165727.149000', '165727.152000', '165727.155000', '165727.158000', '165727.161000', '165727.164000', '165727.166000', '165727.169000', '165727.172000', '165747.035000', '165747.038000', '165747.041000', '165747.044000', '165747.047000', '165747.050000', '165747.052000', '165747.055000', '165747.058000', '165747.061000', '165747.064000', '165747.067000', '165747.070000', '165747.073000', '165747.075000', '165747.078000', '165747.081000', '165747.084000', '165747.087000', '165747.090000', '165747.093000', '165747.096000', '165747.099000', '165747.102000', '165747.104000', '165747.107000', '165747.110000', '165747.113000', '165747.116000', '165747.119000', '165747.122000', '165747.125000', '165747.128000', '165747.130000', '165747.134000', '165747.136000', '165747.139000', '165747.142000', '165747.145000', '165747.148000', '165747.151000', '165747.154000', '165747.157000', '165807.035000', '165807.038000', '165807.041000', '165807.044000', '165807.047000', '165807.049000', '165807.052000', '165807.055000', '165807.058000', '165807.061000', '165807.064000', '165807.067000', '165807.069000', '165807.072000', '165807.075000', '165807.078000', '165807.081000', '165807.084000', '165807.087000', '165807.090000', '165807.092000', '165807.095000', '165807.098000', '165807.101000', '165807.104000', '165807.107000', '165807.110000', '165807.113000', '165807.115000', '165807.118000', '165807.121000', '165807.124000', '165807.127000', '165807.130000', '165807.133000', '165807.135000', '165807.138000', '165807.141000', '165807.144000', '165807.147000', '165807.150000', '165807.153000', '165807.155000', '165807.158000', '165827.037000', '165827.041000', '165827.043000', '165827.046000', '165827.049000', '165827.052000', '165827.055000', '165827.058000', '165827.061000', '165827.064000', '165827.067000', '165827.070000', '165827.072000', '165827.075000', '165827.078000', '165827.081000', '165827.084000', '165827.087000', '165827.090000', '165827.093000', '165827.095000', '165827.098000', '165827.101000', '165827.104000', '165827.107000', '165827.110000', '165827.113000', '165827.116000', '165827.118000', '165827.121000', '165827.124000', '165827.127000', '165827.130000', '165827.133000', '165827.136000', '165827.139000', '165827.141000', '165827.152000', '165827.155000', '165827.158000', '165827.161000', '165827.164000', '165827.167000', '165847.034000', '165847.037000', '165847.040000', '165847.043000', '165847.046000', '165847.048000', '165847.051000', '165847.054000', '165847.057000', '165847.060000', '165847.063000', '165847.065000', '165847.068000', '165847.071000', '165847.074000', '165847.077000', '165847.080000', '165847.083000', '165847.086000', '165847.088000', '165847.091000', '165847.094000', '165847.097000', '165847.100000', '165847.103000', '165847.106000', '165847.109000', '165847.111000', '165847.115000', '165847.117000', '165847.120000', '165847.123000', '165847.126000', '165847.129000', '165847.132000', '165847.134000', '165847.137000', '165847.140000', '165847.143000', '165847.146000', '165847.149000', '165847.152000', '165847.155000', '165847.157000', '165907.034000', '165907.037000', '165907.040000', '165907.043000', '165907.056000', '165907.059000', '165907.062000', '165907.065000', '165907.068000', '165907.071000', '165907.074000', '165907.077000', '165907.080000', '165907.082000', '165907.085000', '165907.088000', '165907.091000', '165907.094000', '165907.097000', '165907.100000', '165907.102000', '165907.105000', '165907.108000', '165907.111000', '165907.114000', '165907.117000', '165907.120000', '165907.122000', '165907.125000', '165907.128000', '165907.131000', '165907.134000', '165907.137000', '165907.139000', '165907.142000', '165907.145000', '165907.148000', '165907.151000', '165907.154000', '165907.156000', '165907.159000', '165907.162000', '165907.165000', '165927.034000', '165927.037000', '165927.040000', '165927.043000', '165927.046000', '165927.048000', '165927.051000', '165927.054000', '165927.057000', '165927.060000', '165927.063000', '165927.066000', '165927.068000', '165927.071000', '165927.074000', '165927.077000', '165927.080000', '165927.083000', '165927.086000', '165927.089000', '165927.091000', '165927.094000', '165927.097000', '165927.100000', '165927.103000', '165927.106000', '165927.109000', '165927.112000', '165927.114000', '165927.117000', '165927.120000', '165927.123000', '165927.126000', '165927.129000', '165927.131000', '165927.135000', '165927.137000', '165927.140000', '165927.143000', '165927.150000', '165927.153000', '165927.156000', '165927.159000', '165927.162000', '165947.034000', '165947.037000', '165947.040000', '165947.043000', '165947.045000', '165947.049000', '165947.051000', '165947.054000', '165947.057000', '165947.060000', '165947.063000', '165947.066000', '165947.069000', '165947.072000', '165947.074000', '165947.077000', '165947.080000', '165947.083000', '165947.086000', '165947.090000', '165947.095000', '165947.098000', '165947.101000', '165947.104000', '165947.107000', '165947.110000', '165947.113000', '165947.116000', '165947.118000', '165947.121000', '165947.124000', '165947.127000', '165947.130000', '165947.133000', '165947.136000', '165947.139000', '165947.141000', '165947.144000', '165947.147000', '165947.150000', '165947.153000', '165947.156000', '165947.158000', '170007.035000', '170007.038000', '170007.041000', '170007.044000', '170007.047000', '170007.049000', '170007.052000', '170007.055000', '170007.058000', '170007.061000', '170007.064000', '170007.067000', '170007.070000', '170007.072000', '170007.075000', '170007.078000', '170007.081000', '170007.084000', '170007.087000', '170007.090000', '170007.093000', '170007.096000', '170007.099000', '170007.102000', '170007.104000', '170007.107000', '170007.110000', '170007.113000', '170007.116000', '170007.119000', '170007.121000', '170007.124000', '170007.127000', '170007.130000', '170007.133000', '170007.136000', '170007.139000', '170007.141000', '170007.145000', '170007.147000', '170007.150000', '170007.153000', '170007.156000', '170007.159000', '170027.036000', '170027.039000', '170027.042000', '170027.045000', '170027.048000', '170027.051000', '170027.054000', '170027.057000', '170027.060000', '170027.063000', '170027.065000', '170027.068000', '170027.071000', '170027.074000', '170027.077000', '170027.080000', '170027.083000', '170027.086000', '170027.089000', '170027.092000', '170027.095000', '170027.097000', '170027.100000', '170027.103000', '170027.107000', '170027.110000', '170027.112000', '170027.115000', '170027.118000', '170027.121000', '170027.124000', '170027.127000', '170027.130000', '170027.133000', '170027.144000', '170027.147000', '170027.150000', '170027.153000', '170027.156000', '170027.159000', '170027.162000', '170027.164000', '170027.167000', '170047.035000', '170047.039000', '170047.041000', '170047.044000', '170047.047000', '170047.064000', '170047.067000', '170047.070000', '170047.072000', '170047.075000', '170047.078000', '170047.081000', '170047.084000', '170047.087000', '170047.090000', '170047.092000', '170047.095000', '170047.098000', '170047.101000', '170047.104000', '170047.107000', '170047.110000', '170047.113000', '170047.116000', '170047.118000', '170047.121000', '170047.124000', '170047.127000', '170047.130000', '170047.133000', '170047.136000', '170047.138000', '170047.141000', '170047.144000', '170047.147000', '170047.150000', '170047.153000', '170047.156000', '170047.159000', '170047.161000', '170047.164000', '170047.167000', '170047.170000', '170047.173000', '170107.034000', '170107.037000', '170107.040000', '170107.043000', '170107.046000', '170107.049000', '170107.052000', '170107.055000', '170107.058000', '170107.061000', '170107.064000', '170107.066000', '170107.069000', '170107.072000', '170107.075000', '170107.078000', '170107.081000', '170107.084000', '170107.087000', '170107.090000', '170107.092000', '170107.095000', '170107.098000', '170107.101000', '170107.104000', '170107.107000', '170107.112000', '170107.116000', '170107.119000', '170107.122000', '170107.125000', '170107.127000', '170107.130000', '170107.133000', '170107.136000', '170107.139000', '170107.142000', '170107.145000', '170107.147000', '170107.150000', '170107.153000', '170107.156000', '170107.159000', '170127.034000', '170127.037000', '170127.049000', '170127.052000', '170127.055000', '170127.058000', '170127.061000', '170127.064000', '170127.067000', '170127.070000', '170127.073000', '170127.076000', '170127.079000', '170127.081000', '170127.084000', '170127.087000', '170127.090000', '170127.093000', '170127.096000', '170127.099000', '170127.102000', '170127.105000', '170127.107000', '170127.110000', '170127.113000', '170127.116000', '170127.119000', '170127.122000', '170127.125000', '170127.128000', '170127.131000', '170127.133000', '170127.136000', '170127.139000', '170127.142000', '170127.145000', '170127.148000', '170127.151000', '170127.154000', '170127.156000', '170127.159000', '170127.162000', '170127.165000', '170127.168000', '170147.034000', '170147.037000', '170147.040000', '170147.043000', '170147.046000', '170147.048000', '170147.051000', '170147.054000', '170147.057000', '170147.060000', '170147.063000', '170147.066000', '170147.069000', '170147.072000', '170147.075000', '170147.078000', '170147.081000', '170147.083000', '170147.086000', '170147.091000', '170147.094000', '170147.097000', '170147.100000', '170147.103000', '170147.106000', '170147.109000', '170147.112000', '170147.115000', '170147.118000', '170147.122000', '170147.125000', '170147.128000', '170147.131000', '170147.134000', '170147.142000', '170147.145000', '170147.148000', '170147.151000', '170147.154000', '170147.157000', '170147.164000', '170147.167000', '170147.171000', '170147.245000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065], 'LargestImagePixelValue': [8459, 7190, 8427, 7167, 8778, 7005, 8386, 6920, 8275, 7173, 8352, 7108, 7548, 7030, 6972, 10214, 7096, 9716, 7181, 8528, 7429, 8418, 7371, 7777, 7188, 7343, 6809, 7023, 10154, 6978, 9077, 7118, 8691, 7043, 8065, 7366, 7660, 7052, 7000, 10811, 7103, 9862, 7237, 8308, 7171, 8017, 7077, 6972, 10357, 7214, 9195, 7189, 9098, 7204, 8525, 7422, 8420, 7295, 8524, 7388, 7820, 6848, 7142, 11119, 7100, 10055, 7341, 8892, 7247, 8685, 7333, 7642, 7166, 7081, 10513, 7138, 10610, 7296, 9325, 7158, 8794, 7170, 8464, 7430, 8442, 7338, 8514, 7137, 7694, 6964, 7089, 8257, 7224, 11361, 7494, 10019, 7225, 9777, 7243, 9485, 7257, 7774, 7350, 7636, 7741, 7208, 10240, 7162, 9131, 7191, 8917, 7044, 7941, 7449, 7403, 6729, 7065, 10104, 7058, 8835, 7063, 8196, 7251, 8391, 7388, 7487, 7158, 7089, 8552, 7191, 10992, 7176, 10133, 7240, 9918, 7369, 8920, 7442, 8160, 7117, 7669, 11198, 7239, 10795, 7267, 8677, 7517, 8463, 7541, 7679, 7073, 7054, 10149, 7440, 10126, 7453, 8679, 7381, 8722, 7521, 7777, 7235, 7342, 7748, 7329, 10554, 7324, 10026, 7469, 8627, 7379, 8527, 7266, 7384, 7216, 7083, 6779, 7174, 9409, 7192, 10573, 7263, 10017, 7250, 10346, 7517, 9490, 7479, 8454, 7274, 7819, 7417, 7393, 7269, 7199, 10471, 7069, 9990, 7323, 8292, 7404, 8166, 7281, 7461, 7198, 7291, 7410, 7658, 6957, 7113, 7792, 7167, 10346, 7162, 10042, 7306, 9948, 7447, 8399, 7226, 7989, 7397, 7984, 7121, 7220, 7099, 7190, 7117, 7105, 9956, 6947, 8929, 7111, 9673, 7046, 9661, 7454, 8644, 7277, 8075, 7328, 8072, 7190, 7489, 7365, 7917, 7493, 7260, 7151, 7367, 9900, 7554, 10125, 7436, 9744, 7457, 7920, 7278, 7293, 7383, 7448, 9881, 7337, 10218, 7339, 9108, 7321, 9832, 7116, 9473, 7019, 9873, 7067, 8727, 7071, 10064, 7110, 10298, 7189, 9029, 6977, 8036, 7084, 10223, 8170, 11194, 7906, 9540, 7112, 8217, 7285, 8668, 7108, 7633, 7437, 7135, 7236, 7879, 7192, 7453, 7389, 7999, 7389, 8413, 7144, 8360, 7288, 9181, 7110, 9353, 7166, 8527, 7105, 10034, 7114, 9797, 7182, 8179, 7294, 8225, 7171, 7238, 7190, 7030, 8871, 7044, 9964, 7145, 8929, 7115, 8572, 7201, 9145, 7360, 8271, 7305, 8225, 7295, 8541, 7234, 7585, 6812, 7751, 6793, 7252, 7565, 7269, 6526, 7646, 10015, 7461, 9877, 7513, 9594, 7682, 9468, 7549, 8851, 7275, 7306, 7377, 7073, 7584, 7216, 11408, 7188, 10011, 7303, 8761, 7333, 8326, 7392, 7332, 7400, 7031, 9885, 7228, 7755, 7041, 10784, 7090, 10083, 7571, 9261, 7540, 8460, 7293, 7669, 7874, 7052, 9926, 7257, 9890, 7324, 9629, 7449, 8522, 7481, 7980, 7394, 7187, 7075, 7055, 9833, 7281, 9801, 7403, 8299, 7463, 6860, 9371, 7260, 9613, 7294, 8875, 7385, 8418, 7294, 7971, 7418, 7069, 7090, 6945, 10513, 7198, 10584, 7488, 9651, 7387, 8279, 7341, 7666, 8421, 6880, 10344, 7168, 9458, 7364, 8922, 7367, 8475, 7528, 7419, 7060, 7014, 7738, 7264, 9626, 7156, 9879, 7568, 9380, 7316, 8567, 7036, 8593, 7261, 7170, 9671, 7007, 10689, 7314, 9985, 7212, 8623, 7192, 9008, 7222, 8598, 7324, 8363, 7423, 8922, 7215, 7745, 7158, 7154, 10815, 7040, 10519, 7078, 9622, 7261, 8771, 7371, 8933, 7325, 8414, 7084, 8820, 7333, 8938, 7200, 8113, 7072, 8475, 7382, 7395, 7166, 7064, 10646, 7258, 10804, 6906, 10018, 7127, 8548, 7366, 9192, 6980, 8750, 7028, 8101, 7160, 8390, 7084, 7279, 7294, 7397, 7219, 8865, 7014, 8052, 7108, 7529, 7128, 8718, 7063, 7657, 7106, 7160, 7118, 7775, 7454, 6956, 9959, 6843, 10158, 7676, 9500, 6980, 8460, 6930, 8955, 6793, 8006, 6911, 7723, 6904, 8432, 6980, 7736, 6958, 7972, 6802, 9321, 6913, 8936, 6949, 8900, 7132, 8956, 7116, 8216, 6859, 8035, 7104, 7476, 7041, 6730, 8914, 6811, 9738, 6896, 9653, 6937, 8728, 7049, 9358, 7048, 9361, 7073, 8712, 7079, 9061, 7119, 8553, 7357, 8148, 7387, 8113, 7288, 7358, 7257, 7226, 7191, 7532, 7949, 7111, 7299, 6898, 9326, 7115, 10955, 8220, 9992, 6973, 9165, 7447, 9455, 7246, 7578, 7289, 7079, 11174, 7159, 10106, 7062, 9272, 6945, 9325, 7287, 8313, 7152, 8116, 7146, 8896, 7036, 7586, 6976, 7345, 10516, 7197, 10518, 6916, 10028, 6894, 9285, 7000, 8609, 6872, 8138, 6902, 8506, 6977, 7575, 7050, 7185, 8211, 6818, 10390, 7174, 9788, 6966, 8605, 7065, 9039, 7095, 8481, 7146, 8344, 6759, 9032, 6977, 7914, 7163, 7260, 7179, 7772, 7096, 7132, 7098, 6998, 10778, 7912, 10109, 7040, 8985, 7133, 9204, 7027, 8458, 7322, 8493, 7090, 9193, 7293, 10647, 8372, 6859, 6782, 8890, 6804, 9673, 7701, 10102, 6965, 7733, 6991, 7253, 10672, 7078, 10428, 8165, 9148, 7309, 7733, 6781, 6846, 11261, 6863, 8518, 6694, 8829, 6965, 8398, 6997, 7807, 6883, 7648, 6851, 7375, 6923, 7021, 8602, 6830, 10319, 7344, 9812, 6763, 8891, 6897, 8968, 6768, 8036, 6751, 7502, 7090, 8010, 7225, 7110, 7085, 6801, 10463, 7066, 9795, 6798, 9468, 6892, 8606, 6915, 7932, 6906, 7392, 7969, 6821, 9757, 7126, 9412, 6853, 8476, 7036, 8879, 7127, 7740, 6860, 7680, 7218, 8089, 7450, 7369, 10365, 6776, 10224, 8495, 9238, 6732, 9058, 6983, 8730, 7046, 8065, 7003, 7060, 6680, 6879, 8978, 6776, 9840, 6646, 8727, 6909, 9114, 6974, 8667, 6754, 8440, 7036, 9151, 7098, 8068, 6828, 7639, 6956, 7432, 6904, 7138, 6886, 6986, 7055, 7547, 6888, 7357, 7270, 6856, 10251, 7429, 9989, 7214, 9741, 6911, 9401, 6771, 9838, 7684, 8989, 6687, 7846, 6729, 7701, 7193, 7365, 6913, 6876, 6974, 6845, 10524, 7742, 10187, 6747, 9652, 6900, 8805, 6939, 8780, 6976, 8312, 6870, 7795, 6976, 7106, 10774, 7552, 9981, 6880, 9158, 7358, 8575, 7090, 7632, 6891, 7795, 7154, 7448, 7049, 6917, 6919, 6868, 7660, 6983, 10502, 7536, 9887, 7180, 9130, 7162, 8935, 7382, 8415, 7090, 7618, 7299, 7539, 7514, 6962, 10284, 7111, 9406, 7332, 9557, 7198, 9069, 7335, 8328, 7414, 7965, 7345, 7371, 7428, 7029, 10220, 7213, 10031, 7248, 9510, 7213, 9609, 7400, 9174, 7468, 8399, 7451, 9179, 7468, 8948, 7400, 7743, 7342, 7323, 8518, 7020, 7391, 6970, 10337, 7063, 10102, 7425, 9650, 7258, 8604, 7314, 9148, 7375, 9172, 7173, 8741, 7420, 9290, 7421, 8464, 7313, 7513, 7100, 7156, 9445, 7039, 10081, 7119, 8864, 7280, 9344, 7164, 8918, 7374, 8478, 7213, 8431, 6999, 7682, 7365, 6860, 9476, 7130, 10267, 7090, 9666, 7065, 9161, 7377, 8583, 7371, 8364, 7180, 7753, 7779, 7320, 7144, 6861, 10263, 7384, 9793, 8169, 9214, 7078, 9726, 6994, 9669, 7968, 9564, 7087, 9189, 7164, 9098, 7247, 8007, 7137, 7343, 7265, 7234, 9335, 6968, 10258, 6821, 9747, 6973, 9998, 6843, 9043, 6819, 9743, 7322, 7389, 7267, 7093, 7756, 7028, 8890, 7064, 7852, 6922, 7531, 7018, 7273, 7102, 7141, 10054, 7421, 7670, 6941, 7338, 7562, 7065, 7435, 6821, 7590, 7087, 7490, 6895, 6974, 7096, 7503, 7283, 8040, 7023, 7532, 6954, 8309, 6893, 9455, 6974, 8797, 7101, 7853, 7197, 8794, 7027, 7464, 7179, 7538, 7046, 8887, 6884, 8897, 6990, 8858], 'WindowCenter': [4088.0, 4063.0, 4071.0, 4049.0, 4069.0, 4048.0, 4057.0, 4036.0, 4054.0, 4033.0, 4055.0, 4034.0, 4044.0, 4021.0, 4033.0, 4073.0, 4034.0, 4062.0, 4033.0, 4053.0, 4044.0, 4053.0, 4033.0, 4044.0, 4032.0, 4034.0, 4023.0, 4034.0, 4074.0, 4036.0, 4054.0, 4036.0, 4053.0, 4035.0, 4055.0, 4046.0, 4058.0, 4034.0, 4047.0, 4085.0, 4046.0, 4076.0, 4046.0, 4056.0, 4036.0, 4057.0, 4034.0, 4036.0, 4075.0, 4046.0, 4064.0, 4046.0, 4067.0, 4045.0, 4066.0, 4047.0, 4068.0, 4059.0, 4069.0, 4047.0, 4058.0, 4037.0, 4049.0, 4086.0, 4047.0, 4075.0, 4047.0, 4065.0, 4047.0, 4067.0, 4045.0, 4046.0, 4034.0, 4037.0, 4076.0, 4046.0, 4075.0, 4046.0, 4065.0, 4035.0, 4065.0, 4047.0, 4055.0, 4047.0, 4056.0, 4046.0, 4068.0, 4046.0, 4047.0, 4034.0, 4036.0, 4055.0, 4046.0, 4085.0, 4047.0, 4063.0, 4035.0, 4075.0, 4045.0, 4064.0, 4034.0, 4045.0, 4033.0, 4046.0, 4044.0, 4035.0, 4073.0, 4033.0, 4052.0, 4034.0, 4053.0, 4033.0, 4042.0, 4033.0, 4045.0, 4023.0, 4034.0, 4074.0, 4035.0, 4054.0, 4035.0, 4053.0, 4047.0, 4057.0, 4047.0, 4048.0, 4036.0, 4048.0, 4065.0, 4049.0, 4086.0, 4047.0, 4076.0, 4047.0, 4076.0, 4048.0, 4067.0, 4045.0, 4057.0, 4036.0, 4058.0, 4086.0, 4046.0, 4075.0, 4044.0, 4054.0, 4046.0, 4056.0, 4044.0, 4046.0, 4033.0, 4035.0, 4072.0, 4045.0, 4076.0, 4044.0, 4055.0, 4045.0, 4065.0, 4046.0, 4043.0, 4034.0, 4045.0, 4046.0, 4046.0, 4075.0, 4047.0, 4075.0, 4046.0, 4055.0, 4045.0, 4067.0, 4045.0, 4046.0, 4044.0, 4037.0, 4036.0, 4048.0, 4066.0, 4047.0, 4086.0, 4043.0, 4076.0, 4047.0, 4076.0, 4047.0, 4065.0, 4047.0, 4056.0, 4045.0, 4045.0, 4046.0, 4047.0, 4033.0, 4035.0, 4075.0, 4034.0, 4073.0, 4044.0, 4054.0, 4034.0, 4055.0, 4046.0, 4046.0, 4033.0, 4046.0, 4044.0, 4047.0, 4036.0, 4036.0, 4046.0, 4035.0, 4074.0, 4034.0, 4065.0, 4045.0, 4065.0, 4035.0, 4042.0, 4033.0, 4044.0, 4033.0, 4044.0, 4033.0, 4034.0, 4034.0, 4035.0, 4034.0, 4035.0, 4077.0, 4036.0, 4065.0, 4035.0, 4065.0, 4046.0, 4077.0, 4047.0, 4055.0, 4034.0, 4044.0, 4045.0, 4057.0, 4035.0, 4045.0, 4046.0, 4056.0, 4060.0, 4058.0, 4048.0, 4059.0, 4091.0, 4060.0, 4089.0, 4047.0, 4077.0, 4046.0, 4046.0, 4034.0, 4045.0, 4033.0, 4045.0, 4063.0, 4033.0, 4062.0, 4031.0, 4052.0, 4043.0, 4063.0, 4035.0, 4062.0, 4034.0, 4076.0, 4047.0, 4066.0, 4037.0, 4063.0, 4035.0, 4074.0, 4036.0, 4064.0, 4035.0, 4043.0, 4047.0, 4104.0, 4057.0, 4073.0, 4043.0, 4049.0, 4020.0, 4041.0, 4032.0, 4053.0, 4033.0, 4044.0, 4032.0, 4033.0, 4033.0, 4054.0, 4035.0, 4044.0, 4045.0, 4056.0, 4045.0, 4055.0, 4036.0, 4055.0, 4046.0, 4065.0, 4034.0, 4063.0, 4033.0, 4052.0, 4034.0, 4063.0, 4033.0, 4061.0, 4021.0, 4043.0, 4032.0, 4041.0, 4019.0, 4031.0, 4020.0, 4021.0, 4049.0, 4032.0, 4061.0, 4031.0, 4052.0, 4033.0, 4053.0, 4045.0, 4062.0, 4045.0, 4053.0, 4034.0, 4055.0, 4045.0, 4055.0, 4045.0, 4058.0, 4064.0, 4084.0, 4036.0, 4046.0, 4045.0, 4047.0, 4049.0, 4070.0, 4086.0, 4045.0, 4087.0, 4042.0, 4050.0, 4044.0, 4063.0, 4042.0, 4053.0, 4033.0, 4035.0, 4033.0, 4035.0, 4044.0, 4046.0, 4083.0, 4035.0, 4063.0, 4035.0, 4053.0, 4045.0, 4055.0, 4034.0, 4043.0, 4033.0, 4036.0, 4075.0, 4045.0, 4044.0, 4036.0, 4084.0, 4045.0, 4075.0, 4047.0, 4064.0, 4046.0, 4055.0, 4044.0, 4045.0, 4045.0, 4034.0, 4062.0, 4034.0, 4064.0, 4033.0, 4063.0, 4035.0, 4054.0, 4034.0, 4044.0, 4033.0, 4032.0, 4022.0, 4033.0, 4061.0, 4034.0, 4064.0, 4033.0, 4044.0, 4033.0, 4023.0, 4063.0, 4033.0, 4062.0, 4035.0, 4054.0, 4033.0, 4055.0, 4046.0, 4056.0, 4045.0, 4036.0, 4035.0, 4035.0, 4075.0, 4036.0, 4075.0, 4036.0, 4063.0, 4032.0, 4054.0, 4034.0, 4043.0, 4042.0, 4033.0, 4060.0, 4033.0, 4064.0, 4034.0, 4054.0, 4034.0, 4054.0, 4045.0, 4047.0, 4033.0, 4036.0, 4042.0, 4046.0, 4064.0, 4036.0, 4076.0, 4048.0, 4066.0, 4046.0, 4055.0, 4035.0, 4066.0, 4033.0, 4035.0, 4064.0, 4033.0, 4073.0, 4033.0, 4063.0, 4034.0, 4051.0, 4035.0, 4054.0, 4034.0, 4052.0, 4034.0, 4053.0, 4045.0, 4065.0, 4034.0, 4043.0, 4024.0, 4035.0, 4072.0, 4034.0, 4072.0, 4032.0, 4061.0, 4033.0, 4052.0, 4034.0, 4053.0, 4044.0, 4052.0, 4034.0, 4063.0, 4045.0, 4054.0, 4033.0, 4043.0, 4034.0, 4055.0, 4033.0, 4032.0, 4023.0, 4034.0, 4075.0, 4032.0, 4072.0, 4033.0, 4062.0, 4022.0, 4050.0, 4034.0, 4063.0, 4033.0, 4052.0, 4021.0, 4042.0, 4022.0, 4043.0, 4021.0, 4032.0, 4032.0, 4033.0, 4031.0, 4053.0, 4022.0, 4042.0, 4021.0, 4030.0, 4019.0, 4053.0, 4021.0, 4032.0, 4020.0, 4019.0, 4021.0, 4032.0, 4031.0, 4021.0, 4060.0, 4021.0, 4059.0, 4031.0, 4049.0, 4020.0, 4039.0, 4019.0, 4050.0, 4021.0, 4029.0, 4019.0, 4032.0, 4021.0, 4041.0, 4022.0, 4030.0, 4021.0, 4042.0, 4023.0, 4062.0, 4031.0, 4053.0, 4022.0, 4052.0, 4023.0, 4052.0, 4022.0, 4040.0, 4021.0, 4042.0, 4022.0, 4032.0, 4018.0, 4023.0, 4051.0, 4022.0, 4062.0, 4033.0, 4062.0, 4033.0, 4052.0, 4035.0, 4064.0, 4036.0, 4064.0, 4035.0, 4054.0, 4036.0, 4066.0, 4036.0, 4055.0, 4045.0, 4055.0, 4046.0, 4056.0, 4044.0, 4047.0, 4034.0, 4048.0, 4035.0, 4046.0, 4046.0, 4037.0, 4034.0, 4034.0, 4065.0, 4036.0, 4073.0, 4056.0, 4063.0, 4033.0, 4051.0, 4033.0, 4063.0, 4033.0, 4032.0, 4031.0, 4022.0, 4072.0, 4022.0, 4061.0, 4022.0, 4052.0, 4033.0, 4053.0, 4033.0, 4042.0, 4032.0, 4044.0, 4034.0, 4065.0, 4033.0, 4045.0, 4022.0, 4034.0, 4072.0, 4024.0, 4062.0, 4023.0, 4061.0, 4022.0, 4052.0, 4022.0, 4040.0, 4022.0, 4043.0, 4022.0, 4053.0, 4020.0, 4033.0, 4021.0, 4022.0, 4041.0, 4023.0, 4062.0, 4023.0, 4062.0, 4021.0, 4053.0, 4032.0, 4053.0, 4033.0, 4053.0, 4033.0, 4042.0, 4023.0, 4055.0, 4033.0, 4045.0, 4022.0, 4033.0, 4034.0, 4045.0, 4020.0, 4034.0, 4022.0, 4032.0, 4072.0, 4045.0, 4060.0, 4024.0, 4052.0, 4024.0, 4051.0, 4023.0, 4042.0, 4032.0, 4041.0, 4033.0, 4064.0, 4043.0, 4074.0, 4056.0, 4025.0, 4025.0, 4053.0, 4024.0, 4062.0, 4044.0, 4073.0, 4035.0, 4045.0, 4023.0, 4034.0, 4072.0, 4022.0, 4062.0, 4032.0, 4039.0, 4008.0, 4018.0, 3996.0, 4009.0, 4057.0, 4008.0, 4026.0, 4008.0, 4036.0, 4019.0, 4028.0, 4018.0, 4028.0, 4019.0, 4032.0, 4008.0, 4031.0, 4020.0, 4023.0, 4038.0, 4021.0, 4062.0, 4031.0, 4061.0, 4021.0, 4052.0, 4034.0, 4052.0, 4023.0, 4043.0, 4022.0, 4032.0, 4022.0, 4046.0, 4033.0, 4032.0, 4021.0, 4023.0, 4073.0, 4033.0, 4062.0, 4024.0, 4064.0, 4023.0, 4054.0, 4023.0, 4045.0, 4023.0, 4033.0, 4043.0, 4025.0, 4064.0, 4033.0, 4052.0, 4023.0, 4055.0, 4035.0, 4065.0, 4035.0, 4046.0, 4025.0, 4045.0, 4046.0, 4057.0, 4047.0, 4048.0, 4074.0, 4025.0, 4063.0, 4055.0, 4053.0, 4023.0, 4053.0, 4023.0, 4053.0, 4023.0, 4033.0, 4021.0, 4024.0, 4012.0, 4023.0, 4052.0, 4024.0, 4061.0, 4023.0, 4053.0, 4034.0, 4052.0, 4033.0, 4053.0, 4024.0, 4044.0, 4035.0, 4064.0, 4024.0, 4043.0, 4012.0, 4034.0, 4023.0, 4034.0, 4022.0, 4023.0, 4021.0, 4025.0, 4032.0, 4045.0, 4026.0, 4035.0, 4033.0, 4025.0, 4064.0, 4035.0, 4063.0, 4035.0, 4063.0, 4036.0, 4063.0, 4040.0, 4075.0, 4046.0, 4055.0, 4025.0, 4044.0, 4024.0, 4047.0, 4036.0, 4034.0, 4024.0, 4023.0, 4023.0, 4024.0, 4072.0, 4045.0, 4064.0, 4025.0, 4052.0, 4023.0, 4054.0, 4034.0, 4054.0, 4034.0, 4043.0, 4024.0, 4046.0, 4034.0, 4037.0, 4076.0, 4047.0, 4064.0, 4035.0, 4065.0, 4034.0, 4053.0, 4020.0, 4033.0, 4022.0, 4044.0, 4022.0, 4034.0, 4033.0, 4034.0, 4034.0, 4025.0, 4044.0, 4036.0, 4074.0, 4046.0, 4063.0, 4035.0, 4064.0, 4035.0, 4055.0, 4035.0, 4043.0, 4033.0, 4046.0, 4034.0, 4045.0, 4034.0, 4036.0, 4073.0, 4034.0, 4063.0, 4045.0, 4065.0, 4035.0, 4054.0, 4034.0, 4056.0, 4047.0, 4057.0, 4045.0, 4047.0, 4032.0, 4035.0, 4076.0, 4048.0, 4077.0, 4046.0, 4076.0, 4047.0, 4077.0, 4047.0, 4066.0, 4048.0, 4056.0, 4046.0, 4067.0, 4047.0, 4067.0, 4035.0, 4047.0, 4034.0, 4046.0, 4054.0, 4034.0, 4033.0, 4036.0, 4074.0, 4035.0, 4075.0, 4036.0, 4065.0, 4047.0, 4054.0, 4046.0, 4064.0, 4046.0, 4063.0, 4037.0, 4054.0, 4045.0, 4067.0, 4033.0, 4044.0, 4032.0, 4034.0, 4023.0, 4021.0, 4062.0, 4023.0, 4062.0, 4024.0, 4051.0, 4034.0, 4063.0, 4034.0, 4052.0, 4034.0, 4044.0, 4045.0, 4055.0, 4034.0, 4045.0, 4033.0, 4025.0, 4065.0, 4033.0, 4075.0, 4036.0, 4065.0, 4034.0, 4066.0, 4045.0, 4054.0, 4035.0, 4055.0, 4033.0, 4046.0, 4044.0, 4034.0, 4033.0, 4025.0, 4073.0, 4046.0, 4075.0, 4055.0, 4064.0, 4035.0, 4064.0, 4035.0, 4065.0, 4045.0, 4065.0, 4032.0, 4052.0, 4033.0, 4053.0, 4034.0, 4043.0, 4021.0, 4031.0, 4030.0, 4032.0, 4051.0, 4021.0, 4059.0, 4021.0, 4050.0, 4022.0, 4063.0, 4022.0, 4052.0, 4022.0, 4060.0, 4033.0, 4032.0, 4033.0, 4022.0, 4033.0, 4022.0, 4053.0, 4022.0, 4041.0, 4020.0, 4029.0, 4022.0, 4033.0, 4032.0, 4033.0, 4074.0, 4035.0, 4032.0, 4025.0, 4033.0, 4031.0, 4023.0, 4020.0, 4011.0, 4032.0, 4022.0, 4032.0, 4022.0, 4020.0, 4021.0, 4030.0, 4032.0, 4045.0, 4024.0, 4044.0, 4035.0, 4042.0, 4034.0, 4065.0, 4036.0, 4053.0, 4035.0, 4044.0, 4034.0, 4056.0, 4023.0, 4032.0, 4023.0, 4032.0, 4034.0, 4055.0, 4035.0, 4054.0, 4024.0, 4054.0], 'WindowWidth': [9113.0, 9068.0, 9073.0, 9041.0, 9065.0, 9035.0, 9044.0, 9014.0, 9038.0, 9009.0, 9039.0, 9009.0, 9023.0, 8988.0, 9006.0, 9059.0, 9009.0, 9043.0, 9006.0, 9032.0, 9021.0, 9032.0, 9007.0, 9021.0, 9004.0, 9010.0, 8994.0, 9010.0, 9062.0, 9014.0, 9036.0, 9014.0, 9034.0, 9013.0, 9040.0, 9028.0, 9046.0, 9011.0, 9032.0, 9081.0, 9028.0, 9067.0, 9029.0, 9041.0, 9016.0, 9045.0, 9010.0, 9015.0, 9065.0, 9027.0, 9051.0, 9030.0, 9058.0, 9029.0, 9056.0, 9034.0, 9062.0, 9052.0, 9065.0, 9033.0, 9048.0, 9018.0, 9036.0, 9083.0, 9032.0, 9065.0, 9031.0, 9051.0, 9032.0, 9058.0, 9027.0, 9028.0, 9010.0, 9017.0, 9068.0, 9030.0, 9066.0, 9029.0, 9053.0, 9014.0, 9054.0, 9032.0, 9040.0, 9031.0, 9042.0, 9029.0, 9062.0, 9029.0, 9031.0, 9009.0, 9016.0, 9039.0, 9029.0, 9080.0, 9031.0, 9047.0, 9011.0, 9064.0, 9026.0, 9049.0, 9008.0, 9025.0, 9007.0, 9029.0, 9023.0, 9010.0, 9058.0, 9006.0, 9031.0, 9009.0, 9032.0, 9007.0, 9016.0, 9005.0, 9024.0, 8995.0, 9011.0, 9063.0, 9012.0, 9034.0, 9013.0, 9035.0, 9031.0, 9045.0, 9030.0, 9033.0, 9015.0, 9035.0, 9055.0, 9037.0, 9083.0, 9033.0, 9069.0, 9032.0, 9069.0, 9034.0, 9058.0, 9026.0, 9044.0, 9017.0, 9047.0, 9080.0, 9027.0, 9064.0, 9021.0, 9036.0, 9028.0, 9040.0, 9022.0, 9027.0, 9006.0, 9012.0, 9060.0, 9026.0, 9067.0, 9025.0, 9038.0, 9026.0, 9054.0, 9030.0, 9023.0, 9010.0, 9026.0, 9028.0, 9029.0, 9067.0, 9030.0, 9065.0, 9028.0, 9039.0, 9027.0, 9057.0, 9025.0, 9029.0, 9023.0, 9018.0, 9017.0, 9034.0, 9056.0, 9032.0, 9082.0, 9023.0, 9071.0, 9034.0, 9069.0, 9033.0, 9053.0, 9030.0, 9043.0, 9028.0, 9026.0, 9027.0, 9031.0, 9007.0, 9014.0, 9067.0, 9012.0, 9061.0, 9024.0, 9035.0, 9009.0, 9039.0, 9028.0, 9027.0, 9007.0, 9029.0, 9024.0, 9031.0, 9016.0, 9017.0, 9027.0, 9012.0, 9061.0, 9009.0, 9051.0, 9026.0, 9052.0, 9013.0, 9017.0, 9006.0, 9021.0, 9006.0, 9024.0, 9007.0, 9009.0, 9008.0, 9011.0, 9008.0, 9014.0, 9069.0, 9015.0, 9051.0, 9012.0, 9053.0, 9031.0, 9070.0, 9030.0, 9037.0, 9010.0, 9023.0, 9026.0, 9044.0, 9013.0, 9026.0, 9030.0, 9044.0, 9054.0, 9051.0, 9039.0, 9055.0, 9098.0, 9056.0, 9091.0, 9032.0, 9071.0, 9027.0, 9026.0, 9007.0, 9025.0, 9006.0, 9027.0, 9046.0, 9004.0, 9043.0, 9001.0, 9030.0, 9020.0, 9045.0, 9012.0, 9045.0, 9010.0, 9068.0, 9032.0, 9053.0, 9018.0, 9047.0, 9012.0, 9062.0, 9015.0, 9048.0, 9013.0, 9021.0, 9035.0, 9124.0, 9047.0, 9058.0, 9019.0, 9020.0, 8982.0, 9010.0, 9002.0, 9030.0, 9005.0, 9020.0, 9002.0, 9005.0, 9006.0, 9036.0, 9010.0, 9024.0, 9025.0, 9041.0, 9026.0, 9040.0, 9014.0, 9038.0, 9029.0, 9054.0, 9009.0, 9046.0, 9007.0, 9028.0, 9007.0, 9045.0, 9006.0, 9040.0, 8986.0, 9017.0, 9002.0, 9014.0, 8982.0, 9000.0, 8982.0, 8987.0, 9022.0, 9004.0, 9040.0, 9002.0, 9028.0, 9008.0, 9032.0, 9025.0, 9046.0, 9026.0, 9033.0, 9009.0, 9037.0, 9025.0, 9039.0, 9027.0, 9048.0, 9072.0, 9099.0, 9018.0, 9031.0, 9025.0, 9033.0, 9044.0, 9073.0, 9085.0, 9029.0, 9087.0, 9018.0, 9021.0, 9021.0, 9045.0, 9016.0, 9032.0, 9005.0, 9012.0, 9007.0, 9012.0, 9022.0, 9028.0, 9074.0, 9014.0, 9047.0, 9012.0, 9033.0, 9024.0, 9038.0, 9008.0, 9021.0, 9006.0, 9013.0, 9064.0, 9027.0, 9023.0, 9016.0, 9079.0, 9028.0, 9068.0, 9031.0, 9050.0, 9028.0, 9039.0, 9023.0, 9025.0, 9024.0, 9009.0, 9044.0, 9007.0, 9048.0, 9008.0, 9046.0, 9012.0, 9036.0, 9009.0, 9022.0, 9006.0, 9004.0, 8990.0, 9006.0, 9042.0, 9008.0, 9049.0, 9006.0, 9020.0, 9005.0, 8993.0, 9044.0, 9007.0, 9044.0, 9010.0, 9034.0, 9007.0, 9037.0, 9028.0, 9042.0, 9025.0, 9015.0, 9012.0, 9012.0, 9067.0, 9016.0, 9066.0, 9015.0, 9045.0, 9003.0, 9035.0, 9008.0, 9019.0, 9016.0, 9006.0, 9037.0, 9006.0, 9047.0, 9010.0, 9035.0, 9010.0, 9035.0, 9023.0, 9030.0, 9009.0, 9014.0, 9019.0, 9028.0, 9049.0, 9016.0, 9068.0, 9033.0, 9055.0, 9029.0, 9040.0, 9013.0, 9055.0, 9006.0, 9011.0, 9047.0, 9004.0, 9060.0, 9006.0, 9044.0, 9009.0, 9027.0, 9011.0, 9034.0, 9010.0, 9030.0, 9009.0, 9033.0, 9025.0, 9052.0, 9008.0, 9021.0, 8993.0, 9010.0, 9057.0, 9009.0, 9055.0, 9003.0, 9039.0, 9005.0, 9029.0, 9010.0, 9033.0, 9023.0, 9031.0, 9010.0, 9047.0, 9026.0, 9036.0, 9008.0, 9020.0, 9009.0, 9039.0, 9007.0, 9005.0, 8991.0, 9008.0, 9063.0, 9006.0, 9057.0, 9006.0, 9041.0, 8990.0, 9024.0, 9009.0, 9044.0, 9007.0, 9030.0, 8987.0, 9017.0, 8989.0, 9018.0, 8986.0, 9001.0, 9002.0, 9004.0, 9000.0, 9033.0, 8990.0, 9016.0, 8986.0, 8998.0, 8983.0, 9032.0, 8986.0, 9003.0, 8983.0, 8983.0, 8986.0, 9003.0, 8998.0, 8988.0, 9037.0, 8987.0, 9034.0, 9001.0, 9019.0, 8984.0, 9007.0, 8983.0, 9024.0, 8987.0, 8993.0, 8980.0, 9000.0, 8988.0, 9014.0, 8988.0, 8998.0, 8987.0, 9015.0, 8994.0, 9044.0, 9003.0, 9031.0, 8990.0, 9028.0, 8992.0, 9029.0, 8990.0, 9011.0, 8987.0, 9015.0, 8987.0, 9002.0, 8978.0, 8990.0, 9026.0, 8990.0, 9044.0, 9005.0, 9042.0, 9007.0, 9029.0, 9012.0, 9049.0, 9016.0, 9049.0, 9014.0, 9036.0, 9016.0, 9054.0, 9016.0, 9040.0, 9026.0, 9038.0, 9028.0, 9043.0, 9023.0, 9029.0, 9010.0, 9031.0, 9012.0, 9030.0, 9027.0, 9017.0, 9009.0, 9009.0, 9051.0, 9016.0, 9061.0, 9040.0, 9045.0, 9006.0, 9026.0, 9006.0, 9045.0, 9004.0, 9003.0, 8998.0, 8989.0, 9056.0, 8989.0, 9038.0, 8989.0, 9028.0, 9006.0, 9031.0, 9006.0, 9015.0, 9004.0, 9020.0, 9009.0, 9051.0, 9007.0, 9023.0, 8989.0, 9007.0, 9056.0, 8993.0, 9041.0, 8992.0, 9038.0, 8989.0, 9028.0, 8990.0, 9011.0, 8990.0, 9017.0, 8989.0, 9032.0, 8984.0, 9006.0, 8984.0, 8989.0, 9012.0, 8993.0, 9042.0, 8991.0, 9040.0, 8986.0, 9030.0, 9005.0, 9031.0, 9005.0, 9029.0, 9005.0, 9016.0, 8995.0, 9038.0, 9007.0, 9023.0, 8989.0, 9005.0, 9007.0, 9023.0, 8986.0, 9007.0, 8988.0, 9004.0, 9057.0, 9023.0, 9036.0, 8993.0, 9029.0, 8994.0, 9027.0, 8991.0, 9014.0, 9002.0, 9011.0, 9007.0, 9047.0, 9023.0, 9062.0, 9042.0, 8997.0, 8999.0, 9032.0, 8997.0, 9046.0, 9022.0, 9061.0, 9011.0, 9025.0, 8991.0, 9007.0, 9056.0, 8990.0, 9040.0, 8999.0, 9005.0, 8961.0, 8975.0, 8943.0, 8964.0, 9025.0, 8960.0, 8982.0, 8962.0, 8996.0, 8977.0, 8988.0, 8977.0, 8990.0, 8979.0, 9000.0, 8964.0, 8998.0, 8982.0, 8990.0, 9005.0, 8987.0, 9040.0, 9001.0, 9037.0, 8987.0, 9027.0, 9008.0, 9028.0, 8992.0, 9016.0, 8990.0, 9002.0, 8989.0, 9026.0, 9004.0, 9002.0, 8986.0, 8992.0, 9057.0, 9005.0, 9043.0, 8994.0, 9046.0, 8991.0, 9033.0, 8990.0, 9022.0, 8991.0, 9005.0, 9017.0, 8996.0, 9046.0, 9006.0, 9028.0, 8993.0, 9034.0, 9011.0, 9050.0, 9011.0, 9026.0, 8999.0, 9025.0, 9029.0, 9045.0, 9029.0, 9031.0, 9061.0, 8996.0, 9046.0, 9036.0, 9030.0, 8991.0, 9030.0, 8993.0, 9031.0, 8989.0, 9003.0, 8985.0, 8991.0, 8974.0, 8990.0, 9027.0, 8992.0, 9038.0, 8990.0, 9030.0, 9007.0, 9029.0, 9006.0, 9030.0, 8994.0, 9019.0, 9010.0, 9047.0, 8993.0, 9016.0, 8975.0, 9006.0, 8990.0, 9007.0, 8989.0, 8991.0, 8987.0, 8995.0, 9004.0, 9024.0, 8998.0, 9012.0, 9005.0, 8996.0, 9049.0, 9011.0, 9045.0, 9009.0, 9044.0, 9012.0, 9045.0, 9025.0, 9064.0, 9027.0, 9035.0, 8996.0, 9021.0, 8994.0, 9029.0, 9012.0, 9007.0, 8992.0, 8993.0, 8990.0, 8995.0, 9058.0, 9025.0, 9045.0, 8997.0, 9028.0, 8992.0, 9033.0, 9008.0, 9032.0, 9009.0, 9017.0, 8996.0, 9028.0, 9007.0, 9015.0, 9065.0, 9030.0, 9049.0, 9010.0, 9049.0, 9009.0, 9032.0, 8984.0, 9003.0, 8990.0, 9022.0, 8990.0, 9009.0, 9007.0, 9009.0, 9008.0, 8998.0, 9020.0, 9015.0, 9064.0, 9027.0, 9045.0, 9011.0, 9048.0, 9010.0, 9036.0, 9010.0, 9019.0, 9005.0, 9025.0, 9007.0, 9026.0, 9008.0, 9012.0, 9059.0, 9009.0, 9047.0, 9025.0, 9050.0, 9013.0, 9035.0, 9009.0, 9040.0, 9029.0, 9044.0, 9025.0, 9030.0, 9006.0, 9013.0, 9068.0, 9033.0, 9070.0, 9029.0, 9067.0, 9031.0, 9069.0, 9032.0, 9055.0, 9032.0, 9040.0, 9028.0, 9058.0, 9030.0, 9057.0, 9011.0, 9029.0, 9009.0, 9028.0, 9036.0, 9011.0, 9006.0, 9015.0, 9062.0, 9013.0, 9065.0, 9014.0, 9049.0, 9029.0, 9034.0, 9027.0, 9049.0, 9029.0, 9046.0, 9015.0, 9034.0, 9027.0, 9056.0, 9007.0, 9021.0, 9003.0, 9006.0, 8991.0, 8988.0, 9041.0, 8991.0, 9042.0, 8994.0, 9026.0, 9008.0, 9044.0, 9009.0, 9030.0, 9007.0, 9020.0, 9025.0, 9039.0, 9009.0, 9024.0, 9006.0, 8997.0, 9052.0, 9008.0, 9063.0, 9015.0, 9051.0, 9008.0, 9053.0, 9024.0, 9034.0, 9010.0, 9039.0, 9006.0, 9027.0, 9023.0, 9009.0, 9006.0, 8998.0, 9059.0, 9028.0, 9064.0, 9040.0, 9049.0, 9013.0, 9047.0, 9011.0, 9050.0, 9025.0, 9048.0, 9004.0, 9030.0, 9006.0, 9034.0, 9006.0, 9017.0, 8985.0, 9000.0, 8996.0, 9003.0, 9024.0, 8986.0, 9034.0, 8985.0, 9023.0, 8989.0, 9042.0, 8988.0, 9027.0, 8989.0, 9036.0, 9006.0, 9003.0, 9004.0, 8989.0, 9005.0, 8989.0, 9033.0, 8988.0, 9012.0, 8982.0, 8994.0, 8991.0, 9007.0, 9006.0, 9008.0, 9063.0, 9013.0, 9003.0, 8996.0, 9004.0, 9000.0, 8990.0, 8984.0, 8971.0, 9001.0, 8986.0, 9001.0, 8987.0, 8983.0, 8985.0, 8998.0, 9002.0, 9023.0, 8995.0, 9020.0, 9010.0, 9017.0, 9010.0, 9052.0, 9013.0, 9033.0, 9009.0, 9018.0, 9008.0, 9039.0, 8991.0, 9002.0, 8991.0, 9002.0, 9007.0, 9036.0, 9011.0, 9032.0, 8994.0, 9034.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.0011045249294449673</td></tr>
<tr><td colspan=3>aqi</td><td>0.01928374797742239</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.07255231994345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.208709467419963</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0082759438229765</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>7514.7891</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0792021159977305</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7873941674506115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.347378132491989</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.27391585487653</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6351482099004437</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.133070332698993</td></tr>
<tr><td colspan=3>gcor</td><td>0.00957677</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016017628833651543</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028015874326229095</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1063</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.788052411926084</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.9076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.86</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.7625</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309633.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>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7848</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0859</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.0369</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.2246</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.7899</td></tr>
<tr><td colspan=3>tsnr</td><td>45.203946048393846</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>