We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cmd_states.db3
cmd_states_legacy.db3
cmds.h5
cmds.pkl
_legacy
timelines
Chandra.cmd_states
$ find . -name '*.py' \ | egrep -v '\./timelines' \ | egrep -v '\/build\/' \ | egrep -v '\.\/cmd_states' \ | xargs egrep '(timelines|cmd_states.db3)' -l # OK: don't care ./state_of_aca/guide_acq_warm_pix/make_warm_pix_estimation_table.py ./state_of_aca/dark_cals_with_temp/dark_cals_with_temp.py # Fixed in https://github.com/sot/mica/issues/279 ./mica/mica/utils.py ./mica/mica/report/report.py ./mica/mica/starcheck/process.py ./mica/mica/starcheck/starcheck.py ./mica/mica/stats/update_acq_stats.py # Fixed in https://github.com/sot/agasc/pull/135 ./agasc/agasc/supplement/magnitudes/star_obs_catalogs.py # OK ./kadi/utils/migrate_cmds_to_cmds2.py # OK: needed for migration ./kadi/kadi/scripts/update_cmds_v1.py # OK: will be discontinue ./kadi/kadi/commands/tests/test_states.py # OK: just in a comment # Fixed in https://github.com/sot/aca_weekly_report/pull/11 ./aca_weekly_report/aca_weekly_report/report.py # OK: legacy code ./astromon/legacy/sybase2sqlite.py # Fix needed (but easy) ./jobwatch/jobwatch/skawatch.py # OK: don't care ./obc_bad_stat_warm_pix/make_warm_pix_estimation_table.py # Fix needed eventually but we can discontinue? ./schedule_view/get_schedules.py # OK: discontinue!! ./scs107/scs107_response.py
The text was updated successfully, but these errors were encountered:
For reference in finding dependencies. I have an area with a clone of all the sot repos:
find . -name '*.py' | egrep -v '\./timelines' | egrep -v '\/build\/' | egrep -v '\.\/cmd_states' | xargs grep cmd_states.db3 -C 3 find . -name '*.py' | egrep -v '\./timelines' | egrep -v '\/build\/' | egrep -v '\.\/cmd_states' | xargs grep timelines -C 3
Sorry, something went wrong.
javierggt
taldcroft
jeanconn
No branches or pull requests
cmd_states.db3
in Ska data tocmd_states_legacy.db3
.cmds.h5
andcmds.pkl
to names with_legacy
timelines
andChandra.cmd_states
from Ska3.Census
The text was updated successfully, but these errors were encountered: