-
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
Handle Replan/Reopen schedules correctly #101
Comments
I've wondered if starcheck should strictly check the load commands starting at the run schedule time. This would be robust as long as we can guarantee that the commands prior to the schedule time are never uplinked, i.e. there is no CLD associated with them that gets into the database for possible uplink. |
I had the same thought. But I wondered if starcheck should use backstop to
complete an idea of "history" or if the actual History files should just be
complete through schedule run start time.
|
|
Actually I just talked to Brent and in the case of re-open like this we really need to be checking all the backstop commands since they do get uplinked. So the fact that we cannot do a full review is somewhat more of a problem than I previously appreciated. I guess to be rigorous we could do a command load diff for the corresponding commands from the reopened load. But perhaps that check is done by CM? |
To say another way, we are assuming the commands are the same as in the previously approved loads, but we don't explicitly check that. |
Up to this point, starcheck has done its checks with only the files |
If CM is doing the check, are we comfortable with setting starcheck to just check products from the DOT start time? |
It makes me just a bit nervous and I'm on the fence. I'm going to ping Eric to see what he thinks (since he would need to buy in anyway). |
I just removed this from my plan for the next release. |
Might be useful to start using milestones for starcheck issues. |
Am I using them incorrectly?
|
Oops. But I was fooled since this issue now has no milestone. You should have created a new milestone 11.6 and then assigned this one to 11.6 since I'm pretty sure we'll do something on this. You can also create a "Future" milestone for things that are kind of out there but not necessarily expected to get done. Also, I don't think you need "Candidate" in the version milestone label. |
My 2¢ : When I do PCAD reviews in replan/reopen cases, I check commands, maneuvers, unloads, etc., from the beginning of the .backstop file. All commands for a given schedule that can/will be uplinked are in the .backstop file (and the Timeline Report, .tlr), including quaternions, OBC catalogs, fid light commands, momentum unloads, etc. My preference is to have checks for any given schedule be "self-contained", i.e., don't use anything from a previous (approved) schedule. Let's use FEB1715A as an example. In this case, the DOT starts at 2015:049:00:27:23.657 while the .backstop & .tlr files start at 2015:048:11:50:00.000. Looking at the starcheck WARNINGS for ObsID NONE1:
It seems to me that starcheck could extract almost all the information it normally supplies by using available sources other than the OFLS products. That said, I do like the idea of a dividing line to show which ObsIDs are not in the DOT! Eric |
With #281 @taldcroft suggests just skipping observations before the DOT. Now that CM has a check for observations in the interval between Backstop start and DOT start, I'm good with this. |
No description provided.
The text was updated successfully, but these errors were encountered: