# NOT RUN {
## Create df with no coords, then create df2 with cartesian coords
df <- CMBDataFrame(nside = 16)
df
coords(df)
df2 <- coords(df, new.coords = "cartesian")
coords(df2)
## Change the coords of df directly (to spherical)
coords(df) <- "spherical"
coords(df)
# }
Run the code above in your browser using DataLab