Skip to content

Commit

Permalink
Re-export elements in img
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Sep 23, 2024
1 parent 6f47b8b commit 5f98cfc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/nested/map/img.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ use std::{
path::Path,
};

use colorous::Gradient;
pub use colorous::Gradient;
pub use mapproj::pseudocyl::mol::Mol;
use mapproj::{
img2celestial::Img2Celestial, img2proj::ReversedEastPngImgXY2ProjXY, pseudocyl::mol::Mol,
CanonicalProjection, CenteredProjection, ImgXY, LonLat,
img2celestial::Img2Celestial, img2proj::ReversedEastPngImgXY2ProjXY, CanonicalProjection,
CenteredProjection, ImgXY, LonLat,
};

use crate::nested::map::astrometry::math::Coo;
use crate::nested::map::skymap::SkyMap;
use crate::nested::map::HHash;
use crate::nested::{self, map::astrometry::gal::Galactic};
use crate::nested::{
self,
map::{
astrometry::{gal::Galactic, math::Coo},
skymap::SkyMap,
HHash,
},
};

/// Wanted image coordinate frame.
pub enum ImgCooFrame {
Expand Down

0 comments on commit 5f98cfc

Please sign in to comment.