Does the EXIF data “DateTimeOriginal” get recorded at the start or end of the exposure?
I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.
metadata astrophotography long-exposure
add a comment |
I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.
metadata astrophotography long-exposure
9
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58
add a comment |
I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.
metadata astrophotography long-exposure
I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.
metadata astrophotography long-exposure
metadata astrophotography long-exposure
asked Dec 23 '18 at 11:45
Penny PlayerPenny Player
283
283
9
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58
add a comment |
9
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58
9
9
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58
add a comment |
3 Answers
3
active
oldest
votes
The EXIF standard describes the DateTimeOriginal
tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.
As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
|
show 1 more comment
Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.
But:
- this seems truncated to the second
- it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)
- ... not speaking of clock drift if it hasn't been set recently
IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
add a comment |
Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).
In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "61"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f103734%2fdoes-the-exif-data-datetimeoriginal-get-recorded-at-the-start-or-end-of-the-ex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The EXIF standard describes the DateTimeOriginal
tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.
As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
|
show 1 more comment
The EXIF standard describes the DateTimeOriginal
tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.
As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
|
show 1 more comment
The EXIF standard describes the DateTimeOriginal
tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.
As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.
The EXIF standard describes the DateTimeOriginal
tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.
As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.
answered Dec 23 '18 at 12:52
BlrflBlrfl
4,7411422
4,7411422
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
|
show 1 more comment
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
– David Wilson
Dec 23 '18 at 13:51
2
2
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
– Philip Kendall
Dec 23 '18 at 14:10
3
3
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
@DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
– Blrfl
Dec 23 '18 at 14:33
1
1
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
@RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
– user71659
Dec 23 '18 at 19:17
2
2
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
@RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
– Blrfl
Dec 23 '18 at 20:14
|
show 1 more comment
Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.
But:
- this seems truncated to the second
- it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)
- ... not speaking of clock drift if it hasn't been set recently
IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
add a comment |
Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.
But:
- this seems truncated to the second
- it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)
- ... not speaking of clock drift if it hasn't been set recently
IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
add a comment |
Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.
But:
- this seems truncated to the second
- it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)
- ... not speaking of clock drift if it hasn't been set recently
IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)
Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.
But:
- this seems truncated to the second
- it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)
- ... not speaking of clock drift if it hasn't been set recently
IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)
edited Dec 23 '18 at 17:52
answered Dec 23 '18 at 14:59
xenoidxenoid
3,9561519
3,9561519
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
add a comment |
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
Do you mind expanding, or giving a link, ton how to use an external device to help?
– BruceWayne
Dec 24 '18 at 5:29
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
– Nayuki
Dec 24 '18 at 6:54
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
– xenoid
Dec 24 '18 at 8:57
add a comment |
Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).
In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.
add a comment |
Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).
In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.
add a comment |
Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).
In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.
Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).
In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.
answered Dec 26 '18 at 18:46
abetancortabetancort
37315
37315
add a comment |
add a comment |
Thanks for contributing an answer to Photography Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f103734%2fdoes-the-exif-data-datetimeoriginal-get-recorded-at-the-start-or-end-of-the-ex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
9
have you tried an experiment?
– ths
Dec 23 '18 at 11:50
My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 '18 at 3:12
It was from a photo my mum took - and she was curious which satellite it was. I didn't have access to the camera. I ended up just looking up what was around on Calsky (it was an old Falcon booster)
– Penny Player
Feb 11 at 2:58