<?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-0105_ses-04_task-social_acq-mb8_run-05_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-0105_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0105_suffix-bold_task-social" 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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0105_suffix-bold_task-social" 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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0105_suffix-bold_task-social" 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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0105_suffix-bold_task-social" 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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-05_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-0105/ses-04/func/sub-0105_ses-04_task-social_acq-mb8_run-05_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>ab24dfe00f9377d105aff35c4ba6f559</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>19:32:31.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</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.259</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-05_task-social_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.112119</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3720871c-0502-48ae-b5cc-bb24bed3a856||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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, 872]</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], 'AcquisitionTime': ['193231.725000', '193232.185000', '193232.645000', '193233.105000', '193233.565000', '193234.025000', '193234.485000', '193234.945000', '193235.405000', '193235.865000', '193236.325000', '193236.785000', '193237.245000', '193237.705000', '193238.165000', '193238.625000', '193239.085000', '193239.545000', '193240.005000', '193240.465000', '193240.925000', '193241.385000', '193241.845000', '193242.305000', '193242.765000', '193243.225000', '193243.685000', '193244.145000', '193244.605000', '193245.065000', '193245.525000', '193245.985000', '193246.445000', '193246.905000', '193247.365000', '193247.825000', '193248.285000', '193248.745000', '193249.205000', '193249.665000', '193250.125000', '193250.585000', '193251.045000', '193251.505000', '193251.965000', '193252.425000', '193252.885000', '193253.345000', '193253.805000', '193254.265000', '193254.725000', '193255.185000', '193255.645000', '193256.105000', '193256.565000', '193257.025000', '193257.485000', '193257.945000', '193258.405000', '193258.865000', '193259.325000', '193259.785000', '193300.245000', '193300.705000', '193301.165000', '193301.625000', '193302.085000', '193302.545000', '193303.005000', '193303.465000', '193303.925000', '193304.385000', '193304.845000', '193305.305000', '193305.765000', '193306.225000', '193306.685000', '193307.145000', '193307.605000', '193308.065000', '193308.525000', '193308.985000', '193309.445000', '193309.905000', '193310.365000', '193310.825000', '193311.285000', '193311.745000', '193312.205000', '193312.665000', '193313.125000', '193313.585000', '193314.045000', '193314.505000', '193314.965000', '193315.425000', '193315.885000', '193316.345000', '193316.805000', '193317.265000', '193317.725000', '193318.185000', '193318.645000', '193319.105000', '193319.565000', '193320.025000', '193320.485000', '193320.945000', '193321.405000', '193321.865000', '193322.325000', '193322.785000', '193323.245000', '193323.705000', '193324.165000', '193324.625000', '193325.085000', '193325.545000', '193326.005000', '193326.465000', '193326.925000', '193327.385000', '193327.845000', '193328.305000', '193328.765000', '193329.225000', '193329.685000', '193330.145000', '193330.605000', '193331.065000', '193331.525000', '193331.985000', '193332.445000', '193332.905000', '193333.365000', '193333.825000', '193334.285000', '193334.745000', '193335.205000', '193335.665000', '193336.125000', '193336.585000', '193337.045000', '193337.505000', '193337.965000', '193338.425000', '193338.885000', '193339.345000', '193339.805000', '193340.265000', '193340.725000', '193341.185000', '193341.645000', '193342.105000', '193342.565000', '193343.025000', '193343.485000', '193343.945000', '193344.405000', '193344.865000', '193345.325000', '193345.785000', '193346.245000', '193346.705000', '193347.165000', '193347.625000', '193348.085000', '193348.545000', '193349.005000', '193349.465000', '193349.925000', '193350.385000', '193350.845000', '193351.305000', '193351.765000', '193352.225000', '193352.685000', '193353.145000', '193353.605000', '193354.065000', '193354.525000', '193354.985000', '193355.445000', '193355.905000', '193356.365000', '193356.825000', '193357.285000', '193357.745000', '193358.205000', '193358.665000', '193359.125000', '193359.585000', '193400.045000', '193400.505000', '193400.965000', '193401.425000', '193401.885000', '193402.345000', '193402.805000', '193403.265000', '193403.725000', '193404.185000', '193404.645000', '193405.105000', '193405.565000', '193406.025000', '193406.485000', '193406.945000', '193407.405000', '193407.865000', '193408.325000', '193408.785000', '193409.245000', '193409.705000', '193410.165000', '193410.625000', '193411.085000', '193411.545000', '193412.005000', '193412.465000', '193412.925000', '193413.385000', '193413.845000', '193414.305000', '193414.765000', '193415.225000', '193415.685000', '193416.145000', '193416.605000', '193417.065000', '193417.525000', '193417.985000', '193418.445000', '193418.905000', '193419.365000', '193419.825000', '193420.285000', '193420.745000', '193421.205000', '193421.665000', '193422.125000', '193422.585000', '193423.045000', '193423.505000', '193423.965000', '193424.425000', '193424.885000', '193425.345000', '193425.805000', '193426.265000', '193426.725000', '193427.185000', '193427.645000', '193428.105000', '193428.565000', '193429.025000', '193429.485000', '193429.945000', '193430.405000', '193430.865000', '193431.325000', '193431.785000', '193432.245000', '193432.705000', '193433.165000', '193433.625000', '193434.085000', '193434.545000', '193435.005000', '193435.465000', '193435.925000', '193436.385000', '193436.845000', '193437.305000', '193437.765000', '193438.225000', '193438.685000', '193439.145000', '193439.605000', '193440.065000', '193440.525000', '193440.985000', '193441.445000', '193441.905000', '193442.365000', '193442.825000', '193443.285000', '193443.745000', '193444.205000', '193444.665000', '193445.125000', '193445.585000', '193446.045000', '193446.505000', '193446.965000', '193447.425000', '193447.885000', '193448.345000', '193448.805000', '193449.265000', '193449.725000', '193450.185000', '193450.645000', '193451.105000', '193451.565000', '193452.025000', '193452.485000', '193452.945000', '193453.405000', '193453.865000', '193454.325000', '193454.785000', '193455.245000', '193455.705000', '193456.165000', '193456.625000', '193457.085000', '193457.545000', '193458.005000', '193458.465000', '193458.925000', '193459.385000', '193459.845000', '193500.305000', '193500.765000', '193501.225000', '193501.685000', '193502.145000', '193502.605000', '193503.065000', '193503.525000', '193503.985000', '193504.445000', '193504.905000', '193505.365000', '193505.825000', '193506.285000', '193506.745000', '193507.205000', '193507.665000', '193508.125000', '193508.585000', '193509.045000', '193509.505000', '193509.965000', '193510.425000', '193510.885000', '193511.345000', '193511.805000', '193512.265000', '193512.725000', '193513.185000', '193513.645000', '193514.105000', '193514.565000', '193515.025000', '193515.485000', '193515.945000', '193516.405000', '193516.865000', '193517.325000', '193517.785000', '193518.245000', '193518.705000', '193519.165000', '193519.625000', '193520.085000', '193520.545000', '193521.005000', '193521.465000', '193521.925000', '193522.385000', '193522.845000', '193523.305000', '193523.765000', '193524.225000', '193524.685000', '193525.145000', '193525.605000', '193526.065000', '193526.525000', '193526.985000', '193527.445000', '193527.905000', '193528.365000', '193528.825000', '193529.285000', '193529.745000', '193530.205000', '193530.665000', '193531.125000', '193531.585000', '193532.045000', '193532.505000', '193532.965000', '193533.425000', '193533.885000', '193534.345000', '193534.805000', '193535.265000', '193535.725000', '193536.185000', '193536.645000', '193537.105000', '193537.565000', '193538.025000', '193538.485000', '193538.945000', '193539.405000', '193539.865000', '193540.325000', '193540.785000', '193541.245000', '193541.705000', '193542.165000', '193542.625000', '193543.085000', '193543.545000', '193544.005000', '193544.465000', '193544.925000', '193545.385000', '193545.845000', '193546.305000', '193546.765000', '193547.225000', '193547.685000', '193548.145000', '193548.605000', '193549.065000', '193549.525000', '193549.985000', '193550.445000', '193550.905000', '193551.365000', '193551.825000', '193552.285000', '193552.745000', '193553.205000', '193553.665000', '193554.125000', '193554.585000', '193555.045000', '193555.505000', '193555.965000', '193556.425000', '193556.885000', '193557.345000', '193557.805000', '193558.265000', '193558.725000', '193559.185000', '193559.645000', '193600.105000', '193600.565000', '193601.025000', '193601.485000', '193601.945000', '193602.405000', '193602.865000', '193603.325000', '193603.785000', '193604.245000', '193604.705000', '193605.165000', '193605.625000', '193606.085000', '193606.545000', '193607.005000', '193607.465000', '193607.925000', '193608.385000', '193608.845000', '193609.305000', '193609.765000', '193610.225000', '193610.685000', '193611.145000', '193611.605000', '193612.065000', '193612.525000', '193612.985000', '193613.445000', '193613.905000', '193614.365000', '193614.825000', '193615.285000', '193615.745000', '193616.205000', '193616.665000', '193617.125000', '193617.585000', '193618.045000', '193618.505000', '193618.965000', '193619.425000', '193619.885000', '193620.345000', '193620.805000', '193621.265000', '193621.725000', '193622.185000', '193622.645000', '193623.105000', '193623.565000', '193624.025000', '193624.485000', '193624.945000', '193625.405000', '193625.865000', '193626.325000', '193626.785000', '193627.245000', '193627.705000', '193628.165000', '193628.625000', '193629.085000', '193629.545000', '193630.005000', '193630.465000', '193630.925000', '193631.385000', '193631.845000', '193632.305000', '193632.765000', '193633.225000', '193633.685000', '193634.145000', '193634.605000', '193635.065000', '193635.525000', '193635.985000', '193636.445000', '193636.905000', '193637.365000', '193637.825000', '193638.285000', '193638.745000', '193639.205000', '193639.665000', '193640.125000', '193640.585000', '193641.045000', '193641.505000', '193641.965000', '193642.425000', '193642.885000', '193643.345000', '193643.805000', '193644.265000', '193644.725000', '193645.185000', '193645.645000', '193646.105000', '193646.565000', '193647.025000', '193647.485000', '193647.945000', '193648.405000', '193648.865000', '193649.325000', '193649.785000', '193650.245000', '193650.705000', '193651.165000', '193651.625000', '193652.085000', '193652.545000', '193653.005000', '193653.465000', '193653.925000', '193654.385000', '193654.845000', '193655.305000', '193655.765000', '193656.225000', '193656.685000', '193657.145000', '193657.605000', '193658.065000', '193658.525000', '193658.985000', '193659.445000', '193659.905000', '193700.365000', '193700.825000', '193701.285000', '193701.745000', '193702.205000', '193702.665000', '193703.125000', '193703.585000', '193704.045000', '193704.505000', '193704.965000', '193705.425000', '193705.885000', '193706.345000', '193706.805000', '193707.265000', '193707.725000', '193708.185000', '193708.645000', '193709.105000', '193709.565000', '193710.025000', '193710.485000', '193710.945000', '193711.405000', '193711.865000', '193712.325000', '193712.785000', '193713.245000', '193713.705000', '193714.165000', '193714.625000', '193715.085000', '193715.545000', '193716.005000', '193716.465000', '193716.925000', '193717.385000', '193717.845000', '193718.305000', '193718.765000', '193719.225000', '193719.685000', '193720.145000', '193720.605000', '193721.065000', '193721.525000', '193721.985000', '193722.445000', '193722.905000', '193723.365000', '193723.825000', '193724.285000', '193724.745000', '193725.205000', '193725.665000', '193726.125000', '193726.585000', '193727.045000', '193727.505000', '193727.965000', '193728.425000', '193728.885000', '193729.345000', '193729.805000', '193730.265000', '193730.725000', '193731.185000', '193731.645000', '193732.105000', '193732.565000', '193733.025000', '193733.485000', '193733.945000', '193734.405000', '193734.865000', '193735.325000', '193735.785000', '193736.245000', '193736.705000', '193737.165000', '193737.625000', '193738.085000', '193738.545000', '193739.005000', '193739.465000', '193739.925000', '193740.385000', '193740.845000', '193741.305000', '193741.765000', '193742.225000', '193742.685000', '193743.145000', '193743.605000', '193744.065000', '193744.525000', '193744.985000', '193745.445000', '193745.905000', '193746.365000', '193746.825000', '193747.285000', '193747.745000', '193748.205000', '193748.665000', '193749.125000', '193749.585000', '193750.045000', '193750.505000', '193750.965000', '193751.425000', '193751.885000', '193752.345000', '193752.805000', '193753.265000', '193753.725000', '193754.185000', '193754.645000', '193755.105000', '193755.565000', '193756.025000', '193756.485000', '193756.945000', '193757.405000', '193757.865000', '193758.325000', '193758.785000', '193759.245000', '193759.705000', '193800.165000', '193800.625000', '193801.085000', '193801.545000', '193802.005000', '193802.465000', '193802.925000', '193803.385000', '193803.845000', '193804.305000', '193804.765000', '193805.225000', '193805.685000', '193806.145000', '193806.605000', '193807.065000', '193807.525000', '193807.985000', '193808.445000', '193808.905000', '193809.365000', '193809.825000', '193810.285000', '193810.745000', '193811.205000', '193811.665000', '193812.125000', '193812.585000', '193813.045000', '193813.505000', '193813.965000', '193814.425000', '193814.885000', '193815.345000', '193815.805000', '193816.265000', '193816.725000', '193817.185000', '193817.645000', '193818.105000', '193818.565000', '193819.025000', '193819.485000', '193819.945000', '193820.405000', '193820.865000', '193821.325000', '193821.785000', '193822.245000', '193822.705000', '193823.165000', '193823.625000', '193824.085000', '193824.545000', '193825.005000', '193825.465000', '193825.925000', '193826.385000', '193826.845000', '193827.305000', '193827.765000', '193828.225000', '193828.685000', '193829.145000', '193829.605000', '193830.065000', '193830.525000', '193830.985000', '193831.445000', '193831.905000', '193832.365000', '193832.825000', '193833.285000', '193833.745000', '193834.205000', '193834.665000', '193835.125000', '193835.585000', '193836.045000', '193836.505000', '193836.965000', '193837.425000', '193837.885000', '193838.345000', '193838.805000', '193839.265000', '193839.725000', '193840.185000', '193840.645000', '193841.105000', '193841.565000', '193842.025000', '193842.485000', '193842.945000', '193843.405000', '193843.865000', '193844.325000', '193844.785000', '193845.245000', '193845.705000', '193846.165000', '193846.625000', '193847.085000', '193847.545000', '193848.005000', '193848.465000', '193848.925000', '193849.385000', '193849.845000', '193850.305000', '193850.765000', '193851.225000', '193851.685000', '193852.145000', '193852.605000', '193853.065000', '193853.525000', '193853.985000', '193854.445000', '193854.905000', '193855.365000', '193855.825000', '193856.285000', '193856.745000', '193857.205000', '193857.665000', '193858.125000', '193858.585000', '193859.045000', '193859.505000', '193859.965000', '193900.425000', '193900.885000', '193901.345000', '193901.805000', '193902.265000', '193902.725000', '193903.185000', '193903.645000', '193904.105000', '193904.565000', '193905.025000', '193905.485000', '193905.945000', '193906.405000', '193906.865000', '193907.325000', '193907.785000', '193908.245000', '193908.705000', '193909.165000', '193909.625000', '193910.085000', '193910.545000', '193911.005000', '193911.465000', '193911.925000', '193912.385000'], 'ContentTime': ['193245.911000', '193245.914000', '193245.917000', '193245.920000', '193245.922000', '193245.925000', '193245.927000', '193245.930000', '193245.932000', '193245.935000', '193245.938000', '193245.940000', '193245.943000', '193245.945000', '193245.948000', '193245.951000', '193245.953000', '193245.956000', '193245.958000', '193245.961000', '193245.963000', '193245.966000', '193245.968000', '193245.971000', '193245.982000', '193245.985000', '193245.987000', '193245.990000', '193245.993000', '193305.869000', '193305.872000', '193305.875000', '193305.877000', '193305.885000', '193305.888000', '193305.890000', '193305.893000', '193305.896000', '193305.898000', '193305.901000', '193305.903000', '193305.906000', '193305.909000', '193305.911000', '193305.914000', '193305.916000', '193305.919000', '193305.921000', '193305.924000', '193305.926000', '193305.929000', '193305.932000', '193305.934000', '193305.937000', '193305.939000', '193305.942000', '193305.944000', '193305.947000', '193305.956000', '193305.958000', '193305.961000', '193305.964000', '193305.966000', '193305.969000', '193305.971000', '193305.974000', '193305.976000', '193305.979000', '193305.981000', '193305.984000', '193305.987000', '193305.989000', '193305.995000', '193325.870000', '193325.872000', '193325.875000', '193325.877000', '193325.880000', '193325.883000', '193325.885000', '193325.888000', '193325.890000', '193325.893000', '193325.920000', '193325.922000', '193325.925000', '193325.928000', '193325.930000', '193325.933000', '193325.935000', '193325.938000', '193325.941000', '193325.943000', '193325.946000', '193325.948000', '193325.951000', '193325.953000', '193325.956000', '193325.959000', '193325.961000', '193325.964000', '193325.966000', '193325.969000', '193325.972000', '193325.974000', '193325.977000', '193325.981000', '193325.984000', '193325.986000', '193325.989000', '193325.991000', '193325.994000', '193325.996000', '193326.000000', '193326.003000', '193326.005000', '193345.869000', '193345.872000', '193345.875000', '193345.877000', '193345.880000', '193345.882000', '193345.885000', '193345.888000', '193345.890000', '193345.893000', '193345.895000', '193345.898000', '193345.900000', '193345.903000', '193345.906000', '193345.908000', '193345.911000', '193345.914000', '193345.916000', '193345.919000', '193345.921000', '193345.924000', '193345.928000', '193345.931000', '193345.933000', '193345.936000', '193345.938000', '193345.941000', '193345.943000', '193345.946000', '193345.949000', '193345.951000', '193345.954000', '193345.956000', '193345.959000', '193345.962000', '193345.964000', '193345.967000', '193345.969000', '193345.972000', '193345.974000', '193345.977000', '193345.979000', '193405.868000', '193405.871000', '193405.874000', '193405.876000', '193405.879000', '193405.882000', '193405.884000', '193405.887000', '193405.889000', '193405.892000', '193405.895000', '193405.897000', '193405.900000', '193405.902000', '193405.905000', '193405.908000', '193405.910000', '193405.913000', '193405.915000', '193405.918000', '193405.921000', '193405.923000', '193405.926000', '193405.928000', '193405.931000', '193405.934000', '193405.936000', '193405.939000', '193405.942000', '193405.944000', '193405.947000', '193405.949000', '193405.952000', '193405.954000', '193405.957000', '193405.960000', '193405.962000', '193405.965000', '193405.967000', '193405.970000', '193405.972000', '193405.975000', '193405.978000', '193405.980000', '193425.869000', '193425.871000', '193425.874000', '193425.877000', '193425.879000', '193425.882000', '193425.884000', '193425.887000', '193425.890000', '193425.892000', '193425.895000', '193425.897000', '193425.900000', '193425.903000', '193425.905000', '193425.908000', '193425.910000', '193425.913000', '193425.915000', '193425.926000', '193425.928000', '193425.931000', '193425.934000', '193425.936000', '193425.939000', '193425.941000', '193425.944000', '193425.947000', '193425.949000', '193425.952000', '193425.954000', '193425.957000', '193425.960000', '193425.962000', '193425.965000', '193425.967000', '193425.970000', '193425.973000', '193425.975000', '193425.978000', '193425.980000', '193425.983000', '193425.985000', '193425.988000', '193445.868000', '193445.871000', '193445.874000', '193445.876000', '193445.879000', '193445.882000', '193445.884000', '193445.887000', '193445.890000', '193445.892000', '193445.895000', '193445.897000', '193445.900000', '193445.906000', '193445.909000', '193445.912000', '193445.914000', '193445.917000', '193445.919000', '193445.922000', '193445.924000', '193445.927000', '193445.937000', '193445.939000', '193445.945000', '193445.948000', '193445.951000', '193445.960000', '193445.963000', '193445.972000', '193445.975000', '193445.977000', '193445.980000', '193445.982000', '193445.985000', '193445.988000', '193445.990000', '193445.993000', '193445.995000', '193445.998000', '193446.002000', '193446.004000', '193446.007000', '193505.869000', '193505.872000', '193505.875000', '193505.878000', '193505.880000', '193505.883000', '193505.885000', '193505.912000', '193505.915000', '193505.917000', '193505.920000', '193505.923000', '193505.925000', '193505.928000', '193505.930000', '193505.933000', '193505.936000', '193505.938000', '193505.941000', '193505.944000', '193505.946000', '193505.949000', '193505.951000', '193505.954000', '193505.957000', '193505.959000', '193505.962000', '193505.964000', '193505.967000', '193505.969000', '193505.972000', '193505.974000', '193505.977000', '193505.980000', '193505.982000', '193505.985000', '193505.988000', '193505.990000', '193505.993000', '193505.995000', '193505.998000', '193506.001000', '193506.004000', '193506.007000', '193525.869000', '193525.872000', '193525.875000', '193525.878000', '193525.880000', '193525.883000', '193525.886000', '193525.888000', '193525.891000', '193525.893000', '193525.896000', '193525.898000', '193525.901000', '193525.904000', '193525.906000', '193525.909000', '193525.911000', '193525.914000', '193525.917000', '193525.919000', '193525.922000', '193525.924000', '193525.927000', '193525.929000', '193525.932000', '193525.935000', '193525.937000', '193525.940000', '193525.942000', '193525.945000', '193525.947000', '193525.950000', '193525.953000', '193525.955000', '193525.958000', '193525.960000', '193525.963000', '193525.966000', '193525.968000', '193525.971000', '193525.973000', '193525.976000', '193525.979000', '193545.869000', '193545.872000', '193545.875000', '193545.877000', '193545.880000', '193545.883000', '193545.885000', '193545.888000', '193545.890000', '193545.893000', '193545.896000', '193545.898000', '193545.901000', '193545.903000', '193545.906000', '193545.909000', '193545.911000', '193545.914000', '193545.916000', '193545.919000', '193545.922000', '193545.924000', '193545.927000', '193545.929000', '193545.932000', '193545.935000', '193545.937000', '193545.940000', '193545.942000', '193545.945000', '193545.947000', '193545.950000', '193545.953000', '193545.955000', '193545.958000', '193545.960000', '193545.963000', '193545.966000', '193545.968000', '193545.971000', '193545.973000', '193545.976000', '193545.979000', '193545.981000', '193605.870000', '193605.872000', '193605.875000', '193605.878000', '193605.880000', '193605.883000', '193605.885000', '193605.888000', '193605.890000', '193605.893000', '193605.896000', '193605.898000', '193605.901000', '193605.903000', '193605.906000', '193605.909000', '193605.911000', '193605.914000', '193605.916000', '193605.919000', '193605.922000', '193605.924000', '193605.927000', '193605.929000', '193605.932000', '193605.935000', '193605.937000', '193605.940000', '193605.942000', '193605.945000', '193605.948000', '193605.950000', '193605.953000', '193605.955000', '193605.958000', '193605.961000', '193605.963000', '193605.966000', '193605.968000', '193605.971000', '193605.974000', '193605.976000', '193605.979000', '193625.869000', '193625.871000', '193625.874000', '193625.877000', '193625.879000', '193625.882000', '193625.885000', '193625.887000', '193625.890000', '193625.892000', '193625.895000', '193625.897000', '193625.900000', '193625.903000', '193625.907000', '193625.910000', '193625.913000', '193625.915000', '193625.918000', '193625.921000', '193625.923000', '193625.926000', '193625.928000', '193625.931000', '193625.934000', '193625.936000', '193625.939000', '193625.941000', '193625.944000', '193625.947000', '193625.949000', '193625.952000', '193625.955000', '193625.957000', '193625.960000', '193625.963000', '193625.966000', '193625.968000', '193625.971000', '193625.973000', '193625.976000', '193625.979000', '193625.981000', '193645.868000', '193645.871000', '193645.874000', '193645.877000', '193645.879000', '193645.882000', '193645.884000', '193645.887000', '193645.889000', '193645.892000', '193645.895000', '193645.897000', '193645.900000', '193645.902000', '193645.905000', '193645.908000', '193645.910000', '193645.913000', '193645.916000', '193645.918000', '193645.921000', '193645.927000', '193645.929000', '193645.932000', '193645.934000', '193645.937000', '193645.940000', '193645.942000', '193645.945000', '193645.947000', '193645.950000', '193645.953000', '193645.955000', '193645.958000', '193645.960000', '193645.963000', '193645.966000', '193645.968000', '193645.971000', '193645.973000', '193645.976000', '193645.979000', '193645.981000', '193645.984000', '193705.869000', '193705.871000', '193705.874000', '193705.877000', '193705.879000', '193705.882000', '193705.885000', '193705.887000', '193705.890000', '193705.892000', '193705.895000', '193705.898000', '193705.900000', '193705.903000', '193705.905000', '193705.908000', '193705.911000', '193705.913000', '193705.916000', '193705.918000', '193705.921000', '193705.924000', '193705.926000', '193705.929000', '193705.931000', '193705.934000', '193705.937000', '193705.939000', '193705.942000', '193705.944000', '193705.947000', '193705.950000', '193705.952000', '193705.955000', '193705.957000', '193705.960000', '193705.963000', '193705.965000', '193705.968000', '193705.970000', '193705.973000', '193705.976000', '193705.978000', '193725.868000', '193725.871000', '193725.874000', '193725.877000', '193725.879000', '193725.882000', '193725.884000', '193725.887000', '193725.889000', '193725.892000', '193725.895000', '193725.897000', '193725.900000', '193725.903000', '193725.905000', '193725.908000', '193725.911000', '193725.914000', '193725.917000', '193725.919000', '193725.922000', '193725.924000', '193725.927000', '193725.930000', '193725.932000', '193725.935000', '193725.937000', '193725.940000', '193725.943000', '193725.945000', '193725.948000', '193725.950000', '193725.953000', '193725.956000', '193725.958000', '193725.961000', '193725.963000', '193725.966000', '193725.969000', '193725.971000', '193725.974000', '193725.976000', '193725.979000', '193725.982000', '193745.869000', '193745.872000', '193745.875000', '193745.878000', '193745.880000', '193745.883000', '193745.886000', '193745.888000', '193745.891000', '193745.893000', '193745.896000', '193745.898000', '193745.901000', '193745.904000', '193745.906000', '193745.909000', '193745.912000', '193745.914000', '193745.917000', '193745.919000', '193745.922000', '193745.925000', '193745.927000', '193745.930000', '193745.932000', '193745.935000', '193745.937000', '193745.940000', '193745.943000', '193745.946000', '193745.949000', '193745.952000', '193745.954000', '193745.957000', '193745.959000', '193745.962000', '193745.965000', '193745.967000', '193745.970000', '193745.973000', '193745.975000', '193745.978000', '193745.980000', '193805.869000', '193805.872000', '193805.875000', '193805.877000', '193805.880000', '193805.883000', '193805.885000', '193805.888000', '193805.891000', '193805.893000', '193805.896000', '193805.898000', '193805.901000', '193805.912000', '193805.914000', '193805.917000', '193805.920000', '193805.922000', '193805.925000', '193805.927000', '193805.930000', '193805.933000', '193805.935000', '193805.938000', '193805.941000', '193805.943000', '193805.946000', '193805.948000', '193805.951000', '193805.954000', '193805.956000', '193805.959000', '193805.961000', '193805.964000', '193805.967000', '193805.969000', '193805.972000', '193805.974000', '193805.977000', '193805.980000', '193805.982000', '193805.985000', '193805.987000', '193805.990000', '193825.870000', '193825.872000', '193825.875000', '193825.878000', '193825.880000', '193825.883000', '193825.885000', '193825.888000', '193825.890000', '193825.893000', '193825.896000', '193825.898000', '193825.901000', '193825.904000', '193825.906000', '193825.909000', '193825.911000', '193825.914000', '193825.917000', '193825.919000', '193825.922000', '193825.924000', '193825.927000', '193825.930000', '193825.933000', '193825.935000', '193825.938000', '193825.940000', '193825.943000', '193825.946000', '193825.948000', '193825.951000', '193825.953000', '193825.956000', '193825.959000', '193825.961000', '193825.964000', '193825.966000', '193825.969000', '193825.972000', '193825.974000', '193825.977000', '193825.979000', '193845.868000', '193845.871000', '193845.874000', '193845.876000', '193845.879000', '193845.882000', '193845.884000', '193845.887000', '193845.889000', '193845.892000', '193845.894000', '193845.897000', '193845.900000', '193845.902000', '193845.905000', '193845.907000', '193845.910000', '193845.913000', '193845.915000', '193845.918000', '193845.920000', '193845.923000', '193845.925000', '193845.928000', '193845.930000', '193845.933000', '193845.936000', '193845.938000', '193845.941000', '193845.943000', '193845.946000', '193845.949000', '193845.951000', '193845.954000', '193845.956000', '193845.959000', '193845.961000', '193845.964000', '193845.966000', '193845.969000', '193845.972000', '193845.974000', '193845.977000', '193845.979000', '193905.868000', '193905.871000', '193905.874000', '193905.876000', '193905.879000', '193905.881000', '193905.884000', '193905.887000', '193905.889000', '193905.892000', '193905.894000', '193905.897000', '193905.900000', '193905.902000', '193905.905000', '193905.908000', '193905.910000', '193905.913000', '193905.915000', '193905.918000', '193905.920000', '193905.923000', '193905.926000', '193905.928000', '193905.931000', '193905.933000', '193905.936000', '193905.939000', '193905.941000', '193905.944000', '193905.947000', '193905.950000', '193905.952000', '193905.955000', '193905.957000', '193905.960000', '193905.963000', '193905.965000', '193905.968000', '193905.971000', '193905.973000', '193905.976000', '193905.978000', '193913.320000', '193913.323000', '193913.326000', '193913.329000', '193913.331000', '193913.334000', '193913.337000', '193913.340000', '193913.343000', '193913.345000', '193913.348000', '193913.351000', '193913.354000', '193913.357000', '193913.360000', '193913.363000', '193913.366000'], 'InstanceCreationTime': ['193245.911000', '193245.914000', '193245.917000', '193245.920000', '193245.922000', '193245.925000', '193245.927000', '193245.930000', '193245.932000', '193245.935000', '193245.938000', '193245.940000', '193245.943000', '193245.945000', '193245.948000', '193245.951000', '193245.953000', '193245.956000', '193245.958000', '193245.961000', '193245.963000', '193245.966000', '193245.968000', '193245.971000', '193245.982000', '193245.985000', '193245.987000', '193245.990000', '193245.993000', '193305.869000', '193305.872000', '193305.875000', '193305.877000', '193305.885000', '193305.888000', '193305.890000', '193305.893000', '193305.896000', '193305.898000', '193305.901000', '193305.903000', '193305.906000', '193305.909000', '193305.911000', '193305.914000', '193305.916000', '193305.919000', '193305.921000', '193305.924000', '193305.926000', '193305.929000', '193305.932000', '193305.934000', '193305.937000', '193305.939000', '193305.942000', '193305.944000', '193305.947000', '193305.956000', '193305.958000', '193305.961000', '193305.964000', '193305.966000', '193305.969000', '193305.971000', '193305.974000', '193305.976000', '193305.979000', '193305.981000', '193305.984000', '193305.987000', '193305.989000', '193305.995000', '193325.870000', '193325.872000', '193325.875000', '193325.877000', '193325.880000', '193325.883000', '193325.885000', '193325.888000', '193325.890000', '193325.893000', '193325.920000', '193325.922000', '193325.925000', '193325.928000', '193325.930000', '193325.933000', '193325.935000', '193325.938000', '193325.941000', '193325.943000', '193325.946000', '193325.948000', '193325.951000', '193325.953000', '193325.956000', '193325.959000', '193325.961000', '193325.964000', '193325.966000', '193325.969000', '193325.972000', '193325.974000', '193325.977000', '193325.981000', '193325.984000', '193325.986000', '193325.989000', '193325.991000', '193325.994000', '193325.996000', '193326.000000', '193326.003000', '193326.005000', '193345.869000', '193345.872000', '193345.875000', '193345.877000', '193345.880000', '193345.882000', '193345.885000', '193345.888000', '193345.890000', '193345.893000', '193345.895000', '193345.898000', '193345.900000', '193345.903000', '193345.906000', '193345.908000', '193345.911000', '193345.914000', '193345.916000', '193345.919000', '193345.921000', '193345.924000', '193345.928000', '193345.931000', '193345.933000', '193345.936000', '193345.938000', '193345.941000', '193345.943000', '193345.946000', '193345.949000', '193345.951000', '193345.954000', '193345.956000', '193345.959000', '193345.962000', '193345.964000', '193345.967000', '193345.969000', '193345.972000', '193345.974000', '193345.977000', '193345.979000', '193405.868000', '193405.871000', '193405.874000', '193405.876000', '193405.879000', '193405.882000', '193405.884000', '193405.887000', '193405.889000', '193405.892000', '193405.895000', '193405.897000', '193405.900000', '193405.902000', '193405.905000', '193405.908000', '193405.910000', '193405.913000', '193405.915000', '193405.918000', '193405.921000', '193405.923000', '193405.926000', '193405.928000', '193405.931000', '193405.934000', '193405.936000', '193405.939000', '193405.942000', '193405.944000', '193405.947000', '193405.949000', '193405.952000', '193405.954000', '193405.957000', '193405.960000', '193405.962000', '193405.965000', '193405.967000', '193405.970000', '193405.972000', '193405.975000', '193405.978000', '193405.980000', '193425.869000', '193425.871000', '193425.874000', '193425.877000', '193425.879000', '193425.882000', '193425.884000', '193425.887000', '193425.890000', '193425.892000', '193425.895000', '193425.897000', '193425.900000', '193425.903000', '193425.905000', '193425.908000', '193425.910000', '193425.913000', '193425.915000', '193425.926000', '193425.928000', '193425.931000', '193425.934000', '193425.936000', '193425.939000', '193425.941000', '193425.944000', '193425.947000', '193425.949000', '193425.952000', '193425.954000', '193425.957000', '193425.960000', '193425.962000', '193425.965000', '193425.967000', '193425.970000', '193425.973000', '193425.975000', '193425.978000', '193425.980000', '193425.983000', '193425.985000', '193425.988000', '193445.868000', '193445.871000', '193445.874000', '193445.876000', '193445.879000', '193445.882000', '193445.884000', '193445.887000', '193445.890000', '193445.892000', '193445.895000', '193445.897000', '193445.900000', '193445.906000', '193445.909000', '193445.912000', '193445.914000', '193445.917000', '193445.919000', '193445.922000', '193445.924000', '193445.927000', '193445.937000', '193445.939000', '193445.945000', '193445.948000', '193445.951000', '193445.960000', '193445.963000', '193445.972000', '193445.975000', '193445.977000', '193445.980000', '193445.982000', '193445.985000', '193445.988000', '193445.990000', '193445.993000', '193445.995000', '193445.998000', '193446.002000', '193446.004000', '193446.007000', '193505.869000', '193505.872000', '193505.875000', '193505.878000', '193505.880000', '193505.883000', '193505.885000', '193505.912000', '193505.915000', '193505.917000', '193505.920000', '193505.923000', '193505.925000', '193505.928000', '193505.930000', '193505.933000', '193505.936000', '193505.938000', '193505.941000', '193505.944000', '193505.946000', '193505.949000', '193505.951000', '193505.954000', '193505.957000', '193505.959000', '193505.962000', '193505.964000', '193505.967000', '193505.969000', '193505.972000', '193505.974000', '193505.977000', '193505.980000', '193505.982000', '193505.985000', '193505.988000', '193505.990000', '193505.993000', '193505.995000', '193505.998000', '193506.001000', '193506.004000', '193506.007000', '193525.869000', '193525.872000', '193525.875000', '193525.878000', '193525.880000', '193525.883000', '193525.886000', '193525.888000', '193525.891000', '193525.893000', '193525.896000', '193525.898000', '193525.901000', '193525.904000', '193525.906000', '193525.909000', '193525.911000', '193525.914000', '193525.917000', '193525.919000', '193525.922000', '193525.924000', '193525.927000', '193525.929000', '193525.932000', '193525.935000', '193525.937000', '193525.940000', '193525.942000', '193525.945000', '193525.947000', '193525.950000', '193525.953000', '193525.955000', '193525.958000', '193525.960000', '193525.963000', '193525.966000', '193525.968000', '193525.971000', '193525.973000', '193525.976000', '193525.979000', '193545.869000', '193545.872000', '193545.875000', '193545.877000', '193545.880000', '193545.883000', '193545.885000', '193545.888000', '193545.890000', '193545.893000', '193545.896000', '193545.898000', '193545.901000', '193545.903000', '193545.906000', '193545.909000', '193545.911000', '193545.914000', '193545.916000', '193545.919000', '193545.922000', '193545.924000', '193545.927000', '193545.929000', '193545.932000', '193545.935000', '193545.937000', '193545.940000', '193545.942000', '193545.945000', '193545.947000', '193545.950000', '193545.953000', '193545.955000', '193545.958000', '193545.960000', '193545.963000', '193545.966000', '193545.968000', '193545.971000', '193545.973000', '193545.976000', '193545.979000', '193545.981000', '193605.870000', '193605.872000', '193605.875000', '193605.878000', '193605.880000', '193605.883000', '193605.885000', '193605.888000', '193605.890000', '193605.893000', '193605.896000', '193605.898000', '193605.901000', '193605.903000', '193605.906000', '193605.909000', '193605.911000', '193605.914000', '193605.916000', '193605.919000', '193605.922000', '193605.924000', '193605.927000', '193605.929000', '193605.932000', '193605.935000', '193605.937000', '193605.940000', '193605.942000', '193605.945000', '193605.948000', '193605.950000', '193605.953000', '193605.955000', '193605.958000', '193605.961000', '193605.963000', '193605.966000', '193605.968000', '193605.971000', '193605.974000', '193605.976000', '193605.979000', '193625.869000', '193625.871000', '193625.874000', '193625.877000', '193625.879000', '193625.882000', '193625.885000', '193625.887000', '193625.890000', '193625.892000', '193625.895000', '193625.897000', '193625.900000', '193625.903000', '193625.907000', '193625.910000', '193625.913000', '193625.915000', '193625.918000', '193625.921000', '193625.923000', '193625.926000', '193625.928000', '193625.931000', '193625.934000', '193625.936000', '193625.939000', '193625.941000', '193625.944000', '193625.947000', '193625.949000', '193625.952000', '193625.955000', '193625.957000', '193625.960000', '193625.963000', '193625.966000', '193625.968000', '193625.971000', '193625.973000', '193625.976000', '193625.979000', '193625.981000', '193645.868000', '193645.871000', '193645.874000', '193645.877000', '193645.879000', '193645.882000', '193645.884000', '193645.887000', '193645.889000', '193645.892000', '193645.895000', '193645.897000', '193645.900000', '193645.902000', '193645.905000', '193645.908000', '193645.910000', '193645.913000', '193645.916000', '193645.918000', '193645.921000', '193645.927000', '193645.929000', '193645.932000', '193645.934000', '193645.937000', '193645.940000', '193645.942000', '193645.945000', '193645.947000', '193645.950000', '193645.953000', '193645.955000', '193645.958000', '193645.960000', '193645.963000', '193645.966000', '193645.968000', '193645.971000', '193645.973000', '193645.976000', '193645.979000', '193645.981000', '193645.984000', '193705.869000', '193705.871000', '193705.874000', '193705.877000', '193705.879000', '193705.882000', '193705.885000', '193705.887000', '193705.890000', '193705.892000', '193705.895000', '193705.898000', '193705.900000', '193705.903000', '193705.905000', '193705.908000', '193705.911000', '193705.913000', '193705.916000', '193705.918000', '193705.921000', '193705.924000', '193705.926000', '193705.929000', '193705.931000', '193705.934000', '193705.937000', '193705.939000', '193705.942000', '193705.944000', '193705.947000', '193705.950000', '193705.952000', '193705.955000', '193705.957000', '193705.960000', '193705.963000', '193705.965000', '193705.968000', '193705.970000', '193705.973000', '193705.976000', '193705.978000', '193725.868000', '193725.871000', '193725.874000', '193725.877000', '193725.879000', '193725.882000', '193725.884000', '193725.887000', '193725.889000', '193725.892000', '193725.895000', '193725.897000', '193725.900000', '193725.903000', '193725.905000', '193725.908000', '193725.911000', '193725.914000', '193725.917000', '193725.919000', '193725.922000', '193725.924000', '193725.927000', '193725.930000', '193725.932000', '193725.935000', '193725.937000', '193725.940000', '193725.943000', '193725.945000', '193725.948000', '193725.950000', '193725.953000', '193725.956000', '193725.958000', '193725.961000', '193725.963000', '193725.966000', '193725.969000', '193725.971000', '193725.974000', '193725.976000', '193725.979000', '193725.982000', '193745.869000', '193745.872000', '193745.875000', '193745.878000', '193745.880000', '193745.883000', '193745.886000', '193745.888000', '193745.891000', '193745.893000', '193745.896000', '193745.898000', '193745.901000', '193745.904000', '193745.906000', '193745.909000', '193745.912000', '193745.914000', '193745.917000', '193745.919000', '193745.922000', '193745.925000', '193745.927000', '193745.930000', '193745.932000', '193745.935000', '193745.937000', '193745.940000', '193745.943000', '193745.946000', '193745.949000', '193745.952000', '193745.954000', '193745.957000', '193745.959000', '193745.962000', '193745.965000', '193745.967000', '193745.970000', '193745.973000', '193745.975000', '193745.978000', '193745.980000', '193805.869000', '193805.872000', '193805.875000', '193805.877000', '193805.880000', '193805.883000', '193805.885000', '193805.888000', '193805.891000', '193805.893000', '193805.896000', '193805.898000', '193805.901000', '193805.912000', '193805.914000', '193805.917000', '193805.920000', '193805.922000', '193805.925000', '193805.927000', '193805.930000', '193805.933000', '193805.935000', '193805.938000', '193805.941000', '193805.943000', '193805.946000', '193805.948000', '193805.951000', '193805.954000', '193805.956000', '193805.959000', '193805.961000', '193805.964000', '193805.967000', '193805.969000', '193805.972000', '193805.974000', '193805.977000', '193805.980000', '193805.982000', '193805.985000', '193805.987000', '193805.990000', '193825.870000', '193825.872000', '193825.875000', '193825.878000', '193825.880000', '193825.883000', '193825.885000', '193825.888000', '193825.890000', '193825.893000', '193825.896000', '193825.898000', '193825.901000', '193825.904000', '193825.906000', '193825.909000', '193825.911000', '193825.914000', '193825.917000', '193825.919000', '193825.922000', '193825.924000', '193825.927000', '193825.930000', '193825.933000', '193825.935000', '193825.938000', '193825.940000', '193825.943000', '193825.946000', '193825.948000', '193825.951000', '193825.953000', '193825.956000', '193825.959000', '193825.961000', '193825.964000', '193825.966000', '193825.969000', '193825.972000', '193825.974000', '193825.977000', '193825.979000', '193845.868000', '193845.871000', '193845.874000', '193845.876000', '193845.879000', '193845.882000', '193845.884000', '193845.887000', '193845.889000', '193845.892000', '193845.894000', '193845.897000', '193845.900000', '193845.902000', '193845.905000', '193845.907000', '193845.910000', '193845.913000', '193845.915000', '193845.918000', '193845.920000', '193845.923000', '193845.925000', '193845.928000', '193845.930000', '193845.933000', '193845.936000', '193845.938000', '193845.941000', '193845.943000', '193845.946000', '193845.949000', '193845.951000', '193845.954000', '193845.956000', '193845.959000', '193845.961000', '193845.964000', '193845.966000', '193845.969000', '193845.972000', '193845.974000', '193845.977000', '193845.979000', '193905.868000', '193905.871000', '193905.874000', '193905.876000', '193905.879000', '193905.881000', '193905.884000', '193905.887000', '193905.889000', '193905.892000', '193905.894000', '193905.897000', '193905.900000', '193905.902000', '193905.905000', '193905.908000', '193905.910000', '193905.913000', '193905.915000', '193905.918000', '193905.920000', '193905.923000', '193905.926000', '193905.928000', '193905.931000', '193905.933000', '193905.936000', '193905.939000', '193905.941000', '193905.944000', '193905.947000', '193905.950000', '193905.952000', '193905.955000', '193905.957000', '193905.960000', '193905.963000', '193905.965000', '193905.968000', '193905.971000', '193905.973000', '193905.976000', '193905.978000', '193913.320000', '193913.323000', '193913.326000', '193913.329000', '193913.331000', '193913.334000', '193913.337000', '193913.340000', '193913.343000', '193913.345000', '193913.348000', '193913.351000', '193913.354000', '193913.357000', '193913.360000', '193913.363000', '193913.366000'], '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], 'LargestImagePixelValue': [14994, 12259, 14200, 12865, 12685, 12621, 13002, 11769, 12835, 11476, 13166, 9827, 12306, 9985, 11785, 11430, 10603, 15331, 10774, 15104, 9477, 13094, 8962, 12721, 10178, 11162, 13662, 10788, 14644, 10271, 13653, 9150, 12602, 10130, 11797, 10435, 10422, 13136, 9599, 13876, 9968, 14106, 9108, 12474, 11260, 10616, 15963, 10831, 15449, 9204, 12636, 12078, 11222, 15993, 11112, 15198, 10010, 13441, 10699, 11713, 15930, 10511, 14505, 10244, 13395, 9558, 12521, 11642, 11419, 16676, 11570, 14491, 9744, 12428, 9155, 12750, 10597, 14356, 11135, 17190, 12032, 16075, 13818, 13368, 15224, 10771, 16172, 11357, 15191, 9561, 13217, 8576, 11861, 9958, 11259, 13498, 9875, 13303, 8851, 12346, 8419, 11572, 9232, 11164, 10073, 10718, 15613, 10893, 15819, 11146, 15360, 9246, 13232, 14220, 11651, 17204, 10968, 14035, 9318, 12592, 12667, 10995, 16222, 11132, 14134, 9217, 12643, 8864, 11988, 11223, 11549, 12237, 10939, 15887, 10505, 14670, 9362, 13699, 9524, 12319, 9073, 13204, 9092, 12985, 8684, 13176, 12372, 11165, 15184, 10013, 13525, 10269, 11108, 15798, 10184, 14067, 8254, 12376, 9507, 11529, 15213, 10795, 14458, 9315, 13770, 8685, 13082, 10143, 11603, 14922, 11034, 15058, 10055, 13800, 8540, 12169, 12064, 10414, 15418, 10697, 12988, 8607, 12440, 9608, 12232, 12248, 11859, 13821, 11243, 10413, 10074, 13742, 10326, 13905, 10431, 15102, 10234, 14355, 9416, 13692, 8604, 13092, 9698, 13106, 9857, 13233, 11005, 12137, 17004, 11524, 15898, 10804, 14421, 10015, 13964, 10161, 13707, 10552, 14527, 9629, 13778, 9755, 13567, 9788, 12905, 9725, 13521, 9731, 11996, 10504, 12264, 11695, 11864, 13227, 11443, 14955, 10427, 14811, 9831, 13430, 8578, 10685, 7536, 7354, 8851, 7359, 9567, 7838, 13881, 10626, 11036, 10721, 15140, 9817, 14507, 10057, 13185, 15296, 11395, 15099, 10624, 13662, 9544, 12789, 7835, 12078, 9435, 11430, 14051, 9967, 11802, 11547, 11371, 11531, 10633, 13296, 9850, 13628, 11374, 11604, 15950, 11282, 15485, 10491, 13658, 11709, 13170, 13561, 11451, 16098, 10696, 14395, 10024, 13081, 9011, 13110, 8748, 12505, 9399, 11838, 10403, 11275, 16210, 10975, 14294, 9652, 11525, 15912, 10417, 15020, 10408, 13157, 9500, 12114, 9784, 11186, 10153, 11564, 9694, 10715, 14589, 10081, 13388, 9483, 11837, 8784, 12541, 9642, 11072, 15439, 10674, 14596, 9038, 13577, 9721, 12395, 15052, 11952, 15664, 10845, 14976, 10403, 14775, 9726, 13410, 10175, 12344, 13029, 10796, 15383, 10261, 13303, 9826, 13070, 10113, 12927, 12521, 10946, 15410, 10896, 13786, 9652, 13233, 9571, 13141, 9068, 12497, 8735, 12876, 8440, 12699, 8807, 13119, 9058, 13650, 8563, 12364, 8398, 13252, 9900, 14801, 10378, 15220, 10639, 14500, 11199, 15491, 11298, 14963, 10106, 13795, 9044, 13398, 9399, 13417, 10165, 12083, 10977, 12194, 10450, 11792, 10601, 11557, 14827, 10919, 13506, 9157, 12887, 8797, 12444, 10916, 11901, 15841, 10999, 13600, 9554, 12927, 9218, 12501, 10836, 11416, 14690, 10260, 13665, 9785, 12773, 9059, 12514, 8797, 12897, 9309, 11691, 10416, 10908, 14563, 10812, 14106, 10339, 14812, 10045, 12941, 9490, 12781, 9094, 12669, 9481, 12954, 8820, 11384, 10086, 10059, 14126, 10270, 13892, 10040, 13036, 9054, 13018, 8656, 11498, 14879, 10917, 14915, 10260, 13210, 8769, 12417, 9106, 11553, 10196, 11695, 10612, 10916, 14580, 10180, 13940, 9033, 12693, 8713, 12906, 8885, 12137, 10467, 11380, 13064, 10816, 13231, 11301, 8569, 12625, 11103, 12109, 14279, 10914, 14516, 10680, 15932, 10548, 14256, 12613, 12947, 16730, 11631, 15151, 10800, 13057, 9743, 12521, 8838, 12377, 9802, 12274, 9370, 14137, 10080, 14652, 10472, 14398, 9612, 13704, 9469, 13237, 10503, 11990, 12197, 11730, 13137, 10276, 14474, 9754, 13958, 10102, 13210, 8845, 12608, 8659, 11525, 10183, 11156, 14612, 10791, 14183, 10178, 13978, 8680, 12565, 8548, 12381, 10681, 11504, 14914, 10175, 14264, 9457, 13046, 8939, 12753, 10396, 11668, 13838, 10413, 14763, 10402, 13130, 8861, 11956, 8727, 11917, 10034, 11384, 10775, 10352, 14185, 9712, 13464, 8873, 12149, 9497, 11598, 9883, 10887, 15324, 10321, 14401, 10147, 13163, 8913, 12195, 8455, 12335, 9195, 12341, 10916, 11817, 13545, 10754, 14668, 9669, 12800, 8802, 12638, 9877, 12146, 10325, 10977, 14040, 9960, 13632, 9961, 13520, 9195, 12868, 8515, 12444, 11105, 10923, 15209, 10354, 13762, 8966, 13007, 10177, 12072, 13531, 10497, 14455, 10942, 14485, 9965, 13037, 9071, 13201, 8972, 12919, 9253, 13279, 8529, 12923, 8880, 12514, 11085, 12125, 16763, 11653, 14201, 9889, 13419, 9644, 13388, 9546, 13210, 9123, 12535, 8986, 12883, 9599, 12513, 11410, 11556, 14027, 10062, 13727, 9396, 13115, 9313, 13114, 10273, 11622, 12077, 10651, 14311, 10336, 13410, 9712, 12859, 9119, 12495, 11375, 11010, 14081, 10426, 14325, 10423, 14484, 9559, 12663, 8433, 12435, 10065, 12404, 12283, 11206, 14983, 10138, 13326, 9478, 12547, 9632, 12214, 11382, 10693, 14621, 10804, 14368, 9869, 13406, 9506, 13438, 9745, 13434, 9241, 12745, 9600, 12678, 10354, 11734, 10896, 11855, 10951, 11024, 10403, 10521, 14338, 10492, 13768, 9556, 13271, 9069, 12714, 8226, 12598, 8009, 10952, 10202, 12096, 11509, 10395, 15257, 9986, 13662, 9527, 12973, 9761, 13899, 9468, 14262, 9533, 14007, 9471, 13861, 9774, 14408, 9150, 13790, 9807, 12924, 14610, 11281, 15516, 11323, 14068, 9765, 13599, 11705, 12221, 14816, 11068, 15607, 10659, 13616, 9355, 12822, 8252, 12058, 8938, 12227, 8831, 11653, 11203, 11047, 15318, 9789, 13218, 9241, 13103, 8878, 12569, 10277, 11829, 15398, 10839, 14543, 10306, 13066, 8652, 12060, 10101, 10980, 14570, 11004, 13738, 9099, 12282, 10526, 11066, 15171, 10376, 14135, 9742, 13082, 8023, 12130, 9490, 11767, 12282, 10583, 11063, 10818, 10764, 10599, 13884, 10899, 14968, 11582, 14891, 10352, 10583, 9464, 8522, 11351, 8499, 15284, 9519, 14927, 10967, 11978, 16967, 11349, 14665, 9894, 14139, 9713, 12970, 10117, 15294, 9871, 13799, 10169, 11456, 11522, 10337, 14413, 10571, 14617, 12991, 13720, 17244, 12734, 16894, 11723, 15514, 11084, 13574, 10306, 12589, 9326, 11620, 9398, 11495, 10511, 10733, 14187], 'WindowCenter': [4333.0, 4298.0, 4306.0, 4278.0, 4279.0, 4264.0, 4277.0, 4263.0, 4264.0, 4263.0, 4273.0, 4242.0, 4266.0, 4255.0, 4276.0, 4278.0, 4267.0, 4298.0, 4279.0, 4300.0, 4258.0, 4290.0, 4248.0, 4291.0, 4269.0, 4280.0, 4300.0, 4280.0, 4314.0, 4280.0, 4300.0, 4261.0, 4291.0, 4281.0, 4294.0, 4281.0, 4283.0, 4303.0, 4274.0, 4301.0, 4283.0, 4316.0, 4274.0, 4305.0, 4293.0, 4282.0, 4322.0, 4282.0, 4313.0, 4271.0, 4293.0, 4291.0, 4280.0, 4310.0, 4278.0, 4300.0, 4257.0, 4291.0, 4280.0, 4279.0, 4309.0, 4268.0, 4300.0, 4267.0, 4289.0, 4257.0, 4290.0, 4278.0, 4277.0, 4309.0, 4294.0, 4300.0, 4256.0, 4287.0, 4261.0, 4290.0, 4268.0, 4300.0, 4280.0, 4322.0, 4288.0, 4310.0, 4287.0, 4286.0, 4287.0, 4264.0, 4296.0, 4266.0, 4297.0, 4258.0, 4275.0, 4235.0, 4276.0, 4256.0, 4277.0, 4290.0, 4257.0, 4289.0, 4259.0, 4289.0, 4250.0, 4292.0, 4259.0, 4291.0, 4271.0, 4282.0, 4325.0, 4293.0, 4324.0, 4293.0, 4312.0, 4259.0, 4290.0, 4289.0, 4279.0, 4308.0, 4268.0, 4288.0, 4245.0, 4278.0, 4287.0, 4266.0, 4308.0, 4279.0, 4286.0, 4257.0, 4287.0, 4245.0, 4278.0, 4278.0, 4279.0, 4290.0, 4279.0, 4312.0, 4271.0, 4299.0, 4259.0, 4288.0, 4258.0, 4278.0, 4261.0, 4303.0, 4261.0, 4290.0, 4249.0, 4301.0, 4289.0, 4279.0, 4301.0, 4269.0, 4301.0, 4269.0, 4278.0, 4297.0, 4267.0, 4287.0, 4236.0, 4276.0, 4255.0, 4265.0, 4296.0, 4266.0, 4299.0, 4258.0, 4288.0, 4248.0, 4288.0, 4265.0, 4278.0, 4286.0, 4265.0, 4284.0, 4255.0, 4286.0, 4232.0, 4277.0, 4276.0, 4254.0, 4297.0, 4266.0, 4276.0, 4245.0, 4277.0, 4257.0, 4289.0, 4289.0, 4279.0, 4300.0, 4281.0, 4280.0, 4270.0, 4301.0, 4281.0, 4299.0, 4282.0, 4313.0, 4287.0, 4314.0, 4272.0, 4302.0, 4260.0, 4302.0, 4271.0, 4302.0, 4269.0, 4304.0, 4280.0, 4291.0, 4310.0, 4278.0, 4298.0, 4268.0, 4288.0, 4257.0, 4287.0, 4256.0, 4285.0, 4256.0, 4286.0, 4255.0, 4274.0, 4256.0, 4286.0, 4256.0, 4276.0, 4255.0, 4288.0, 4254.0, 4276.0, 4266.0, 4277.0, 4277.0, 4277.0, 4288.0, 4277.0, 4310.0, 4268.0, 4286.0, 4267.0, 4288.0, 4248.0, 4266.0, 4237.0, 4237.0, 4260.0, 4252.0, 4284.0, 4262.0, 4314.0, 4295.0, 4294.0, 4295.0, 4315.0, 4273.0, 4302.0, 4269.0, 4289.0, 4299.0, 4279.0, 4298.0, 4256.0, 4275.0, 4244.0, 4263.0, 4210.0, 4263.0, 4233.0, 4264.0, 4285.0, 4270.0, 4279.0, 4280.0, 4280.0, 4281.0, 4280.0, 4303.0, 4270.0, 4303.0, 4281.0, 4279.0, 4299.0, 4268.0, 4299.0, 4255.0, 4289.0, 4278.0, 4288.0, 4275.0, 4279.0, 4299.0, 4267.0, 4299.0, 4269.0, 4300.0, 4260.0, 4315.0, 4263.0, 4288.0, 4258.0, 4291.0, 4281.0, 4281.0, 4309.0, 4279.0, 4301.0, 4259.0, 4282.0, 4313.0, 4267.0, 4288.0, 4254.0, 4273.0, 4243.0, 4264.0, 4254.0, 4265.0, 4256.0, 4278.0, 4258.0, 4283.0, 4313.0, 4284.0, 4303.0, 4272.0, 4306.0, 4262.0, 4306.0, 4271.0, 4280.0, 4311.0, 4280.0, 4302.0, 4261.0, 4303.0, 4272.0, 4292.0, 4301.0, 4280.0, 4300.0, 4269.0, 4298.0, 4266.0, 4298.0, 4258.0, 4290.0, 4256.0, 4279.0, 4289.0, 4267.0, 4297.0, 4256.0, 4286.0, 4257.0, 4289.0, 4268.0, 4303.0, 4276.0, 4278.0, 4299.0, 4281.0, 4289.0, 4256.0, 4287.0, 4256.0, 4287.0, 4246.0, 4276.0, 4247.0, 4277.0, 4236.0, 4289.0, 4259.0, 4318.0, 4273.0, 4302.0, 4259.0, 4291.0, 4249.0, 4298.0, 4272.0, 4313.0, 4281.0, 4312.0, 4282.0, 4313.0, 4293.0, 4313.0, 4293.0, 4313.0, 4282.0, 4301.0, 4258.0, 4289.0, 4257.0, 4289.0, 4268.0, 4291.0, 4281.0, 4289.0, 4267.0, 4289.0, 4280.0, 4291.0, 4300.0, 4278.0, 4300.0, 4260.0, 4292.0, 4247.0, 4291.0, 4268.0, 4279.0, 4299.0, 4267.0, 4287.0, 4256.0, 4288.0, 4246.0, 4278.0, 4268.0, 4277.0, 4286.0, 4269.0, 4287.0, 4257.0, 4288.0, 4248.0, 4289.0, 4248.0, 4290.0, 4258.0, 4279.0, 4267.0, 4266.0, 4299.0, 4267.0, 4287.0, 4257.0, 4298.0, 4268.0, 4289.0, 4257.0, 4287.0, 4256.0, 4288.0, 4257.0, 4289.0, 4258.0, 4281.0, 4269.0, 4270.0, 4300.0, 4269.0, 4300.0, 4269.0, 4290.0, 4260.0, 4291.0, 4249.0, 4280.0, 4299.0, 4267.0, 4298.0, 4267.0, 4290.0, 4245.0, 4275.0, 4246.0, 4276.0, 4268.0, 4280.0, 4280.0, 4280.0, 4301.0, 4269.0, 4299.0, 4260.0, 4289.0, 4247.0, 4288.0, 4246.0, 4278.0, 4267.0, 4265.0, 4287.0, 4270.0, 4304.0, 4279.0, 4248.0, 4289.0, 4278.0, 4290.0, 4298.0, 4267.0, 4299.0, 4283.0, 4326.0, 4283.0, 4301.0, 4274.0, 4277.0, 4299.0, 4266.0, 4286.0, 4255.0, 4275.0, 4254.0, 4287.0, 4245.0, 4276.0, 4256.0, 4275.0, 4245.0, 4286.0, 4267.0, 4298.0, 4268.0, 4287.0, 4244.0, 4291.0, 4258.0, 4279.0, 4256.0, 4265.0, 4264.0, 4264.0, 4274.0, 4254.0, 4283.0, 4243.0, 4286.0, 4254.0, 4276.0, 4246.0, 4277.0, 4236.0, 4279.0, 4257.0, 4268.0, 4300.0, 4266.0, 4287.0, 4270.0, 4299.0, 4247.0, 4276.0, 4246.0, 4279.0, 4268.0, 4279.0, 4298.0, 4257.0, 4286.0, 4255.0, 4275.0, 4233.0, 4277.0, 4255.0, 4266.0, 4287.0, 4266.0, 4287.0, 4256.0, 4276.0, 4246.0, 4266.0, 4248.0, 4290.0, 4268.0, 4279.0, 4267.0, 4269.0, 4300.0, 4270.0, 4315.0, 4260.0, 4291.0, 4257.0, 4280.0, 4256.0, 4268.0, 4311.0, 4271.0, 4300.0, 4269.0, 4289.0, 4259.0, 4289.0, 4249.0, 4291.0, 4260.0, 4291.0, 4281.0, 4291.0, 4300.0, 4280.0, 4300.0, 4258.0, 4289.0, 4248.0, 4279.0, 4269.0, 4278.0, 4267.0, 4268.0, 4299.0, 4270.0, 4300.0, 4270.0, 4300.0, 4261.0, 4291.0, 4260.0, 4292.0, 4279.0, 4281.0, 4311.0, 4269.0, 4290.0, 4249.0, 4290.0, 4256.0, 4277.0, 4287.0, 4266.0, 4298.0, 4280.0, 4300.0, 4268.0, 4299.0, 4258.0, 4300.0, 4259.0, 4291.0, 4271.0, 4302.0, 4261.0, 4290.0, 4259.0, 4291.0, 4278.0, 4291.0, 4310.0, 4278.0, 4287.0, 4256.0, 4287.0, 4256.0, 4287.0, 4257.0, 4288.0, 4247.0, 4277.0, 4247.0, 4289.0, 4257.0, 4287.0, 4280.0, 4278.0, 4288.0, 4257.0, 4289.0, 4257.0, 4288.0, 4258.0, 4291.0, 4267.0, 4278.0, 4276.0, 4267.0, 4297.0, 4257.0, 4286.0, 4256.0, 4288.0, 4248.0, 4277.0, 4266.0, 4266.0, 4288.0, 4268.0, 4299.0, 4268.0, 4298.0, 4257.0, 4277.0, 4236.0, 4278.0, 4255.0, 4277.0, 4276.0, 4266.0, 4285.0, 4255.0, 4275.0, 4244.0, 4276.0, 4244.0, 4276.0, 4264.0, 4255.0, 4285.0, 4266.0, 4286.0, 4254.0, 4285.0, 4255.0, 4287.0, 4256.0, 4287.0, 4244.0, 4276.0, 4255.0, 4276.0, 4254.0, 4265.0, 4265.0, 4276.0, 4266.0, 4267.0, 4267.0, 4268.0, 4288.0, 4268.0, 4286.0, 4258.0, 4289.0, 4248.0, 4291.0, 4250.0, 4290.0, 4251.0, 4279.0, 4269.0, 4289.0, 4280.0, 4270.0, 4311.0, 4270.0, 4300.0, 4270.0, 4302.0, 4271.0, 4300.0, 4272.0, 4310.0, 4272.0, 4314.0, 4272.0, 4302.0, 4271.0, 4301.0, 4259.0, 4302.0, 4269.0, 4291.0, 4302.0, 4269.0, 4299.0, 4267.0, 4288.0, 4255.0, 4288.0, 4267.0, 4278.0, 4286.0, 4265.0, 4297.0, 4267.0, 4288.0, 4258.0, 4288.0, 4250.0, 4289.0, 4248.0, 4290.0, 4259.0, 4293.0, 4282.0, 4281.0, 4311.0, 4269.0, 4291.0, 4259.0, 4292.0, 4247.0, 4291.0, 4270.0, 4279.0, 4299.0, 4268.0, 4300.0, 4269.0, 4289.0, 4248.0, 4279.0, 4268.0, 4268.0, 4288.0, 4268.0, 4289.0, 4247.0, 4279.0, 4267.0, 4279.0, 4299.0, 4266.0, 4288.0, 4259.0, 4304.0, 4235.0, 4291.0, 4258.0, 4292.0, 4303.0, 4299.0, 4281.0, 4282.0, 4293.0, 4284.0, 4288.0, 4279.0, 4311.0, 4295.0, 4301.0, 4270.0, 4281.0, 4258.0, 4250.0, 4280.0, 4248.0, 4300.0, 4260.0, 4288.0, 4256.0, 4264.0, 4286.0, 4255.0, 4286.0, 4243.0, 4288.0, 4260.0, 4287.0, 4241.0, 4271.0, 4228.0, 4258.0, 4226.0, 4237.0, 4250.0, 4229.0, 4260.0, 4227.0, 4259.0, 4235.0, 4234.0, 4253.0, 4221.0, 4243.0, 4221.0, 4242.0, 4222.0, 4246.0, 4213.0, 4234.0, 4201.0, 4234.0, 4213.0, 4235.0, 4225.0, 4238.0, 4271.0], 'WindowWidth': [9565.0, 9500.0, 9509.0, 9459.0, 9459.0, 9431.0, 9449.0, 9427.0, 9431.0, 9427.0, 9443.0, 9400.0, 9437.0, 9420.0, 9452.0, 9455.0, 9441.0, 9487.0, 9461.0, 9491.0, 9432.0, 9476.0, 9415.0, 9479.0, 9447.0, 9463.0, 9491.0, 9463.0, 9517.0, 9465.0, 9490.0, 9439.0, 9479.0, 9469.0, 9490.0, 9466.0, 9471.0, 9500.0, 9462.0, 9497.0, 9474.0, 9525.0, 9463.0, 9507.0, 9487.0, 9472.0, 9527.0, 9470.0, 9515.0, 9453.0, 9486.0, 9482.0, 9464.0, 9507.0, 9458.0, 9494.0, 9428.0, 9480.0, 9462.0, 9461.0, 9506.0, 9444.0, 9491.0, 9442.0, 9475.0, 9428.0, 9477.0, 9458.0, 9456.0, 9503.0, 9490.0, 9491.0, 9426.0, 9472.0, 9438.0, 9475.0, 9444.0, 9491.0, 9464.0, 9525.0, 9472.0, 9505.0, 9467.0, 9463.0, 9470.0, 9432.0, 9481.0, 9437.0, 9483.0, 9429.0, 9450.0, 9392.0, 9451.0, 9424.0, 9455.0, 9475.0, 9427.0, 9474.0, 9435.0, 9476.0, 9422.0, 9482.0, 9434.0, 9482.0, 9454.0, 9473.0, 9533.0, 9487.0, 9531.0, 9485.0, 9513.0, 9435.0, 9479.0, 9476.0, 9458.0, 9501.0, 9443.0, 9473.0, 9408.0, 9455.0, 9468.0, 9439.0, 9502.0, 9458.0, 9468.0, 9427.0, 9470.0, 9410.0, 9458.0, 9458.0, 9461.0, 9476.0, 9461.0, 9511.0, 9451.0, 9488.0, 9431.0, 9471.0, 9430.0, 9460.0, 9437.0, 9502.0, 9437.0, 9478.0, 9420.0, 9495.0, 9475.0, 9458.0, 9493.0, 9446.0, 9492.0, 9444.0, 9457.0, 9485.0, 9439.0, 9467.0, 9397.0, 9449.0, 9418.0, 9434.0, 9480.0, 9437.0, 9486.0, 9429.0, 9470.0, 9415.0, 9471.0, 9435.0, 9457.0, 9466.0, 9433.0, 9460.0, 9420.0, 9464.0, 9387.0, 9453.0, 9452.0, 9419.0, 9483.0, 9437.0, 9452.0, 9408.0, 9454.0, 9428.0, 9472.0, 9474.0, 9462.0, 9492.0, 9465.0, 9464.0, 9452.0, 9495.0, 9467.0, 9493.0, 9469.0, 9513.0, 9484.0, 9517.0, 9457.0, 9499.0, 9439.0, 9499.0, 9452.0, 9500.0, 9448.0, 9501.0, 9464.0, 9479.0, 9509.0, 9458.0, 9489.0, 9442.0, 9473.0, 9425.0, 9468.0, 9422.0, 9463.0, 9422.0, 9466.0, 9422.0, 9447.0, 9423.0, 9465.0, 9423.0, 9452.0, 9420.0, 9470.0, 9418.0, 9452.0, 9434.0, 9453.0, 9451.0, 9453.0, 9469.0, 9455.0, 9508.0, 9443.0, 9465.0, 9441.0, 9472.0, 9419.0, 9441.0, 9402.0, 9404.0, 9439.0, 9431.0, 9477.0, 9449.0, 9523.0, 9496.0, 9491.0, 9494.0, 9522.0, 9459.0, 9498.0, 9445.0, 9473.0, 9487.0, 9459.0, 9484.0, 9422.0, 9449.0, 9401.0, 9426.0, 9352.0, 9426.0, 9385.0, 9430.0, 9461.0, 9448.0, 9459.0, 9461.0, 9462.0, 9466.0, 9462.0, 9499.0, 9448.0, 9498.0, 9463.0, 9459.0, 9489.0, 9441.0, 9489.0, 9420.0, 9471.0, 9454.0, 9470.0, 9449.0, 9460.0, 9487.0, 9439.0, 9486.0, 9445.0, 9492.0, 9438.0, 9519.0, 9447.0, 9470.0, 9428.0, 9480.0, 9465.0, 9465.0, 9505.0, 9459.0, 9493.0, 9432.0, 9468.0, 9513.0, 9439.0, 9471.0, 9416.0, 9443.0, 9399.0, 9430.0, 9415.0, 9435.0, 9423.0, 9457.0, 9429.0, 9472.0, 9517.0, 9473.0, 9501.0, 9455.0, 9510.0, 9443.0, 9511.0, 9454.0, 9466.0, 9507.0, 9463.0, 9496.0, 9439.0, 9499.0, 9455.0, 9481.0, 9495.0, 9463.0, 9493.0, 9445.0, 9487.0, 9439.0, 9487.0, 9431.0, 9476.0, 9425.0, 9459.0, 9476.0, 9440.0, 9484.0, 9422.0, 9465.0, 9427.0, 9477.0, 9444.0, 9500.0, 9451.0, 9457.0, 9488.0, 9468.0, 9474.0, 9425.0, 9469.0, 9424.0, 9467.0, 9411.0, 9453.0, 9413.0, 9455.0, 9399.0, 9476.0, 9432.0, 9529.0, 9458.0, 9496.0, 9435.0, 9479.0, 9421.0, 9489.0, 9456.0, 9515.0, 9472.0, 9513.0, 9471.0, 9514.0, 9485.0, 9514.0, 9485.0, 9516.0, 9467.0, 9493.0, 9431.0, 9475.0, 9427.0, 9475.0, 9444.0, 9482.0, 9468.0, 9475.0, 9441.0, 9478.0, 9464.0, 9479.0, 9493.0, 9460.0, 9492.0, 9436.0, 9486.0, 9416.0, 9479.0, 9444.0, 9459.0, 9489.0, 9440.0, 9471.0, 9425.0, 9471.0, 9411.0, 9457.0, 9441.0, 9455.0, 9469.0, 9448.0, 9471.0, 9428.0, 9471.0, 9416.0, 9474.0, 9418.0, 9480.0, 9428.0, 9460.0, 9441.0, 9440.0, 9489.0, 9442.0, 9471.0, 9426.0, 9485.0, 9443.0, 9476.0, 9429.0, 9469.0, 9425.0, 9471.0, 9426.0, 9475.0, 9431.0, 9466.0, 9448.0, 9449.0, 9494.0, 9448.0, 9492.0, 9448.0, 9479.0, 9436.0, 9480.0, 9419.0, 9464.0, 9489.0, 9440.0, 9485.0, 9440.0, 9479.0, 9410.0, 9451.0, 9410.0, 9453.0, 9442.0, 9464.0, 9462.0, 9463.0, 9495.0, 9448.0, 9489.0, 9435.0, 9474.0, 9412.0, 9472.0, 9409.0, 9456.0, 9440.0, 9437.0, 9470.0, 9449.0, 9502.0, 9460.0, 9419.0, 9477.0, 9456.0, 9477.0, 9487.0, 9441.0, 9489.0, 9475.0, 9540.0, 9471.0, 9495.0, 9444.0, 9454.0, 9493.0, 9437.0, 9466.0, 9418.0, 9447.0, 9419.0, 9469.0, 9404.0, 9447.0, 9420.0, 9447.0, 9407.0, 9465.0, 9439.0, 9484.0, 9439.0, 9467.0, 9403.0, 9479.0, 9428.0, 9459.0, 9420.0, 9431.0, 9429.0, 9429.0, 9445.0, 9415.0, 9457.0, 9402.0, 9463.0, 9419.0, 9451.0, 9410.0, 9453.0, 9394.0, 9458.0, 9425.0, 9441.0, 9491.0, 9439.0, 9469.0, 9448.0, 9487.0, 9411.0, 9452.0, 9410.0, 9459.0, 9441.0, 9457.0, 9487.0, 9424.0, 9467.0, 9420.0, 9450.0, 9389.0, 9452.0, 9420.0, 9436.0, 9468.0, 9437.0, 9468.0, 9423.0, 9452.0, 9409.0, 9437.0, 9416.0, 9477.0, 9443.0, 9458.0, 9443.0, 9448.0, 9492.0, 9451.0, 9519.0, 9436.0, 9480.0, 9427.0, 9463.0, 9426.0, 9444.0, 9509.0, 9452.0, 9491.0, 9445.0, 9475.0, 9432.0, 9474.0, 9419.0, 9481.0, 9436.0, 9481.0, 9465.0, 9479.0, 9492.0, 9461.0, 9490.0, 9429.0, 9474.0, 9415.0, 9460.0, 9446.0, 9457.0, 9439.0, 9442.0, 9488.0, 9450.0, 9491.0, 9451.0, 9493.0, 9439.0, 9482.0, 9435.0, 9482.0, 9461.0, 9465.0, 9509.0, 9448.0, 9478.0, 9419.0, 9477.0, 9424.0, 9455.0, 9471.0, 9439.0, 9487.0, 9465.0, 9493.0, 9442.0, 9489.0, 9432.0, 9492.0, 9437.0, 9482.0, 9452.0, 9496.0, 9440.0, 9479.0, 9434.0, 9481.0, 9460.0, 9481.0, 9508.0, 9456.0, 9469.0, 9424.0, 9470.0, 9425.0, 9469.0, 9426.0, 9472.0, 9412.0, 9455.0, 9412.0, 9476.0, 9428.0, 9471.0, 9461.0, 9457.0, 9473.0, 9428.0, 9475.0, 9427.0, 9473.0, 9430.0, 9481.0, 9440.0, 9456.0, 9452.0, 9439.0, 9485.0, 9427.0, 9468.0, 9423.0, 9470.0, 9416.0, 9455.0, 9436.0, 9439.0, 9474.0, 9444.0, 9488.0, 9445.0, 9487.0, 9427.0, 9455.0, 9399.0, 9458.0, 9422.0, 9454.0, 9450.0, 9435.0, 9465.0, 9420.0, 9450.0, 9403.0, 9450.0, 9403.0, 9451.0, 9432.0, 9420.0, 9466.0, 9435.0, 9466.0, 9419.0, 9463.0, 9422.0, 9467.0, 9425.0, 9468.0, 9404.0, 9450.0, 9418.0, 9450.0, 9419.0, 9435.0, 9433.0, 9451.0, 9437.0, 9441.0, 9439.0, 9442.0, 9472.0, 9444.0, 9469.0, 9431.0, 9476.0, 9417.0, 9479.0, 9422.0, 9476.0, 9426.0, 9463.0, 9449.0, 9475.0, 9463.0, 9450.0, 9507.0, 9450.0, 9492.0, 9454.0, 9495.0, 9453.0, 9494.0, 9455.0, 9506.0, 9456.0, 9517.0, 9457.0, 9498.0, 9453.0, 9496.0, 9432.0, 9496.0, 9446.0, 9481.0, 9500.0, 9446.0, 9489.0, 9440.0, 9471.0, 9419.0, 9470.0, 9437.0, 9456.0, 9467.0, 9433.0, 9482.0, 9438.0, 9470.0, 9429.0, 9472.0, 9423.0, 9475.0, 9417.0, 9477.0, 9434.0, 9486.0, 9470.0, 9466.0, 9510.0, 9448.0, 9480.0, 9432.0, 9482.0, 9415.0, 9478.0, 9446.0, 9459.0, 9491.0, 9443.0, 9491.0, 9447.0, 9475.0, 9415.0, 9458.0, 9443.0, 9444.0, 9471.0, 9441.0, 9475.0, 9411.0, 9460.0, 9440.0, 9458.0, 9489.0, 9439.0, 9473.0, 9432.0, 9505.0, 9399.0, 9480.0, 9430.0, 9484.0, 9500.0, 9504.0, 9465.0, 9468.0, 9487.0, 9474.0, 9471.0, 9458.0, 9507.0, 9489.0, 9495.0, 9449.0, 9466.0, 9425.0, 9420.0, 9462.0, 9412.0, 9490.0, 9433.0, 9469.0, 9420.0, 9427.0, 9466.0, 9419.0, 9464.0, 9402.0, 9470.0, 9435.0, 9469.0, 9393.0, 9436.0, 9370.0, 9411.0, 9367.0, 9383.0, 9402.0, 9371.0, 9417.0, 9367.0, 9415.0, 9373.0, 9371.0, 9398.0, 9347.0, 9385.0, 9348.0, 9380.0, 9349.0, 9393.0, 9341.0, 9371.0, 9323.0, 9370.0, 9341.0, 9376.0, 9362.0, 9382.0, 9437.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.001958658256880734</td></tr>
<tr><td colspan=3>aqi</td><td>0.03139699667431192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.05983900982782</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2308877715958675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967690824454645</td></tr>
<tr><td colspan=3>efc</td><td>0.4977</td></tr>
<tr><td colspan=3>fber</td><td>5314.6841</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12960469313482326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.697247706422019</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.690241650522505</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6115396650087694</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.973085110934309</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.486100175624436</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123733</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0060043251141905785</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037917762994766235</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.009282700685214</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1412</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.7763</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.4597</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6087</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.9032</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.6545</td></tr>
<tr><td colspan=3>tsnr</td><td>34.89048624399584</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>