-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate the cumulative exposure time for smartstack frames #101
Conversation
style="display:flex" | ||
> | ||
ra: <ra-display | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item site"> site: {{ site }} </div> | |
<div class="image-info-bar-item site"> | |
site: {{ site }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it's just github, but the spacing (formatting) here seems a bit off
style="display:flex" | ||
> | ||
ra: <ra-display | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item site"> site: {{ site }} </div> | |
<div class="image-info-bar-item site"> site: {{ site }} | |
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spacing seems off here too
> | ||
ra: <ra-display | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> | ||
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s </div> | |
<div class="image-info-bar-item exptime"> | |
exposure: {{ exposure }}s </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also here
> | ||
ra: <ra-display | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> | ||
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s </div> | |
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s | |
</div> |
ra: <ra-display | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> | ||
<div class="image-info-bar-item exptime">exposure: {{ exposure }}s </div> | ||
<div class="image-info-bar-item filter-used"> filter: {{ filter }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item filter-used"> filter: {{ filter }} </div> | |
<div class="image-info-bar-item filter-used"> | |
filter: {{ filter }} </div> |
<div class="image-info-bar-item airmass"> airmass: {{ airmass }} </div> | ||
<div class="image-info-bar-item altitude"> altitude: {{ altitude }}° </div> | ||
<div class="image-info-bar-item obstime"> {{ obstime }}</div> | ||
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> | |
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" | |
</div> |
<div class="image-info-bar-item altitude"> altitude: {{ altitude }}° </div> | ||
<div class="image-info-bar-item obstime"> {{ obstime }}</div> | ||
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> | ||
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> | |
<div class="image-info-bar-item sepsky"> | |
sky: {{ sepsky }} adu </div> |
<div class="image-info-bar-item altitude"> altitude: {{ altitude }}° </div> | ||
<div class="image-info-bar-item obstime"> {{ obstime }}</div> | ||
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> | ||
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> | |
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu | |
</div> |
<div class="image-info-bar-item obstime"> {{ obstime }}</div> | ||
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> | ||
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> | ||
<div class="image-info-bar-item filename"> {{ filename }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item filename"> {{ filename }} </div> | |
<div class="image-info-bar-item filename"> | |
{{ filename }} </div> |
<div class="image-info-bar-item obstime"> {{ obstime }}</div> | ||
<div class="image-info-bar-item fwhm"> fwhm: {{ fwhm }}" </div> | ||
<div class="image-info-bar-item sepsky"> sky: {{ sepsky }} adu </div> | ||
<div class="image-info-bar-item filename"> {{ filename }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item filename"> {{ filename }} </div> | |
<div class="image-info-bar-item filename"> {{ filename }} | |
</div> |
Good job, Tim and what a quick fix! |
<div class="image-info-bar-item site"> | ||
site: {{ current_image.site }} | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> | ||
<div class="image-info-bar-item exptime"> exposure: {{ exposure }}s </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item exptime"> exposure: {{ exposure }}s </div> | |
<div class="image-info-bar-item exptime"> | |
exposure: {{ exposure }}s </div> |
<div class="image-info-bar-item site"> | ||
site: {{ current_image.site }} | ||
<div class="image-info-bar-item site"> site: {{ site }} </div> | ||
<div class="image-info-bar-item exptime"> exposure: {{ exposure }}s </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item exptime"> exposure: {{ exposure }}s </div> | |
<div class="image-info-bar-item exptime"> exposure: {{ exposure }}s | |
</div> |
<div class="image-info-bar-item filter-used"> filter: {{ filter }} </div> | ||
<div class="image-info-bar-item smartstack"> stack: {{ smartstackProgress }} </div> | ||
<div class="image-info-bar-item ra"> ra: | ||
<RaDisplay :ra_hours_decimal="raHours" :decimal_precision="3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
':decimal_precision' should be on a new line.
<RaDisplay :ra_hours_decimal="raHours" :decimal_precision="3" /> | |
<RaDisplay :ra_hours_decimal="raHours" | |
:decimal_precision="3" /> |
<div class="image-info-bar-item sepsky"> | ||
sky: {{ sepsky }} adu | ||
<div class="image-info-bar-item dec"> dec: | ||
<DecDisplay :dec_deg_decimal="current_image.declination" :decimal_precision="3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
':decimal_precision' should be on a new line.
<DecDisplay :dec_deg_decimal="current_image.declination" :decimal_precision="3" /> | |
<DecDisplay :dec_deg_decimal="current_image.declination" | |
:decimal_precision="3" /> |
</div> | ||
<div class="image-info-bar-item airmass"> airmass: {{ airmass }} </div> | ||
<div class="image-info-bar-item altitude"> altitude: {{ altitude }}° </div> | ||
<div class="image-info-bar-item obstime"> {{ obstime }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break after opening tag (<div>
), but no line breaks found.
<div class="image-info-bar-item obstime"> {{ obstime }} </div> | |
<div class="image-info-bar-item obstime"> | |
{{ obstime }} </div> |
</div> | ||
<div class="image-info-bar-item airmass"> airmass: {{ airmass }} </div> | ||
<div class="image-info-bar-item altitude"> altitude: {{ altitude }}° </div> | ||
<div class="image-info-bar-item obstime"> {{ obstime }} </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected 1 line break before closing tag (</div>
), but no line breaks found.
<div class="image-info-bar-item obstime"> {{ obstime }} </div> | |
<div class="image-info-bar-item obstime"> {{ obstime }} | |
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, Tim!
e64b87a
to
9126c0a
Compare
This PR adjusts the metadata displayed above images. Previously, smartstack frames would display the exposure time in the header, even if the frame was a combination of multiple exposures in the smartstack.
This changes the "exposure" value to display the cumulative exposure time. This is calculated
smartstack frame exposure time * number of frames
.For example, a frame that registers as "stack 5 of 10" where each frame is 30 seconds previously displayed "exposure: 30s". WIth this change it will display "exposure: 150s".