Closed ots22 closed 1 year ago
This all looks good to me! @mooniean would like to make sure you're happy with our recent reorganisation of the codebase rather than merging this myself
Yes very happy!
@mooniean what do you think about changing the name of the module?
intake-something
/intake_something
, but we already break from this with the package name anyway (which I think we want to keep) and consistency seems more importantMrcSource
,StarSource
,EmpiarSource
andEmpiarCatalog
are now available from the top-level module (that is,empiarreader.StarSource
rather thanintake_cryoem.starsource.StarSource
)src
directory introduced by #20Any code with
import intake_cryoem
will need to be updated (toimport empiarreader
), but the intake interface (e.g.intake.open_mrc()
) won't require any changes